Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) GetMembers ¶
func (s *IdentityStore) GetMembers(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.