Show / Hide Table of Contents

Class PermissionsPermissions

Inheritance
System.Object
PermissionsPermissions
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.RabbitMQ.Outputs
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class PermissionsPermissions

Fields

View Source

Configure

The "configure" ACL.

Declaration
public readonly string Configure
Field Value
Type Description
System.String
View Source

Read

The "read" ACL.

Declaration
public readonly string Read
Field Value
Type Description
System.String
View Source

Write

The "write" ACL.

Declaration
public readonly string Write
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.