Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManifestAttributesBase

Package version

Manifest details

Hierarchy

  • ManifestAttributesBase

Index

Properties

Optional architecture

architecture: ArtifactArchitecture

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

Optional canDelete

canDelete: undefined | false | true

Delete enabled

Optional canList

canList: undefined | false | true

List enabled

Optional canRead

canRead: undefined | false | true

Read enabled

Optional canWrite

canWrite: undefined | false | true

Write enabled

createdOn

createdOn: Date

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.

lastUpdatedOn

lastUpdatedOn: Date

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

Optional operatingSystem

operatingSystem: ArtifactOperatingSystem

Operating system 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.

Optional size

size: undefined | number

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.

Generated using TypeDoc