Class AclBindingRuleArgs
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 AclBindingRuleArgs : ResourceArgs
Constructors
View SourceAclBindingRuleArgs()
Declaration
public AclBindingRuleArgs()
Properties
View SourceAuthMethod
The name of the ACL auth method this rule apply.
Declaration
public Input<string> AuthMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BindName
The name to bind to a token at login-time.
Declaration
public Input<string> BindName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BindType
Specifies the way the binding rule affects a token created at login.
Declaration
public Input<string> BindType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A free form human readable description of the binding rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace to create the binding rule within.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Selector
The expression used to math this rule against valid identities returned from an auth method validation.
Declaration
public Input<string> Selector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |