NetworkIssuer
An issuer via the Entra Verified ID network
type NetworkIssuer {
did: ID!
id: ID!
isTrusted: Boolean
linkedDomainUrls: [URL!]!
name: String!
tenantId: ID!
}
Fields
NetworkIssuer.did ● ID! non-null scalar
The DID for this verifiable credential service instance
NetworkIssuer.id ● ID! non-null scalar
An autogenerated unique ID, which can be used to retrieve or update the specific instance of the verifiable credential service
NetworkIssuer.isTrusted ● Boolean scalar
Indicates that this issuer is trusted (by this organisation)
NetworkIssuer.linkedDomainUrls ● [URL!]! non-null scalar
Domains linked to this DID
NetworkIssuer.name ● String! non-null scalar
The friendly name of this instance of the verifiable credential service
NetworkIssuer.tenantId ● ID! non-null scalar
The Azure AD tenant identifier
Returned By
findNetworkIssuers query