Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.12 KB

ClientResponseModel.md

File metadata and controls

15 lines (12 loc) · 1.12 KB

ClientResponseModel

Properties

Name Type Description Notes
id str The client's unique ID. This property supports: searching. [optional]
name str The client's name. This property supports: sorting, filtering and searching. [optional]
description str The client's description. This property supports: sorting, filtering and searching. [optional]
type str The client's type. This property supports: sorting. [optional]
roles list[MappedRoleResponseModel] The roles that are assigned to the client. [optional]
access_key_count int The number of access keys belonging to the client. This property supports: sorting and filtering. [optional]
created_date datetime The date that the client was created. This property supports: sorting and filtering. [optional]

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