Show / Hide Table of Contents

Class ContainerV1AclReadArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerV1AclReadArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ContainerV1AclReadArgs : ResourceArgs

Constructors

View Source

ContainerV1AclReadArgs()

Declaration
public ContainerV1AclReadArgs()

Properties

View Source

CreatedAt

The date the container ACL was created.

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectAccess

Whether the container is accessible project wide. Defaults to true.

Declaration
public Input<bool> ProjectAccess { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

UpdatedAt

The date the container ACL was last updated.

Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Users

The list of user IDs, which are allowed to access the container, when project_access is set to false.

Declaration
public InputList<string> Users { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.