Consent: {
allows_refresh: boolean;
atomically_revocable: boolean;
auto_approved: boolean;
client: string;
created: string;
dependency_path: number[];
effective_identity: string;
id: number;
last_used: string;
scope: string;
scope_name: string;
status: string;
updated: string;
}
Type declaration
allows_refresh: boolean
atomically_revocable: boolean
auto_approved: boolean
client: string
created: string
dependency_path: number[]
effective_identity: string
id: number
last_used: string
scope: string
scope_name: string
status: string
updated: string
An array of
Consent.id
values that represents the location of this consent in the dependency graph.