Compartir a través de


DefenderForContainersGcpOfferingNativeCloudConnection Class

Definition

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

Name Description
DefenderForContainersGcpOfferingNativeCloudConnection()

Creates an new DefenderForContainersGcpOfferingNativeCloudConnection instance.

Properties

Name Description
ServiceAccountEmailAddress

The service account email address in GCP for this offering

WorkloadIdentityProviderId

The GCP workload identity provider id for this offering

Methods

Name Description
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()

Applies to