KeyDetails¶
-
class
oci.functions.models.
KeyDetails
(**kwargs)¶ Bases:
object
The properties that define the kms keys used by Functions for Image Signature verification.
Methods
__init__
(**kwargs)Initializes a new KeyDetails object with values from keyword arguments. Attributes
kms_key_id
[Required] 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.
-