GetDataCollectionRuleIdentity

data class GetDataCollectionRuleIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)

Constructors

Link copied to clipboard
constructor(identityIds: List<String>, principalId: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of User Assigned Managed Identity IDs to be assigned to this Data Collection Rule. Currently, up to 1 identity is supported.

Link copied to clipboard

The Principal ID associated with this Managed Service Identity.

Link copied to clipboard

The Tenant ID associated with this Managed Service Identity.

Link copied to clipboard

cSpecifies the type of Managed Service Identity that should be configured on this Data Collection Rule. Possible values are SystemAssigned and UserAssigned.