azure-security-attestation
Public Attributes | List of all members
Azure::Security::Attestation::Models::OpenIdMetadata Struct Referencefinal

Contains information about this instance of the attestation service, which can be used to validate attestation service responses. More...

#include <attestation_client_models.hpp>

Public Attributes

Azure::Nullable< std::string > Issuer
 The issuer which will be used for tokens generated by this instance.
 
Azure::Nullable< std::string > JsonWebKeySetUrl
 A URI which can be used to retrieve the AttestationSigner objects returned by the attestation service.
 
Azure::Nullable< std::vector< std::string > > SupportedResponseTypes
 The response types that are supported by the service.
 
Azure::Nullable< std::vector< std::string > > SupportedTokenSigningAlgorithms
 The algorithms which can be used to sign attestation tokens.
 
Azure::Nullable< std::vector< std::string > > SupportedClaims
 A list of claims which may be returned by the attestation service.
 

Detailed Description

The OpenIdMetadata value is retrieved using the OpenID Connect Discovery Protocol.

This structure represents the values from that specification which are returned by the attestation service.


The documentation for this struct was generated from the following file: