GetAppIdentity

data class GetAppIdentity(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 one or more Resource IDs for User Assigned Managed identities to assign. Required when type is set to UserAssigned.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of managed identity to assign. Possible values are UserAssigned and SystemAssigned