Class OrderV1Meta
Inheritance
System.Object
OrderV1Meta
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 OrderV1Meta
Fields
View SourceAlgorithm
Algorithm to use for key generation.
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
BitLength
- Bit lenght of key to be generated.
Declaration
public readonly int BitLength
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Expiration
This is a UTC timestamp in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ. If set, the secret will not be available after this time.
Declaration
public readonly string Expiration
Field Value
| Type | Description |
|---|---|
| System.String |
Mode
The mode to use for key generation.
Declaration
public readonly string Mode
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the secret set by the user.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PayloadContentType
The media type for the content of the secrets payload. Must be one of text/plain, text/plain;charset=utf-8, text/plain; charset=utf-8, application/octet-stream, application/pkcs8.
Declaration
public readonly string PayloadContentType
Field Value
| Type | Description |
|---|---|
| System.String |