Show / Hide Table of Contents

Class ContainerV1Args

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

Constructors

View Source

ContainerV1Args()

Declaration
public ContainerV1Args()

Properties

View Source

Acl

Allows to control an access to a container. Currently only the read operation is supported. If not specified, the container is accessible project wide. The read structure is described below.

Declaration
public Input<ContainerV1AclArgs> Acl { get; set; }
Property Value
Type Description
Input<ContainerV1AclArgs>
View Source

Name

The name of the secret reference. The reference names must correspond the container type, more details are available here.

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

Region

The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a container. If omitted, the region argument of the provider is used. Changing this creates a new V1 container.

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

SecretRefs

A set of dictionaries containing references to secrets. The structure is described below.

Declaration
public InputList<ContainerV1SecretRefArgs> SecretRefs { get; set; }
Property Value
Type Description
InputList<ContainerV1SecretRefArgs>
View Source

Type

Used to indicate the type of container. Must be one of generic, rsa or certificate.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.