Skip to main content

ContractDisplayCredentialInput

The display properties of the verifiable credential at the contract level See https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/credential-design#display-definition-wallet-credential-visuals

input ContractDisplayCredentialInput {
backgroundColor: HexColorCode!
description: String!
issuedBy: String!
logo: ContractDisplayCredentialLogoInput!
textColor: HexColorCode!
title: String!
}

Fields

ContractDisplayCredentialInput.backgroundColor ● HexColorCode! non-null scalar

Background color of the credential

ContractDisplayCredentialInput.description ● String! non-null scalar

Supplemental text displayed alongside each credential

ContractDisplayCredentialInput.issuedBy ● String! non-null scalar

The name of the issuer of the credential

ContractDisplayCredentialInput.logo ● ContractDisplayCredentialLogoInput! non-null input

Logo information of the credential

ContractDisplayCredentialInput.textColor ● HexColorCode! non-null scalar

Text color of the credential

ContractDisplayCredentialInput.title ● String! non-null scalar

Title of the credential

Member Of

ContractDisplayModelInput input