Service Account API
Project description
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 of the SDK.
Installation & Usage
pip install
pip install stackit-serviceaccount
Then import the package:
import stackit.serviceaccount
Getting Started
Examples for the usage of the package can be found in the GitHub repository of the SDK.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stackit_serviceaccount-0.2.1.tar.gz.
File metadata
- Download URL: stackit_serviceaccount-0.2.1.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.18 Linux/6.11.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29645ea9c0e3c590ff4f8ae8e10c52cf8c8404e3af778c3e5c7b980d23c4f697
|
|
| MD5 |
6e958b0f587637a6fc16d99b1a0c03cb
|
|
| BLAKE2b-256 |
d75bff545cee325d9a8b185da96542175daaf9dc7e4f145f2c58c2819a6ef020
|
File details
Details for the file stackit_serviceaccount-0.2.1-py3-none-any.whl.
File metadata
- Download URL: stackit_serviceaccount-0.2.1-py3-none-any.whl
- Upload date:
- Size: 76.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.18 Linux/6.11.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed50824855e93f50af3ae1c287c2b777e18a0652cfe84a52b53b4a3a32f85b8
|
|
| MD5 |
772622162fd24a276389d3e07d60a732
|
|
| BLAKE2b-256 |
b055d62d0750dfc756c92b218ef066bfa87e7f14f02fc9e3130c29419e0e03b5
|