Service accounts
Returns a list of service accounts.
Args: filter_model: Model that takes care of filtering, sorting and pagination. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A list of service accounts matching the filter.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Not Found
Unprocessable Entity
Creates a service account.
Args: service_account: Service account to create.
Returns: The created service account.
Request model for service accounts.
""Successful Response
Response model for service accounts.
falseUnauthorized
Conflict
Unprocessable Entity
Returns a specific service account.
Args: service_account_name_or_id: Name or ID of the service account. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The service account matching the given name or ID.
trueSuccessful Response
Response model for service accounts.
falseUnauthorized
Not Found
Unprocessable Entity
Updates a specific service account.
Args: service_account_name_or_id: Name or ID of the service account. service_account_update: the service account to use for the update.
Returns: The updated service account.
Raises: IllegalOperationError: If the service account was created via external authentication.
Update model for service accounts.
Successful Response
Response model for service accounts.
falseUnauthorized
Not Found
Unprocessable Entity
Delete a specific service account.
Args: service_account_name_or_id: Name or ID of the service account.
Raises: IllegalOperationError: If the service account was created via external authentication.
Successful Response
Unauthorized
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?