Freigeben über


GcpCredentialsDetailsProperties Konstruktor

Definition

Initialisiert eine neue instance von GcpCredentialsDetailsProperties.

public GcpCredentialsDetailsProperties (string organizationId, string gcpCredentialType, string projectId, string privateKeyId, string privateKey, string clientEmail, string clientId, Uri authUri, Uri tokenUri, Uri authProviderX509CertUri, Uri clientX509CertUri);
new Azure.ResourceManager.SecurityCenter.Models.GcpCredentialsDetailsProperties : string * string * string * string * string * string * string * Uri * Uri * Uri * Uri -> Azure.ResourceManager.SecurityCenter.Models.GcpCredentialsDetailsProperties
Public Sub New (organizationId As String, gcpCredentialType As String, projectId As String, privateKeyId As String, privateKey As String, clientEmail As String, clientId As String, authUri As Uri, tokenUri As Uri, authProviderX509CertUri As Uri, clientX509CertUri As Uri)

Parameter

organizationId
String

Die organization-ID des GCP-Cloudkontos.

gcpCredentialType
String

Typfeld des API-Schlüssels (nur Schreibzugriff).

projectId
String

Projekt-ID-Feld des API-Schlüssels (nur Schreibzugriff).

privateKeyId
String

Feld "ID des privaten Schlüssels" des API-Schlüssels (nur Schreibzugriff).

privateKey
String

Feld "Privater Schlüssel" des API-Schlüssels (nur Schreibzugriff).

clientEmail
String

Client-E-Mail-Feld des API-Schlüssels (nur Schreibzugriff).

clientId
String

Client-ID-Feld des API-Schlüssels (nur Schreibzugriff).

authUri
Uri

Authentifizierungs-URI-Feld des API-Schlüssels (nur Schreibzugriff).

tokenUri
Uri

Token-URI-Feld des API-Schlüssels (nur Schreibzugriff).

authProviderX509CertUri
Uri

Authentifizierungsanbieter x509-Zertifikat-URL-Feld des API-Schlüssels (nur Schreibzugriff).

clientX509CertUri
Uri

Client x509-Zertifikat-URL-Feld des API-Schlüssels (nur Schreibzugriff).

Ausnahmen

organizationId, gcpCredentialType, projectId, privateKeyIdprivateKey, clientEmail, clientId, , authUri, tokenUri, oder clientX509CertUriauthProviderX509CertUri ist NULL.

Gilt für: