Class AclRoleArgs
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 AclRoleArgs : ResourceArgs
Constructors
View SourceAclRoleArgs()
Declaration
public AclRoleArgs()
Properties
View SourceDescription
A free form human readable description of the role.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the ACL role.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace to create the role within.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
The list of policies that should be applied to the role.
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ServiceIdentities
The list of service identities that should be applied to the role.
Declaration
public InputList<AclRoleServiceIdentityArgs> ServiceIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AclRoleServiceIdentityArgs> |