Class OriginCaCertificateArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class OriginCaCertificateArgs : ResourceArgs
Constructors
View SourceOriginCaCertificateArgs()
Declaration
public OriginCaCertificateArgs()
Properties
View SourceCsr
The Certificate Signing Request. Must be newline-encoded.
Declaration
public Input<string> Csr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
RequestType
The signature type desired on the certificate.
Declaration
public Input<string> RequestType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |