CreateUpdateTemplateDisplayCredentialInput
The display properties of the verifiable credential at the template level See https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/credential-design#display-definition-wallet-credential-visuals
input CreateUpdateTemplateDisplayCredentialInput {
backgroundColor: HexColorCode
description: String
issuedBy: String
logo: CreateUpdateTemplateDisplayCredentialLogoInput
textColor: HexColorCode
title: String
}
Fields
CreateUpdateTemplateDisplayCredentialInput.backgroundColor
● HexColorCode
scalar
Background color of the credential
CreateUpdateTemplateDisplayCredentialInput.description
● String
scalar
Supplemental text displayed alongside each credential
CreateUpdateTemplateDisplayCredentialInput.issuedBy
● String
scalar
The name of the issuer of the credential
CreateUpdateTemplateDisplayCredentialInput.logo
● CreateUpdateTemplateDisplayCredentialLogoInput
input
Logo information of the credential
CreateUpdateTemplateDisplayCredentialInput.textColor
● HexColorCode
scalar
Text color of the credential
CreateUpdateTemplateDisplayCredentialInput.title
● String
scalar
Title of the credential