Class SecretBackendRoleArgs
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.Vault.RabbitMQ
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRoleArgs : ResourceArgs
Constructors
View SourceSecretBackendRoleArgs()
Declaration
public SecretBackendRoleArgs()
Properties
View SourceBackend
The path the RabbitMQ secret backend is mounted at,
with no leading or trailing /s.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name to identify this role within the backend. Must be unique within the backend.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Specifies a comma-separated RabbitMQ management tags.
Declaration
public Input<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vhosts
Specifies a map of virtual hosts to permissions.
Declaration
public InputList<SecretBackendRoleVhostArgs> Vhosts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SecretBackendRoleVhostArgs> |