Show / Hide Table of Contents

Class GetAclAuthMethodArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAclAuthMethodArgs
Inherited Members
InvokeArgs.Empty
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetAclAuthMethodArgs : InvokeArgs

Constructors

View Source

GetAclAuthMethodArgs()

Declaration
public GetAclAuthMethodArgs()

Properties

View Source

Config

The configuration options of the ACL Auth Method.

Declaration
public Dictionary<string, string> Config { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
View Source

Description

The description of the ACL Auth Method.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

Name

The name of the ACL Auth Method.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Namespace

The namespace to lookup the auth method.

Declaration
public string Namespace { get; set; }
Property Value
Type Description
System.String
View Source

Type

The type of the ACL Auth Method.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.