Microsoft.Authorization dataPolicyManifests 2020-09-01

Bicep resource definition

The dataPolicyManifests 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.Authorization/dataPolicyManifests resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.Authorization/dataPolicyManifests@2020-09-01' = {
  name: 'string'
}

Property values

Microsoft.Authorization/dataPolicyManifests

Name Description Value
name The resource name string (required)

ARM template resource definition

The dataPolicyManifests 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.Authorization/dataPolicyManifests resource, add the following JSON to your template.

{
  "type": "Microsoft.Authorization/dataPolicyManifests",
  "apiVersion": "2020-09-01",
  "name": "string"
}

Property values

Microsoft.Authorization/dataPolicyManifests

Name Description Value
apiVersion The api version '2020-09-01'
name The resource name string (required)
type The resource type 'Microsoft.Authorization/dataPolicyManifests'

Terraform (AzAPI provider) resource definition

The dataPolicyManifests resource type can be deployed with operations that target:

  • Tenant

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

Resource format

To create a Microsoft.Authorization/dataPolicyManifests resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Authorization/dataPolicyManifests@2020-09-01"
  name = "string"
}

Property values

Microsoft.Authorization/dataPolicyManifests

Name Description Value
name The resource name string (required)
type The resource type "Microsoft.Authorization/dataPolicyManifests@2020-09-01"