Service accounts
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
true
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.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
Creates a service account.
Args: service_account: Service account to create.
Returns: The created service account.
Request model for service accounts.
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.
Update model for service accounts.