For the complete documentation index, see llms.txt. This page is also available as Markdown.

gcpWorkloadIdentityFederationCredentials

Keyless GCP Workload Identity Federation credentials (token is a non-secret ox_oidc_wif envelope).

Examples

type GcpWorkloadIdentityFederationCredentials {
  audience: String
  serviceAccountEmail: String
  projectId: String
  token: String
  credentialsId: String
  credentialsName: String
  tokenExpirationDate: String
  credentialsType: CredentialsType
  isCertChecksDisabled: Boolean
  hostURL: String
  iv: String
  monitoredResources: JSON
  monitorAllResources: Boolean
  monitorAllNewlyCreatedResources: Float
  brokerUsername: String
  brokerPassword: String
  brokerEnabled: Boolean
  brokerHost: String
  brokerPort: Int
}

Fields

Field
Description
Supported fields

audience String

Workload Identity Pool provider resource name (non-secret)

serviceAccountEmail String

Optional GCP service account to impersonate (non-secret)

projectId String

Project identifier ('*' = all accessible projects)

token String

Masked ox_oidc_wif envelope

credentialsId String

credentialsName String

tokenExpirationDate String

credentialsType CredentialsType

isCertChecksDisabled Boolean

Indicates if SSL/TLS certificate validation is disabled

hostURL String

iv String

monitoredResources JSON

monitorAllResources Boolean

monitorAllNewlyCreatedResources Float

brokerUsername String

brokerPassword String

brokerEnabled Boolean

brokerHost String

brokerPort Int

References

Fields with this object:

Last updated