AcrDetailsResponse

data class AcrDetailsResponse(val systemCreatedAcrAccount: SystemCreatedAcrAccountResponse? = null, val userCreatedAcrAccount: UserCreatedAcrAccountResponse? = null)

Details of ACR account to be used for the Registry

Constructors

Link copied to clipboard
fun AcrDetailsResponse(systemCreatedAcrAccount: SystemCreatedAcrAccountResponse? = null, userCreatedAcrAccount: UserCreatedAcrAccountResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of system created ACR account to be used for the Registry

Link copied to clipboard

Details of user created ACR account to be used for the Registry