This is the multi-page printable view of this section. Click here to print.
Models
- 1: CheckDuplicationResponse
- 2: ConnectableResource
- 3: ConnectableResourceListResponse
- 4: ContainerRegistry
- 5: ContainerRegistryCreateRequest
- 6: ContainerRegistryCreateResponse
- 7: ContainerRegistryForList
- 8: ContainerRegistryListResponse
- 9: ContainerRegistryShowResponse
- 10: Cve
- 11: Image
- 12: ImageForList
- 13: ImageListResponse
- 14: ImageSetRequest
- 15: ImageShowResponse
- 16: ImageShowResponseV1_1
- 17: ImageV1_1
- 18: LifecyclePolicy
- 19: LifecyclePolicyPreview
- 20: LifecyclePolicyPreviewResponseV1_1
- 21: LifecyclePolicySetRequest
- 22: LifecyclePolicySetRequestV1_1
- 23: LifecyclePolicyV1_1
- 24: LockPolicy
- 25: LockPolicySetRequest
- 26: PackageListResponse
- 27: PackageReport
- 28: PrivateAclSetRequest
- 29: PublicAclSetRequest
- 30: PublicEndpointEnabledSetRequest
- 31: PullPolicy
- 32: PullPolicySetRequest
- 33: Repository
- 34: RepositoryCreateRequest
- 35: RepositoryCreateRequestV1_1
- 36: RepositoryCreateResponse
- 37: RepositoryForList
- 38: RepositoryListResponse
- 39: RepositorySetRequest
- 40: RepositoryShowResponse
- 41: RepositoryShowResponseV1_1
- 42: RepositoryV1_1
- 43: Resource
- 44: ScanPolicy
- 45: ScanPolicySetRequest
- 46: ScanSummary
- 47: SecretListResponse
- 48: SecretReport
- 49: SecretSummary
- 50: Tag
- 51: TagDeleteRequest
- 52: Tags
- 53: TagsDeleteRequest
- 54: TagsForList
- 55: TagsListResponse
- 56: TagsShowResponse
- 57: VectorInfo
- 58: VectorInfos
- 59: Vectors
- 60: VulnerabilityListResponse
- 61: VulnerabilityReport
1 - CheckDuplicationResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result required | Name duplicated Example : True | boolean |
2 - ConnectableResource
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| id required | Resource ID Example : 558496f6c49d43459e61e191fb3c08fe | string | |
| name required | Registry name Example : sample | string | |
| private_domain required | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com | string | |
| public_domain optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com | any of [string, null] | |
| type required | Resource type Example : container-registry | string |
3 - ConnectableResourceListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 20 | integer | |
| resources required | Contents | array[ConnectableResource] |
4 - ContainerRegistry
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| bucket_id required | Bucket ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| bucket_name required | Bucket name Example : 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup | string | |
| bucket_usage required | Bucket Usage Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Registry name Example : sample | string | |
| private_acl_enabled required | Private ACL enabled Example : True | boolean | |
| private_acl_resources required | Private ACL resources | array[Resource] | |
| private_domain required | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com | string | |
| public_acl_enabled optional | Public ACL enabled Example : True | any of [boolean, null] | |
| public_acl_resources required | Public ACL resources | array[Resource] | |
| public_domain optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com | any of [string, null] | |
| public_endpoint_enabled optional | Public endpoint enabled Example : True | any of [boolean, null] | |
| public_visible_enabled required | Public visible enabled Example : True | boolean | |
| state required | Registry state Example : Running | string |
5 - ContainerRegistryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | Registry name Example : samplePattern : ^[a-z][a-z0-9]*$Minimum length : 3Maximum length : 25 | string | |
| private_acl_enabled required | Private ACL enabled Example : True | boolean | |
| private_acl_resources required | Private ACL resources | array[Resource] | |
| public_acl_enabled optional | Public ACL enabled Example : True | any of [boolean, null] | |
| public_acl_resources required | Public ACL resources | array[Resource] | |
| public_endpoint_enabled optional | Public endpoint enabled Example : True | any of [boolean, null] | |
| public_visible_enabled required | Public visible enabled Example : True | boolean | |
| tags optional | Tag List | any of [array[Tag], null] |
6 - ContainerRegistryCreateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| message required | Description Example : Carpe diem. | string | |
| state required | Registry state Example : Running | string |
7 - ContainerRegistryForList
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| bucket_name required | Bucket name Example : 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Registry name Example : sample | string | |
| private_domain optional | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com | any of [string, null] | |
| public_domain optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com | any of [string, null] | |
| public_visible_enabled required | Public visible enabled Example : True | boolean | |
| state required | Registry state Example : Running | string |
8 - ContainerRegistryListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 20 | integer | |
| registries required | Contents | array[ContainerRegistryForList] |
9 - ContainerRegistryShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| registry required | ContainerRegistry |
10 - Cve
| Name | Description | Schema | Default |
|---|---|---|---|
| category required | Category Example : Language | string | |
| current_version required | Current version Example : 2.9.9.1 | string | |
| cve_code required | Cve code Example : CVE-2019-1454 | string | |
| description required | Description Example : A Polymorphic Typing issue was discovered in FasterXML. | string | |
| links required | Page link Example : https://nvd.nist.gov/vuln/detail/CVE-2019-1454 | string | |
| os_language optional | OS or language Example : Java | any of [string, null] | |
| package_name optional | Package name Example : com.example.sample | any of [string, null] | |
| severity required | Severity Example : High | string | |
| update_version required | Updated version Example : 2.9.10, 2.8.11.5, 2.6.7.3 | string | |
| vectors required | Vectors |
11 - Image
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : Carpe diem. | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicy, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Image name Example : sample | string | |
| pull_count required | Pull count Example : 100 | integer | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| repository_id required | Repository ID Example : e5611ca6c1484df480668c5adce8b078 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| state required | Image state Example : Active | string |
12 - ImageForList
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created at Example : 2024-08-15T13:05:09.701645823+09:00 | string (date-time) | |
| id required | Image ID Example : 5b5ed4f2881a440583536fc1a8c39a28 | string | |
| modified_at required | Modified at Example : 2024-08-16T16:06:09.701645823+09:00 | string (date-time) | |
| name required | Image name Example : sample | string | |
| private_endpoint_url optional | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 | any of [string, null] | |
| public_endpoint_url optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 | any of [string, null] | |
| pull_count required | Pull count Example : 20 | integer | |
| registry_id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| repository_id required | Repository ID Example : e5611ca6c1484df480668c5adce8b078 | string | |
| state required | Image state Example : Active | string |
13 - ImageListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 20 | integer | |
| images required | Contents | array[ImageForList] |
14 - ImageSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description Example : Carpe diem.Maximum length : 50 | string |
15 - ImageShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| image required | Image |
16 - ImageShowResponseV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| image required | ImageV1_1 |
17 - ImageV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : Carpe diem. | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicyV1_1, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Image name Example : sample | string | |
| pull_count required | Pull count Example : 100 | integer | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| repository_id required | Repository ID Example : e5611ca6c1484df480668c5adce8b078 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| state required | Image state Example : Active | string |
18 - LifecyclePolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| lifecycle_policy_enabled required | Lifecycle policy enabled Example : True | boolean | |
| outdated_rule_duration required | Tagged rule duration Example : 90Maximum : 999 | integer | |
| outdated_rule_enabled required | Tagged rule enabled Example : True | boolean | |
| untagged_rule_duration required | Untagged rule duration Example : 90Maximum : 999 | integer | |
| untagged_rule_enabled required | Untagged rule enabled Example : True | boolean |
19 - LifecyclePolicyPreview
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created at Example : 2024-08-15T13:05:09.701645823+09:00 | string (date-time) | |
| hash_digest required | Hash digest Example : | string | |
| reference_tags required | List of tags in reference Example : ["sample"] | array[string] | |
| state required | Tags state Example : Active | string |
20 - LifecyclePolicyPreviewResponseV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 20 | any of [integer, null] | |
| outdated_rule_duration required | Tagged rule duration Example : 10 | any of [integer, null] | |
| outdated_rule_enabled required | Tagged rule enabled Example : True | any of [boolean, null] | |
| outdated_rule_tag_expression required | Tagged rule tag expression Example : * | any of [string, null] | |
| preview_run_at optional | Lifecycle policy preview run at Example : 2024-08-15T13:05:09.701645823+09:00 | any of [string (date-time), null] | |
| preview_run_state required | Lifecycle policy preview run state Example : Active | string | |
| previews required | Contents | any of [array[LifecyclePolicyPreview], null] | |
| untagged_rule_duration required | Untagged rule duration Example : 10 | any of [integer, null] | |
| untagged_rule_enabled required | Untagged rule enabled Example : True | any of [boolean, null] |
21 - LifecyclePolicySetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| lifecycle_policy required | LifecyclePolicy |
22 - LifecyclePolicySetRequestV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| lifecycle_policy required | LifecyclePolicyV1_1 |
23 - LifecyclePolicyV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| lifecycle_policy_enabled required | Lifecycle policy enabled Example : True | boolean | |
| outdated_rule_duration required | Tagged rule duration Example : 90Maximum : 999 | integer | |
| outdated_rule_enabled required | Tagged rule enabled Example : True | boolean | |
| outdated_rule_tag_expression required | Tagged rule tag expression Example : *Pattern : ^[a-zA-Z0-9_*][a-zA-Z0-9._*-]{0,130}$Minimum length : 1Maximum length : 130 | string | |
| untagged_rule_duration required | Untagged rule duration Example : 90Maximum : 999 | integer | |
| untagged_rule_enabled required | Untagged rule enabled Example : True | boolean |
24 - LockPolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| locked required | Locked Example : True | boolean |
25 - LockPolicySetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| lock_policy required | LockPolicy |
26 - PackageListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| filtered_count required | Filtered Count Example : 30 | integer | |
| last_scanned_at required | Last scanned at Example : 2024-08-15T13:05:09.701645823+09:00 | string | |
| package_reports required | Contents | array[PackageReport] | |
| package_reports_count required | Total Count Example : 30 | integer | |
| release_version required | OS release version Example : alpine:3.14.10 | string | |
| scan_summary required | ScanSummary |
27 - PackageReport
| Name | Description | Schema | Default |
|---|---|---|---|
| category required | Category Example : Language | string | |
| os_language optional | OS or language Example : Java | any of [string, null] | |
| package_name optional | Package name Example : com.example.sample | any of [string, null] | |
| scan_summary required | ScanSummary | ||
| type required | Pipeline type Example : os-pkg(binary) | string | |
| version required | Pipeline version Example : 0.7.2-r3 | string |
28 - PrivateAclSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| private_acl_enabled required | Private ACL enabled Example : True | boolean | |
| private_acl_resources required | Private ACL resources | array[Resource] |
29 - PublicAclSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| public_acl_enabled required | Public ACL enabled Example : True | boolean | |
| public_acl_resources required | Public ACL resources | array[Resource] |
30 - PublicEndpointEnabledSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| public_endpoint_enabled required | Public endpoint enabled Example : True | boolean |
31 - PullPolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| critical_limit optional | Critical limit Example : 20 | any of [integer, null] | |
| high_limit optional | High limit Example : 20 | any of [integer, null] | |
| unmodified_excepted required | Unmodified exception Example : True | boolean | |
| unscanned_image_pull_prevented required | Unscanned image pull prevented Example : True | boolean | |
| vulnerable_image_pull_prevented required | Vulnerable image pull prevented Example : True | boolean |
32 - PullPolicySetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| pull_policy required | PullPolicy |
33 - Repository
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : Carpe diem. | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicy, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Repository name Example : sample | string | |
| private_endpoint_url optional | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo | any of [string, null] | |
| public_endpoint_url optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo | any of [string, null] | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id optional | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| state required | Repository state Example : Active | string |
34 - RepositoryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description Example : Carpe diem.Maximum length : 50 | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicy, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| name required | Repository name Example : samplePattern : ^[a-z0-9][a-z0-9-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| tags optional | Tag List | any of [array[Tag], null] |
35 - RepositoryCreateRequestV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description Example : Carpe diem.Maximum length : 50 | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicyV1_1, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| name required | Repository name Example : samplePattern : ^[a-z0-9][a-z0-9-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id required | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| tags optional | Tag List | any of [array[Tag], null] |
36 - RepositoryCreateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | Repository ID Example : e5611ca6c1484df480668c5adce8b078 | string | |
| message required | Description Example : Carpe diem. | string | |
| state required | Repository state Example : Active | string |
37 - RepositoryForList
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Repository name Example : sample | string | |
| registry_id optional | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| state required | Repository state Example : Active | string |
38 - RepositoryListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 20 | integer | |
| repositories required | array[RepositoryForList] |
39 - RepositorySetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description Example : Carpe diem.Maximum length : 50 | string |
40 - RepositoryShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| repository required | Repository |
41 - RepositoryShowResponseV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| repository required | RepositoryV1_1 |
42 - RepositoryV1_1
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : Carpe diem. | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| lifecycle_policy optional | Lifecycle policy | any of [LifecyclePolicyV1_1, null] | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Repository name Example : sample | string | |
| private_endpoint_url optional | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo | any of [string, null] | |
| public_endpoint_url optional | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo | any of [string, null] | |
| pull_policy optional | Pull policy | any of [PullPolicy, null] | |
| registry_id optional | Registry ID Example : rpqtmqgec3174541bbf77eecf2cd3585 | string | |
| scan_policy optional | Scan policy | any of [ScanPolicy, null] | |
| state required | Repository state Example : Active | string |
43 - Resource
| Name | Description | Schema | Default |
|---|---|---|---|
| resource_id optional | Resource ID Example : 558496f6c49d43459e61e191fb3c08fe | any of [string, null] | |
| resource_ips optional | Resource IP list Example : [] | any of [array[string], null] | |
| resource_name optional | Resource name Example : sample | any of [string, null] | |
| resource_type optional | Resource type Example : virtualServer | any of [string, null] |
44 - ScanPolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_scan_enabled required | Auto scan enabled Example : True | boolean | |
| fixed_version_excepted required | Fixed version exception Example : True | boolean | |
| language_excepted required | Language exception Example : True | boolean | |
| scan_policy_enabled required | Scan policy enabled Example : True | boolean | |
| secret_excepted required | Secret exception Example : True | boolean | |
| severity_limit required | Severity limit Example : High | string |
45 - ScanPolicySetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| scan_policy required | ScanPolicy |
46 - ScanSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| critical required | Number of critical vulnerabilities Example : 10 | integer | |
| high required | Number of high vulnerabilities Example : 10 | integer | |
| low required | Number of low vulnerabilities Example : 10 | integer | |
| medium required | Number of medium vulnerabilities Example : 10 | integer | |
| negligible required | Number of negligible vulnerabilities Example : 10 | integer | |
| total_vulnerability required | Total number of vulnerability creation Example : 60 | integer | |
| unknown required | Number of unknown vulnerabilities Example : 10 | integer |
47 - SecretListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| filtered_count required | Filtered Count Example : 30 | integer | |
| last_scanned_at required | Last scanned at Example : 2024-08-16T16:06:09.701645823+09:00 | string | |
| release_version required | OS release version Example : alpine:3.14.10 | string | |
| secret_reports required | Contents | array[SecretReport] | |
| secret_summary required | SecretSummary |
48 - SecretReport
| Name | Description | Schema | Default |
|---|---|---|---|
| category required | Category Example : Language | string | |
| file_name required | Secret file name Example : /certs/sample-key1.key | string | |
| match required | Secret match Example : -----BEGIN SAMPLE KEY-----*********************... | string | |
| rule_id required | Rule ID Example : private-key | string | |
| severity required | Severity Example : High | string | |
| start_line required | Secret start line Example : 1 | integer | |
| target required | Target Example : /certs/sample-key1.key | string | |
| title required | Secret title Example : Asymmetric Private Key | string | |
| vulnerability_class required | Vulnerability class Example : secret | string |
49 - SecretSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| critical required | Number of critical vulnerabilities Example : 10 | integer | |
| high required | Number of high vulnerabilities Example : 10 | integer | |
| low required | Number of low vulnerabilities Example : 10 | integer | |
| medium required | Number of medium vulnerabilities Example : 10 | integer | |
| total_secret required | Total Count Example : 50 | integer | |
| unknown required | Number of unknown vulnerabilities Example : 10 | integer |
50 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | Tag Key Example : | string | |
| value required | Tag Value Example : | any of [string, null] |
51 - TagDeleteRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| tag_names required | Tag names Example : ["sample"] | array[string] |
52 - Tags
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created at Example : 2024-08-15T13:05:09.701645823+09:00 | string (date-time) | |
| hash_digest required | Hash digest Example : | string | |
| id required | Tags ID Example : b48210c7a226460fa15b6e3e221b30b0 | string | |
| image_id required | Image ID Example : 5b5ed4f2881a440583536fc1a8c39a28 | string | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| manifest required | Manifest Example : | string | |
| manifest_media_type required | Manifest media type Example : | string | |
| modified_at required | Modified at Example : 2024-08-16T16:06:09.701645823+09:00 | string (date-time) | |
| reference_tags required | List of tags in reference Example : ["sample"] | array[string] | |
| registry_id optional | Example : | string | |
| repository_id required | Repository ID Example : e5611ca6c1484df480668c5adce8b078 | string | |
| state required | Tags state Example : Active | string |
53 - TagsDeleteRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| tags_ids required | Tags IDs Example : ["b48210c7a226460fa15b6e3e221b30b0"] | array[string] |
54 - TagsForList
| Name | Description | Schema | Default |
|---|---|---|---|
| hash_digest required | Hash digest Example : | string | |
| id required | Tags ID Example : b48210c7a226460fa15b6e3e221b30b0 | string | |
| last_scanned_at required | Last scanned at Example : 2024-08-15T13:05:09.701645823+09:00 | string (date-time) | |
| lock_policy optional | Lock Policy | any of [LockPolicy, null] | |
| modified_at required | Modified at Example : 2024-08-16T16:06:09.701645823+09:00 | string (date-time) | |
| private_endpoint_url required | Private Endpoint URL Example : sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234...abcd | string | |
| public_endpoint_url required | Public Endpoint URL Example : sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234...abcd | string | |
| re_scan_needed required | Need for retrying vulnerability inspection Example : True | boolean | |
| reference_tags required | List of tags in reference Example : ["sample"] | array[string] | |
| referenced_by required | Reference necessity Example : | string | |
| scan_state required | Scanning state Example : Scanning state | string | |
| scan_summary required | ScanSummary | ||
| size required | Size Example : 10 | integer | |
| state required | Tags state Example : Active | string |
55 - TagsListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | Total Count Example : 10 | integer | |
| tagses required | Total Count | array[TagsForList] |
56 - TagsShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| tags required | Tags |
57 - VectorInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description Example : A Polymorphic Typing issue was discovered in FasterXML. | string | |
| level required | Level Example : 1 | string | |
| metric required | Metric Example : Physical | string |
58 - VectorInfos
| Name | Description | Schema | Default |
|---|---|---|---|
| attack_complexity required | Attack complexity | array[VectorInfo] | |
| attack_vector required | Attack vector | array[VectorInfo] | |
| availability required | Availability | array[VectorInfo] | |
| confidentiality required | Confidentiality | array[VectorInfo] | |
| integrity required | Integrity | array[VectorInfo] | |
| privileges_required required | Necessary authority | array[VectorInfo] | |
| scope required | Attack scope | array[VectorInfo] | |
| user_interaction required | Degree of user participation | array[VectorInfo] |
59 - Vectors
| Name | Description | Schema | Default |
|---|---|---|---|
| attack_complexity required | Attack complexity Example : High | string | |
| attack_vector required | Attack vector Example : NETWORK | string | |
| availability required | Availability Example : High | string | |
| base_severity required | Base severity Example : | string | |
| confidentiality required | Confidentiality Example : High | string | |
| cvss required | Vulnerability rating system Example : 9.8 | object | |
| integrity required | Integrity Example : High | string | |
| privileges_required required | Necessary authority Example : Low | string | |
| scope required | Attack scope Example : | string | |
| user_interaction required | Degree of user participation Example : Low | string |
60 - VulnerabilityListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| filtered_count required | Filtered Count Example : 30 | integer | |
| vector_info required | VectorInfos | ||
| vulnerability_report required | Contents | VulnerabilityReport |
61 - VulnerabilityReport
| Name | Description | Schema | Default |
|---|---|---|---|
| cves required | array[Cve] | ||
| last_scanned_at required | Last scanned at Example : 2024-08-16T16:06:09.701645823+09:00 | string | |
| release_version required | OS release version Example : alpine:3.14.10 | string | |
| scan_summary required | ScanSummary |