Show / Hide Table of Contents

Class GetAclPolicyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAclPolicyArgs
Inherited Members
InvokeArgs.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 GetAclPolicyArgs : InvokeArgs

Constructors

View Source

GetAclPolicyArgs()

Declaration
public GetAclPolicyArgs()

Properties

View Source

Datacenters

The datacenters associated with the ACL Policy.

Declaration
public List<string> Datacenters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Description

The description of the ACL Policy.

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

Name

The name of the ACL Policy.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Namespace

The namespace to lookup the policy.

Declaration
public string Namespace { get; set; }
Property Value
Type Description
System.String
View Source

Rules

The rules associated with the ACL Policy.

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