Show / Hide Table of Contents

Class CreateMarketplaceExternalAttestedMetadataDetails

Payload that customer will use to generate JWT for launched instance associated with Marketplace listing

Inheritance
object
CreateMarketplaceExternalAttestedMetadataDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class CreateMarketplaceExternalAttestedMetadataDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

compartment that associated instance is in

Remarks

Required

InstanceId

Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
Type Description
string

unique id that identifies the associated instance

Remarks

Required

In this article
Back to top