Documentation
¶
Index ¶
- type Client
- func (a *Client) GroupMemberCreateUsingPUT(params *GroupMemberCreateUsingPUTParams, opts ...ClientOption) (*GroupMemberCreateUsingPUTOK, *GroupMemberCreateUsingPUTCreated, error)
- func (a *Client) GroupMemberDeleteUsingDELETE(params *GroupMemberDeleteUsingDELETEParams, opts ...ClientOption) (*GroupMemberDeleteUsingDELETEOK, error)
- func (a *Client) GroupMemberGetUsingGET(params *GroupMemberGetUsingGETParams, opts ...ClientOption) (*GroupMemberGetUsingGETOK, error)
- func (a *Client) GroupMemberListUsingGET(params *GroupMemberListUsingGETParams, opts ...ClientOption) (*GroupMemberListUsingGETOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SubtenantGroupGetUsingGET(params *SubtenantGroupGetUsingGETParams, opts ...ClientOption) (*SubtenantGroupGetUsingGETOK, error)
- func (a *Client) SubtenantGroupListUsingGET(params *SubtenantGroupListUsingGETParams, opts ...ClientOption) (*SubtenantGroupListUsingGETOK, error)
- func (a *Client) SubtenantGroupUpdateUsingPUT(params *SubtenantGroupUpdateUsingPUTParams, opts ...ClientOption) (*SubtenantGroupUpdateUsingPUTOK, error)
- func (a *Client) UserMemberCreateUsingPUT(params *UserMemberCreateUsingPUTParams, opts ...ClientOption) (*UserMemberCreateUsingPUTOK, *UserMemberCreateUsingPUTCreated, error)
- func (a *Client) UserMemberDeleteUsingDELETE(params *UserMemberDeleteUsingDELETEParams, opts ...ClientOption) (*UserMemberDeleteUsingDELETEOK, error)
- func (a *Client) UserMemberGetUsingGET(params *UserMemberGetUsingGETParams, opts ...ClientOption) (*UserMemberGetUsingGETOK, error)
- func (a *Client) UserMemberListUsingGET(params *UserMemberListUsingGETParams, opts ...ClientOption) (*UserMemberListUsingGETOK, error)
- type ClientOption
- type ClientService
- type GroupMemberCreateUsingPUTBadRequest
- type GroupMemberCreateUsingPUTCreated
- type GroupMemberCreateUsingPUTOK
- type GroupMemberCreateUsingPUTParams
- func NewGroupMemberCreateUsingPUTParams() *GroupMemberCreateUsingPUTParams
- func NewGroupMemberCreateUsingPUTParamsWithContext(ctx context.Context) *GroupMemberCreateUsingPUTParams
- func NewGroupMemberCreateUsingPUTParamsWithHTTPClient(client *http.Client) *GroupMemberCreateUsingPUTParams
- func NewGroupMemberCreateUsingPUTParamsWithTimeout(timeout time.Duration) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) SetContext(ctx context.Context)
- func (o *GroupMemberCreateUsingPUTParams) SetDefaults()
- func (o *GroupMemberCreateUsingPUTParams) SetGroupInstance(groupInstance *models.GroupInstance)
- func (o *GroupMemberCreateUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *GroupMemberCreateUsingPUTParams) SetParentGroupID(parentGroupID string)
- func (o *GroupMemberCreateUsingPUTParams) SetSubtenantID(subtenantID string)
- func (o *GroupMemberCreateUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *GroupMemberCreateUsingPUTParams) WithContext(ctx context.Context) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithDefaults() *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithGroupInstance(groupInstance *models.GroupInstance) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithHTTPClient(client *http.Client) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithParentGroupID(parentGroupID string) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithSubtenantID(subtenantID string) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WithTimeout(timeout time.Duration) *GroupMemberCreateUsingPUTParams
- func (o *GroupMemberCreateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GroupMemberCreateUsingPUTReader
- type GroupMemberDeleteUsingDELETEBadRequest
- type GroupMemberDeleteUsingDELETEOK
- type GroupMemberDeleteUsingDELETEParams
- func NewGroupMemberDeleteUsingDELETEParams() *GroupMemberDeleteUsingDELETEParams
- func NewGroupMemberDeleteUsingDELETEParamsWithContext(ctx context.Context) *GroupMemberDeleteUsingDELETEParams
- func NewGroupMemberDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *GroupMemberDeleteUsingDELETEParams
- func NewGroupMemberDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) SetContext(ctx context.Context)
- func (o *GroupMemberDeleteUsingDELETEParams) SetDefaults()
- func (o *GroupMemberDeleteUsingDELETEParams) SetGroupID(groupID string)
- func (o *GroupMemberDeleteUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *GroupMemberDeleteUsingDELETEParams) SetParentGroupID(parentGroupID string)
- func (o *GroupMemberDeleteUsingDELETEParams) SetSubtenantID(subtenantID string)
- func (o *GroupMemberDeleteUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *GroupMemberDeleteUsingDELETEParams) WithContext(ctx context.Context) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithDefaults() *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithGroupID(groupID string) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithHTTPClient(client *http.Client) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithParentGroupID(parentGroupID string) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithSubtenantID(subtenantID string) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WithTimeout(timeout time.Duration) *GroupMemberDeleteUsingDELETEParams
- func (o *GroupMemberDeleteUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GroupMemberDeleteUsingDELETEReader
- type GroupMemberGetUsingGETBadRequest
- type GroupMemberGetUsingGETNotFound
- type GroupMemberGetUsingGETOK
- type GroupMemberGetUsingGETParams
- func NewGroupMemberGetUsingGETParams() *GroupMemberGetUsingGETParams
- func NewGroupMemberGetUsingGETParamsWithContext(ctx context.Context) *GroupMemberGetUsingGETParams
- func NewGroupMemberGetUsingGETParamsWithHTTPClient(client *http.Client) *GroupMemberGetUsingGETParams
- func NewGroupMemberGetUsingGETParamsWithTimeout(timeout time.Duration) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) SetContext(ctx context.Context)
- func (o *GroupMemberGetUsingGETParams) SetDefaults()
- func (o *GroupMemberGetUsingGETParams) SetGroupID(groupID string)
- func (o *GroupMemberGetUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GroupMemberGetUsingGETParams) SetParentGroupID(parentGroupID string)
- func (o *GroupMemberGetUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *GroupMemberGetUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GroupMemberGetUsingGETParams) WithContext(ctx context.Context) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithDefaults() *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithGroupID(groupID string) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithHTTPClient(client *http.Client) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithParentGroupID(parentGroupID string) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithSubtenantID(subtenantID string) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WithTimeout(timeout time.Duration) *GroupMemberGetUsingGETParams
- func (o *GroupMemberGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GroupMemberGetUsingGETReader
- type GroupMemberListUsingGETBadRequest
- type GroupMemberListUsingGETOK
- type GroupMemberListUsingGETParams
- func NewGroupMemberListUsingGETParams() *GroupMemberListUsingGETParams
- func NewGroupMemberListUsingGETParamsWithContext(ctx context.Context) *GroupMemberListUsingGETParams
- func NewGroupMemberListUsingGETParamsWithHTTPClient(client *http.Client) *GroupMemberListUsingGETParams
- func NewGroupMemberListUsingGETParamsWithTimeout(timeout time.Duration) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) SetContext(ctx context.Context)
- func (o *GroupMemberListUsingGETParams) SetDefaults()
- func (o *GroupMemberListUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GroupMemberListUsingGETParams) SetName(name *string)
- func (o *GroupMemberListUsingGETParams) SetParentGroupID(parentGroupID string)
- func (o *GroupMemberListUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *GroupMemberListUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GroupMemberListUsingGETParams) WithContext(ctx context.Context) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithDefaults() *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithHTTPClient(client *http.Client) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithName(name *string) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithParentGroupID(parentGroupID string) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithSubtenantID(subtenantID string) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WithTimeout(timeout time.Duration) *GroupMemberListUsingGETParams
- func (o *GroupMemberListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GroupMemberListUsingGETReader
- type SubtenantGroupGetUsingGETBadRequest
- type SubtenantGroupGetUsingGETNotFound
- type SubtenantGroupGetUsingGETOK
- type SubtenantGroupGetUsingGETParams
- func NewSubtenantGroupGetUsingGETParams() *SubtenantGroupGetUsingGETParams
- func NewSubtenantGroupGetUsingGETParamsWithContext(ctx context.Context) *SubtenantGroupGetUsingGETParams
- func NewSubtenantGroupGetUsingGETParamsWithHTTPClient(client *http.Client) *SubtenantGroupGetUsingGETParams
- func NewSubtenantGroupGetUsingGETParamsWithTimeout(timeout time.Duration) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) SetContext(ctx context.Context)
- func (o *SubtenantGroupGetUsingGETParams) SetDefaults()
- func (o *SubtenantGroupGetUsingGETParams) SetGroupID(groupID string)
- func (o *SubtenantGroupGetUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *SubtenantGroupGetUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *SubtenantGroupGetUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *SubtenantGroupGetUsingGETParams) WithContext(ctx context.Context) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WithDefaults() *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WithGroupID(groupID string) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WithHTTPClient(client *http.Client) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WithSubtenantID(subtenantID string) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WithTimeout(timeout time.Duration) *SubtenantGroupGetUsingGETParams
- func (o *SubtenantGroupGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SubtenantGroupGetUsingGETReader
- type SubtenantGroupListUsingGETBadRequest
- type SubtenantGroupListUsingGETOK
- type SubtenantGroupListUsingGETParams
- func NewSubtenantGroupListUsingGETParams() *SubtenantGroupListUsingGETParams
- func NewSubtenantGroupListUsingGETParamsWithContext(ctx context.Context) *SubtenantGroupListUsingGETParams
- func NewSubtenantGroupListUsingGETParamsWithHTTPClient(client *http.Client) *SubtenantGroupListUsingGETParams
- func NewSubtenantGroupListUsingGETParamsWithTimeout(timeout time.Duration) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) SetContext(ctx context.Context)
- func (o *SubtenantGroupListUsingGETParams) SetDefaults()
- func (o *SubtenantGroupListUsingGETParams) SetDisplayName(displayName *string)
- func (o *SubtenantGroupListUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *SubtenantGroupListUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *SubtenantGroupListUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *SubtenantGroupListUsingGETParams) WithContext(ctx context.Context) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WithDefaults() *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WithDisplayName(displayName *string) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WithHTTPClient(client *http.Client) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WithSubtenantID(subtenantID string) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WithTimeout(timeout time.Duration) *SubtenantGroupListUsingGETParams
- func (o *SubtenantGroupListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SubtenantGroupListUsingGETReader
- type SubtenantGroupUpdateUsingPUTBadRequest
- type SubtenantGroupUpdateUsingPUTOK
- type SubtenantGroupUpdateUsingPUTParams
- func NewSubtenantGroupUpdateUsingPUTParams() *SubtenantGroupUpdateUsingPUTParams
- func NewSubtenantGroupUpdateUsingPUTParamsWithContext(ctx context.Context) *SubtenantGroupUpdateUsingPUTParams
- func NewSubtenantGroupUpdateUsingPUTParamsWithHTTPClient(client *http.Client) *SubtenantGroupUpdateUsingPUTParams
- func NewSubtenantGroupUpdateUsingPUTParamsWithTimeout(timeout time.Duration) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) SetContext(ctx context.Context)
- func (o *SubtenantGroupUpdateUsingPUTParams) SetDefaults()
- func (o *SubtenantGroupUpdateUsingPUTParams) SetGroupID(groupID string)
- func (o *SubtenantGroupUpdateUsingPUTParams) SetGroupInstance(groupInstance *models.GroupInstance)
- func (o *SubtenantGroupUpdateUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *SubtenantGroupUpdateUsingPUTParams) SetSubtenantID(subtenantID string)
- func (o *SubtenantGroupUpdateUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *SubtenantGroupUpdateUsingPUTParams) WithContext(ctx context.Context) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithDefaults() *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithGroupID(groupID string) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithGroupInstance(groupInstance *models.GroupInstance) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithHTTPClient(client *http.Client) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithSubtenantID(subtenantID string) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WithTimeout(timeout time.Duration) *SubtenantGroupUpdateUsingPUTParams
- func (o *SubtenantGroupUpdateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SubtenantGroupUpdateUsingPUTReader
- type UserMemberCreateUsingPUTBadRequest
- type UserMemberCreateUsingPUTCreated
- type UserMemberCreateUsingPUTOK
- type UserMemberCreateUsingPUTParams
- func NewUserMemberCreateUsingPUTParams() *UserMemberCreateUsingPUTParams
- func NewUserMemberCreateUsingPUTParamsWithContext(ctx context.Context) *UserMemberCreateUsingPUTParams
- func NewUserMemberCreateUsingPUTParamsWithHTTPClient(client *http.Client) *UserMemberCreateUsingPUTParams
- func NewUserMemberCreateUsingPUTParamsWithTimeout(timeout time.Duration) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) SetContext(ctx context.Context)
- func (o *UserMemberCreateUsingPUTParams) SetDefaults()
- func (o *UserMemberCreateUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UserMemberCreateUsingPUTParams) SetParentGroupID(parentGroupID string)
- func (o *UserMemberCreateUsingPUTParams) SetSubtenantID(subtenantID string)
- func (o *UserMemberCreateUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UserMemberCreateUsingPUTParams) SetUserInstance(userInstance *models.UserInstance)
- func (o *UserMemberCreateUsingPUTParams) WithContext(ctx context.Context) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithDefaults() *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithHTTPClient(client *http.Client) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithParentGroupID(parentGroupID string) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithSubtenantID(subtenantID string) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithTimeout(timeout time.Duration) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WithUserInstance(userInstance *models.UserInstance) *UserMemberCreateUsingPUTParams
- func (o *UserMemberCreateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserMemberCreateUsingPUTReader
- type UserMemberDeleteUsingDELETEBadRequest
- type UserMemberDeleteUsingDELETEOK
- type UserMemberDeleteUsingDELETEParams
- func NewUserMemberDeleteUsingDELETEParams() *UserMemberDeleteUsingDELETEParams
- func NewUserMemberDeleteUsingDELETEParamsWithContext(ctx context.Context) *UserMemberDeleteUsingDELETEParams
- func NewUserMemberDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *UserMemberDeleteUsingDELETEParams
- func NewUserMemberDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) SetContext(ctx context.Context)
- func (o *UserMemberDeleteUsingDELETEParams) SetDefaults()
- func (o *UserMemberDeleteUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *UserMemberDeleteUsingDELETEParams) SetParentGroupID(parentGroupID string)
- func (o *UserMemberDeleteUsingDELETEParams) SetSubtenantID(subtenantID string)
- func (o *UserMemberDeleteUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *UserMemberDeleteUsingDELETEParams) SetUserID(userID string)
- func (o *UserMemberDeleteUsingDELETEParams) WithContext(ctx context.Context) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithDefaults() *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithHTTPClient(client *http.Client) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithParentGroupID(parentGroupID string) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithSubtenantID(subtenantID string) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithTimeout(timeout time.Duration) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WithUserID(userID string) *UserMemberDeleteUsingDELETEParams
- func (o *UserMemberDeleteUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserMemberDeleteUsingDELETEReader
- type UserMemberGetUsingGETBadRequest
- type UserMemberGetUsingGETNotFound
- type UserMemberGetUsingGETOK
- type UserMemberGetUsingGETParams
- func NewUserMemberGetUsingGETParams() *UserMemberGetUsingGETParams
- func NewUserMemberGetUsingGETParamsWithContext(ctx context.Context) *UserMemberGetUsingGETParams
- func NewUserMemberGetUsingGETParamsWithHTTPClient(client *http.Client) *UserMemberGetUsingGETParams
- func NewUserMemberGetUsingGETParamsWithTimeout(timeout time.Duration) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) SetContext(ctx context.Context)
- func (o *UserMemberGetUsingGETParams) SetDefaults()
- func (o *UserMemberGetUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *UserMemberGetUsingGETParams) SetParentGroupID(parentGroupID string)
- func (o *UserMemberGetUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *UserMemberGetUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *UserMemberGetUsingGETParams) SetUserID(userID string)
- func (o *UserMemberGetUsingGETParams) WithContext(ctx context.Context) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithDefaults() *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithHTTPClient(client *http.Client) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithParentGroupID(parentGroupID string) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithSubtenantID(subtenantID string) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithTimeout(timeout time.Duration) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WithUserID(userID string) *UserMemberGetUsingGETParams
- func (o *UserMemberGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserMemberGetUsingGETReader
- type UserMemberListUsingGETBadRequest
- type UserMemberListUsingGETOK
- type UserMemberListUsingGETParams
- func NewUserMemberListUsingGETParams() *UserMemberListUsingGETParams
- func NewUserMemberListUsingGETParamsWithContext(ctx context.Context) *UserMemberListUsingGETParams
- func NewUserMemberListUsingGETParamsWithHTTPClient(client *http.Client) *UserMemberListUsingGETParams
- func NewUserMemberListUsingGETParamsWithTimeout(timeout time.Duration) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) SetContext(ctx context.Context)
- func (o *UserMemberListUsingGETParams) SetDefaults()
- func (o *UserMemberListUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *UserMemberListUsingGETParams) SetName(name *string)
- func (o *UserMemberListUsingGETParams) SetParentGroupID(parentGroupID string)
- func (o *UserMemberListUsingGETParams) SetSubtenantID(subtenantID string)
- func (o *UserMemberListUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *UserMemberListUsingGETParams) WithContext(ctx context.Context) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithDefaults() *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithHTTPClient(client *http.Client) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithName(name *string) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithParentGroupID(parentGroupID string) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithSubtenantID(subtenantID string) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WithTimeout(timeout time.Duration) *UserMemberListUsingGETParams
- func (o *UserMemberListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserMemberListUsingGETReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for subtenant custom groups API
func (*Client) GroupMemberCreateUsingPUT ¶ added in v1.2.0
func (a *Client) GroupMemberCreateUsingPUT(params *GroupMemberCreateUsingPUTParams, opts ...ClientOption) (*GroupMemberCreateUsingPUTOK, *GroupMemberCreateUsingPUTCreated, error)
GroupMemberCreateUsingPUT creates
Add group member of custom group in vRealize Automation
func (*Client) GroupMemberDeleteUsingDELETE ¶ added in v1.2.0
func (a *Client) GroupMemberDeleteUsingDELETE(params *GroupMemberDeleteUsingDELETEParams, opts ...ClientOption) (*GroupMemberDeleteUsingDELETEOK, error)
GroupMemberDeleteUsingDELETE deletes
Delete group member of custom group from vRealize Automation
func (*Client) GroupMemberGetUsingGET ¶ added in v1.2.0
func (a *Client) GroupMemberGetUsingGET(params *GroupMemberGetUsingGETParams, opts ...ClientOption) (*GroupMemberGetUsingGETOK, error)
GroupMemberGetUsingGET gets
Get group IAAS API group member
func (*Client) GroupMemberListUsingGET ¶ added in v1.2.0
func (a *Client) GroupMemberListUsingGET(params *GroupMemberListUsingGETParams, opts ...ClientOption) (*GroupMemberListUsingGETOK, error)
GroupMemberListUsingGET lists
List groups IAAS API group members
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SubtenantGroupGetUsingGET ¶
func (a *Client) SubtenantGroupGetUsingGET(params *SubtenantGroupGetUsingGETParams, opts ...ClientOption) (*SubtenantGroupGetUsingGETOK, error)
SubtenantGroupGetUsingGET gets
Get custom groups for subtenant
func (*Client) SubtenantGroupListUsingGET ¶
func (a *Client) SubtenantGroupListUsingGET(params *SubtenantGroupListUsingGETParams, opts ...ClientOption) (*SubtenantGroupListUsingGETOK, error)
SubtenantGroupListUsingGET lists
List custom groups for subtenant
func (*Client) SubtenantGroupUpdateUsingPUT ¶
func (a *Client) SubtenantGroupUpdateUsingPUT(params *SubtenantGroupUpdateUsingPUTParams, opts ...ClientOption) (*SubtenantGroupUpdateUsingPUTOK, error)
SubtenantGroupUpdateUsingPUT updates
Update custom group membership in vRealize Automation
func (*Client) UserMemberCreateUsingPUT ¶ added in v1.2.0
func (a *Client) UserMemberCreateUsingPUT(params *UserMemberCreateUsingPUTParams, opts ...ClientOption) (*UserMemberCreateUsingPUTOK, *UserMemberCreateUsingPUTCreated, error)
UserMemberCreateUsingPUT creates
Add user member of custom group in vRealize Automation
func (*Client) UserMemberDeleteUsingDELETE ¶ added in v1.2.0
func (a *Client) UserMemberDeleteUsingDELETE(params *UserMemberDeleteUsingDELETEParams, opts ...ClientOption) (*UserMemberDeleteUsingDELETEOK, error)
UserMemberDeleteUsingDELETE deletes
Delete user member of custom group from vRealize Automation
func (*Client) UserMemberGetUsingGET ¶ added in v1.2.0
func (a *Client) UserMemberGetUsingGET(params *UserMemberGetUsingGETParams, opts ...ClientOption) (*UserMemberGetUsingGETOK, error)
UserMemberGetUsingGET gets
Get user IAAS API group member
func (*Client) UserMemberListUsingGET ¶ added in v1.2.0
func (a *Client) UserMemberListUsingGET(params *UserMemberListUsingGETParams, opts ...ClientOption) (*UserMemberListUsingGETOK, error)
UserMemberListUsingGET lists
List user IAAS API group members
type ClientOption ¶ added in v1.2.4
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GroupMemberCreateUsingPUT(params *GroupMemberCreateUsingPUTParams, opts ...ClientOption) (*GroupMemberCreateUsingPUTOK, *GroupMemberCreateUsingPUTCreated, error) GroupMemberDeleteUsingDELETE(params *GroupMemberDeleteUsingDELETEParams, opts ...ClientOption) (*GroupMemberDeleteUsingDELETEOK, error) GroupMemberGetUsingGET(params *GroupMemberGetUsingGETParams, opts ...ClientOption) (*GroupMemberGetUsingGETOK, error) GroupMemberListUsingGET(params *GroupMemberListUsingGETParams, opts ...ClientOption) (*GroupMemberListUsingGETOK, error) SubtenantGroupGetUsingGET(params *SubtenantGroupGetUsingGETParams, opts ...ClientOption) (*SubtenantGroupGetUsingGETOK, error) SubtenantGroupListUsingGET(params *SubtenantGroupListUsingGETParams, opts ...ClientOption) (*SubtenantGroupListUsingGETOK, error) SubtenantGroupUpdateUsingPUT(params *SubtenantGroupUpdateUsingPUTParams, opts ...ClientOption) (*SubtenantGroupUpdateUsingPUTOK, error) UserMemberCreateUsingPUT(params *UserMemberCreateUsingPUTParams, opts ...ClientOption) (*UserMemberCreateUsingPUTOK, *UserMemberCreateUsingPUTCreated, error) UserMemberDeleteUsingDELETE(params *UserMemberDeleteUsingDELETEParams, opts ...ClientOption) (*UserMemberDeleteUsingDELETEOK, error) UserMemberGetUsingGET(params *UserMemberGetUsingGETParams, opts ...ClientOption) (*UserMemberGetUsingGETOK, error) UserMemberListUsingGET(params *UserMemberListUsingGETParams, opts ...ClientOption) (*UserMemberListUsingGETOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new subtenant custom groups API client.
type GroupMemberCreateUsingPUTBadRequest ¶ added in v1.2.0
type GroupMemberCreateUsingPUTBadRequest struct {
Payload *models.ProxyResponseMessage
}
GroupMemberCreateUsingPUTBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewGroupMemberCreateUsingPUTBadRequest ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTBadRequest() *GroupMemberCreateUsingPUTBadRequest
NewGroupMemberCreateUsingPUTBadRequest creates a GroupMemberCreateUsingPUTBadRequest with default headers values
func (*GroupMemberCreateUsingPUTBadRequest) Error ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTBadRequest) Error() string
func (*GroupMemberCreateUsingPUTBadRequest) GetPayload ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTBadRequest) GetPayload() *models.ProxyResponseMessage
type GroupMemberCreateUsingPUTCreated ¶ added in v1.2.0
type GroupMemberCreateUsingPUTCreated struct {
Payload *models.CreateGroupMemberResponse
}
GroupMemberCreateUsingPUTCreated describes a response with status code 201, with default header values.
Entity has been created
func NewGroupMemberCreateUsingPUTCreated ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTCreated() *GroupMemberCreateUsingPUTCreated
NewGroupMemberCreateUsingPUTCreated creates a GroupMemberCreateUsingPUTCreated with default headers values
func (*GroupMemberCreateUsingPUTCreated) Error ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTCreated) Error() string
func (*GroupMemberCreateUsingPUTCreated) GetPayload ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTCreated) GetPayload() *models.CreateGroupMemberResponse
type GroupMemberCreateUsingPUTOK ¶ added in v1.2.0
type GroupMemberCreateUsingPUTOK struct {
Payload *models.CreateGroupMemberResponse
}
GroupMemberCreateUsingPUTOK describes a response with status code 200, with default header values.
OK
func NewGroupMemberCreateUsingPUTOK ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTOK() *GroupMemberCreateUsingPUTOK
NewGroupMemberCreateUsingPUTOK creates a GroupMemberCreateUsingPUTOK with default headers values
func (*GroupMemberCreateUsingPUTOK) Error ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTOK) Error() string
func (*GroupMemberCreateUsingPUTOK) GetPayload ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTOK) GetPayload() *models.CreateGroupMemberResponse
type GroupMemberCreateUsingPUTParams ¶ added in v1.2.0
type GroupMemberCreateUsingPUTParams struct { /* GroupInstance. groupInstance */ GroupInstance *models.GroupInstance /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GroupMemberCreateUsingPUTParams contains all the parameters to send to the API endpoint
for the group member create using p u t operation. Typically these are written to a http.Request.
func NewGroupMemberCreateUsingPUTParams ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTParams() *GroupMemberCreateUsingPUTParams
NewGroupMemberCreateUsingPUTParams creates a new GroupMemberCreateUsingPUTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGroupMemberCreateUsingPUTParamsWithContext ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTParamsWithContext(ctx context.Context) *GroupMemberCreateUsingPUTParams
NewGroupMemberCreateUsingPUTParamsWithContext creates a new GroupMemberCreateUsingPUTParams object with the ability to set a context for a request.
func NewGroupMemberCreateUsingPUTParamsWithHTTPClient ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTParamsWithHTTPClient(client *http.Client) *GroupMemberCreateUsingPUTParams
NewGroupMemberCreateUsingPUTParamsWithHTTPClient creates a new GroupMemberCreateUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewGroupMemberCreateUsingPUTParamsWithTimeout ¶ added in v1.2.0
func NewGroupMemberCreateUsingPUTParamsWithTimeout(timeout time.Duration) *GroupMemberCreateUsingPUTParams
NewGroupMemberCreateUsingPUTParamsWithTimeout creates a new GroupMemberCreateUsingPUTParams object with the ability to set a timeout on a request.
func (*GroupMemberCreateUsingPUTParams) SetContext ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) SetDefaults ¶ added in v1.2.4
func (o *GroupMemberCreateUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the group member create using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberCreateUsingPUTParams) SetGroupInstance ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetGroupInstance(groupInstance *models.GroupInstance)
SetGroupInstance adds the groupInstance to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) SetHTTPClient ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) SetParentGroupID ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) SetSubtenantID ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) SetTimeout ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithContext ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithContext(ctx context.Context) *GroupMemberCreateUsingPUTParams
WithContext adds the context to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithDefaults ¶ added in v1.2.4
func (o *GroupMemberCreateUsingPUTParams) WithDefaults() *GroupMemberCreateUsingPUTParams
WithDefaults hydrates default values in the group member create using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberCreateUsingPUTParams) WithGroupInstance ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithGroupInstance(groupInstance *models.GroupInstance) *GroupMemberCreateUsingPUTParams
WithGroupInstance adds the groupInstance to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithHTTPClient ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithHTTPClient(client *http.Client) *GroupMemberCreateUsingPUTParams
WithHTTPClient adds the HTTPClient to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithParentGroupID ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithParentGroupID(parentGroupID string) *GroupMemberCreateUsingPUTParams
WithParentGroupID adds the parentGroupID to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithSubtenantID ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithSubtenantID(subtenantID string) *GroupMemberCreateUsingPUTParams
WithSubtenantID adds the subtenantID to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WithTimeout ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WithTimeout(timeout time.Duration) *GroupMemberCreateUsingPUTParams
WithTimeout adds the timeout to the group member create using p u t params
func (*GroupMemberCreateUsingPUTParams) WriteToRequest ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GroupMemberCreateUsingPUTReader ¶ added in v1.2.0
type GroupMemberCreateUsingPUTReader struct {
// contains filtered or unexported fields
}
GroupMemberCreateUsingPUTReader is a Reader for the GroupMemberCreateUsingPUT structure.
func (*GroupMemberCreateUsingPUTReader) ReadResponse ¶ added in v1.2.0
func (o *GroupMemberCreateUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GroupMemberDeleteUsingDELETEBadRequest ¶ added in v1.2.0
type GroupMemberDeleteUsingDELETEBadRequest struct {
Payload *models.ProxyResponseMessage
}
GroupMemberDeleteUsingDELETEBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewGroupMemberDeleteUsingDELETEBadRequest ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEBadRequest() *GroupMemberDeleteUsingDELETEBadRequest
NewGroupMemberDeleteUsingDELETEBadRequest creates a GroupMemberDeleteUsingDELETEBadRequest with default headers values
func (*GroupMemberDeleteUsingDELETEBadRequest) Error ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEBadRequest) Error() string
func (*GroupMemberDeleteUsingDELETEBadRequest) GetPayload ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEBadRequest) GetPayload() *models.ProxyResponseMessage
type GroupMemberDeleteUsingDELETEOK ¶ added in v1.2.0
type GroupMemberDeleteUsingDELETEOK struct {
Payload *models.DeleteGroupMemberResponse
}
GroupMemberDeleteUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewGroupMemberDeleteUsingDELETEOK ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEOK() *GroupMemberDeleteUsingDELETEOK
NewGroupMemberDeleteUsingDELETEOK creates a GroupMemberDeleteUsingDELETEOK with default headers values
func (*GroupMemberDeleteUsingDELETEOK) Error ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEOK) Error() string
func (*GroupMemberDeleteUsingDELETEOK) GetPayload ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEOK) GetPayload() *models.DeleteGroupMemberResponse
type GroupMemberDeleteUsingDELETEParams ¶ added in v1.2.0
type GroupMemberDeleteUsingDELETEParams struct { /* GroupID. groupId */ GroupID string /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GroupMemberDeleteUsingDELETEParams contains all the parameters to send to the API endpoint
for the group member delete using d e l e t e operation. Typically these are written to a http.Request.
func NewGroupMemberDeleteUsingDELETEParams ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEParams() *GroupMemberDeleteUsingDELETEParams
NewGroupMemberDeleteUsingDELETEParams creates a new GroupMemberDeleteUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGroupMemberDeleteUsingDELETEParamsWithContext ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEParamsWithContext(ctx context.Context) *GroupMemberDeleteUsingDELETEParams
NewGroupMemberDeleteUsingDELETEParamsWithContext creates a new GroupMemberDeleteUsingDELETEParams object with the ability to set a context for a request.
func NewGroupMemberDeleteUsingDELETEParamsWithHTTPClient ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *GroupMemberDeleteUsingDELETEParams
NewGroupMemberDeleteUsingDELETEParamsWithHTTPClient creates a new GroupMemberDeleteUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewGroupMemberDeleteUsingDELETEParamsWithTimeout ¶ added in v1.2.0
func NewGroupMemberDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *GroupMemberDeleteUsingDELETEParams
NewGroupMemberDeleteUsingDELETEParamsWithTimeout creates a new GroupMemberDeleteUsingDELETEParams object with the ability to set a timeout on a request.
func (*GroupMemberDeleteUsingDELETEParams) SetContext ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) SetDefaults ¶ added in v1.2.4
func (o *GroupMemberDeleteUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the group member delete using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberDeleteUsingDELETEParams) SetGroupID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) SetHTTPClient ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) SetParentGroupID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) SetSubtenantID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) SetTimeout ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithContext ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithContext(ctx context.Context) *GroupMemberDeleteUsingDELETEParams
WithContext adds the context to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithDefaults ¶ added in v1.2.4
func (o *GroupMemberDeleteUsingDELETEParams) WithDefaults() *GroupMemberDeleteUsingDELETEParams
WithDefaults hydrates default values in the group member delete using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberDeleteUsingDELETEParams) WithGroupID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithGroupID(groupID string) *GroupMemberDeleteUsingDELETEParams
WithGroupID adds the groupID to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithHTTPClient ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithHTTPClient(client *http.Client) *GroupMemberDeleteUsingDELETEParams
WithHTTPClient adds the HTTPClient to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithParentGroupID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithParentGroupID(parentGroupID string) *GroupMemberDeleteUsingDELETEParams
WithParentGroupID adds the parentGroupID to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithSubtenantID ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithSubtenantID(subtenantID string) *GroupMemberDeleteUsingDELETEParams
WithSubtenantID adds the subtenantID to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WithTimeout ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WithTimeout(timeout time.Duration) *GroupMemberDeleteUsingDELETEParams
WithTimeout adds the timeout to the group member delete using d e l e t e params
func (*GroupMemberDeleteUsingDELETEParams) WriteToRequest ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GroupMemberDeleteUsingDELETEReader ¶ added in v1.2.0
type GroupMemberDeleteUsingDELETEReader struct {
// contains filtered or unexported fields
}
GroupMemberDeleteUsingDELETEReader is a Reader for the GroupMemberDeleteUsingDELETE structure.
func (*GroupMemberDeleteUsingDELETEReader) ReadResponse ¶ added in v1.2.0
func (o *GroupMemberDeleteUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GroupMemberGetUsingGETBadRequest ¶ added in v1.2.0
type GroupMemberGetUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
GroupMemberGetUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewGroupMemberGetUsingGETBadRequest ¶ added in v1.2.0
func NewGroupMemberGetUsingGETBadRequest() *GroupMemberGetUsingGETBadRequest
NewGroupMemberGetUsingGETBadRequest creates a GroupMemberGetUsingGETBadRequest with default headers values
func (*GroupMemberGetUsingGETBadRequest) Error ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETBadRequest) Error() string
func (*GroupMemberGetUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type GroupMemberGetUsingGETNotFound ¶ added in v1.2.0
type GroupMemberGetUsingGETNotFound struct { }
GroupMemberGetUsingGETNotFound describes a response with status code 404, with default header values.
Entity not found.
func NewGroupMemberGetUsingGETNotFound ¶ added in v1.2.0
func NewGroupMemberGetUsingGETNotFound() *GroupMemberGetUsingGETNotFound
NewGroupMemberGetUsingGETNotFound creates a GroupMemberGetUsingGETNotFound with default headers values
func (*GroupMemberGetUsingGETNotFound) Error ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETNotFound) Error() string
type GroupMemberGetUsingGETOK ¶ added in v1.2.0
type GroupMemberGetUsingGETOK struct {
Payload *models.GroupGetResponse
}
GroupMemberGetUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGroupMemberGetUsingGETOK ¶ added in v1.2.0
func NewGroupMemberGetUsingGETOK() *GroupMemberGetUsingGETOK
NewGroupMemberGetUsingGETOK creates a GroupMemberGetUsingGETOK with default headers values
func (*GroupMemberGetUsingGETOK) Error ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETOK) Error() string
func (*GroupMemberGetUsingGETOK) GetPayload ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETOK) GetPayload() *models.GroupGetResponse
type GroupMemberGetUsingGETParams ¶ added in v1.2.0
type GroupMemberGetUsingGETParams struct { /* GroupID. groupId */ GroupID string /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GroupMemberGetUsingGETParams contains all the parameters to send to the API endpoint
for the group member get using g e t operation. Typically these are written to a http.Request.
func NewGroupMemberGetUsingGETParams ¶ added in v1.2.0
func NewGroupMemberGetUsingGETParams() *GroupMemberGetUsingGETParams
NewGroupMemberGetUsingGETParams creates a new GroupMemberGetUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGroupMemberGetUsingGETParamsWithContext ¶ added in v1.2.0
func NewGroupMemberGetUsingGETParamsWithContext(ctx context.Context) *GroupMemberGetUsingGETParams
NewGroupMemberGetUsingGETParamsWithContext creates a new GroupMemberGetUsingGETParams object with the ability to set a context for a request.
func NewGroupMemberGetUsingGETParamsWithHTTPClient ¶ added in v1.2.0
func NewGroupMemberGetUsingGETParamsWithHTTPClient(client *http.Client) *GroupMemberGetUsingGETParams
NewGroupMemberGetUsingGETParamsWithHTTPClient creates a new GroupMemberGetUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGroupMemberGetUsingGETParamsWithTimeout ¶ added in v1.2.0
func NewGroupMemberGetUsingGETParamsWithTimeout(timeout time.Duration) *GroupMemberGetUsingGETParams
NewGroupMemberGetUsingGETParamsWithTimeout creates a new GroupMemberGetUsingGETParams object with the ability to set a timeout on a request.
func (*GroupMemberGetUsingGETParams) SetContext ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *GroupMemberGetUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the group member get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberGetUsingGETParams) SetGroupID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) SetHTTPClient ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) SetParentGroupID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) SetSubtenantID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) SetTimeout ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithContext ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithContext(ctx context.Context) *GroupMemberGetUsingGETParams
WithContext adds the context to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *GroupMemberGetUsingGETParams) WithDefaults() *GroupMemberGetUsingGETParams
WithDefaults hydrates default values in the group member get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberGetUsingGETParams) WithGroupID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithGroupID(groupID string) *GroupMemberGetUsingGETParams
WithGroupID adds the groupID to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithHTTPClient ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithHTTPClient(client *http.Client) *GroupMemberGetUsingGETParams
WithHTTPClient adds the HTTPClient to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithParentGroupID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithParentGroupID(parentGroupID string) *GroupMemberGetUsingGETParams
WithParentGroupID adds the parentGroupID to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithSubtenantID ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithSubtenantID(subtenantID string) *GroupMemberGetUsingGETParams
WithSubtenantID adds the subtenantID to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WithTimeout ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WithTimeout(timeout time.Duration) *GroupMemberGetUsingGETParams
WithTimeout adds the timeout to the group member get using g e t params
func (*GroupMemberGetUsingGETParams) WriteToRequest ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GroupMemberGetUsingGETReader ¶ added in v1.2.0
type GroupMemberGetUsingGETReader struct {
// contains filtered or unexported fields
}
GroupMemberGetUsingGETReader is a Reader for the GroupMemberGetUsingGET structure.
func (*GroupMemberGetUsingGETReader) ReadResponse ¶ added in v1.2.0
func (o *GroupMemberGetUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GroupMemberListUsingGETBadRequest ¶ added in v1.2.0
type GroupMemberListUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
GroupMemberListUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewGroupMemberListUsingGETBadRequest ¶ added in v1.2.0
func NewGroupMemberListUsingGETBadRequest() *GroupMemberListUsingGETBadRequest
NewGroupMemberListUsingGETBadRequest creates a GroupMemberListUsingGETBadRequest with default headers values
func (*GroupMemberListUsingGETBadRequest) Error ¶ added in v1.2.0
func (o *GroupMemberListUsingGETBadRequest) Error() string
func (*GroupMemberListUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *GroupMemberListUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type GroupMemberListUsingGETOK ¶ added in v1.2.0
type GroupMemberListUsingGETOK struct {
Payload *models.GroupListResponse
}
GroupMemberListUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGroupMemberListUsingGETOK ¶ added in v1.2.0
func NewGroupMemberListUsingGETOK() *GroupMemberListUsingGETOK
NewGroupMemberListUsingGETOK creates a GroupMemberListUsingGETOK with default headers values
func (*GroupMemberListUsingGETOK) Error ¶ added in v1.2.0
func (o *GroupMemberListUsingGETOK) Error() string
func (*GroupMemberListUsingGETOK) GetPayload ¶ added in v1.2.0
func (o *GroupMemberListUsingGETOK) GetPayload() *models.GroupListResponse
type GroupMemberListUsingGETParams ¶ added in v1.2.0
type GroupMemberListUsingGETParams struct { /* Name. name */ Name *string /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GroupMemberListUsingGETParams contains all the parameters to send to the API endpoint
for the group member list using g e t operation. Typically these are written to a http.Request.
func NewGroupMemberListUsingGETParams ¶ added in v1.2.0
func NewGroupMemberListUsingGETParams() *GroupMemberListUsingGETParams
NewGroupMemberListUsingGETParams creates a new GroupMemberListUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGroupMemberListUsingGETParamsWithContext ¶ added in v1.2.0
func NewGroupMemberListUsingGETParamsWithContext(ctx context.Context) *GroupMemberListUsingGETParams
NewGroupMemberListUsingGETParamsWithContext creates a new GroupMemberListUsingGETParams object with the ability to set a context for a request.
func NewGroupMemberListUsingGETParamsWithHTTPClient ¶ added in v1.2.0
func NewGroupMemberListUsingGETParamsWithHTTPClient(client *http.Client) *GroupMemberListUsingGETParams
NewGroupMemberListUsingGETParamsWithHTTPClient creates a new GroupMemberListUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGroupMemberListUsingGETParamsWithTimeout ¶ added in v1.2.0
func NewGroupMemberListUsingGETParamsWithTimeout(timeout time.Duration) *GroupMemberListUsingGETParams
NewGroupMemberListUsingGETParamsWithTimeout creates a new GroupMemberListUsingGETParams object with the ability to set a timeout on a request.
func (*GroupMemberListUsingGETParams) SetContext ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the group member list using g e t params
func (*GroupMemberListUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *GroupMemberListUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the group member list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberListUsingGETParams) SetHTTPClient ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the group member list using g e t params
func (*GroupMemberListUsingGETParams) SetName ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetName(name *string)
SetName adds the name to the group member list using g e t params
func (*GroupMemberListUsingGETParams) SetParentGroupID ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the group member list using g e t params
func (*GroupMemberListUsingGETParams) SetSubtenantID ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the group member list using g e t params
func (*GroupMemberListUsingGETParams) SetTimeout ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithContext ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithContext(ctx context.Context) *GroupMemberListUsingGETParams
WithContext adds the context to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *GroupMemberListUsingGETParams) WithDefaults() *GroupMemberListUsingGETParams
WithDefaults hydrates default values in the group member list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*GroupMemberListUsingGETParams) WithHTTPClient ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithHTTPClient(client *http.Client) *GroupMemberListUsingGETParams
WithHTTPClient adds the HTTPClient to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithName ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithName(name *string) *GroupMemberListUsingGETParams
WithName adds the name to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithParentGroupID ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithParentGroupID(parentGroupID string) *GroupMemberListUsingGETParams
WithParentGroupID adds the parentGroupID to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithSubtenantID ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithSubtenantID(subtenantID string) *GroupMemberListUsingGETParams
WithSubtenantID adds the subtenantID to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WithTimeout ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WithTimeout(timeout time.Duration) *GroupMemberListUsingGETParams
WithTimeout adds the timeout to the group member list using g e t params
func (*GroupMemberListUsingGETParams) WriteToRequest ¶ added in v1.2.0
func (o *GroupMemberListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GroupMemberListUsingGETReader ¶ added in v1.2.0
type GroupMemberListUsingGETReader struct {
// contains filtered or unexported fields
}
GroupMemberListUsingGETReader is a Reader for the GroupMemberListUsingGET structure.
func (*GroupMemberListUsingGETReader) ReadResponse ¶ added in v1.2.0
func (o *GroupMemberListUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SubtenantGroupGetUsingGETBadRequest ¶
type SubtenantGroupGetUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
SubtenantGroupGetUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewSubtenantGroupGetUsingGETBadRequest ¶
func NewSubtenantGroupGetUsingGETBadRequest() *SubtenantGroupGetUsingGETBadRequest
NewSubtenantGroupGetUsingGETBadRequest creates a SubtenantGroupGetUsingGETBadRequest with default headers values
func (*SubtenantGroupGetUsingGETBadRequest) Error ¶
func (o *SubtenantGroupGetUsingGETBadRequest) Error() string
func (*SubtenantGroupGetUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *SubtenantGroupGetUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type SubtenantGroupGetUsingGETNotFound ¶
type SubtenantGroupGetUsingGETNotFound struct { }
SubtenantGroupGetUsingGETNotFound describes a response with status code 404, with default header values.
Entity not found.
func NewSubtenantGroupGetUsingGETNotFound ¶
func NewSubtenantGroupGetUsingGETNotFound() *SubtenantGroupGetUsingGETNotFound
NewSubtenantGroupGetUsingGETNotFound creates a SubtenantGroupGetUsingGETNotFound with default headers values
func (*SubtenantGroupGetUsingGETNotFound) Error ¶
func (o *SubtenantGroupGetUsingGETNotFound) Error() string
type SubtenantGroupGetUsingGETOK ¶
type SubtenantGroupGetUsingGETOK struct {
Payload *models.GroupGetResponse
}
SubtenantGroupGetUsingGETOK describes a response with status code 200, with default header values.
OK
func NewSubtenantGroupGetUsingGETOK ¶
func NewSubtenantGroupGetUsingGETOK() *SubtenantGroupGetUsingGETOK
NewSubtenantGroupGetUsingGETOK creates a SubtenantGroupGetUsingGETOK with default headers values
func (*SubtenantGroupGetUsingGETOK) Error ¶
func (o *SubtenantGroupGetUsingGETOK) Error() string
func (*SubtenantGroupGetUsingGETOK) GetPayload ¶
func (o *SubtenantGroupGetUsingGETOK) GetPayload() *models.GroupGetResponse
type SubtenantGroupGetUsingGETParams ¶
type SubtenantGroupGetUsingGETParams struct { /* GroupID. groupId */ GroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SubtenantGroupGetUsingGETParams contains all the parameters to send to the API endpoint
for the subtenant group get using g e t operation. Typically these are written to a http.Request.
func NewSubtenantGroupGetUsingGETParams ¶
func NewSubtenantGroupGetUsingGETParams() *SubtenantGroupGetUsingGETParams
NewSubtenantGroupGetUsingGETParams creates a new SubtenantGroupGetUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSubtenantGroupGetUsingGETParamsWithContext ¶
func NewSubtenantGroupGetUsingGETParamsWithContext(ctx context.Context) *SubtenantGroupGetUsingGETParams
NewSubtenantGroupGetUsingGETParamsWithContext creates a new SubtenantGroupGetUsingGETParams object with the ability to set a context for a request.
func NewSubtenantGroupGetUsingGETParamsWithHTTPClient ¶
func NewSubtenantGroupGetUsingGETParamsWithHTTPClient(client *http.Client) *SubtenantGroupGetUsingGETParams
NewSubtenantGroupGetUsingGETParamsWithHTTPClient creates a new SubtenantGroupGetUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewSubtenantGroupGetUsingGETParamsWithTimeout ¶
func NewSubtenantGroupGetUsingGETParamsWithTimeout(timeout time.Duration) *SubtenantGroupGetUsingGETParams
NewSubtenantGroupGetUsingGETParamsWithTimeout creates a new SubtenantGroupGetUsingGETParams object with the ability to set a timeout on a request.
func (*SubtenantGroupGetUsingGETParams) SetContext ¶
func (o *SubtenantGroupGetUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *SubtenantGroupGetUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the subtenant group get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupGetUsingGETParams) SetGroupID ¶
func (o *SubtenantGroupGetUsingGETParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) SetHTTPClient ¶
func (o *SubtenantGroupGetUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) SetSubtenantID ¶
func (o *SubtenantGroupGetUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) SetTimeout ¶
func (o *SubtenantGroupGetUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WithContext ¶
func (o *SubtenantGroupGetUsingGETParams) WithContext(ctx context.Context) *SubtenantGroupGetUsingGETParams
WithContext adds the context to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *SubtenantGroupGetUsingGETParams) WithDefaults() *SubtenantGroupGetUsingGETParams
WithDefaults hydrates default values in the subtenant group get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupGetUsingGETParams) WithGroupID ¶
func (o *SubtenantGroupGetUsingGETParams) WithGroupID(groupID string) *SubtenantGroupGetUsingGETParams
WithGroupID adds the groupID to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WithHTTPClient ¶
func (o *SubtenantGroupGetUsingGETParams) WithHTTPClient(client *http.Client) *SubtenantGroupGetUsingGETParams
WithHTTPClient adds the HTTPClient to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WithSubtenantID ¶
func (o *SubtenantGroupGetUsingGETParams) WithSubtenantID(subtenantID string) *SubtenantGroupGetUsingGETParams
WithSubtenantID adds the subtenantID to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WithTimeout ¶
func (o *SubtenantGroupGetUsingGETParams) WithTimeout(timeout time.Duration) *SubtenantGroupGetUsingGETParams
WithTimeout adds the timeout to the subtenant group get using g e t params
func (*SubtenantGroupGetUsingGETParams) WriteToRequest ¶
func (o *SubtenantGroupGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SubtenantGroupGetUsingGETReader ¶
type SubtenantGroupGetUsingGETReader struct {
// contains filtered or unexported fields
}
SubtenantGroupGetUsingGETReader is a Reader for the SubtenantGroupGetUsingGET structure.
func (*SubtenantGroupGetUsingGETReader) ReadResponse ¶
func (o *SubtenantGroupGetUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SubtenantGroupListUsingGETBadRequest ¶
type SubtenantGroupListUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
SubtenantGroupListUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewSubtenantGroupListUsingGETBadRequest ¶
func NewSubtenantGroupListUsingGETBadRequest() *SubtenantGroupListUsingGETBadRequest
NewSubtenantGroupListUsingGETBadRequest creates a SubtenantGroupListUsingGETBadRequest with default headers values
func (*SubtenantGroupListUsingGETBadRequest) Error ¶
func (o *SubtenantGroupListUsingGETBadRequest) Error() string
func (*SubtenantGroupListUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *SubtenantGroupListUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type SubtenantGroupListUsingGETOK ¶
type SubtenantGroupListUsingGETOK struct {
Payload *models.GroupListResponse
}
SubtenantGroupListUsingGETOK describes a response with status code 200, with default header values.
OK
func NewSubtenantGroupListUsingGETOK ¶
func NewSubtenantGroupListUsingGETOK() *SubtenantGroupListUsingGETOK
NewSubtenantGroupListUsingGETOK creates a SubtenantGroupListUsingGETOK with default headers values
func (*SubtenantGroupListUsingGETOK) Error ¶
func (o *SubtenantGroupListUsingGETOK) Error() string
func (*SubtenantGroupListUsingGETOK) GetPayload ¶
func (o *SubtenantGroupListUsingGETOK) GetPayload() *models.GroupListResponse
type SubtenantGroupListUsingGETParams ¶
type SubtenantGroupListUsingGETParams struct { /* DisplayName. displayName */ DisplayName *string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SubtenantGroupListUsingGETParams contains all the parameters to send to the API endpoint
for the subtenant group list using g e t operation. Typically these are written to a http.Request.
func NewSubtenantGroupListUsingGETParams ¶
func NewSubtenantGroupListUsingGETParams() *SubtenantGroupListUsingGETParams
NewSubtenantGroupListUsingGETParams creates a new SubtenantGroupListUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSubtenantGroupListUsingGETParamsWithContext ¶
func NewSubtenantGroupListUsingGETParamsWithContext(ctx context.Context) *SubtenantGroupListUsingGETParams
NewSubtenantGroupListUsingGETParamsWithContext creates a new SubtenantGroupListUsingGETParams object with the ability to set a context for a request.
func NewSubtenantGroupListUsingGETParamsWithHTTPClient ¶
func NewSubtenantGroupListUsingGETParamsWithHTTPClient(client *http.Client) *SubtenantGroupListUsingGETParams
NewSubtenantGroupListUsingGETParamsWithHTTPClient creates a new SubtenantGroupListUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewSubtenantGroupListUsingGETParamsWithTimeout ¶
func NewSubtenantGroupListUsingGETParamsWithTimeout(timeout time.Duration) *SubtenantGroupListUsingGETParams
NewSubtenantGroupListUsingGETParamsWithTimeout creates a new SubtenantGroupListUsingGETParams object with the ability to set a timeout on a request.
func (*SubtenantGroupListUsingGETParams) SetContext ¶
func (o *SubtenantGroupListUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *SubtenantGroupListUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the subtenant group list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupListUsingGETParams) SetDisplayName ¶
func (o *SubtenantGroupListUsingGETParams) SetDisplayName(displayName *string)
SetDisplayName adds the displayName to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) SetHTTPClient ¶
func (o *SubtenantGroupListUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) SetSubtenantID ¶
func (o *SubtenantGroupListUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) SetTimeout ¶
func (o *SubtenantGroupListUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WithContext ¶
func (o *SubtenantGroupListUsingGETParams) WithContext(ctx context.Context) *SubtenantGroupListUsingGETParams
WithContext adds the context to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *SubtenantGroupListUsingGETParams) WithDefaults() *SubtenantGroupListUsingGETParams
WithDefaults hydrates default values in the subtenant group list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupListUsingGETParams) WithDisplayName ¶
func (o *SubtenantGroupListUsingGETParams) WithDisplayName(displayName *string) *SubtenantGroupListUsingGETParams
WithDisplayName adds the displayName to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WithHTTPClient ¶
func (o *SubtenantGroupListUsingGETParams) WithHTTPClient(client *http.Client) *SubtenantGroupListUsingGETParams
WithHTTPClient adds the HTTPClient to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WithSubtenantID ¶
func (o *SubtenantGroupListUsingGETParams) WithSubtenantID(subtenantID string) *SubtenantGroupListUsingGETParams
WithSubtenantID adds the subtenantID to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WithTimeout ¶
func (o *SubtenantGroupListUsingGETParams) WithTimeout(timeout time.Duration) *SubtenantGroupListUsingGETParams
WithTimeout adds the timeout to the subtenant group list using g e t params
func (*SubtenantGroupListUsingGETParams) WriteToRequest ¶
func (o *SubtenantGroupListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SubtenantGroupListUsingGETReader ¶
type SubtenantGroupListUsingGETReader struct {
// contains filtered or unexported fields
}
SubtenantGroupListUsingGETReader is a Reader for the SubtenantGroupListUsingGET structure.
func (*SubtenantGroupListUsingGETReader) ReadResponse ¶
func (o *SubtenantGroupListUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SubtenantGroupUpdateUsingPUTBadRequest ¶
type SubtenantGroupUpdateUsingPUTBadRequest struct {
Payload *models.ProxyResponseMessage
}
SubtenantGroupUpdateUsingPUTBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewSubtenantGroupUpdateUsingPUTBadRequest ¶
func NewSubtenantGroupUpdateUsingPUTBadRequest() *SubtenantGroupUpdateUsingPUTBadRequest
NewSubtenantGroupUpdateUsingPUTBadRequest creates a SubtenantGroupUpdateUsingPUTBadRequest with default headers values
func (*SubtenantGroupUpdateUsingPUTBadRequest) Error ¶
func (o *SubtenantGroupUpdateUsingPUTBadRequest) Error() string
func (*SubtenantGroupUpdateUsingPUTBadRequest) GetPayload ¶ added in v1.2.0
func (o *SubtenantGroupUpdateUsingPUTBadRequest) GetPayload() *models.ProxyResponseMessage
type SubtenantGroupUpdateUsingPUTOK ¶
type SubtenantGroupUpdateUsingPUTOK struct {
Payload *models.UpdateGroupResponse
}
SubtenantGroupUpdateUsingPUTOK describes a response with status code 200, with default header values.
Entity has been updated
func NewSubtenantGroupUpdateUsingPUTOK ¶
func NewSubtenantGroupUpdateUsingPUTOK() *SubtenantGroupUpdateUsingPUTOK
NewSubtenantGroupUpdateUsingPUTOK creates a SubtenantGroupUpdateUsingPUTOK with default headers values
func (*SubtenantGroupUpdateUsingPUTOK) Error ¶
func (o *SubtenantGroupUpdateUsingPUTOK) Error() string
func (*SubtenantGroupUpdateUsingPUTOK) GetPayload ¶
func (o *SubtenantGroupUpdateUsingPUTOK) GetPayload() *models.UpdateGroupResponse
type SubtenantGroupUpdateUsingPUTParams ¶
type SubtenantGroupUpdateUsingPUTParams struct { /* GroupID. groupId */ GroupID string /* GroupInstance. groupInstance */ GroupInstance *models.GroupInstance /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SubtenantGroupUpdateUsingPUTParams contains all the parameters to send to the API endpoint
for the subtenant group update using p u t operation. Typically these are written to a http.Request.
func NewSubtenantGroupUpdateUsingPUTParams ¶
func NewSubtenantGroupUpdateUsingPUTParams() *SubtenantGroupUpdateUsingPUTParams
NewSubtenantGroupUpdateUsingPUTParams creates a new SubtenantGroupUpdateUsingPUTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSubtenantGroupUpdateUsingPUTParamsWithContext ¶
func NewSubtenantGroupUpdateUsingPUTParamsWithContext(ctx context.Context) *SubtenantGroupUpdateUsingPUTParams
NewSubtenantGroupUpdateUsingPUTParamsWithContext creates a new SubtenantGroupUpdateUsingPUTParams object with the ability to set a context for a request.
func NewSubtenantGroupUpdateUsingPUTParamsWithHTTPClient ¶
func NewSubtenantGroupUpdateUsingPUTParamsWithHTTPClient(client *http.Client) *SubtenantGroupUpdateUsingPUTParams
NewSubtenantGroupUpdateUsingPUTParamsWithHTTPClient creates a new SubtenantGroupUpdateUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewSubtenantGroupUpdateUsingPUTParamsWithTimeout ¶
func NewSubtenantGroupUpdateUsingPUTParamsWithTimeout(timeout time.Duration) *SubtenantGroupUpdateUsingPUTParams
NewSubtenantGroupUpdateUsingPUTParamsWithTimeout creates a new SubtenantGroupUpdateUsingPUTParams object with the ability to set a timeout on a request.
func (*SubtenantGroupUpdateUsingPUTParams) SetContext ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) SetDefaults ¶ added in v1.2.4
func (o *SubtenantGroupUpdateUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the subtenant group update using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupUpdateUsingPUTParams) SetGroupID ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) SetGroupInstance ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetGroupInstance(groupInstance *models.GroupInstance)
SetGroupInstance adds the groupInstance to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) SetHTTPClient ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) SetSubtenantID ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) SetTimeout ¶
func (o *SubtenantGroupUpdateUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithContext ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithContext(ctx context.Context) *SubtenantGroupUpdateUsingPUTParams
WithContext adds the context to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithDefaults ¶ added in v1.2.4
func (o *SubtenantGroupUpdateUsingPUTParams) WithDefaults() *SubtenantGroupUpdateUsingPUTParams
WithDefaults hydrates default values in the subtenant group update using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*SubtenantGroupUpdateUsingPUTParams) WithGroupID ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithGroupID(groupID string) *SubtenantGroupUpdateUsingPUTParams
WithGroupID adds the groupID to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithGroupInstance ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithGroupInstance(groupInstance *models.GroupInstance) *SubtenantGroupUpdateUsingPUTParams
WithGroupInstance adds the groupInstance to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithHTTPClient ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithHTTPClient(client *http.Client) *SubtenantGroupUpdateUsingPUTParams
WithHTTPClient adds the HTTPClient to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithSubtenantID ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithSubtenantID(subtenantID string) *SubtenantGroupUpdateUsingPUTParams
WithSubtenantID adds the subtenantID to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WithTimeout ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WithTimeout(timeout time.Duration) *SubtenantGroupUpdateUsingPUTParams
WithTimeout adds the timeout to the subtenant group update using p u t params
func (*SubtenantGroupUpdateUsingPUTParams) WriteToRequest ¶
func (o *SubtenantGroupUpdateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SubtenantGroupUpdateUsingPUTReader ¶
type SubtenantGroupUpdateUsingPUTReader struct {
// contains filtered or unexported fields
}
SubtenantGroupUpdateUsingPUTReader is a Reader for the SubtenantGroupUpdateUsingPUT structure.
func (*SubtenantGroupUpdateUsingPUTReader) ReadResponse ¶
func (o *SubtenantGroupUpdateUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserMemberCreateUsingPUTBadRequest ¶ added in v1.2.0
type UserMemberCreateUsingPUTBadRequest struct {
Payload *models.ProxyResponseMessage
}
UserMemberCreateUsingPUTBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewUserMemberCreateUsingPUTBadRequest ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTBadRequest() *UserMemberCreateUsingPUTBadRequest
NewUserMemberCreateUsingPUTBadRequest creates a UserMemberCreateUsingPUTBadRequest with default headers values
func (*UserMemberCreateUsingPUTBadRequest) Error ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTBadRequest) Error() string
func (*UserMemberCreateUsingPUTBadRequest) GetPayload ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTBadRequest) GetPayload() *models.ProxyResponseMessage
type UserMemberCreateUsingPUTCreated ¶ added in v1.2.0
type UserMemberCreateUsingPUTCreated struct {
Payload *models.CreateUserMemberResponse
}
UserMemberCreateUsingPUTCreated describes a response with status code 201, with default header values.
Entity has been created
func NewUserMemberCreateUsingPUTCreated ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTCreated() *UserMemberCreateUsingPUTCreated
NewUserMemberCreateUsingPUTCreated creates a UserMemberCreateUsingPUTCreated with default headers values
func (*UserMemberCreateUsingPUTCreated) Error ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTCreated) Error() string
func (*UserMemberCreateUsingPUTCreated) GetPayload ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTCreated) GetPayload() *models.CreateUserMemberResponse
type UserMemberCreateUsingPUTOK ¶ added in v1.2.0
type UserMemberCreateUsingPUTOK struct {
Payload *models.CreateUserMemberResponse
}
UserMemberCreateUsingPUTOK describes a response with status code 200, with default header values.
OK
func NewUserMemberCreateUsingPUTOK ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTOK() *UserMemberCreateUsingPUTOK
NewUserMemberCreateUsingPUTOK creates a UserMemberCreateUsingPUTOK with default headers values
func (*UserMemberCreateUsingPUTOK) Error ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTOK) Error() string
func (*UserMemberCreateUsingPUTOK) GetPayload ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTOK) GetPayload() *models.CreateUserMemberResponse
type UserMemberCreateUsingPUTParams ¶ added in v1.2.0
type UserMemberCreateUsingPUTParams struct { /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string /* UserInstance. userInstance */ UserInstance *models.UserInstance Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserMemberCreateUsingPUTParams contains all the parameters to send to the API endpoint
for the user member create using p u t operation. Typically these are written to a http.Request.
func NewUserMemberCreateUsingPUTParams ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTParams() *UserMemberCreateUsingPUTParams
NewUserMemberCreateUsingPUTParams creates a new UserMemberCreateUsingPUTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserMemberCreateUsingPUTParamsWithContext ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTParamsWithContext(ctx context.Context) *UserMemberCreateUsingPUTParams
NewUserMemberCreateUsingPUTParamsWithContext creates a new UserMemberCreateUsingPUTParams object with the ability to set a context for a request.
func NewUserMemberCreateUsingPUTParamsWithHTTPClient ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTParamsWithHTTPClient(client *http.Client) *UserMemberCreateUsingPUTParams
NewUserMemberCreateUsingPUTParamsWithHTTPClient creates a new UserMemberCreateUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewUserMemberCreateUsingPUTParamsWithTimeout ¶ added in v1.2.0
func NewUserMemberCreateUsingPUTParamsWithTimeout(timeout time.Duration) *UserMemberCreateUsingPUTParams
NewUserMemberCreateUsingPUTParamsWithTimeout creates a new UserMemberCreateUsingPUTParams object with the ability to set a timeout on a request.
func (*UserMemberCreateUsingPUTParams) SetContext ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) SetDefaults ¶ added in v1.2.4
func (o *UserMemberCreateUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the user member create using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberCreateUsingPUTParams) SetHTTPClient ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) SetParentGroupID ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) SetSubtenantID ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) SetTimeout ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) SetUserInstance ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) SetUserInstance(userInstance *models.UserInstance)
SetUserInstance adds the userInstance to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithContext ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithContext(ctx context.Context) *UserMemberCreateUsingPUTParams
WithContext adds the context to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithDefaults ¶ added in v1.2.4
func (o *UserMemberCreateUsingPUTParams) WithDefaults() *UserMemberCreateUsingPUTParams
WithDefaults hydrates default values in the user member create using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberCreateUsingPUTParams) WithHTTPClient ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithHTTPClient(client *http.Client) *UserMemberCreateUsingPUTParams
WithHTTPClient adds the HTTPClient to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithParentGroupID ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithParentGroupID(parentGroupID string) *UserMemberCreateUsingPUTParams
WithParentGroupID adds the parentGroupID to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithSubtenantID ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithSubtenantID(subtenantID string) *UserMemberCreateUsingPUTParams
WithSubtenantID adds the subtenantID to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithTimeout ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithTimeout(timeout time.Duration) *UserMemberCreateUsingPUTParams
WithTimeout adds the timeout to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WithUserInstance ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WithUserInstance(userInstance *models.UserInstance) *UserMemberCreateUsingPUTParams
WithUserInstance adds the userInstance to the user member create using p u t params
func (*UserMemberCreateUsingPUTParams) WriteToRequest ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserMemberCreateUsingPUTReader ¶ added in v1.2.0
type UserMemberCreateUsingPUTReader struct {
// contains filtered or unexported fields
}
UserMemberCreateUsingPUTReader is a Reader for the UserMemberCreateUsingPUT structure.
func (*UserMemberCreateUsingPUTReader) ReadResponse ¶ added in v1.2.0
func (o *UserMemberCreateUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserMemberDeleteUsingDELETEBadRequest ¶ added in v1.2.0
type UserMemberDeleteUsingDELETEBadRequest struct {
Payload *models.ProxyResponseMessage
}
UserMemberDeleteUsingDELETEBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewUserMemberDeleteUsingDELETEBadRequest ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEBadRequest() *UserMemberDeleteUsingDELETEBadRequest
NewUserMemberDeleteUsingDELETEBadRequest creates a UserMemberDeleteUsingDELETEBadRequest with default headers values
func (*UserMemberDeleteUsingDELETEBadRequest) Error ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEBadRequest) Error() string
func (*UserMemberDeleteUsingDELETEBadRequest) GetPayload ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEBadRequest) GetPayload() *models.ProxyResponseMessage
type UserMemberDeleteUsingDELETEOK ¶ added in v1.2.0
type UserMemberDeleteUsingDELETEOK struct {
Payload *models.DeleteUserMemberResponse
}
UserMemberDeleteUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewUserMemberDeleteUsingDELETEOK ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEOK() *UserMemberDeleteUsingDELETEOK
NewUserMemberDeleteUsingDELETEOK creates a UserMemberDeleteUsingDELETEOK with default headers values
func (*UserMemberDeleteUsingDELETEOK) Error ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEOK) Error() string
func (*UserMemberDeleteUsingDELETEOK) GetPayload ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEOK) GetPayload() *models.DeleteUserMemberResponse
type UserMemberDeleteUsingDELETEParams ¶ added in v1.2.0
type UserMemberDeleteUsingDELETEParams struct { /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string /* UserID. userId */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserMemberDeleteUsingDELETEParams contains all the parameters to send to the API endpoint
for the user member delete using d e l e t e operation. Typically these are written to a http.Request.
func NewUserMemberDeleteUsingDELETEParams ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEParams() *UserMemberDeleteUsingDELETEParams
NewUserMemberDeleteUsingDELETEParams creates a new UserMemberDeleteUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserMemberDeleteUsingDELETEParamsWithContext ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEParamsWithContext(ctx context.Context) *UserMemberDeleteUsingDELETEParams
NewUserMemberDeleteUsingDELETEParamsWithContext creates a new UserMemberDeleteUsingDELETEParams object with the ability to set a context for a request.
func NewUserMemberDeleteUsingDELETEParamsWithHTTPClient ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *UserMemberDeleteUsingDELETEParams
NewUserMemberDeleteUsingDELETEParamsWithHTTPClient creates a new UserMemberDeleteUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewUserMemberDeleteUsingDELETEParamsWithTimeout ¶ added in v1.2.0
func NewUserMemberDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *UserMemberDeleteUsingDELETEParams
NewUserMemberDeleteUsingDELETEParamsWithTimeout creates a new UserMemberDeleteUsingDELETEParams object with the ability to set a timeout on a request.
func (*UserMemberDeleteUsingDELETEParams) SetContext ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) SetDefaults ¶ added in v1.2.4
func (o *UserMemberDeleteUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the user member delete using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberDeleteUsingDELETEParams) SetHTTPClient ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) SetParentGroupID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) SetSubtenantID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) SetTimeout ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) SetUserID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) SetUserID(userID string)
SetUserID adds the userId to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithContext ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithContext(ctx context.Context) *UserMemberDeleteUsingDELETEParams
WithContext adds the context to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithDefaults ¶ added in v1.2.4
func (o *UserMemberDeleteUsingDELETEParams) WithDefaults() *UserMemberDeleteUsingDELETEParams
WithDefaults hydrates default values in the user member delete using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberDeleteUsingDELETEParams) WithHTTPClient ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithHTTPClient(client *http.Client) *UserMemberDeleteUsingDELETEParams
WithHTTPClient adds the HTTPClient to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithParentGroupID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithParentGroupID(parentGroupID string) *UserMemberDeleteUsingDELETEParams
WithParentGroupID adds the parentGroupID to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithSubtenantID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithSubtenantID(subtenantID string) *UserMemberDeleteUsingDELETEParams
WithSubtenantID adds the subtenantID to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithTimeout ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithTimeout(timeout time.Duration) *UserMemberDeleteUsingDELETEParams
WithTimeout adds the timeout to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WithUserID ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WithUserID(userID string) *UserMemberDeleteUsingDELETEParams
WithUserID adds the userID to the user member delete using d e l e t e params
func (*UserMemberDeleteUsingDELETEParams) WriteToRequest ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserMemberDeleteUsingDELETEReader ¶ added in v1.2.0
type UserMemberDeleteUsingDELETEReader struct {
// contains filtered or unexported fields
}
UserMemberDeleteUsingDELETEReader is a Reader for the UserMemberDeleteUsingDELETE structure.
func (*UserMemberDeleteUsingDELETEReader) ReadResponse ¶ added in v1.2.0
func (o *UserMemberDeleteUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserMemberGetUsingGETBadRequest ¶ added in v1.2.0
type UserMemberGetUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
UserMemberGetUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewUserMemberGetUsingGETBadRequest ¶ added in v1.2.0
func NewUserMemberGetUsingGETBadRequest() *UserMemberGetUsingGETBadRequest
NewUserMemberGetUsingGETBadRequest creates a UserMemberGetUsingGETBadRequest with default headers values
func (*UserMemberGetUsingGETBadRequest) Error ¶ added in v1.2.0
func (o *UserMemberGetUsingGETBadRequest) Error() string
func (*UserMemberGetUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *UserMemberGetUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type UserMemberGetUsingGETNotFound ¶ added in v1.2.0
type UserMemberGetUsingGETNotFound struct { }
UserMemberGetUsingGETNotFound describes a response with status code 404, with default header values.
Entity not found.
func NewUserMemberGetUsingGETNotFound ¶ added in v1.2.0
func NewUserMemberGetUsingGETNotFound() *UserMemberGetUsingGETNotFound
NewUserMemberGetUsingGETNotFound creates a UserMemberGetUsingGETNotFound with default headers values
func (*UserMemberGetUsingGETNotFound) Error ¶ added in v1.2.0
func (o *UserMemberGetUsingGETNotFound) Error() string
type UserMemberGetUsingGETOK ¶ added in v1.2.0
type UserMemberGetUsingGETOK struct {
Payload *models.UserGetResponse
}
UserMemberGetUsingGETOK describes a response with status code 200, with default header values.
OK
func NewUserMemberGetUsingGETOK ¶ added in v1.2.0
func NewUserMemberGetUsingGETOK() *UserMemberGetUsingGETOK
NewUserMemberGetUsingGETOK creates a UserMemberGetUsingGETOK with default headers values
func (*UserMemberGetUsingGETOK) Error ¶ added in v1.2.0
func (o *UserMemberGetUsingGETOK) Error() string
func (*UserMemberGetUsingGETOK) GetPayload ¶ added in v1.2.0
func (o *UserMemberGetUsingGETOK) GetPayload() *models.UserGetResponse
type UserMemberGetUsingGETParams ¶ added in v1.2.0
type UserMemberGetUsingGETParams struct { /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string /* UserID. userId */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserMemberGetUsingGETParams contains all the parameters to send to the API endpoint
for the user member get using g e t operation. Typically these are written to a http.Request.
func NewUserMemberGetUsingGETParams ¶ added in v1.2.0
func NewUserMemberGetUsingGETParams() *UserMemberGetUsingGETParams
NewUserMemberGetUsingGETParams creates a new UserMemberGetUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserMemberGetUsingGETParamsWithContext ¶ added in v1.2.0
func NewUserMemberGetUsingGETParamsWithContext(ctx context.Context) *UserMemberGetUsingGETParams
NewUserMemberGetUsingGETParamsWithContext creates a new UserMemberGetUsingGETParams object with the ability to set a context for a request.
func NewUserMemberGetUsingGETParamsWithHTTPClient ¶ added in v1.2.0
func NewUserMemberGetUsingGETParamsWithHTTPClient(client *http.Client) *UserMemberGetUsingGETParams
NewUserMemberGetUsingGETParamsWithHTTPClient creates a new UserMemberGetUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewUserMemberGetUsingGETParamsWithTimeout ¶ added in v1.2.0
func NewUserMemberGetUsingGETParamsWithTimeout(timeout time.Duration) *UserMemberGetUsingGETParams
NewUserMemberGetUsingGETParamsWithTimeout creates a new UserMemberGetUsingGETParams object with the ability to set a timeout on a request.
func (*UserMemberGetUsingGETParams) SetContext ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the user member get using g e t params
func (*UserMemberGetUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *UserMemberGetUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the user member get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberGetUsingGETParams) SetHTTPClient ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user member get using g e t params
func (*UserMemberGetUsingGETParams) SetParentGroupID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the user member get using g e t params
func (*UserMemberGetUsingGETParams) SetSubtenantID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the user member get using g e t params
func (*UserMemberGetUsingGETParams) SetTimeout ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user member get using g e t params
func (*UserMemberGetUsingGETParams) SetUserID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) SetUserID(userID string)
SetUserID adds the userId to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithContext ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithContext(ctx context.Context) *UserMemberGetUsingGETParams
WithContext adds the context to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *UserMemberGetUsingGETParams) WithDefaults() *UserMemberGetUsingGETParams
WithDefaults hydrates default values in the user member get using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberGetUsingGETParams) WithHTTPClient ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithHTTPClient(client *http.Client) *UserMemberGetUsingGETParams
WithHTTPClient adds the HTTPClient to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithParentGroupID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithParentGroupID(parentGroupID string) *UserMemberGetUsingGETParams
WithParentGroupID adds the parentGroupID to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithSubtenantID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithSubtenantID(subtenantID string) *UserMemberGetUsingGETParams
WithSubtenantID adds the subtenantID to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithTimeout ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithTimeout(timeout time.Duration) *UserMemberGetUsingGETParams
WithTimeout adds the timeout to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WithUserID ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WithUserID(userID string) *UserMemberGetUsingGETParams
WithUserID adds the userID to the user member get using g e t params
func (*UserMemberGetUsingGETParams) WriteToRequest ¶ added in v1.2.0
func (o *UserMemberGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserMemberGetUsingGETReader ¶ added in v1.2.0
type UserMemberGetUsingGETReader struct {
// contains filtered or unexported fields
}
UserMemberGetUsingGETReader is a Reader for the UserMemberGetUsingGET structure.
func (*UserMemberGetUsingGETReader) ReadResponse ¶ added in v1.2.0
func (o *UserMemberGetUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserMemberListUsingGETBadRequest ¶ added in v1.2.0
type UserMemberListUsingGETBadRequest struct {
Payload *models.ProxyResponseMessage
}
UserMemberListUsingGETBadRequest describes a response with status code 400, with default header values.
Bad request, error occurred. For more details see log messages.
func NewUserMemberListUsingGETBadRequest ¶ added in v1.2.0
func NewUserMemberListUsingGETBadRequest() *UserMemberListUsingGETBadRequest
NewUserMemberListUsingGETBadRequest creates a UserMemberListUsingGETBadRequest with default headers values
func (*UserMemberListUsingGETBadRequest) Error ¶ added in v1.2.0
func (o *UserMemberListUsingGETBadRequest) Error() string
func (*UserMemberListUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *UserMemberListUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type UserMemberListUsingGETOK ¶ added in v1.2.0
type UserMemberListUsingGETOK struct {
Payload *models.UserListResponse
}
UserMemberListUsingGETOK describes a response with status code 200, with default header values.
OK
func NewUserMemberListUsingGETOK ¶ added in v1.2.0
func NewUserMemberListUsingGETOK() *UserMemberListUsingGETOK
NewUserMemberListUsingGETOK creates a UserMemberListUsingGETOK with default headers values
func (*UserMemberListUsingGETOK) Error ¶ added in v1.2.0
func (o *UserMemberListUsingGETOK) Error() string
func (*UserMemberListUsingGETOK) GetPayload ¶ added in v1.2.0
func (o *UserMemberListUsingGETOK) GetPayload() *models.UserListResponse
type UserMemberListUsingGETParams ¶ added in v1.2.0
type UserMemberListUsingGETParams struct { /* Name. name */ Name *string /* ParentGroupID. parentGroupId */ ParentGroupID string /* SubtenantID. subtenantId */ SubtenantID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserMemberListUsingGETParams contains all the parameters to send to the API endpoint
for the user member list using g e t operation. Typically these are written to a http.Request.
func NewUserMemberListUsingGETParams ¶ added in v1.2.0
func NewUserMemberListUsingGETParams() *UserMemberListUsingGETParams
NewUserMemberListUsingGETParams creates a new UserMemberListUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserMemberListUsingGETParamsWithContext ¶ added in v1.2.0
func NewUserMemberListUsingGETParamsWithContext(ctx context.Context) *UserMemberListUsingGETParams
NewUserMemberListUsingGETParamsWithContext creates a new UserMemberListUsingGETParams object with the ability to set a context for a request.
func NewUserMemberListUsingGETParamsWithHTTPClient ¶ added in v1.2.0
func NewUserMemberListUsingGETParamsWithHTTPClient(client *http.Client) *UserMemberListUsingGETParams
NewUserMemberListUsingGETParamsWithHTTPClient creates a new UserMemberListUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewUserMemberListUsingGETParamsWithTimeout ¶ added in v1.2.0
func NewUserMemberListUsingGETParamsWithTimeout(timeout time.Duration) *UserMemberListUsingGETParams
NewUserMemberListUsingGETParamsWithTimeout creates a new UserMemberListUsingGETParams object with the ability to set a timeout on a request.
func (*UserMemberListUsingGETParams) SetContext ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the user member list using g e t params
func (*UserMemberListUsingGETParams) SetDefaults ¶ added in v1.2.4
func (o *UserMemberListUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the user member list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberListUsingGETParams) SetHTTPClient ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user member list using g e t params
func (*UserMemberListUsingGETParams) SetName ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetName(name *string)
SetName adds the name to the user member list using g e t params
func (*UserMemberListUsingGETParams) SetParentGroupID ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetParentGroupID(parentGroupID string)
SetParentGroupID adds the parentGroupId to the user member list using g e t params
func (*UserMemberListUsingGETParams) SetSubtenantID ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetSubtenantID(subtenantID string)
SetSubtenantID adds the subtenantId to the user member list using g e t params
func (*UserMemberListUsingGETParams) SetTimeout ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithContext ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithContext(ctx context.Context) *UserMemberListUsingGETParams
WithContext adds the context to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithDefaults ¶ added in v1.2.4
func (o *UserMemberListUsingGETParams) WithDefaults() *UserMemberListUsingGETParams
WithDefaults hydrates default values in the user member list using g e t params (not the query body).
All values with no default are reset to their zero value.
func (*UserMemberListUsingGETParams) WithHTTPClient ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithHTTPClient(client *http.Client) *UserMemberListUsingGETParams
WithHTTPClient adds the HTTPClient to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithName ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithName(name *string) *UserMemberListUsingGETParams
WithName adds the name to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithParentGroupID ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithParentGroupID(parentGroupID string) *UserMemberListUsingGETParams
WithParentGroupID adds the parentGroupID to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithSubtenantID ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithSubtenantID(subtenantID string) *UserMemberListUsingGETParams
WithSubtenantID adds the subtenantID to the user member list using g e t params
func (*UserMemberListUsingGETParams) WithTimeout ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WithTimeout(timeout time.Duration) *UserMemberListUsingGETParams
WithTimeout adds the timeout to the user member list using g e t params
func (*UserMemberListUsingGETParams) WriteToRequest ¶ added in v1.2.0
func (o *UserMemberListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserMemberListUsingGETReader ¶ added in v1.2.0
type UserMemberListUsingGETReader struct {
// contains filtered or unexported fields
}
UserMemberListUsingGETReader is a Reader for the UserMemberListUsingGET structure.
func (*UserMemberListUsingGETReader) ReadResponse ¶ added in v1.2.0
func (o *UserMemberListUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- group_member_create_using_p_u_t_parameters.go
- group_member_create_using_p_u_t_responses.go
- group_member_delete_using_d_e_l_e_t_e_parameters.go
- group_member_delete_using_d_e_l_e_t_e_responses.go
- group_member_get_using_g_e_t_parameters.go
- group_member_get_using_g_e_t_responses.go
- group_member_list_using_g_e_t_parameters.go
- group_member_list_using_g_e_t_responses.go
- subtenant_custom_groups_client.go
- subtenant_group_get_using_g_e_t_parameters.go
- subtenant_group_get_using_g_e_t_responses.go
- subtenant_group_list_using_g_e_t_parameters.go
- subtenant_group_list_using_g_e_t_responses.go
- subtenant_group_update_using_p_u_t_parameters.go
- subtenant_group_update_using_p_u_t_responses.go
- user_member_create_using_p_u_t_parameters.go
- user_member_create_using_p_u_t_responses.go
- user_member_delete_using_d_e_l_e_t_e_parameters.go
- user_member_delete_using_d_e_l_e_t_e_responses.go
- user_member_get_using_g_e_t_parameters.go
- user_member_get_using_g_e_t_responses.go
- user_member_list_using_g_e_t_parameters.go
- user_member_list_using_g_e_t_responses.go