# stackit.serviceaccount
API to manage Service Accounts and their Access Tokens.
### System for Cross-domain Identity Management (SCIM)
Service Account Service offers SCIM APIs to query state. The SCIM protocol was created as standard for
automating the exchange of user identity information between identity domains, or IT systems. Service accounts
are be handled as indentites similar to SCIM users. A custom SCIM schema has been created: `/ServiceAccounts`
#### Syntax
##### Attribute operators
| OPERATOR | DESCRIPTION |
|----------|--------------------------|
| eq | equal |
| ne | not equal |
| co | contains |
| sw | starts with |
| ew | ends with |
##### Logical operators
| OPERATOR | DESCRIPTION |
|----------|--------------------------|
| and | logical \"and\" |
| or | logical \"or\" |
##### Grouping operators
| OPERATOR | DESCRIPTION |
|----------|--------------------------|
| () | precending grouping |
##### Example
```
filter=email eq \"my-service-account-aBc2defg@sa.stackit.cloud\"
filter=email ne \"my-service-account-aBc2defg@sa.stackit.cloud\"
filter=email co \"my-service-account\"
filter=name sw \"my\"
filter=name ew \"account\"
filter=email co \"my-service-account\" and name sw \"my\"
filter=email co \"my-service-account\" and (name sw \"my\" or name ew \"account\")
```
#### Sorting
> Sorting is optional
| PARAMETER | DESCRIPTION |
|-----------|--------------------------------------|
| sortBy | attribute response is ordered by |
| sortOrder | 'ASCENDING' (default) or 'DESCENDING'|
#### Pagination
| PARAMETER | DESCRIPTION |
|--------------|----------------------------------------------|
| startIndex | index of first query result, default: 1 |
| count | maximum number of query results, default: 100|
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
## Installation & Usage
### pip install
```sh
pip install stackit-serviceaccount
```
Then import the package:
```python
import stackit.serviceaccount
```
## Getting Started
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
Raw data
{
"_id": null,
"home_page": "https://github.com/stackitcloud/stackit-sdk-python",
"name": "stackit-serviceaccount",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "STACKIT Developer Tools",
"author_email": "developer-tools@stackit.cloud",
"download_url": "https://files.pythonhosted.org/packages/69/9f/0bb3d5cec30565ffd9d14353b07de4a87008ca04defcb5bdaf96c7c913a8/stackit_serviceaccount-0.3.0.tar.gz",
"platform": null,
"description": "# stackit.serviceaccount\nAPI to manage Service Accounts and their Access Tokens.\n\n### System for Cross-domain Identity Management (SCIM)\nService Account Service offers SCIM APIs to query state. The SCIM protocol was created as standard for\n automating the exchange of user identity information between identity domains, or IT systems. Service accounts\n are be handled as indentites similar to SCIM users. A custom SCIM schema has been created: `/ServiceAccounts`\n\n#### Syntax\n##### Attribute operators\n| OPERATOR | DESCRIPTION |\n|----------|--------------------------|\n| eq | equal |\n| ne | not equal |\n| co | contains |\n| sw | starts with |\n| ew | ends with |\n\n##### Logical operators\n| OPERATOR | DESCRIPTION |\n|----------|--------------------------|\n| and | logical \\\"and\\\" |\n| or | logical \\\"or\\\" |\n\n##### Grouping operators\n| OPERATOR | DESCRIPTION |\n|----------|--------------------------|\n| () | precending grouping |\n\n##### Example\n```\nfilter=email eq \\\"my-service-account-aBc2defg@sa.stackit.cloud\\\"\nfilter=email ne \\\"my-service-account-aBc2defg@sa.stackit.cloud\\\"\nfilter=email co \\\"my-service-account\\\"\nfilter=name sw \\\"my\\\"\nfilter=name ew \\\"account\\\"\nfilter=email co \\\"my-service-account\\\" and name sw \\\"my\\\"\nfilter=email co \\\"my-service-account\\\" and (name sw \\\"my\\\" or name ew \\\"account\\\")\n```\n\n#### Sorting\n\n> Sorting is optional\n\n| PARAMETER | DESCRIPTION |\n|-----------|--------------------------------------|\n| sortBy | attribute response is ordered by |\n| sortOrder | 'ASCENDING' (default) or 'DESCENDING'|\n\n#### Pagination\n\n| PARAMETER | DESCRIPTION |\n|--------------|----------------------------------------------|\n| startIndex | index of first query result, default: 1 |\n| count | maximum number of query results, default: 100|\n\n\nThis package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.\n\n\n## Installation & Usage\n### pip install\n\n```sh\npip install stackit-serviceaccount\n```\n\nThen import the package:\n```python\nimport stackit.serviceaccount\n```\n\n## Getting Started\n\n[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.",
"bugtrack_url": null,
"license": null,
"summary": "Service Account API",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/stackitcloud/stackit-sdk-python",
"Issues": "https://github.com/stackitcloud/stackit-sdk-python/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1b659d68edb90cc5490ca658e7c614faed9c060bd188f71719494874e9347a2",
"md5": "65d27fcf068b5f2438df9b50533aec27",
"sha256": "b3a547194b41c05638062666c2176684c6c0f5c4621fa889e3076ffa71e1c540"
},
"downloads": -1,
"filename": "stackit_serviceaccount-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "65d27fcf068b5f2438df9b50533aec27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 77283,
"upload_time": "2025-07-28T09:18:50",
"upload_time_iso_8601": "2025-07-28T09:18:50.803324Z",
"url": "https://files.pythonhosted.org/packages/a1/b6/59d68edb90cc5490ca658e7c614faed9c060bd188f71719494874e9347a2/stackit_serviceaccount-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "699f0bb3d5cec30565ffd9d14353b07de4a87008ca04defcb5bdaf96c7c913a8",
"md5": "2acef4e4f29d118ae180b3802306777a",
"sha256": "0a41b825cf89d89a35bdf9757aac0ca109577fd901876739649f26ee1b4bc36e"
},
"downloads": -1,
"filename": "stackit_serviceaccount-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "2acef4e4f29d118ae180b3802306777a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 31122,
"upload_time": "2025-07-28T09:18:51",
"upload_time_iso_8601": "2025-07-28T09:18:51.602122Z",
"url": "https://files.pythonhosted.org/packages/69/9f/0bb3d5cec30565ffd9d14353b07de4a87008ca04defcb5bdaf96c7c913a8/stackit_serviceaccount-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-28 09:18:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stackitcloud",
"github_project": "stackit-sdk-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "stackit-serviceaccount"
}