KeyDetails¶
-
class
oci.container_engine.models.
KeyDetails
(**kwargs)¶ Bases:
object
The properties that define the kms keys used by OKE for Image Signature verification.
Methods
__init__
(**kwargs)Initializes a new KeyDetails object with values from keyword arguments. Attributes
kms_key_id
Gets the kms_key_id of this KeyDetails. -
__init__
(**kwargs)¶ Initializes a new KeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: kms_key_id (str) – The value to assign to the kms_key_id property of this KeyDetails.
-
kms_key_id
¶ Gets the kms_key_id of this KeyDetails. The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source.
Returns: The kms_key_id of this KeyDetails. Return type: str
-