awsso

package
v0.0.0-...-f39755e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	GroupID     string   `json:"group_id"`
	Description string   `json:"description"`
	DisplayName string   `json:"display_name"`
	Members     []string `json:"members"`
}

type IdentityStore

type IdentityStore struct {
	IdentityStoreID string  `json:"identity_store_id"`
	Groups          []Group `json:"groups"`
	Users           []User  `json:"users"`
	// contains filtered or unexported fields
}

func NewIdentityStore

func NewIdentityStore(ctx context.Context, identityStoreID string) (*IdentityStore, error)

func (*IdentityStore) GetGroups

func (s *IdentityStore) GetGroups(ctx context.Context) error

func (*IdentityStore) GetMembers

func (s *IdentityStore) GetMembers(ctx context.Context) error

func (*IdentityStore) GetUsers

func (s *IdentityStore) GetUsers(ctx context.Context) error

type User

type User struct {
	UserID      string `json:"user_id"`
	UserName    string `json:"user_name"`
	FamilyName  string `json:"family_name"`
	GivenName   string `json:"given_name"`
	DisplayName string `json:"display_name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL