The customEntityStoreAssignments resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Security/customEntityStoreAssignments resource, add the following JSON to your template.
{
"type": "Microsoft.Security/customEntityStoreAssignments",
"apiVersion": "2021-07-01-preview",
"name": "string",
"properties": {
"principal": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Security/customEntityStoreAssignments' |
apiVersion | The resource api version | '2021-07-01-preview' |
name | The resource name | string (required) |
properties | describes properties of custom entity store assignment request | CustomEntityStoreAssignmentRequestPropertiesOrCustom... |
Name | Description | Value |
---|---|---|
principal | The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId] | string |