Class UpdateContainerConfigurationDetails
Update container configuration request details.
Inherited Members
Namespace: Oci.ArtifactsService.Models
Assembly: OCI.DotNetSDK.Artifacts.dll
Syntax
public class UpdateContainerConfigurationDetailsProperties
IsRepositoryCreatedOnFirstPush
Declaration
[JsonProperty(PropertyName = "isRepositoryCreatedOnFirstPush")]
public bool? IsRepositoryCreatedOnFirstPush { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment. |