Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stackit_serviceaccount-0.2.2.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stackit_serviceaccount-0.2.2-py3-none-any.whl (77.3 kB view details)

Uploaded Python 3

File details

Details for the file stackit_serviceaccount-0.2.2.tar.gz.

File metadata

  • Download URL: stackit_serviceaccount-0.2.2.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.8.18 Linux/6.11.0-1015-azure

File hashes

Hashes for stackit_serviceaccount-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ce2fe3fd25d39a1fa809b8da00b497aae37e135ca17b988e7e395ebe9e43456f
MD5 583852e0fc574041117e7aa316772472
BLAKE2b-256 27d9b03b66ee48a5df945d4f0aade5ec9d59dfc5e992119a1d92b33bd528da39

See more details on using hashes here.

File details

Details for the file stackit_serviceaccount-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for stackit_serviceaccount-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2bfcbf594091511a86444c2742ac25f8dcc7311cc023f9c8274407a57252b918
MD5 62b448b45c357c2d48f5dee12e6a9f19
BLAKE2b-256 2e2e578d6cf764a83fb9e75c4cebc0740164d64a184611a4d8d8197141d929dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page