Show / Hide Table of Contents

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 Source

Algorithm

Algorithm to use for key generation.

Declaration
public readonly string Algorithm
Field Value
Type Description
System.String
View Source

BitLength

  • Bit lenght of key to be generated.
Declaration
public readonly int BitLength
Field Value
Type Description
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 readonly string Expiration
Field Value
Type Description
System.String
View Source

Mode

The mode to use for key generation.

Declaration
public readonly string Mode
Field Value
Type Description
System.String
View Source

Name

The name of the secret set by the user.

Declaration
public readonly string Name
Field Value
Type Description
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 readonly string PayloadContentType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.