Show / Hide Table of Contents

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 Source

Exchange

The exchange to set the permissions for.

Declaration
public readonly string Exchange
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.