Show / Hide Table of Contents

Class AclAuthMethodArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AclAuthMethodArgs
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 AclAuthMethodArgs : ResourceArgs

Constructors

View Source

AclAuthMethodArgs()

Declaration
public AclAuthMethodArgs()

Properties

View Source

Config

The raw configuration for this ACL auth method.

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

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

Name

The name of the ACL auth method.

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

Namespace

The namespace to create the policy within.

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

Type

The type of the ACL auth method.

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