CreateMarketplaceExternalAttestedMetadataDetails¶
-
class
oci.marketplace.models.
CreateMarketplaceExternalAttestedMetadataDetails
(**kwargs)¶ Bases:
object
Payload that customer will use to generate JWT for launched instance associated with Marketplace listing
Methods
__init__
(**kwargs)Initializes a new CreateMarketplaceExternalAttestedMetadataDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateMarketplaceExternalAttestedMetadataDetails. instance_id
[Required] Gets the instance_id of this CreateMarketplaceExternalAttestedMetadataDetails. -
__init__
(**kwargs)¶ Initializes a new CreateMarketplaceExternalAttestedMetadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this CreateMarketplaceExternalAttestedMetadataDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateMarketplaceExternalAttestedMetadataDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateMarketplaceExternalAttestedMetadataDetails. compartment that associated instance is in
Returns: The compartment_id of this CreateMarketplaceExternalAttestedMetadataDetails. Return type: str
-
instance_id
¶ [Required] Gets the instance_id of this CreateMarketplaceExternalAttestedMetadataDetails. unique id that identifies the associated instance
Returns: The instance_id of this CreateMarketplaceExternalAttestedMetadataDetails. Return type: str
-