Show / Hide Table of Contents

Class PermissionsPermissionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PermissionsPermissionsArgs
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.RabbitMQ.Inputs
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class PermissionsPermissionsArgs : ResourceArgs

Constructors

View Source

PermissionsPermissionsArgs()

Declaration
public PermissionsPermissionsArgs()

Properties

View Source

Configure

The "configure" ACL.

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

Read

The "read" ACL.

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

Write

The "write" ACL.

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