Service Principal Response
data class ServicePrincipalResponse(val clientId: String, val principalId: String, val tenantId: String, val type: String? = null)
The managed instance's service principal configuration for a resource.
Constructors
Link copied to clipboard
fun ServicePrincipalResponse(clientId: String, principalId: String, tenantId: String, type: String? = null)