Show / Hide Table of Contents

Class GetAclRoleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAclRoleArgs
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 GetAclRoleArgs : InvokeArgs

Constructors

View Source

GetAclRoleArgs()

Declaration
public GetAclRoleArgs()

Properties

View Source

Description

The description of the ACL Role.

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

Name

The name of the ACL Role.

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

Namespace

The namespace to lookup the role.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.