Class OrderV1MetaGetArgs
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 OrderV1MetaGetArgs : ResourceArgs
Constructors
View SourceOrderV1MetaGetArgs()
Declaration
public OrderV1MetaGetArgs()
Properties
View SourceAlgorithm
Algorithm to use for key generation.
Declaration
public Input<string> Algorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BitLength
- Bit lenght of key to be generated.
Declaration
public Input<int> BitLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Expiration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mode
The mode to use for key generation.
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the secret set by the user.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PayloadContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |