UpdateImagePolicyConfigDetails¶
- 
class oci.container_engine.models.UpdateImagePolicyConfigDetails(**kwargs)¶
- Bases: - object- The properties that define a image verification policy. - Methods - __init__(**kwargs)- Initializes a new UpdateImagePolicyConfigDetails object with values from keyword arguments. - Attributes - is_policy_enabled- Gets the is_policy_enabled of this UpdateImagePolicyConfigDetails. - key_details- Gets the key_details of this UpdateImagePolicyConfigDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateImagePolicyConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_policy_enabled (bool) – The value to assign to the is_policy_enabled property of this UpdateImagePolicyConfigDetails.
- key_details (list[oci.container_engine.models.KeyDetails]) – The value to assign to the key_details property of this UpdateImagePolicyConfigDetails.
 
 - 
is_policy_enabled¶
- Gets the is_policy_enabled of this UpdateImagePolicyConfigDetails. Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime. - Returns: - The is_policy_enabled of this UpdateImagePolicyConfigDetails. - Return type: - bool 
 - 
key_details¶
- Gets the key_details of this UpdateImagePolicyConfigDetails. A list of KMS key details. - Returns: - The key_details of this UpdateImagePolicyConfigDetails. - Return type: - list[oci.container_engine.models.KeyDetails] 
 
-