DefenderForServersGcpOffering Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Defender for Servers GCP offering configurations
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersGcpOfferingTypeConverter))]
public class DefenderForServersGcpOffering : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersGcpOffering, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersGcpOfferingTypeConverter))>]
type DefenderForServersGcpOffering = class
interface IDefenderForServersGcpOffering
interface IJsonSerializable
interface ICloudOffering
interface IValidates
Public Class DefenderForServersGcpOffering
Implements IDefenderForServersGcpOffering, IValidates
- Inheritance
-
DefenderForServersGcpOffering
- Attributes
- Implements
Constructors
DefenderForServersGcpOffering() |
Creates an new DefenderForServersGcpOffering instance. |
Properties
ArcAutoProvisioningEnabled |
Is arc auto provisioning enabled |
ConfigurationExclusionTag |
VM tags that indicate that VM should not be scanned |
ConfigurationPrivateLinkScope |
Optional Arc private link scope resource id to link the Arc agent |
ConfigurationProxy |
Optional HTTP proxy endpoint to use for the Arc agent |
ConfigurationScanningMode |
The scanning mode for the VM scan. |
ConfigurationType |
The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' |
DefenderForServerServiceAccountEmailAddress |
The service account email address in GCP for this feature |
DefenderForServerWorkloadIdentityProviderId |
The workload identity provider id in GCP for this feature |
Description |
The offering description. |
MdeAutoProvisioningConfiguration |
configuration for Microsoft Defender for Endpoint autoprovisioning |
MdeAutoProvisioningEnabled |
Is Microsoft Defender for Endpoint auto provisioning enabled |
OfferingType |
The type of the security offering. |
SubPlanType |
The available sub plans |
VaAutoProvisioningEnabled |
Is Vulnerability Assessment auto provisioning enabled |
VMScannerEnabled |
Is Microsoft Defender for Server VM scanning enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForServersGcpOffering. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForServersGcpOffering. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersGcpOffering. |
FromJsonString(String) |
Creates a new instance of DefenderForServersGcpOffering, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForServersGcpOffering into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |