Show / Hide Table of Contents

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 Source

Backend

Declaration
public readonly string Backend
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.