DefenderForContainersGcpOfferingNativeCloudConnection 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 native cloud connection configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForContainersGcpOfferingNativeCloudConnectionTypeConverter))]
public class DefenderForContainersGcpOfferingNativeCloudConnection : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForContainersGcpOfferingNativeCloudConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForContainersGcpOfferingNativeCloudConnectionTypeConverter))>]
type DefenderForContainersGcpOfferingNativeCloudConnection = class
interface IDefenderForContainersGcpOfferingNativeCloudConnection
interface IJsonSerializable
Public Class DefenderForContainersGcpOfferingNativeCloudConnection
Implements IDefenderForContainersGcpOfferingNativeCloudConnection
- Inheritance
-
DefenderForContainersGcpOfferingNativeCloudConnection
- Attributes
- Implements
Constructors
DefenderForContainersGcpOfferingNativeCloudConnection() |
Creates an new DefenderForContainersGcpOfferingNativeCloudConnection instance. |
Properties
ServiceAccountEmailAddress |
The service account email address in GCP for this offering |
WorkloadIdentityProviderId |
The GCP workload identity provider id for this offering |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForContainersGcpOfferingNativeCloudConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForContainersGcpOfferingNativeCloudConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForContainersGcpOfferingNativeCloudConnection. |
FromJsonString(String) |
Creates a new instance of DefenderForContainersGcpOfferingNativeCloudConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForContainersGcpOfferingNativeCloudConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |