Class GetAuthBackendConfigResult
Inheritance
System.Object
GetAuthBackendConfigResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Vault.Kubernetes
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetAuthBackendConfigResult
Fields
View SourceBackend
Declaration
public readonly string Backend
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Issuer
Optional JWT issuer. If no issuer is specified, kubernetes.io/serviceaccount will be used as the default issuer.
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |
KubernetesCaCert
PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
Declaration
public readonly string KubernetesCaCert
Field Value
| Type | Description |
|---|---|
| System.String |
KubernetesHost
Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
Declaration
public readonly string KubernetesHost
Field Value
| Type | Description |
|---|---|
| System.String |
PemKeys
Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
Declaration
public readonly ImmutableArray<string> PemKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |