Class GetContainerResult
Inheritance
System.Object
GetContainerResult
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 GetContainerResult
Fields
View SourceAcls
The list of ACLs assigned to a container. The read structure is
described below.
Declaration
public readonly ImmutableArray<GetContainerAclResult> Acls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetContainerAclResult> |
Consumers
The list of the container consumers. The structure is described below.
Declaration
public readonly ImmutableArray<GetContainerConsumerResult> Consumers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetContainerConsumerResult> |
ContainerRef
The container reference / where to find the container.
Declaration
public readonly string ContainerRef
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAt
The date the container ACL was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
CreatorId
The creator of the container.
Declaration
public readonly string CreatorId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the consumer.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SecretRefs
A set of dictionaries containing references to secrets. The structure is described below.
Declaration
public readonly ImmutableArray<GetContainerSecretRefResult> SecretRefs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetContainerSecretRefResult> |
Status
The status of the container.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The container type.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
UpdatedAt
The date the container ACL was last updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |