Show / Hide Table of Contents

Class AclBindingRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AclBindingRuleArgs
Inherited Members
ResourceArgs.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 AclBindingRuleArgs : ResourceArgs

Constructors

View Source

AclBindingRuleArgs()

Declaration
public AclBindingRuleArgs()

Properties

View Source

AuthMethod

The name of the ACL auth method this rule apply.

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

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>
View Source

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>
View Source

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>
View Source

Namespace

The namespace to create the binding rule within.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.