RegistryEndpointAuthenticationUnion type

Alias for RegistryEndpointAuthenticationUnion

type RegistryEndpointAuthenticationUnion =
  | RegistryEndpointSystemAssignedIdentityAuthentication
  | RegistryEndpointUserAssignedIdentityAuthentication
  | RegistryEndpointAnonymousAuthentication
  | RegistryEndpointArtifactPullSecretAuthentication
  | RegistryEndpointAuthentication