Package version:

Interface GcpCredentialsDetailsProperties

GCP cloud account connector based service to service credentials, the credentials are composed of the organization ID and a JSON API key (write only)

Hierarchy

Properties

authProviderX509CertUrl: string

Auth provider x509 certificate URL field of the API key (write only)

authUri: string

Auth URI field of the API key (write only)

authenticationProvisioningState?: string

State of the multi-cloud connector NOTE: This property will not be serialized. It can only be populated by the server.

authenticationType: "gcpCredentials"

Polymorphic discriminator, which specifies the different types this object can be

clientEmail: string

Client email field of the API key (write only)

clientId: string

Client ID field of the API key (write only)

clientX509CertUrl: string

Client x509 certificate URL field of the API key (write only)

grantedPermissions?: string[]

The permissions detected in the cloud account. NOTE: This property will not be serialized. It can only be populated by the server.

organizationId: string

The organization ID of the GCP cloud account

privateKey: string

Private key field of the API key (write only)

privateKeyId: string

Private key ID field of the API key (write only)

projectId: string

Project ID field of the API key (write only)

tokenUri: string

Token URI field of the API key (write only)

type: string

Type field of the API key (write only)

Generated using TypeDoc