Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.53 KB

File metadata and controls

47 lines (40 loc) · 2.53 KB

RecycleBinPackage

Properties

Name Type Description Notes
actionBy String The name of the user who deleted the package. [optional]
downloads java.math.BigInteger [optional]
filename String [optional]
format String [optional]
fullyQualifiedName String The fully qualified name of the package. [optional]
identifiers Map<String, String> [optional]
invokedRetentionRule Map<String, String> Information about the retention rule that triggered deletion (if any). [optional]
isDeleteable Boolean [optional]
isQuarantined Boolean [optional]
isRestorable Boolean [optional]
name String The name of this package. [optional]
policyViolated Boolean Whether or not the package has violated any policy. [optional]
repository String [optional]
securityScanCompletedAt OffsetDateTime The datetime the security scanning was completed. [optional]
securityScanStatus SecurityScanStatusEnum [optional]
size java.math.BigInteger The calculated size of the package. [optional]
slugPerm String [optional]
status java.math.BigInteger The synchronisation status of the package. [optional]
statusUpdatedAt OffsetDateTime The datetime the package status was updated at. [optional]
tags Tags [optional]
typeDisplay String [optional]
uploadedAt OffsetDateTime The date this package was uploaded. [optional]
uploader String [optional]
version String The raw version for this package. [optional]

Enum: SecurityScanStatusEnum

Name Value
AWAITING_SECURITY_SCAN "Awaiting Security Scan"
SECURITY_SCANNING_IN_PROGRESS "Security Scanning in Progress"
SCAN_DETECTED_VULNERABILITIES "Scan Detected Vulnerabilities"
SCAN_DETECTED_NO_VULNERABILITIES "Scan Detected No Vulnerabilities"
SECURITY_SCANNING_DISABLED "Security Scanning Disabled"
SECURITY_SCANNING_FAILED "Security Scanning Failed"
SECURITY_SCANNING_SKIPPED "Security Scanning Skipped"
SECURITY_SCANNING_NOT_SUPPORTED "Security Scanning Not Supported"