azure-native.certificateregistration.AppServiceCertificateOrderCertificate

Key Vault container ARM resource for a certificate that is purchased through Azure. API Version: 2020-10-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:certificateregistration:AppServiceCertificateOrderCertificate myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name} 

Create AppServiceCertificateOrderCertificate Resource

new AppServiceCertificateOrderCertificate(name: string, args: AppServiceCertificateOrderCertificateArgs, opts?: CustomResourceOptions);
@overload
def AppServiceCertificateOrderCertificate(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          certificate_order_name: Optional[str] = None,
                                          key_vault_id: Optional[str] = None,
                                          key_vault_secret_name: Optional[str] = None,
                                          kind: Optional[str] = None,
                                          location: Optional[str] = None,
                                          name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          tags: Optional[Mapping[str, str]] = None)
@overload
def AppServiceCertificateOrderCertificate(resource_name: str,
                                          args: AppServiceCertificateOrderCertificateArgs,
                                          opts: Optional[ResourceOptions] = None)
func NewAppServiceCertificateOrderCertificate(ctx *Context, name string, args AppServiceCertificateOrderCertificateArgs, opts ...ResourceOption) (*AppServiceCertificateOrderCertificate, error)
public AppServiceCertificateOrderCertificate(string name, AppServiceCertificateOrderCertificateArgs args, CustomResourceOptions? opts = null)
public AppServiceCertificateOrderCertificate(String name, AppServiceCertificateOrderCertificateArgs args)
public AppServiceCertificateOrderCertificate(String name, AppServiceCertificateOrderCertificateArgs args, CustomResourceOptions options)
type: azure-native:certificateregistration:AppServiceCertificateOrderCertificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AppServiceCertificateOrderCertificateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args AppServiceCertificateOrderCertificateArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AppServiceCertificateOrderCertificateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AppServiceCertificateOrderCertificateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AppServiceCertificateOrderCertificateArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AppServiceCertificateOrderCertificate Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The AppServiceCertificateOrderCertificate resource accepts the following input properties:

CertificateOrderName string

Name of the certificate order.

ResourceGroupName string

Name of the resource group to which the resource belongs.

KeyVaultId string

Key Vault resource Id.

KeyVaultSecretName string

Key Vault secret name.

Kind string

Kind of resource.

Location string

Resource Location.

Name string

Name of the certificate.

Tags Dictionary<string, string>

Resource tags.

CertificateOrderName string

Name of the certificate order.

ResourceGroupName string

Name of the resource group to which the resource belongs.

KeyVaultId string

Key Vault resource Id.

KeyVaultSecretName string

Key Vault secret name.

Kind string

Kind of resource.

Location string

Resource Location.

Name string

Name of the certificate.

Tags map[string]string

Resource tags.

certificateOrderName String

Name of the certificate order.

resourceGroupName String

Name of the resource group to which the resource belongs.

keyVaultId String

Key Vault resource Id.

keyVaultSecretName String

Key Vault secret name.

kind String

Kind of resource.

location String

Resource Location.

name String

Name of the certificate.

tags Map<String,String>

Resource tags.

certificateOrderName string

Name of the certificate order.

resourceGroupName string

Name of the resource group to which the resource belongs.

keyVaultId string

Key Vault resource Id.

keyVaultSecretName string

Key Vault secret name.

kind string

Kind of resource.

location string

Resource Location.

name string

Name of the certificate.

tags {[key: string]: string}

Resource tags.

certificate_order_name str

Name of the certificate order.

resource_group_name str

Name of the resource group to which the resource belongs.

key_vault_id str

Key Vault resource Id.

key_vault_secret_name str

Key Vault secret name.

kind str

Kind of resource.

location str

Resource Location.

name str

Name of the certificate.

tags Mapping[str, str]

Resource tags.

certificateOrderName String

Name of the certificate order.

resourceGroupName String

Name of the resource group to which the resource belongs.

keyVaultId String

Key Vault resource Id.

keyVaultSecretName String

Key Vault secret name.

kind String

Kind of resource.

location String

Resource Location.

name String

Name of the certificate.

tags Map<String>

Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the AppServiceCertificateOrderCertificate resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

ProvisioningState string

Status of the Key Vault secret.

SystemData Pulumi.AzureNative.CertificateRegistration.Outputs.SystemDataResponse

The system metadata relating to this resource.

Type string

Resource type.

Id string

The provider-assigned unique ID for this managed resource.

ProvisioningState string

Status of the Key Vault secret.

SystemData SystemDataResponse

The system metadata relating to this resource.

Type string

Resource type.

id String

The provider-assigned unique ID for this managed resource.

provisioningState String

Status of the Key Vault secret.

systemData SystemDataResponse

The system metadata relating to this resource.

type String

Resource type.

id string

The provider-assigned unique ID for this managed resource.

provisioningState string

Status of the Key Vault secret.

systemData SystemDataResponse

The system metadata relating to this resource.

type string

Resource type.

id str

The provider-assigned unique ID for this managed resource.

provisioning_state str

Status of the Key Vault secret.

system_data SystemDataResponse

The system metadata relating to this resource.

type str

Resource type.

id String

The provider-assigned unique ID for this managed resource.

provisioningState String

Status of the Key Vault secret.

systemData Property Map

The system metadata relating to this resource.

type String

Resource type.

Supporting Types

SystemDataResponse

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The timestamp of resource last modification (UTC)

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The timestamp of resource last modification (UTC)

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The timestamp of resource last modification (UTC)

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

createdAt string

The timestamp of resource creation (UTC).

createdBy string

The identity that created the resource.

createdByType string

The type of identity that created the resource.

lastModifiedAt string

The timestamp of resource last modification (UTC)

lastModifiedBy string

The identity that last modified the resource.

lastModifiedByType string

The type of identity that last modified the resource.

created_at str

The timestamp of resource creation (UTC).

created_by str

The identity that created the resource.

created_by_type str

The type of identity that created the resource.

last_modified_at str

The timestamp of resource last modification (UTC)

last_modified_by str

The identity that last modified the resource.

last_modified_by_type str

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The timestamp of resource last modification (UTC)

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0