Show / Hide Table of Contents

Class OriginCaCertificateState

Inheritance
System.Object
InputArgs
ResourceArgs
OriginCaCertificateState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class OriginCaCertificateState : ResourceArgs

Constructors

View Source

OriginCaCertificateState()

Declaration
public OriginCaCertificateState()

Properties

View Source

Certificate

The Origin CA certificate

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

Csr

The Certificate Signing Request. Must be newline-encoded.

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

ExpiresOn

The datetime when the certificate will expire.

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

Hostnames

An array of hostnames or wildcard names bound to the certificate.

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

RequestedValidity

The number of days for which the certificate should be valid.

Declaration
public Input<int> RequestedValidity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RequestType

The signature type desired on the certificate.

Declaration
public Input<string> RequestType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.