Group Image Registry Credential
data class GroupImageRegistryCredential(val password: String? = null, val server: String, val userAssignedIdentityId: String? = null, val username: String? = null)
Constructors
Link copied to clipboard
fun GroupImageRegistryCredential(password: String? = null, server: String, userAssignedIdentityId: String? = null, username: String? = null)