Class UpdateContainerRepositoryDetails
Update container repository request details.
Inherited Members
Namespace: Oci.ArtifactsService.Models
Assembly: OCI.DotNetSDK.Artifacts.dll
Syntax
public class UpdateContainerRepositoryDetails
Properties
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a
namespace. For more information, see Resource Tags.
|
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no
predefined name, type, or namespace. For more information, see Resource Tags.
|
IsImmutable
Declaration
[JsonProperty(PropertyName = "isImmutable")]
public bool? IsImmutable { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether the repository is immutable. Images cannot be overwritten in an immutable repository. |
IsPublic
Declaration
[JsonProperty(PropertyName = "isPublic")]
public bool? IsPublic { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether the repository is public. A public repository allows unauthenticated access. |
Readme
Declaration
[JsonProperty(PropertyName = "readme")]
public ContainerRepositoryReadme Readme { get; set; }
Property Value
Type | Description |
---|---|
ContainerRepositoryReadme |