Show / Hide Table of Contents

Class AclTokenPolicyAttachmentState

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

Constructors

View Source

AclTokenPolicyAttachmentState()

Declaration
public AclTokenPolicyAttachmentState()

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.