Show / Hide Table of Contents

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 Source

Acls

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>
View Source

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>
View Source

ContainerRef

The container reference / where to find the container.

Declaration
public readonly string ContainerRef
Field Value
Type Description
System.String
View Source

CreatedAt

The date the container ACL was created.

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

CreatorId

The creator of the container.

Declaration
public readonly string CreatorId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the consumer.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Region

See Argument Reference above.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

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>
View Source

Status

The status of the container.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Type

The container type.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

UpdatedAt

The date the container ACL was last updated.

Declaration
public readonly string UpdatedAt
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.