Class ContainerV1State
Inherited Members
Namespace: Pulumi.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ContainerV1State : ResourceArgs
Constructors
View SourceContainerV1State()
Declaration
public ContainerV1State()
Properties
View SourceAcl
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> |
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> |
ContainerRef
The container reference / where to find the container.
Declaration
public Input<string> ContainerRef { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatedAt
The date the container ACL was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatorId
The creator of the container.
Declaration
public Input<string> CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
Status
The status of the container.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
UpdatedAt
The date the container ACL was last updated.
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |