pub type ContainerRegistryAuths = Vec<ContainerRegistryAuth>;Expand description
Collection of container registry authentication records.
This type alias represents the standard response format when listing
container registry authentications, containing an array of ContainerRegistryAuth instances.
Aliased Typeยง
pub struct ContainerRegistryAuths { /* private fields */ }