Class GetSecretResult
Inheritance
Inherited Members
Namespace: Pulumi.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSecretResult
Fields
View SourceAclOnly
See Argument Reference above.
Declaration
public readonly bool? AclOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Acls
The list of ACLs assigned to a secret. The read structure is described below.
Declaration
public readonly ImmutableArray<GetSecretAclResult> Acls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSecretAclResult> |
Algorithm
See Argument Reference above.
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
BitLength
See Argument Reference above.
Declaration
public readonly int? BitLength
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ContentTypes
The map of the content types, assigned on the secret.
Declaration
public readonly ImmutableDictionary<string, object> ContentTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
CreatedAt
The date the secret ACL was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAtFilter
See Argument Reference above.
Declaration
public readonly string CreatedAtFilter
Field Value
| Type | Description |
|---|---|
| System.String |
CreatorId
The creator of the secret.
Declaration
public readonly string CreatorId
Field Value
| Type | Description |
|---|---|
| System.String |
Expiration
The date the secret will expire.
Declaration
public readonly string Expiration
Field Value
| Type | Description |
|---|---|
| System.String |
ExpirationFilter
See Argument Reference above.
Declaration
public readonly string ExpirationFilter
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 |
Metadata
The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Mode
See Argument Reference above.
Declaration
public readonly string Mode
Field Value
| Type | Description |
|---|---|
| System.String |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Payload
The secret payload.
Declaration
public readonly string Payload
Field Value
| Type | Description |
|---|---|
| System.String |
PayloadContentEncoding
The Secret encoding.
Declaration
public readonly string PayloadContentEncoding
Field Value
| Type | Description |
|---|---|
| System.String |
PayloadContentType
The Secret content type.
Declaration
public readonly string PayloadContentType
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SecretRef
The secret reference / where to find the secret.
Declaration
public readonly string SecretRef
Field Value
| Type | Description |
|---|---|
| System.String |
SecretType
See Argument Reference above.
Declaration
public readonly string SecretType
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the secret.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
UpdatedAt
The date the secret ACL was last updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
UpdatedAtFilter
See Argument Reference above.
Declaration
public readonly string UpdatedAtFilter
Field Value
| Type | Description |
|---|---|
| System.String |