Show / Hide Table of Contents

Class GetAuthBackendConfig

Inheritance
System.Object
GetAuthBackendConfig
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 static class GetAuthBackendConfig

Methods

View Source

InvokeAsync(GetAuthBackendConfigArgs, InvokeOptions)

Reads the Role of an Kubernetes from a Vault server. See the Vault documentation for more information.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetAuthBackendConfigResult> InvokeAsync(GetAuthBackendConfigArgs args = null, InvokeOptions options = null)
Parameters
Type Name Description
GetAuthBackendConfigArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetAuthBackendConfigResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.