Data Collection Rule Resource Response Identity
data class DataCollectionRuleResourceResponseIdentity(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Managed service identity of the resource.
Constructors
Link copied to clipboard
fun DataCollectionRuleResourceResponseIdentity(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Types
Properties
Link copied to clipboard
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.