Class ContainerV1AclRead
Inheritance
System.Object
ContainerV1AclRead
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ContainerV1AclRead
Fields
View SourceCreatedAt
The date the container ACL was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectAccess
Whether the container is accessible project wide.
Defaults to true.
Declaration
public readonly bool? ProjectAccess
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
UpdatedAt
The date the container ACL was last updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Users
The list of user IDs, which are allowed to access the
container, when project_access is set to false.
Declaration
public readonly ImmutableArray<string> Users
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |