Show / Hide Table of Contents

Class ContainerV1State

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerV1State
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 ContainerV1State : ResourceArgs

Constructors

View Source

ContainerV1State()

Declaration
public ContainerV1State()

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<ContainerV1AclGetArgs> Acl { get; set; }
Property Value
Type Description
Input<ContainerV1AclGetArgs>
View Source

Consumers

The list of the container consumers. The structure is described below.

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

ContainerRef

The container reference / where to find the container.

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

CreatedAt

The date the container ACL was created.

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

CreatorId

The creator of the container.

Declaration
public Input<string> CreatorId { get; set; }
Property Value
Type Description
Input<System.String>
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<ContainerV1SecretRefGetArgs> SecretRefs { get; set; }
Property Value
Type Description
InputList<ContainerV1SecretRefGetArgs>
View Source

Status

The status of the container.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
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

UpdatedAt

The date the container ACL was last updated.

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