DefenderForDatabasesGcpOffering 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 Databases GCP offering configurations
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForDatabasesGcpOfferingTypeConverter))]
public class DefenderForDatabasesGcpOffering : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForDatabasesGcpOffering, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForDatabasesGcpOfferingTypeConverter))>]
type DefenderForDatabasesGcpOffering = class
interface IDefenderForDatabasesGcpOffering
interface IJsonSerializable
interface ICloudOffering
interface IValidates
Public Class DefenderForDatabasesGcpOffering
Implements IDefenderForDatabasesGcpOffering, IValidates
- Inheritance
-
DefenderForDatabasesGcpOffering
- Attributes
- Implements
Constructors
DefenderForDatabasesGcpOffering() |
Creates an new DefenderForDatabasesGcpOffering instance. |
Properties
ArcAutoProvisioningEnabled |
Is arc auto provisioning enabled |
ConfigurationPrivateLinkScope |
Optional Arc private link scope resource id to link the Arc agent |
ConfigurationProxy |
Optional http proxy endpoint to use for the Arc agent |
DefenderForDatabaseArcAutoProvisioningServiceAccountEmailAddress |
The service account email address in GCP for this offering |
DefenderForDatabaseArcAutoProvisioningWorkloadIdentityProviderId |
The GCP workload identity provider id for this offering |
Description |
The offering description. |
OfferingType |
The type of the security offering. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForDatabasesGcpOffering. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForDatabasesGcpOffering. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForDatabasesGcpOffering. |
FromJsonString(String) |
Creates a new instance of DefenderForDatabasesGcpOffering, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForDatabasesGcpOffering into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |