@piiano/vault-client
Version:
Piiano Vault generated typescript client
5 lines • 423 B
TypeScript
/**
* Details of the reason for requesting the property. The default is set when no access reason is provided and PVAULT_SERVICE_FORCE_ACCESS_REASON is false.
*/
export type reason = 'AppFunctionality' | 'Analytics' | 'Notifications' | 'Marketing' | 'ThirdPartyMarketing' | 'FraudPreventionSecurityAndCompliance' | 'AccountManagement' | 'Maintenance' | 'DataSubjectRequest' | 'Other';
//# sourceMappingURL=reason.d.ts.map