Class SecretV1AclReadArgs
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class SecretV1AclReadArgs : ResourceArgs
Constructors
View SourceSecretV1AclReadArgs()
Declaration
public SecretV1AclReadArgs()
Properties
View SourceCreatedAt
The date the secret ACL was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectAccess
Whether the secret is accessible project wide.
Defaults to true.
Declaration
public Input<bool> ProjectAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UpdatedAt
The date the secret ACL was last updated.
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
The list of user IDs, which are allowed to access the
secret, when project_access is set to false.
Declaration
public InputList<string> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |