Class MarketplaceExternalAttestedMetadata
Model that contains signed marketplace instance metadata and associated signature in JWT form
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class MarketplaceExternalAttestedMetadata
Properties
SerializedJwt
Declaration
[Required(ErrorMessage = "SerializedJwt is required.")]
[JsonProperty(PropertyName = "serializedJwt")]
public string SerializedJwt { get; set; }
Property Value
Type | Description |
---|---|
string | The serialized JWT token, containing header, payload, signature |
Remarks
Required