Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArtifactManifestProperties

Package version

Manifest attributes details Manifest attributes details

Hierarchy

  • ArtifactManifestProperties

Index

Properties

Optional architecture

architecture: undefined | string

CPU architecture NOTE: This property will not be serialized. It can only be populated by the server. 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.

Optional canDelete

canDelete: undefined | false | true

Delete enabled Delete enabled

Optional canList

canList: undefined | false | true

List enabled List enabled

Optional canRead

canRead: undefined | false | true

Read enabled Read enabled

Optional canWrite

canWrite: undefined | false | true

Write enabled Write enabled

createdOn

createdOn: Date

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

digest

digest: string

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

lastUpdatedOn

lastUpdatedOn: Date

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

Optional operatingSystem

operatingSystem: undefined | string

Operating system NOTE: This property will not be serialized. It can only be populated by the server. 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.

Optional quarantineDetails

quarantineDetails: undefined | string

Quarantine details

Optional quarantineState

quarantineState: undefined | string

Quarantine state

Optional registryLoginServer

registryLoginServer: string

Registry login server name. This is likely to be similar to {registry-name}.azurecr.io NOTE: This property will not be serialized. It can only be populated by the server. 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.

Optional relatedArtifacts

relatedArtifacts: ArtifactManifestPlatform[]

List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list. NOTE: This property will not be serialized. It can only be populated by the server. 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.

Optional repositoryName

repositoryName: string

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

Optional size

size: undefined | number

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

Optional tags

tags: string[]

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

Generated using TypeDoc