Class TopicPermissionsArgs
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
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class TopicPermissionsArgs : ResourceArgs
Constructors
View SourceTopicPermissionsArgs()
Declaration
public TopicPermissionsArgs()
Properties
View SourcePermissions
The settings of the permissions. The structure is described below.
Declaration
public InputList<TopicPermissionsPermissionArgs> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TopicPermissionsPermissionArgs> |
User
The user to apply the permissions to.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vhost
The vhost to create the resource in.
Declaration
public Input<string> Vhost { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |