Class NamespaceState
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class NamespaceState : ResourceArgs
Constructors
View SourceNamespaceState()
Declaration
public NamespaceState()
Properties
View SourceDescription
Free form namespace description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Meta
Specifies arbitrary KV metadata to associate with the namespace.
Declaration
public InputMap<string> Meta { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
The namespace name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyDefaults
The list of default policies that should be applied to all tokens created in this namespace.
Declaration
public InputList<string> PolicyDefaults { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RoleDefaults
The list of default roles that should be applied to all tokens created in this namespace.
Declaration
public InputList<string> RoleDefaults { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |