ArtifactManifestProperties interface

Manifest attributes details

Properties

architecture

CPU architecture. See KnownArtifactArchitecture for values supported by the service. NOTE: This property will not be serialized. It can only be populated by the server.

canDelete

Delete enabled

canList

List enabled

canRead

Read enabled

canWrite

Write enabled

createdOn

Created time NOTE: This property will not be serialized. It can only be populated by the server.

digest

Manifest NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedOn

Last update time NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystem

Operating system. See KnownArtifactOperatingSystem for values supported by the service. NOTE: This property will not be serialized. It can only be populated by the server.

registryLoginServer

Registry login server name. This is likely to be similar to .azurecr.io NOTE: This property will not be serialized. It can only be populated by the server.

relatedArtifacts

List of manifests referenced by this manifest list. List will be empty if this manifest is not a manifest list. NOTE: This property will not be serialized. It can only be populated by the server.

repositoryName

Repository name NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes

Image size NOTE: This property will not be serialized. It can only be populated by the server.

tags

List of tags NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

architecture

CPU architecture. See KnownArtifactArchitecture for values supported by the service. NOTE: This property will not be serialized. It can only be populated by the server.

architecture?: string

Property Value

string

canDelete

Delete enabled

canDelete?: boolean

Property Value

boolean

canList

List enabled

canList?: boolean

Property Value

boolean

canRead

Read enabled

canRead?: boolean

Property Value

boolean

canWrite

Write enabled

canWrite?: boolean

Property Value

boolean

createdOn

Created time NOTE: This property will not be serialized. It can only be populated by the server.

createdOn: Date

Property Value

Date

digest

Manifest NOTE: This property will not be serialized. It can only be populated by the server.

digest: string

Property Value

string

lastUpdatedOn

Last update time NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedOn: Date

Property Value

Date

operatingSystem

Operating system. See KnownArtifactOperatingSystem for values supported by the service. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystem?: string

Property Value

string

registryLoginServer

Registry login server name. This is likely to be similar to .azurecr.io NOTE: This property will not be serialized. It can only be populated by the server.

registryLoginServer: string

Property Value

string

relatedArtifacts

List of manifests referenced by this manifest list. List will be empty if this manifest is not a manifest list. NOTE: This property will not be serialized. It can only be populated by the server.

relatedArtifacts: ArtifactManifestPlatform[]

Property Value

repositoryName

Repository name NOTE: This property will not be serialized. It can only be populated by the server.

repositoryName: string

Property Value

string

sizeInBytes

Image size NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes?: number

Property Value

number

tags

List of tags NOTE: This property will not be serialized. It can only be populated by the server.

tags: string[]

Property Value

string[]