Show / Hide Table of Contents

Class OrderV1MetaGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrderV1MetaGetArgs
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 OrderV1MetaGetArgs : ResourceArgs

Constructors

View Source

OrderV1MetaGetArgs()

Declaration
public OrderV1MetaGetArgs()

Properties

View Source

Algorithm

Algorithm to use for key generation.

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

BitLength

  • Bit lenght of key to be generated.
Declaration
public Input<int> BitLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

Mode

The mode to use for key generation.

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

Name

The name of the secret set by the user.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.