ArtifactTagProperties interface
Tag attributes
Properties
| can |
Delete enabled |
| can |
List enabled |
| can |
Read enabled |
| can |
Write enabled |
| created |
Tag created time NOTE: This property will not be serialized. It can only be populated by the server. |
| digest | Tag digest NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
Tag last update time NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Tag name NOTE: This property will not be serialized. It can only be populated by the server. |
| registry |
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. |
| repository |
Image name NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
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
Tag created time NOTE: This property will not be serialized. It can only be populated by the server.
createdOn: Date
Property Value
Date
digest
Tag digest NOTE: This property will not be serialized. It can only be populated by the server.
digest: string
Property Value
string
lastUpdatedOn
Tag last update time NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedOn: Date
Property Value
Date
name
Tag name NOTE: This property will not be serialized. It can only be populated by the server.
name: string
Property Value
string
registryLoginServer
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.
registryLoginServer: string
Property Value
string
repositoryName
Image name NOTE: This property will not be serialized. It can only be populated by the server.
repositoryName: string
Property Value
string