Class GetAclRoleArgs
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 GetAclRoleArgs : InvokeArgs
Constructors
View SourceGetAclRoleArgs()
Declaration
public GetAclRoleArgs()
Properties
View SourceDescription
The description of the ACL Role.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the ACL Role.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Namespace
The namespace to lookup the role.
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Policies
The list of policies associated with the ACL Role. Each entry has
an id and a name attribute.
Declaration
public List<GetAclRolePolicyArgs> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetAclRolePolicyArgs> |
ServiceIdentities
The list of service identities associated with the ACL
Role. Each entry has a service_name attribute and a list of datacenters.
Declaration
public List<GetAclRoleServiceIdentityArgs> ServiceIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetAclRoleServiceIdentityArgs> |