Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 673 Bytes

AuthorizationGroups.md

File metadata and controls

26 lines (12 loc) · 673 Bytes

AuthorizationGroups

Properties

Name Type Description Notes
th number [optional] [default to undefined]
users { [key: string]: string; } [optional] [default to undefined]

Enum: { [key: string]: string; }

  • PendingAuthorization (value: 'PENDING_AUTHORIZATION')

  • Approved (value: 'APPROVED')

  • Rejected (value: 'REJECTED')

  • Na (value: 'NA')

[Back to top] [Back to API list] [Back to Model list] [Back to README]