VerifiedData¶
-
class
oci.key_management.models.
VerifiedData
(**kwargs)¶ Bases:
object
The response to a request to verify the message.
Methods
__init__
(**kwargs)Initializes a new VerifiedData object with values from keyword arguments. Attributes
is_signature_valid
[Required] Gets the is_signature_valid of this VerifiedData. -
__init__
(**kwargs)¶ Initializes a new VerifiedData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_signature_valid (bool) – The value to assign to the is_signature_valid property of this VerifiedData.
-
is_signature_valid
¶ [Required] Gets the is_signature_valid of this VerifiedData. A Boolean value that indicates whether the signature was verified.
Returns: The is_signature_valid of this VerifiedData. Return type: bool
-