Show / Hide Table of Contents

Class MarketplaceExternalAttestedMetadata

Model that contains signed marketplace instance metadata and associated signature in JWT form

Inheritance
object
MarketplaceExternalAttestedMetadata
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 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

In this article
Back to top