MarketplaceExternalAttestedMetadata¶
-
class
oci.marketplace.models.
MarketplaceExternalAttestedMetadata
(**kwargs)¶ Bases:
object
Model that contains signed marketplace instance metadata and associated signature in JWT form
Methods
__init__
(**kwargs)Initializes a new MarketplaceExternalAttestedMetadata object with values from keyword arguments. Attributes
serialized_jwt
[Required] Gets the serialized_jwt of this MarketplaceExternalAttestedMetadata. -
__init__
(**kwargs)¶ Initializes a new MarketplaceExternalAttestedMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: serialized_jwt (str) – The value to assign to the serialized_jwt property of this MarketplaceExternalAttestedMetadata.
-
serialized_jwt
¶ [Required] Gets the serialized_jwt of this MarketplaceExternalAttestedMetadata. The serialized JWT token, containing header, payload, signature
Returns: The serialized_jwt of this MarketplaceExternalAttestedMetadata. Return type: str
-