Skip to content

Latest commit

 

History

History
106 lines (99 loc) · 6.3 KB

File metadata and controls

106 lines (99 loc) · 6.3 KB

CocoapodsPackageUpload

Properties

Name Type Description Notes
architectures List<Architecture> [optional]
cdnUrl String [optional]
checksumMd5 String [optional]
checksumSha1 String [optional]
checksumSha256 String [optional]
checksumSha512 String [optional]
dependenciesChecksumMd5 String A checksum of all of the package's dependencies. [optional]
dependenciesUrl String [optional]
description String A textual description of this package. [optional]
displayName String [optional]
distro Distribution [optional]
distroVersion DistributionVersion [optional]
downloads java.math.BigInteger [optional]
epoch java.math.BigInteger The epoch of the package version (if any). [optional]
extension String [optional]
filename String [optional]
files List<PackageFile> [optional]
format String [optional]
formatUrl String [optional]
freeableStorage java.math.BigInteger Amount of storage that will be freed if this package is deleted [optional]
fullyQualifiedName String [optional]
identifierPerm String Unique and permanent identifier for the package. [optional]
identifiers Map<String, String> Return a map of identifier field names and their values. [optional]
indexed Boolean [optional]
isCancellable Boolean [optional]
isCopyable Boolean [optional]
isDeleteable Boolean [optional]
isDownloadable Boolean [optional]
isMoveable Boolean [optional]
isQuarantinable Boolean [optional]
isQuarantined Boolean [optional]
isResyncable Boolean [optional]
isSecurityScannable Boolean [optional]
isSyncAwaiting Boolean [optional]
isSyncCompleted Boolean [optional]
isSyncFailed Boolean [optional]
isSyncInFlight Boolean [optional]
isSyncInProgress Boolean [optional]
license String The license of this package. [optional]
name String The name of this package. [optional]
namespace String [optional]
namespaceUrl String [optional]
numFiles java.math.BigInteger [optional]
originRepository String [optional]
originRepositoryUrl String [optional]
packageType java.math.BigInteger The type of package contents. [optional]
policyViolated Boolean Whether or not the package has violated any policy. [optional]
rawLicense String The raw license string. [optional]
release String The release of the package version (if any). [optional]
repository String [optional]
repositoryUrl String [optional]
securityScanCompletedAt OffsetDateTime The datetime the security scanning was completed. [optional]
securityScanStartedAt OffsetDateTime The datetime the security scanning was started. [optional]
securityScanStatus SecurityScanStatusEnum [optional]
securityScanStatusUpdatedAt OffsetDateTime The datetime the security scanning status was updated. [optional]
selfHtmlUrl String [optional]
selfUrl String [optional]
signatureUrl String [optional]
size java.math.BigInteger The calculated size of the package. [optional]
slug String The public unique identifier for the package. [optional]
slugPerm String [optional]
spdxLicense String The SPDX license identifier for this package. [optional]
stage java.math.BigInteger The synchronisation (in progress) stage of the package. [optional]
stageStr String [optional]
stageUpdatedAt OffsetDateTime The datetime the package stage was updated at. [optional]
status java.math.BigInteger The synchronisation status of the package. [optional]
statusReason String A textual description for the synchronous status reason (if any [optional]
statusStr String [optional]
statusUpdatedAt OffsetDateTime The datetime the package status was updated at. [optional]
statusUrl String [optional]
subtype String [optional]
summary String A one-liner synopsis of this package. [optional]
syncFinishedAt OffsetDateTime The datetime the package sync was finished at. [optional]
syncProgress java.math.BigInteger Synchronisation progress (from 0-100) [optional]
tagsAutomatic Tags [optional]
tagsImmutable Tags [optional]
typeDisplay String [optional]
uploadedAt OffsetDateTime The date this package was uploaded. [optional]
uploader String [optional]
uploaderUrl String [optional]
version String The raw version for this package. [optional]
versionOrig String [optional]
vulnerabilityScanResultsUrl String [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"