Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 989 Bytes

ClientCreateRequestModel.md

File metadata and controls

15 lines (12 loc) · 989 Bytes

ClientCreateRequestModel

Properties

Name Type Description Notes
create_access_key bool Controls whether or not to create an access key for the client. [optional]
access_key_name str The name that the access key will be assigned. [optional]
access_key_valid_days int The number of days until the access key will expire. [optional]
name str The client's name.
description str The client's description. This property supports: resetting. [optional]
type str The type of client.
roles list[BasicRequestListModification] List of role ids to assign to the user. This property supports: resetting. [optional]

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