Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShadowUsersResBody ¶
type ShadowUsersResBody struct { UUID string `json:"uuid"` Username string `json:"username"` Origin string `json:"origin"` }
ShadowUsersResBody is the response struct from the shadow api
type User ¶
type User struct { UUID string Email string Origin string OrganizationID string // Also called Customer Account }
User struct holds important info about a shadow user
type UsersService ¶
UsersService is the service that handles CRUD functionality for STACKIT shadow users
func (*UsersService) Get ¶
Get returns the user's their UUID (this is a shadow user UUID) Reference https://api.stackit.schwarz/appcloud-shadow-user-creator/openapi.v1.html#section/Authentication
Click to show internal directories.
Click to hide internal directories.