sso

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateParams

type CreateParams = v1.SSOProfilesPostReq

type SSOAPI

type SSOAPI interface {
	List(ctx context.Context, page, perPage *int) (*v1.SSOProfilesGetOK, error)
	Create(ctx context.Context, params CreateParams) (*v1.SSOProfile, error)
	Read(ctx context.Context, id int) (*v1.SSOProfile, error)
	Update(ctx context.Context, id int, params UpdateParams) (*v1.SSOProfile, error)
	Delete(ctx context.Context, id int) error

	Link(ctx context.Context, id int) (*v1.SSOProfile, error)
	Unlink(ctx context.Context, id int) (*v1.SSOProfile, error)
}

func NewSSOOp

func NewSSOOp(client *v1.Client) SSOAPI

type UpdateParams

type UpdateParams = v1.SSOProfilesSSOProfileIDPutReq

Jump to

Keyboard shortcuts

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