ResourceIdentityResponse

data class ResourceIdentityResponse(val useSystemAssignedIdentity: Boolean, val userAssignedIdentity: String? = null)

Constructors

Link copied to clipboard
constructor(useSystemAssignedIdentity: Boolean, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user assigned managed identity's ARM ID to use when accessing a resource.

Link copied to clipboard

Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.