Class GetAclPolicyArgs
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 GetAclPolicyArgs : InvokeArgs
Constructors
View SourceGetAclPolicyArgs()
Declaration
public GetAclPolicyArgs()
Properties
View SourceDatacenters
The datacenters associated with the ACL Policy.
Declaration
public List<string> Datacenters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Description
The description of the ACL Policy.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the ACL Policy.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Namespace
The namespace to lookup the policy.
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Rules
The rules associated with the ACL Policy.
Declaration
public string Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |