Show / Hide Table of Contents

Class NamespaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NamespaceArgs
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class NamespaceArgs : ResourceArgs

Constructors

View Source

NamespaceArgs()

Declaration
public NamespaceArgs()

Properties

View Source

Description

Free form namespace description.

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

Meta

Specifies arbitrary KV metadata to associate with the namespace.

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

Name

The namespace name.

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.