Show / Hide Table of Contents

Class AclTokenPolicyAttachmentArgs

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

Constructors

View Source

AclTokenPolicyAttachmentArgs()

Declaration
public AclTokenPolicyAttachmentArgs()

Properties

View Source

Policy

The name of the policy attached to the token.

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

TokenId

The id of the token.

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