Class ContainerV1Args
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.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ContainerV1Args : ResourceArgs
Constructors
View SourceContainerV1Args()
Declaration
public ContainerV1Args()
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<ContainerV1AclArgs> Acl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ContainerV1AclArgs> |
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<ContainerV1SecretRefArgs> SecretRefs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ContainerV1SecretRefArgs> |
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> |