Class TopicPermissionsPermission
Inheritance
System.Object
TopicPermissionsPermission
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 TopicPermissionsPermission
Fields
View SourceExchange
The exchange to set the permissions for.
Declaration
public readonly string Exchange
Field Value
| Type | Description |
|---|---|
| System.String |
Read
The "read" ACL.
Declaration
public readonly string Read
Field Value
| Type | Description |
|---|---|
| System.String |
Write
The "write" ACL.
Declaration
public readonly string Write
Field Value
| Type | Description |
|---|---|
| System.String |