Name | Type | Description | Notes |
---|---|---|---|
name | str | Name for management key. | |
expiry_date | datetime | The date the management key expires. | |
endpoints | list[Endpoint] | The list of endpoints that can be accessed with the key | |
allowed_application_ids | list[int] | A list of Application IDs that you can access with the management key. An empty or missing list means the management key can be used for all Applications in the account. | [optional] |
id | int | ID of the management key. | |
created_by | int | ID of the user who created it. | |
account_id | int | ID of account the key is used for. | |
created | datetime | The date the management key was created. | |
key | str | The management key. |