Class AclAuthMethodState
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 AclAuthMethodState : ResourceArgs
Constructors
View SourceAclAuthMethodState()
Declaration
public AclAuthMethodState()
Properties
View SourceConfig
The raw configuration for this ACL auth method.
Declaration
public InputMap<string> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Description
A free form human readable description of the auth method.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the ACL auth method.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace to create the policy within.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the ACL auth method.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |