Show / Hide Table of Contents

Class SecretBackendRoleState

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendRoleState
Inherited Members
ResourceArgs.Empty
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 SecretBackendRoleState : ResourceArgs

Constructors

View Source

SecretBackendRoleState()

Declaration
public SecretBackendRoleState()

Properties

View Source

Backend

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>
View Source

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>
View Source

Tags

Specifies a comma-separated RabbitMQ management tags.

Declaration
public Input<string> Tags { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Vhosts

Specifies a map of virtual hosts to permissions.

Declaration
public InputList<SecretBackendRoleVhostGetArgs> Vhosts { get; set; }
Property Value
Type Description
InputList<SecretBackendRoleVhostGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.