Class CertificateOrderArgs
Inherited Members
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateOrderArgs : ResourceArgs
Constructors
View SourceCertificateOrderArgs()
Declaration
public CertificateOrderArgs()
Properties
View SourceAutoRenew
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> |
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> |
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> |
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> |