Identity and Access Management (IAM) v1 API - Enum ServiceAccountPrivateKeyType (2.3.0)

public enum ServiceAccountPrivateKeyType

Reference documentation and code samples for the Identity and Access Management (IAM) v1 API enum ServiceAccountPrivateKeyType.

Supported private key output formats.

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Fields

NameDescription
TypeGoogleCredentialsFile

Google Credentials File format.

TypePkcs12File

PKCS12 format. The password for the PKCS12 file is notasecret. For more information, see https://tools.ietf.org/html/rfc7292.

TypeUnspecified

Unspecified. Equivalent to TYPE_GOOGLE_CREDENTIALS_FILE.