Data Collection Rule Resource Identity Args
data class DataCollectionRuleResourceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<DataCollectionRuleResourceIdentityArgs>
Managed service identity of the resource.
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, ManagedServiceIdentityType>>, userAssignedIdentities: Output<List<String>>? = null)
Properties
Link copied to clipboard
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
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.