Interface protos.google.cloud.gkehub.v1.IAuthority (1.3.0)

Properties of an Authority.

Package

@google-cloud/gke-hub!

Properties

identityProvider

identityProvider?: (string|null);

Authority identityProvider

Property Value
TypeDescription
(string|null)

issuer

issuer?: (string|null);

Authority issuer

Property Value
TypeDescription
(string|null)

oidcJwks

oidcJwks?: (Uint8Array|string|null);

Authority oidcJwks

Property Value
TypeDescription
(Uint8Array|string|null)

workloadIdentityPool

workloadIdentityPool?: (string|null);

Authority workloadIdentityPool

Property Value
TypeDescription
(string|null)