ResourceDeploymentScriptPowerShellIdentity

data class ResourceDeploymentScriptPowerShellIdentity(val identityIds: List<String>, val type: String)

Constructors

constructor(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the list of user-assigned managed identity IDs associated with the resource. Changing this forces a new resource to be created.

Link copied to clipboard

Type of the managed identity. The only possible value is UserAssigned. Changing this forces a new resource to be created.