Acr Details Response
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)