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)
}
type UpdateParams ¶
type UpdateParams = v1.SSOProfilesSSOProfileIDPutReq
Click to show internal directories.
Click to hide internal directories.