Job Agent Identity Response
data class JobAgentIdentityResponse(val tenantId: String? = null, val type: String, val userAssignedIdentities: Map<String, JobAgentUserAssignedIdentityResponse>? = null)
Azure Active Directory identity configuration for a resource.
Constructors
Link copied to clipboard
constructor(tenantId: String? = null, type: String, userAssignedIdentities: Map<String, JobAgentUserAssignedIdentityResponse>? = null)