OcirContainerScanRegistry¶
-
class
oci.vulnerability_scanning.models.
OcirContainerScanRegistry
(**kwargs)¶ Bases:
oci.vulnerability_scanning.models.container_scan_registry.ContainerScanRegistry
Registry information for a OCI Registry target
Attributes
TYPE_OCIR
str(object=’’) -> str compartment_id
[Required] Gets the compartment_id of this OcirContainerScanRegistry. repositories
Gets the repositories of this OcirContainerScanRegistry. type
[Required] Gets the type of this ContainerScanRegistry. url
[Required] Gets the url of this ContainerScanRegistry. Methods
__init__
(**kwargs)Initializes a new OcirContainerScanRegistry object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_OCIR
= 'OCIR'¶
-
__init__
(**kwargs)¶ Initializes a new OcirContainerScanRegistry object with values from keyword arguments. The default value of the
type
attribute of this class isOCIR
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this OcirContainerScanRegistry. Allowed values for this property are: “OCIR”
- url (str) – The value to assign to the url property of this OcirContainerScanRegistry.
- compartment_id (str) – The value to assign to the compartment_id property of this OcirContainerScanRegistry.
- repositories (list[str]) – The value to assign to the repositories property of this OcirContainerScanRegistry.
-
compartment_id
¶ [Required] Gets the compartment_id of this OcirContainerScanRegistry. The OCID of the compartment to perform the scans in. All listed repositories must be in the compartment.
Returns: The compartment_id of this OcirContainerScanRegistry. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
repositories
¶ Gets the repositories of this OcirContainerScanRegistry. List of repositories to scan images in. If left empty, the target defaults to scanning all repos in the compartmentId
Returns: The repositories of this OcirContainerScanRegistry. Return type: list[str]
-
type
¶ [Required] Gets the type of this ContainerScanRegistry. The scan level
Allowed values for this property are: “OCIR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ContainerScanRegistry. Return type: str
-
url
¶ [Required] Gets the url of this ContainerScanRegistry. URL of the registry.
Returns: The url of this ContainerScanRegistry. Return type: str
-