Class CertificateOrderState
Inherited Members
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateOrderState : ResourceArgs
Constructors
View SourceCertificateOrderState()
Declaration
public CertificateOrderState()
Properties
View SourceAppServiceCertificateNotRenewableReasons
Reasons why App Service Certificate is not renewable at the current moment.
Declaration
public InputList<string> AppServiceCertificateNotRenewableReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AutoRenew
true if the certificate should be automatically renewed when it expires; otherwise, false. Defaults to true.
Declaration
public Input<bool> AutoRenew { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Certificates
State of the Key Vault secret. A certificates block as defined below.
Declaration
public InputList<CertificateOrderCertificateGetArgs> Certificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CertificateOrderCertificateGetArgs> |
Csr
Last CSR that was created for this order.
Declaration
public Input<string> Csr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DistinguishedName
The Distinguished Name for the App Service Certificate Order.
Declaration
public Input<string> DistinguishedName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainVerificationToken
Domain verification token.
Declaration
public Input<string> DomainVerificationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpirationTime
Certificate expiration time.
Declaration
public Input<string> ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IntermediateThumbprint
Certificate thumbprint intermediate certificate.
Declaration
public Input<string> IntermediateThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsPrivateKeyExternal
Whether the private key is external or not.
Declaration
public Input<bool> IsPrivateKeyExternal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KeySize
Certificate key size. Defaults to 2048.
Declaration
public Input<int> KeySize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Currently the only valid value is global.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the certificate. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProductType
Certificate product type, such as Standard or WildCard.
Declaration
public Input<string> ProductType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the certificate. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootThumbprint
Certificate thumbprint for root certificate.
Declaration
public Input<string> RootThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignedCertificateThumbprint
Certificate thumbprint for signed certificate.
Declaration
public Input<string> SignedCertificateThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Current order status.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ValidityInYears
Duration in years (must be between 1 and 3). Defaults to 1.
Declaration
public Input<int> ValidityInYears { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |