Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 785 Bytes

CreateValidationKeyResponseDto.md

File metadata and controls

15 lines (9 loc) · 785 Bytes

CreateValidationKeyResponseDto

Properties

Name Type Description Notes
validationKey ValidationKeyDto Created validation key [default to undefined]
admins Array<string> Admins who have to approve the validation key addition [default to undefined]
approvalThreshold number Minimal number of approvers required. 0 for all [default to undefined]
requestId number Approval request id. Can be cancelled [default to undefined]

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