Class GetAclAuthMethodArgs
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetAclAuthMethodArgs : InvokeArgs
Constructors
View SourceGetAclAuthMethodArgs()
Declaration
public GetAclAuthMethodArgs()
Properties
View SourceConfig
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> |
Description
The description of the ACL Auth Method.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the ACL Auth Method.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Namespace
The namespace to lookup the auth method.
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the ACL Auth Method.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |