TypesObjects
Sanction
Information about a single sanction.
type Sanction {
sanctionedBy: SanctionSource!
sourceReference: String
sanctionedSince: Date
program: String
sourceUrl: String
confirmedMatch: Boolean
}Fields
sanctionedBy SanctionSource! non-null enum
sourceReference String scalar
sanctionedSince Date scalar
Date
The date the entity was sanctioned. NB! changes to this field will not be notified.
program String scalar
String
The program under which the entity was sanctioned. NB! changes to this field will not be notified.
sourceUrl String scalar
String
URL to view the sanction data from the source. NB! changes to this field will not be notified.
confirmedMatch Boolean scalar
Boolean
The user’s verification status of this sanction match. If the match has not yet been verified by a user, this field will return null. This field will only return data for users who have access to the sanction verification feature.
Member Of
SanctionInfo object