The hubs/authorizationPolicies resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.CustomerInsights/hubs/authorizationPolicies resource, add the following JSON to your template.
{
"type": "Microsoft.CustomerInsights/hubs/authorizationPolicies",
"apiVersion": "2017-04-26",
"name": "string",
"properties": {
"permissions": [ "string" ],
"primaryKey": "string",
"secondaryKey": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.CustomerInsights/hubs/authorizationPolicies' |
apiVersion | The resource api version | '2017-04-26' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 1-50 Valid characters: Alphanumerics, underscores, and periods. Start and end with alphanumeric. |
properties | The authorization policy. | AuthorizationPolicy |
Name | Description | Value |
---|---|---|
permissions | The permissions associated with the policy. | String array containing any of: 'Manage' 'Read' 'Write' (required) |
primaryKey | Primary key associated with the policy. | string |
secondaryKey | Secondary key associated with the policy. | string |