Documentation ¶
Index ¶
- type ActiveParams
- type AuthLookupParams
- type Client
- func (c Client) Create(ctx context.Context, params *CreateParams) error
- func (c Client) List(ctx context.Context, params *ListParams) error
- func (c Client) Remove(ctx context.Context, params *RemoveParams) error
- func (c Client) SetActive(ctx context.Context, params *ActiveParams, active bool) error
- func (c Client) SetPassword(ctx context.Context, params *SetPasswordParams) error
- type CreateParams
- type ListParams
- type RemoveParams
- type SetPasswordParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveParams ¶
type ActiveParams struct {
AuthLookupParams
}
type AuthLookupParams ¶
func (AuthLookupParams) IsSet ¶
func (p AuthLookupParams) IsSet() bool
func (AuthLookupParams) Validate ¶
func (p AuthLookupParams) Validate() (err error)
type Client ¶
type Client struct { clients.CLI api.LegacyAuthorizationsApi api.UsersApi api.OrganizationsApi }
func (Client) SetPassword ¶
func (c Client) SetPassword(ctx context.Context, params *SetPasswordParams) error
type CreateParams ¶
type ListParams ¶
type ListParams struct { clients.OrgParams AuthLookupParams User string UserID string }
type RemoveParams ¶
type RemoveParams struct {
AuthLookupParams
}
type SetPasswordParams ¶
type SetPasswordParams struct { AuthLookupParams Password string }
Click to show internal directories.
Click to hide internal directories.