Api keys
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the requested API key.
Args: service_account_id: ID of the service account to which the API key belongs. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. api_key_name_or_id: Name or ID of the API key to return.
Returns: The requested API key.
true
Response model for API keys.
Deletes an API key.
Args: service_account_id: ID of the service account to which the API key belongs. api_key_name_or_id: Name or ID of the API key to delete.
No content
List API keys associated with a service account.
Args: service_account_id: ID of the service account to which the API keys belong. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. filter_model: Filter model used for pagination, sorting, filtering
Returns: All API keys matching the filter and associated with the supplied service account.
false
created
Logical Ops to use to combine filters on list methods.
and
Available options: 1
20
Creates an API key for a service account.
Args: service_account_id: ID of the service account for which to create the API key. api_key: API key to create.
Returns: The created API key.
Request model for API keys.
Response model for API keys.
Updates an API key for a service account.
Args: service_account_id: ID of the service account to which the API key belongs. api_key_name_or_id: Name or ID of the API key to update. api_key_update: API key update.
Returns: The updated API key.
Update model for API keys.
Response model for API keys.