Show / Hide Table of Contents

Class AclRoleArgs

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

Constructors

View Source

AclRoleArgs()

Declaration
public AclRoleArgs()

Properties

View Source

Description

A free form human readable description of the role.

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

Name

The name of the ACL role.

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

Namespace

The namespace to create the role within.

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

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

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