Microsoft.EventGrid namespaces/caCertificates

ARM template resource definition

The namespaces/caCertificates resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.EventGrid/namespaces/caCertificates resource, add the following JSON to your template.

{
  "type": "Microsoft.EventGrid/namespaces/caCertificates",
  "apiVersion": "2023-12-15-preview",
  "name": "string",
  "properties": {
    "description": "string",
    "encodedCertificate": "string"
  }
}

Property values

namespaces/caCertificates

Name Description Value
type The resource type 'Microsoft.EventGrid/namespaces/caCertificates'
apiVersion The resource api version '2023-12-15-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The properties of CA certificate. CaCertificateProperties

CaCertificateProperties

Name Description Value
description Description for the CA Certificate resource. string
encodedCertificate Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. string