mssp

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCIDGroupMembersBadRequest

type AddCIDGroupMembersBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddCIDGroupMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAddCIDGroupMembersBadRequest

func NewAddCIDGroupMembersBadRequest() *AddCIDGroupMembersBadRequest

NewAddCIDGroupMembersBadRequest creates a AddCIDGroupMembersBadRequest with default headers values

func (*AddCIDGroupMembersBadRequest) Error

func (*AddCIDGroupMembersBadRequest) GetPayload

type AddCIDGroupMembersDefault

type AddCIDGroupMembersDefault struct {
	Payload *models.DomainCIDGroupMembersResponseV1
	// contains filtered or unexported fields
}
AddCIDGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewAddCIDGroupMembersDefault

func NewAddCIDGroupMembersDefault(code int) *AddCIDGroupMembersDefault

NewAddCIDGroupMembersDefault creates a AddCIDGroupMembersDefault with default headers values

func (*AddCIDGroupMembersDefault) Code

func (o *AddCIDGroupMembersDefault) Code() int

Code gets the status code for the add c ID group members default response

func (*AddCIDGroupMembersDefault) Error

func (o *AddCIDGroupMembersDefault) Error() string

func (*AddCIDGroupMembersDefault) GetPayload

type AddCIDGroupMembersForbidden

type AddCIDGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddCIDGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAddCIDGroupMembersForbidden

func NewAddCIDGroupMembersForbidden() *AddCIDGroupMembersForbidden

NewAddCIDGroupMembersForbidden creates a AddCIDGroupMembersForbidden with default headers values

func (*AddCIDGroupMembersForbidden) Error

func (*AddCIDGroupMembersForbidden) GetPayload

type AddCIDGroupMembersMultiStatus

type AddCIDGroupMembersMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
AddCIDGroupMembersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewAddCIDGroupMembersMultiStatus

func NewAddCIDGroupMembersMultiStatus() *AddCIDGroupMembersMultiStatus

NewAddCIDGroupMembersMultiStatus creates a AddCIDGroupMembersMultiStatus with default headers values

func (*AddCIDGroupMembersMultiStatus) Error

func (*AddCIDGroupMembersMultiStatus) GetPayload

type AddCIDGroupMembersOK

type AddCIDGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
AddCIDGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewAddCIDGroupMembersOK

func NewAddCIDGroupMembersOK() *AddCIDGroupMembersOK

NewAddCIDGroupMembersOK creates a AddCIDGroupMembersOK with default headers values

func (*AddCIDGroupMembersOK) Error

func (o *AddCIDGroupMembersOK) Error() string

func (*AddCIDGroupMembersOK) GetPayload

type AddCIDGroupMembersParams

type AddCIDGroupMembersParams struct {

	// Body.
	Body *models.DomainCIDGroupMembersRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddCIDGroupMembersParams contains all the parameters to send to the API endpoint

for the add c ID group members operation.

Typically these are written to a http.Request.

func NewAddCIDGroupMembersParams

func NewAddCIDGroupMembersParams() *AddCIDGroupMembersParams

NewAddCIDGroupMembersParams creates a new AddCIDGroupMembersParams 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 NewAddCIDGroupMembersParamsWithContext

func NewAddCIDGroupMembersParamsWithContext(ctx context.Context) *AddCIDGroupMembersParams

NewAddCIDGroupMembersParamsWithContext creates a new AddCIDGroupMembersParams object with the ability to set a context for a request.

func NewAddCIDGroupMembersParamsWithHTTPClient

func NewAddCIDGroupMembersParamsWithHTTPClient(client *http.Client) *AddCIDGroupMembersParams

NewAddCIDGroupMembersParamsWithHTTPClient creates a new AddCIDGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewAddCIDGroupMembersParamsWithTimeout

func NewAddCIDGroupMembersParamsWithTimeout(timeout time.Duration) *AddCIDGroupMembersParams

NewAddCIDGroupMembersParamsWithTimeout creates a new AddCIDGroupMembersParams object with the ability to set a timeout on a request.

func (*AddCIDGroupMembersParams) SetBody

SetBody adds the body to the add c ID group members params

func (*AddCIDGroupMembersParams) SetContext

func (o *AddCIDGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the add c ID group members params

func (*AddCIDGroupMembersParams) SetDefaults

func (o *AddCIDGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the add c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*AddCIDGroupMembersParams) SetHTTPClient

func (o *AddCIDGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add c ID group members params

func (*AddCIDGroupMembersParams) SetTimeout

func (o *AddCIDGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add c ID group members params

func (*AddCIDGroupMembersParams) WithBody

WithBody adds the body to the add c ID group members params

func (*AddCIDGroupMembersParams) WithContext

WithContext adds the context to the add c ID group members params

func (*AddCIDGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the add c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*AddCIDGroupMembersParams) WithHTTPClient

func (o *AddCIDGroupMembersParams) WithHTTPClient(client *http.Client) *AddCIDGroupMembersParams

WithHTTPClient adds the HTTPClient to the add c ID group members params

func (*AddCIDGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the add c ID group members params

func (*AddCIDGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddCIDGroupMembersReader

type AddCIDGroupMembersReader struct {
	// contains filtered or unexported fields
}

AddCIDGroupMembersReader is a Reader for the AddCIDGroupMembers structure.

func (*AddCIDGroupMembersReader) ReadResponse

func (o *AddCIDGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddCIDGroupMembersTooManyRequests

type AddCIDGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
AddCIDGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAddCIDGroupMembersTooManyRequests

func NewAddCIDGroupMembersTooManyRequests() *AddCIDGroupMembersTooManyRequests

NewAddCIDGroupMembersTooManyRequests creates a AddCIDGroupMembersTooManyRequests with default headers values

func (*AddCIDGroupMembersTooManyRequests) Error

func (*AddCIDGroupMembersTooManyRequests) GetPayload

type AddRoleBadRequest

type AddRoleBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddRoleBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAddRoleBadRequest

func NewAddRoleBadRequest() *AddRoleBadRequest

NewAddRoleBadRequest creates a AddRoleBadRequest with default headers values

func (*AddRoleBadRequest) Error

func (o *AddRoleBadRequest) Error() string

func (*AddRoleBadRequest) GetPayload

func (o *AddRoleBadRequest) GetPayload() *models.MsaErrorsOnly

type AddRoleDefault

type AddRoleDefault struct {
	Payload *models.DomainMSSPRoleResponseV1
	// contains filtered or unexported fields
}
AddRoleDefault describes a response with status code -1, with default header values.

OK

func NewAddRoleDefault

func NewAddRoleDefault(code int) *AddRoleDefault

NewAddRoleDefault creates a AddRoleDefault with default headers values

func (*AddRoleDefault) Code

func (o *AddRoleDefault) Code() int

Code gets the status code for the add role default response

func (*AddRoleDefault) Error

func (o *AddRoleDefault) Error() string

func (*AddRoleDefault) GetPayload

type AddRoleForbidden

type AddRoleForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddRoleForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAddRoleForbidden

func NewAddRoleForbidden() *AddRoleForbidden

NewAddRoleForbidden creates a AddRoleForbidden with default headers values

func (*AddRoleForbidden) Error

func (o *AddRoleForbidden) Error() string

func (*AddRoleForbidden) GetPayload

func (o *AddRoleForbidden) GetPayload() *models.MsaErrorsOnly

type AddRoleMultiStatus

type AddRoleMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
AddRoleMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewAddRoleMultiStatus

func NewAddRoleMultiStatus() *AddRoleMultiStatus

NewAddRoleMultiStatus creates a AddRoleMultiStatus with default headers values

func (*AddRoleMultiStatus) Error

func (o *AddRoleMultiStatus) Error() string

func (*AddRoleMultiStatus) GetPayload

type AddRoleOK

type AddRoleOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
AddRoleOK describes a response with status code 200, with default header values.

OK

func NewAddRoleOK

func NewAddRoleOK() *AddRoleOK

NewAddRoleOK creates a AddRoleOK with default headers values

func (*AddRoleOK) Error

func (o *AddRoleOK) Error() string

func (*AddRoleOK) GetPayload

func (o *AddRoleOK) GetPayload() *models.DomainMSSPRoleResponseV1

type AddRoleParams

type AddRoleParams struct {

	// Body.
	Body *models.DomainMSSPRoleRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddRoleParams contains all the parameters to send to the API endpoint

for the add role operation.

Typically these are written to a http.Request.

func NewAddRoleParams

func NewAddRoleParams() *AddRoleParams

NewAddRoleParams creates a new AddRoleParams 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 NewAddRoleParamsWithContext

func NewAddRoleParamsWithContext(ctx context.Context) *AddRoleParams

NewAddRoleParamsWithContext creates a new AddRoleParams object with the ability to set a context for a request.

func NewAddRoleParamsWithHTTPClient

func NewAddRoleParamsWithHTTPClient(client *http.Client) *AddRoleParams

NewAddRoleParamsWithHTTPClient creates a new AddRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAddRoleParamsWithTimeout

func NewAddRoleParamsWithTimeout(timeout time.Duration) *AddRoleParams

NewAddRoleParamsWithTimeout creates a new AddRoleParams object with the ability to set a timeout on a request.

func (*AddRoleParams) SetBody

func (o *AddRoleParams) SetBody(body *models.DomainMSSPRoleRequestV1)

SetBody adds the body to the add role params

func (*AddRoleParams) SetContext

func (o *AddRoleParams) SetContext(ctx context.Context)

SetContext adds the context to the add role params

func (*AddRoleParams) SetDefaults

func (o *AddRoleParams) SetDefaults()

SetDefaults hydrates default values in the add role params (not the query body).

All values with no default are reset to their zero value.

func (*AddRoleParams) SetHTTPClient

func (o *AddRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add role params

func (*AddRoleParams) SetTimeout

func (o *AddRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add role params

func (*AddRoleParams) WithBody

WithBody adds the body to the add role params

func (*AddRoleParams) WithContext

func (o *AddRoleParams) WithContext(ctx context.Context) *AddRoleParams

WithContext adds the context to the add role params

func (*AddRoleParams) WithDefaults

func (o *AddRoleParams) WithDefaults() *AddRoleParams

WithDefaults hydrates default values in the add role params (not the query body).

All values with no default are reset to their zero value.

func (*AddRoleParams) WithHTTPClient

func (o *AddRoleParams) WithHTTPClient(client *http.Client) *AddRoleParams

WithHTTPClient adds the HTTPClient to the add role params

func (*AddRoleParams) WithTimeout

func (o *AddRoleParams) WithTimeout(timeout time.Duration) *AddRoleParams

WithTimeout adds the timeout to the add role params

func (*AddRoleParams) WriteToRequest

func (o *AddRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddRoleReader

type AddRoleReader struct {
	// contains filtered or unexported fields
}

AddRoleReader is a Reader for the AddRole structure.

func (*AddRoleReader) ReadResponse

func (o *AddRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddRoleTooManyRequests

type AddRoleTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
AddRoleTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAddRoleTooManyRequests

func NewAddRoleTooManyRequests() *AddRoleTooManyRequests

NewAddRoleTooManyRequests creates a AddRoleTooManyRequests with default headers values

func (*AddRoleTooManyRequests) Error

func (o *AddRoleTooManyRequests) Error() string

func (*AddRoleTooManyRequests) GetPayload

type AddUserGroupMembersBadRequest

type AddUserGroupMembersBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddUserGroupMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAddUserGroupMembersBadRequest

func NewAddUserGroupMembersBadRequest() *AddUserGroupMembersBadRequest

NewAddUserGroupMembersBadRequest creates a AddUserGroupMembersBadRequest with default headers values

func (*AddUserGroupMembersBadRequest) Error

func (*AddUserGroupMembersBadRequest) GetPayload

type AddUserGroupMembersDefault

type AddUserGroupMembersDefault struct {
	Payload *models.DomainUserGroupMembersResponseV1
	// contains filtered or unexported fields
}
AddUserGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewAddUserGroupMembersDefault

func NewAddUserGroupMembersDefault(code int) *AddUserGroupMembersDefault

NewAddUserGroupMembersDefault creates a AddUserGroupMembersDefault with default headers values

func (*AddUserGroupMembersDefault) Code

func (o *AddUserGroupMembersDefault) Code() int

Code gets the status code for the add user group members default response

func (*AddUserGroupMembersDefault) Error

func (*AddUserGroupMembersDefault) GetPayload

type AddUserGroupMembersForbidden

type AddUserGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
AddUserGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAddUserGroupMembersForbidden

func NewAddUserGroupMembersForbidden() *AddUserGroupMembersForbidden

NewAddUserGroupMembersForbidden creates a AddUserGroupMembersForbidden with default headers values

func (*AddUserGroupMembersForbidden) Error

func (*AddUserGroupMembersForbidden) GetPayload

type AddUserGroupMembersMultiStatus

type AddUserGroupMembersMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
AddUserGroupMembersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewAddUserGroupMembersMultiStatus

func NewAddUserGroupMembersMultiStatus() *AddUserGroupMembersMultiStatus

NewAddUserGroupMembersMultiStatus creates a AddUserGroupMembersMultiStatus with default headers values

func (*AddUserGroupMembersMultiStatus) Error

func (*AddUserGroupMembersMultiStatus) GetPayload

type AddUserGroupMembersOK

type AddUserGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
AddUserGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewAddUserGroupMembersOK

func NewAddUserGroupMembersOK() *AddUserGroupMembersOK

NewAddUserGroupMembersOK creates a AddUserGroupMembersOK with default headers values

func (*AddUserGroupMembersOK) Error

func (o *AddUserGroupMembersOK) Error() string

func (*AddUserGroupMembersOK) GetPayload

type AddUserGroupMembersParams

type AddUserGroupMembersParams struct {

	// Body.
	Body *models.DomainUserGroupMembersRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddUserGroupMembersParams contains all the parameters to send to the API endpoint

for the add user group members operation.

Typically these are written to a http.Request.

func NewAddUserGroupMembersParams

func NewAddUserGroupMembersParams() *AddUserGroupMembersParams

NewAddUserGroupMembersParams creates a new AddUserGroupMembersParams 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 NewAddUserGroupMembersParamsWithContext

func NewAddUserGroupMembersParamsWithContext(ctx context.Context) *AddUserGroupMembersParams

NewAddUserGroupMembersParamsWithContext creates a new AddUserGroupMembersParams object with the ability to set a context for a request.

func NewAddUserGroupMembersParamsWithHTTPClient

func NewAddUserGroupMembersParamsWithHTTPClient(client *http.Client) *AddUserGroupMembersParams

NewAddUserGroupMembersParamsWithHTTPClient creates a new AddUserGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserGroupMembersParamsWithTimeout

func NewAddUserGroupMembersParamsWithTimeout(timeout time.Duration) *AddUserGroupMembersParams

NewAddUserGroupMembersParamsWithTimeout creates a new AddUserGroupMembersParams object with the ability to set a timeout on a request.

func (*AddUserGroupMembersParams) SetBody

SetBody adds the body to the add user group members params

func (*AddUserGroupMembersParams) SetContext

func (o *AddUserGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the add user group members params

func (*AddUserGroupMembersParams) SetDefaults

func (o *AddUserGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the add user group members params (not the query body).

All values with no default are reset to their zero value.

func (*AddUserGroupMembersParams) SetHTTPClient

func (o *AddUserGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add user group members params

func (*AddUserGroupMembersParams) SetTimeout

func (o *AddUserGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add user group members params

func (*AddUserGroupMembersParams) WithBody

WithBody adds the body to the add user group members params

func (*AddUserGroupMembersParams) WithContext

WithContext adds the context to the add user group members params

func (*AddUserGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the add user group members params (not the query body).

All values with no default are reset to their zero value.

func (*AddUserGroupMembersParams) WithHTTPClient

func (o *AddUserGroupMembersParams) WithHTTPClient(client *http.Client) *AddUserGroupMembersParams

WithHTTPClient adds the HTTPClient to the add user group members params

func (*AddUserGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the add user group members params

func (*AddUserGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddUserGroupMembersReader

type AddUserGroupMembersReader struct {
	// contains filtered or unexported fields
}

AddUserGroupMembersReader is a Reader for the AddUserGroupMembers structure.

func (*AddUserGroupMembersReader) ReadResponse

func (o *AddUserGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddUserGroupMembersTooManyRequests

type AddUserGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
AddUserGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAddUserGroupMembersTooManyRequests

func NewAddUserGroupMembersTooManyRequests() *AddUserGroupMembersTooManyRequests

NewAddUserGroupMembersTooManyRequests creates a AddUserGroupMembersTooManyRequests with default headers values

func (*AddUserGroupMembersTooManyRequests) Error

func (*AddUserGroupMembersTooManyRequests) GetPayload

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for mssp API

func (*Client) AddCIDGroupMembers

AddCIDGroupMembers adds new c ID group member

func (*Client) AddRole

func (a *Client) AddRole(params *AddRoleParams, opts ...ClientOption) (*AddRoleOK, *AddRoleMultiStatus, error)

AddRole assigns new m s s p role s between user group and c ID group it does not revoke existing role s between user group and c ID group user group ID and c ID group ID have to be specified in request

func (*Client) AddUserGroupMembers

AddUserGroupMembers adds new user group member maximum 500 members allowed per user group

func (*Client) CreateCIDGroups

CreateCIDGroups creates new c ID group s maximum 500 c ID group s allowed

func (*Client) CreateUserGroups

CreateUserGroups creates new user group s maximum 500 user group s allowed per customer

func (*Client) DeleteCIDGroupMembers

DeleteCIDGroupMembers deletes c ID group members entry

func (*Client) DeleteCIDGroups

DeleteCIDGroups deletes c ID group s by ID s

func (*Client) DeleteUserGroupMembers

DeleteUserGroupMembers deletes user group members entry

func (*Client) DeleteUserGroups

DeleteUserGroups deletes user group s by ID s

func (*Client) DeletedRoles

func (a *Client) DeletedRoles(params *DeletedRolesParams, opts ...ClientOption) (*DeletedRolesOK, *DeletedRolesMultiStatus, error)

DeletedRoles deletes m s s p role assignment s between user group and c ID group user group ID and c ID group ID have to be specified in request only specified roles are removed if specified in request payload else association between user group and c ID group is dissolved completely if no roles specified

func (*Client) GetCIDGroupByID

GetCIDGroupByID gets c ID group s by ID s

func (*Client) GetCIDGroupMembersBy

GetCIDGroupMembersBy gets c ID group members by c ID group i ds

func (*Client) GetChildren

func (a *Client) GetChildren(params *GetChildrenParams, opts ...ClientOption) (*GetChildrenOK, *GetChildrenMultiStatus, error)

GetChildren gets link to child customer by child c ID s

func (*Client) GetRolesByID

func (a *Client) GetRolesByID(params *GetRolesByIDParams, opts ...ClientOption) (*GetRolesByIDOK, *GetRolesByIDMultiStatus, error)

GetRolesByID gets m s s p role assignment s m s s p role assignment is of the format

func (*Client) GetUserGroupMembersByID

GetUserGroupMembersByID gets user group members by user group ID s

func (*Client) GetUserGroupsByID

GetUserGroupsByID gets user group by ID s

func (*Client) QueryCIDGroupMembers

func (a *Client) QueryCIDGroupMembers(params *QueryCIDGroupMembersParams, opts ...ClientOption) (*QueryCIDGroupMembersOK, error)

QueryCIDGroupMembers queries a c ID groups members by associated c ID

func (*Client) QueryCIDGroups

func (a *Client) QueryCIDGroups(params *QueryCIDGroupsParams, opts ...ClientOption) (*QueryCIDGroupsOK, error)

QueryCIDGroups queries c ID groups

func (*Client) QueryChildren

func (a *Client) QueryChildren(params *QueryChildrenParams, opts ...ClientOption) (*QueryChildrenOK, error)

QueryChildren queries for customers linked as children

func (*Client) QueryRoles

func (a *Client) QueryRoles(params *QueryRolesParams, opts ...ClientOption) (*QueryRolesOK, error)

QueryRoles queries m s s p role assignment at least one of c ID group ID or user group ID should also be provided role ID is optional

func (*Client) QueryUserGroupMembers

func (a *Client) QueryUserGroupMembers(params *QueryUserGroupMembersParams, opts ...ClientOption) (*QueryUserGroupMembersOK, error)

QueryUserGroupMembers queries user group member by user UUID

func (*Client) QueryUserGroups

func (a *Client) QueryUserGroups(params *QueryUserGroupsParams, opts ...ClientOption) (*QueryUserGroupsOK, error)

QueryUserGroups queries user groups

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateCIDGroups

UpdateCIDGroups updates existing c ID group s c ID group ID is expected for each c ID group definition provided in request body c ID group member s remain unaffected

func (*Client) UpdateUserGroups

UpdateUserGroups updates existing user group s user group ID is expected for each user group definition provided in request body user group member s remain unaffected

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddCIDGroupMembers(params *AddCIDGroupMembersParams, opts ...ClientOption) (*AddCIDGroupMembersOK, *AddCIDGroupMembersMultiStatus, error)

	AddRole(params *AddRoleParams, opts ...ClientOption) (*AddRoleOK, *AddRoleMultiStatus, error)

	AddUserGroupMembers(params *AddUserGroupMembersParams, opts ...ClientOption) (*AddUserGroupMembersOK, *AddUserGroupMembersMultiStatus, error)

	CreateCIDGroups(params *CreateCIDGroupsParams, opts ...ClientOption) (*CreateCIDGroupsOK, *CreateCIDGroupsMultiStatus, error)

	CreateUserGroups(params *CreateUserGroupsParams, opts ...ClientOption) (*CreateUserGroupsOK, *CreateUserGroupsMultiStatus, error)

	DeleteCIDGroupMembers(params *DeleteCIDGroupMembersParams, opts ...ClientOption) (*DeleteCIDGroupMembersOK, *DeleteCIDGroupMembersMultiStatus, error)

	DeleteCIDGroups(params *DeleteCIDGroupsParams, opts ...ClientOption) (*DeleteCIDGroupsOK, *DeleteCIDGroupsMultiStatus, error)

	DeleteUserGroupMembers(params *DeleteUserGroupMembersParams, opts ...ClientOption) (*DeleteUserGroupMembersOK, *DeleteUserGroupMembersMultiStatus, error)

	DeleteUserGroups(params *DeleteUserGroupsParams, opts ...ClientOption) (*DeleteUserGroupsOK, *DeleteUserGroupsMultiStatus, error)

	DeletedRoles(params *DeletedRolesParams, opts ...ClientOption) (*DeletedRolesOK, *DeletedRolesMultiStatus, error)

	GetCIDGroupByID(params *GetCIDGroupByIDParams, opts ...ClientOption) (*GetCIDGroupByIDOK, *GetCIDGroupByIDMultiStatus, error)

	GetCIDGroupMembersBy(params *GetCIDGroupMembersByParams, opts ...ClientOption) (*GetCIDGroupMembersByOK, *GetCIDGroupMembersByMultiStatus, error)

	GetChildren(params *GetChildrenParams, opts ...ClientOption) (*GetChildrenOK, *GetChildrenMultiStatus, error)

	GetRolesByID(params *GetRolesByIDParams, opts ...ClientOption) (*GetRolesByIDOK, *GetRolesByIDMultiStatus, error)

	GetUserGroupMembersByID(params *GetUserGroupMembersByIDParams, opts ...ClientOption) (*GetUserGroupMembersByIDOK, *GetUserGroupMembersByIDMultiStatus, error)

	GetUserGroupsByID(params *GetUserGroupsByIDParams, opts ...ClientOption) (*GetUserGroupsByIDOK, *GetUserGroupsByIDMultiStatus, error)

	QueryCIDGroupMembers(params *QueryCIDGroupMembersParams, opts ...ClientOption) (*QueryCIDGroupMembersOK, error)

	QueryCIDGroups(params *QueryCIDGroupsParams, opts ...ClientOption) (*QueryCIDGroupsOK, error)

	QueryChildren(params *QueryChildrenParams, opts ...ClientOption) (*QueryChildrenOK, error)

	QueryRoles(params *QueryRolesParams, opts ...ClientOption) (*QueryRolesOK, error)

	QueryUserGroupMembers(params *QueryUserGroupMembersParams, opts ...ClientOption) (*QueryUserGroupMembersOK, error)

	QueryUserGroups(params *QueryUserGroupsParams, opts ...ClientOption) (*QueryUserGroupsOK, error)

	UpdateCIDGroups(params *UpdateCIDGroupsParams, opts ...ClientOption) (*UpdateCIDGroupsOK, *UpdateCIDGroupsMultiStatus, error)

	UpdateUserGroups(params *UpdateUserGroupsParams, opts ...ClientOption) (*UpdateUserGroupsOK, *UpdateUserGroupsMultiStatus, 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 mssp API client.

type CreateCIDGroupsBadRequest

type CreateCIDGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
CreateCIDGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateCIDGroupsBadRequest

func NewCreateCIDGroupsBadRequest() *CreateCIDGroupsBadRequest

NewCreateCIDGroupsBadRequest creates a CreateCIDGroupsBadRequest with default headers values

func (*CreateCIDGroupsBadRequest) Error

func (o *CreateCIDGroupsBadRequest) Error() string

func (*CreateCIDGroupsBadRequest) GetPayload

type CreateCIDGroupsDefault

type CreateCIDGroupsDefault struct {
	Payload *models.DomainCIDGroupsResponseV1
	// contains filtered or unexported fields
}
CreateCIDGroupsDefault describes a response with status code -1, with default header values.

OK

func NewCreateCIDGroupsDefault

func NewCreateCIDGroupsDefault(code int) *CreateCIDGroupsDefault

NewCreateCIDGroupsDefault creates a CreateCIDGroupsDefault with default headers values

func (*CreateCIDGroupsDefault) Code

func (o *CreateCIDGroupsDefault) Code() int

Code gets the status code for the create c ID groups default response

func (*CreateCIDGroupsDefault) Error

func (o *CreateCIDGroupsDefault) Error() string

func (*CreateCIDGroupsDefault) GetPayload

type CreateCIDGroupsForbidden

type CreateCIDGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
CreateCIDGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateCIDGroupsForbidden

func NewCreateCIDGroupsForbidden() *CreateCIDGroupsForbidden

NewCreateCIDGroupsForbidden creates a CreateCIDGroupsForbidden with default headers values

func (*CreateCIDGroupsForbidden) Error

func (o *CreateCIDGroupsForbidden) Error() string

func (*CreateCIDGroupsForbidden) GetPayload

type CreateCIDGroupsMultiStatus

type CreateCIDGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
CreateCIDGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateCIDGroupsMultiStatus

func NewCreateCIDGroupsMultiStatus() *CreateCIDGroupsMultiStatus

NewCreateCIDGroupsMultiStatus creates a CreateCIDGroupsMultiStatus with default headers values

func (*CreateCIDGroupsMultiStatus) Error

func (*CreateCIDGroupsMultiStatus) GetPayload

type CreateCIDGroupsOK

type CreateCIDGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
CreateCIDGroupsOK describes a response with status code 200, with default header values.

OK

func NewCreateCIDGroupsOK

func NewCreateCIDGroupsOK() *CreateCIDGroupsOK

NewCreateCIDGroupsOK creates a CreateCIDGroupsOK with default headers values

func (*CreateCIDGroupsOK) Error

func (o *CreateCIDGroupsOK) Error() string

func (*CreateCIDGroupsOK) GetPayload

type CreateCIDGroupsParams

type CreateCIDGroupsParams struct {

	// Body.
	Body *models.DomainCIDGroupsRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateCIDGroupsParams contains all the parameters to send to the API endpoint

for the create c ID groups operation.

Typically these are written to a http.Request.

func NewCreateCIDGroupsParams

func NewCreateCIDGroupsParams() *CreateCIDGroupsParams

NewCreateCIDGroupsParams creates a new CreateCIDGroupsParams 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 NewCreateCIDGroupsParamsWithContext

func NewCreateCIDGroupsParamsWithContext(ctx context.Context) *CreateCIDGroupsParams

NewCreateCIDGroupsParamsWithContext creates a new CreateCIDGroupsParams object with the ability to set a context for a request.

func NewCreateCIDGroupsParamsWithHTTPClient

func NewCreateCIDGroupsParamsWithHTTPClient(client *http.Client) *CreateCIDGroupsParams

NewCreateCIDGroupsParamsWithHTTPClient creates a new CreateCIDGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCIDGroupsParamsWithTimeout

func NewCreateCIDGroupsParamsWithTimeout(timeout time.Duration) *CreateCIDGroupsParams

NewCreateCIDGroupsParamsWithTimeout creates a new CreateCIDGroupsParams object with the ability to set a timeout on a request.

func (*CreateCIDGroupsParams) SetBody

SetBody adds the body to the create c ID groups params

func (*CreateCIDGroupsParams) SetContext

func (o *CreateCIDGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the create c ID groups params

func (*CreateCIDGroupsParams) SetDefaults

func (o *CreateCIDGroupsParams) SetDefaults()

SetDefaults hydrates default values in the create c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCIDGroupsParams) SetHTTPClient

func (o *CreateCIDGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create c ID groups params

func (*CreateCIDGroupsParams) SetTimeout

func (o *CreateCIDGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create c ID groups params

func (*CreateCIDGroupsParams) WithBody

WithBody adds the body to the create c ID groups params

func (*CreateCIDGroupsParams) WithContext

WithContext adds the context to the create c ID groups params

func (*CreateCIDGroupsParams) WithDefaults

func (o *CreateCIDGroupsParams) WithDefaults() *CreateCIDGroupsParams

WithDefaults hydrates default values in the create c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCIDGroupsParams) WithHTTPClient

func (o *CreateCIDGroupsParams) WithHTTPClient(client *http.Client) *CreateCIDGroupsParams

WithHTTPClient adds the HTTPClient to the create c ID groups params

func (*CreateCIDGroupsParams) WithTimeout

func (o *CreateCIDGroupsParams) WithTimeout(timeout time.Duration) *CreateCIDGroupsParams

WithTimeout adds the timeout to the create c ID groups params

func (*CreateCIDGroupsParams) WriteToRequest

func (o *CreateCIDGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateCIDGroupsReader

type CreateCIDGroupsReader struct {
	// contains filtered or unexported fields
}

CreateCIDGroupsReader is a Reader for the CreateCIDGroups structure.

func (*CreateCIDGroupsReader) ReadResponse

func (o *CreateCIDGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateCIDGroupsTooManyRequests

type CreateCIDGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
CreateCIDGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateCIDGroupsTooManyRequests

func NewCreateCIDGroupsTooManyRequests() *CreateCIDGroupsTooManyRequests

NewCreateCIDGroupsTooManyRequests creates a CreateCIDGroupsTooManyRequests with default headers values

func (*CreateCIDGroupsTooManyRequests) Error

func (*CreateCIDGroupsTooManyRequests) GetPayload

type CreateUserGroupsBadRequest

type CreateUserGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
CreateUserGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateUserGroupsBadRequest

func NewCreateUserGroupsBadRequest() *CreateUserGroupsBadRequest

NewCreateUserGroupsBadRequest creates a CreateUserGroupsBadRequest with default headers values

func (*CreateUserGroupsBadRequest) Error

func (*CreateUserGroupsBadRequest) GetPayload

type CreateUserGroupsDefault

type CreateUserGroupsDefault struct {
	Payload *models.DomainUserGroupsResponseV1
	// contains filtered or unexported fields
}
CreateUserGroupsDefault describes a response with status code -1, with default header values.

OK

func NewCreateUserGroupsDefault

func NewCreateUserGroupsDefault(code int) *CreateUserGroupsDefault

NewCreateUserGroupsDefault creates a CreateUserGroupsDefault with default headers values

func (*CreateUserGroupsDefault) Code

func (o *CreateUserGroupsDefault) Code() int

Code gets the status code for the create user groups default response

func (*CreateUserGroupsDefault) Error

func (o *CreateUserGroupsDefault) Error() string

func (*CreateUserGroupsDefault) GetPayload

type CreateUserGroupsForbidden

type CreateUserGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
CreateUserGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateUserGroupsForbidden

func NewCreateUserGroupsForbidden() *CreateUserGroupsForbidden

NewCreateUserGroupsForbidden creates a CreateUserGroupsForbidden with default headers values

func (*CreateUserGroupsForbidden) Error

func (o *CreateUserGroupsForbidden) Error() string

func (*CreateUserGroupsForbidden) GetPayload

type CreateUserGroupsMultiStatus

type CreateUserGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
CreateUserGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateUserGroupsMultiStatus

func NewCreateUserGroupsMultiStatus() *CreateUserGroupsMultiStatus

NewCreateUserGroupsMultiStatus creates a CreateUserGroupsMultiStatus with default headers values

func (*CreateUserGroupsMultiStatus) Error

func (*CreateUserGroupsMultiStatus) GetPayload

type CreateUserGroupsOK

type CreateUserGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
CreateUserGroupsOK describes a response with status code 200, with default header values.

OK

func NewCreateUserGroupsOK

func NewCreateUserGroupsOK() *CreateUserGroupsOK

NewCreateUserGroupsOK creates a CreateUserGroupsOK with default headers values

func (*CreateUserGroupsOK) Error

func (o *CreateUserGroupsOK) Error() string

func (*CreateUserGroupsOK) GetPayload

type CreateUserGroupsParams

type CreateUserGroupsParams struct {

	// Body.
	Body *models.DomainUserGroupsRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateUserGroupsParams contains all the parameters to send to the API endpoint

for the create user groups operation.

Typically these are written to a http.Request.

func NewCreateUserGroupsParams

func NewCreateUserGroupsParams() *CreateUserGroupsParams

NewCreateUserGroupsParams creates a new CreateUserGroupsParams 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 NewCreateUserGroupsParamsWithContext

func NewCreateUserGroupsParamsWithContext(ctx context.Context) *CreateUserGroupsParams

NewCreateUserGroupsParamsWithContext creates a new CreateUserGroupsParams object with the ability to set a context for a request.

func NewCreateUserGroupsParamsWithHTTPClient

func NewCreateUserGroupsParamsWithHTTPClient(client *http.Client) *CreateUserGroupsParams

NewCreateUserGroupsParamsWithHTTPClient creates a new CreateUserGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUserGroupsParamsWithTimeout

func NewCreateUserGroupsParamsWithTimeout(timeout time.Duration) *CreateUserGroupsParams

NewCreateUserGroupsParamsWithTimeout creates a new CreateUserGroupsParams object with the ability to set a timeout on a request.

func (*CreateUserGroupsParams) SetBody

SetBody adds the body to the create user groups params

func (*CreateUserGroupsParams) SetContext

func (o *CreateUserGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the create user groups params

func (*CreateUserGroupsParams) SetDefaults

func (o *CreateUserGroupsParams) SetDefaults()

SetDefaults hydrates default values in the create user groups params (not the query body).

All values with no default are reset to their zero value.

func (*CreateUserGroupsParams) SetHTTPClient

func (o *CreateUserGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create user groups params

func (*CreateUserGroupsParams) SetTimeout

func (o *CreateUserGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create user groups params

func (*CreateUserGroupsParams) WithBody

WithBody adds the body to the create user groups params

func (*CreateUserGroupsParams) WithContext

WithContext adds the context to the create user groups params

func (*CreateUserGroupsParams) WithDefaults

WithDefaults hydrates default values in the create user groups params (not the query body).

All values with no default are reset to their zero value.

func (*CreateUserGroupsParams) WithHTTPClient

func (o *CreateUserGroupsParams) WithHTTPClient(client *http.Client) *CreateUserGroupsParams

WithHTTPClient adds the HTTPClient to the create user groups params

func (*CreateUserGroupsParams) WithTimeout

WithTimeout adds the timeout to the create user groups params

func (*CreateUserGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUserGroupsReader

type CreateUserGroupsReader struct {
	// contains filtered or unexported fields
}

CreateUserGroupsReader is a Reader for the CreateUserGroups structure.

func (*CreateUserGroupsReader) ReadResponse

func (o *CreateUserGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateUserGroupsTooManyRequests

type CreateUserGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
CreateUserGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateUserGroupsTooManyRequests

func NewCreateUserGroupsTooManyRequests() *CreateUserGroupsTooManyRequests

NewCreateUserGroupsTooManyRequests creates a CreateUserGroupsTooManyRequests with default headers values

func (*CreateUserGroupsTooManyRequests) Error

func (*CreateUserGroupsTooManyRequests) GetPayload

type DeleteCIDGroupMembersBadRequest

type DeleteCIDGroupMembersBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteCIDGroupMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteCIDGroupMembersBadRequest

func NewDeleteCIDGroupMembersBadRequest() *DeleteCIDGroupMembersBadRequest

NewDeleteCIDGroupMembersBadRequest creates a DeleteCIDGroupMembersBadRequest with default headers values

func (*DeleteCIDGroupMembersBadRequest) Error

func (*DeleteCIDGroupMembersBadRequest) GetPayload

type DeleteCIDGroupMembersDefault

type DeleteCIDGroupMembersDefault struct {
	Payload *models.DomainCIDGroupMembersResponseV1
	// contains filtered or unexported fields
}
DeleteCIDGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewDeleteCIDGroupMembersDefault

func NewDeleteCIDGroupMembersDefault(code int) *DeleteCIDGroupMembersDefault

NewDeleteCIDGroupMembersDefault creates a DeleteCIDGroupMembersDefault with default headers values

func (*DeleteCIDGroupMembersDefault) Code

Code gets the status code for the delete c ID group members default response

func (*DeleteCIDGroupMembersDefault) Error

func (*DeleteCIDGroupMembersDefault) GetPayload

type DeleteCIDGroupMembersForbidden

type DeleteCIDGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteCIDGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteCIDGroupMembersForbidden

func NewDeleteCIDGroupMembersForbidden() *DeleteCIDGroupMembersForbidden

NewDeleteCIDGroupMembersForbidden creates a DeleteCIDGroupMembersForbidden with default headers values

func (*DeleteCIDGroupMembersForbidden) Error

func (*DeleteCIDGroupMembersForbidden) GetPayload

type DeleteCIDGroupMembersMultiStatus

type DeleteCIDGroupMembersMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
DeleteCIDGroupMembersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteCIDGroupMembersMultiStatus

func NewDeleteCIDGroupMembersMultiStatus() *DeleteCIDGroupMembersMultiStatus

NewDeleteCIDGroupMembersMultiStatus creates a DeleteCIDGroupMembersMultiStatus with default headers values

func (*DeleteCIDGroupMembersMultiStatus) Error

func (*DeleteCIDGroupMembersMultiStatus) GetPayload

type DeleteCIDGroupMembersOK

type DeleteCIDGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
DeleteCIDGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewDeleteCIDGroupMembersOK

func NewDeleteCIDGroupMembersOK() *DeleteCIDGroupMembersOK

NewDeleteCIDGroupMembersOK creates a DeleteCIDGroupMembersOK with default headers values

func (*DeleteCIDGroupMembersOK) Error

func (o *DeleteCIDGroupMembersOK) Error() string

func (*DeleteCIDGroupMembersOK) GetPayload

type DeleteCIDGroupMembersParams

type DeleteCIDGroupMembersParams struct {

	// Body.
	Body *models.DomainCIDGroupMembersRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCIDGroupMembersParams contains all the parameters to send to the API endpoint

for the delete c ID group members operation.

Typically these are written to a http.Request.

func NewDeleteCIDGroupMembersParams

func NewDeleteCIDGroupMembersParams() *DeleteCIDGroupMembersParams

NewDeleteCIDGroupMembersParams creates a new DeleteCIDGroupMembersParams 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 NewDeleteCIDGroupMembersParamsWithContext

func NewDeleteCIDGroupMembersParamsWithContext(ctx context.Context) *DeleteCIDGroupMembersParams

NewDeleteCIDGroupMembersParamsWithContext creates a new DeleteCIDGroupMembersParams object with the ability to set a context for a request.

func NewDeleteCIDGroupMembersParamsWithHTTPClient

func NewDeleteCIDGroupMembersParamsWithHTTPClient(client *http.Client) *DeleteCIDGroupMembersParams

NewDeleteCIDGroupMembersParamsWithHTTPClient creates a new DeleteCIDGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCIDGroupMembersParamsWithTimeout

func NewDeleteCIDGroupMembersParamsWithTimeout(timeout time.Duration) *DeleteCIDGroupMembersParams

NewDeleteCIDGroupMembersParamsWithTimeout creates a new DeleteCIDGroupMembersParams object with the ability to set a timeout on a request.

func (*DeleteCIDGroupMembersParams) SetBody

SetBody adds the body to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) SetContext

func (o *DeleteCIDGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) SetDefaults

func (o *DeleteCIDGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the delete c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCIDGroupMembersParams) SetHTTPClient

func (o *DeleteCIDGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) SetTimeout

func (o *DeleteCIDGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) WithBody

WithBody adds the body to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) WithContext

WithContext adds the context to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the delete c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCIDGroupMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the delete c ID group members params

func (*DeleteCIDGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCIDGroupMembersReader

type DeleteCIDGroupMembersReader struct {
	// contains filtered or unexported fields
}

DeleteCIDGroupMembersReader is a Reader for the DeleteCIDGroupMembers structure.

func (*DeleteCIDGroupMembersReader) ReadResponse

func (o *DeleteCIDGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCIDGroupMembersTooManyRequests

type DeleteCIDGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
DeleteCIDGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteCIDGroupMembersTooManyRequests

func NewDeleteCIDGroupMembersTooManyRequests() *DeleteCIDGroupMembersTooManyRequests

NewDeleteCIDGroupMembersTooManyRequests creates a DeleteCIDGroupMembersTooManyRequests with default headers values

func (*DeleteCIDGroupMembersTooManyRequests) Error

func (*DeleteCIDGroupMembersTooManyRequests) GetPayload

type DeleteCIDGroupsBadRequest

type DeleteCIDGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteCIDGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteCIDGroupsBadRequest

func NewDeleteCIDGroupsBadRequest() *DeleteCIDGroupsBadRequest

NewDeleteCIDGroupsBadRequest creates a DeleteCIDGroupsBadRequest with default headers values

func (*DeleteCIDGroupsBadRequest) Error

func (o *DeleteCIDGroupsBadRequest) Error() string

func (*DeleteCIDGroupsBadRequest) GetPayload

type DeleteCIDGroupsDefault

type DeleteCIDGroupsDefault struct {
	Payload *models.MsaEntitiesResponse
	// contains filtered or unexported fields
}
DeleteCIDGroupsDefault describes a response with status code -1, with default header values.

OK

func NewDeleteCIDGroupsDefault

func NewDeleteCIDGroupsDefault(code int) *DeleteCIDGroupsDefault

NewDeleteCIDGroupsDefault creates a DeleteCIDGroupsDefault with default headers values

func (*DeleteCIDGroupsDefault) Code

func (o *DeleteCIDGroupsDefault) Code() int

Code gets the status code for the delete c ID groups default response

func (*DeleteCIDGroupsDefault) Error

func (o *DeleteCIDGroupsDefault) Error() string

func (*DeleteCIDGroupsDefault) GetPayload

type DeleteCIDGroupsForbidden

type DeleteCIDGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteCIDGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteCIDGroupsForbidden

func NewDeleteCIDGroupsForbidden() *DeleteCIDGroupsForbidden

NewDeleteCIDGroupsForbidden creates a DeleteCIDGroupsForbidden with default headers values

func (*DeleteCIDGroupsForbidden) Error

func (o *DeleteCIDGroupsForbidden) Error() string

func (*DeleteCIDGroupsForbidden) GetPayload

type DeleteCIDGroupsMultiStatus

type DeleteCIDGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}
DeleteCIDGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteCIDGroupsMultiStatus

func NewDeleteCIDGroupsMultiStatus() *DeleteCIDGroupsMultiStatus

NewDeleteCIDGroupsMultiStatus creates a DeleteCIDGroupsMultiStatus with default headers values

func (*DeleteCIDGroupsMultiStatus) Error

func (*DeleteCIDGroupsMultiStatus) GetPayload

type DeleteCIDGroupsOK

type DeleteCIDGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}
DeleteCIDGroupsOK describes a response with status code 200, with default header values.

OK

func NewDeleteCIDGroupsOK

func NewDeleteCIDGroupsOK() *DeleteCIDGroupsOK

NewDeleteCIDGroupsOK creates a DeleteCIDGroupsOK with default headers values

func (*DeleteCIDGroupsOK) Error

func (o *DeleteCIDGroupsOK) Error() string

func (*DeleteCIDGroupsOK) GetPayload

func (o *DeleteCIDGroupsOK) GetPayload() *models.MsaEntitiesResponse

type DeleteCIDGroupsParams

type DeleteCIDGroupsParams struct {

	/* CidGroupIds.

	   CID group ids to be deleted
	*/
	CidGroupIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCIDGroupsParams contains all the parameters to send to the API endpoint

for the delete c ID groups operation.

Typically these are written to a http.Request.

func NewDeleteCIDGroupsParams

func NewDeleteCIDGroupsParams() *DeleteCIDGroupsParams

NewDeleteCIDGroupsParams creates a new DeleteCIDGroupsParams 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 NewDeleteCIDGroupsParamsWithContext

func NewDeleteCIDGroupsParamsWithContext(ctx context.Context) *DeleteCIDGroupsParams

NewDeleteCIDGroupsParamsWithContext creates a new DeleteCIDGroupsParams object with the ability to set a context for a request.

func NewDeleteCIDGroupsParamsWithHTTPClient

func NewDeleteCIDGroupsParamsWithHTTPClient(client *http.Client) *DeleteCIDGroupsParams

NewDeleteCIDGroupsParamsWithHTTPClient creates a new DeleteCIDGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCIDGroupsParamsWithTimeout

func NewDeleteCIDGroupsParamsWithTimeout(timeout time.Duration) *DeleteCIDGroupsParams

NewDeleteCIDGroupsParamsWithTimeout creates a new DeleteCIDGroupsParams object with the ability to set a timeout on a request.

func (*DeleteCIDGroupsParams) SetCidGroupIds

func (o *DeleteCIDGroupsParams) SetCidGroupIds(cidGroupIds []string)

SetCidGroupIds adds the cidGroupIds to the delete c ID groups params

func (*DeleteCIDGroupsParams) SetContext

func (o *DeleteCIDGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete c ID groups params

func (*DeleteCIDGroupsParams) SetDefaults

func (o *DeleteCIDGroupsParams) SetDefaults()

SetDefaults hydrates default values in the delete c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCIDGroupsParams) SetHTTPClient

func (o *DeleteCIDGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete c ID groups params

func (*DeleteCIDGroupsParams) SetTimeout

func (o *DeleteCIDGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete c ID groups params

func (*DeleteCIDGroupsParams) WithCidGroupIds

func (o *DeleteCIDGroupsParams) WithCidGroupIds(cidGroupIds []string) *DeleteCIDGroupsParams

WithCidGroupIds adds the cidGroupIds to the delete c ID groups params

func (*DeleteCIDGroupsParams) WithContext

WithContext adds the context to the delete c ID groups params

func (*DeleteCIDGroupsParams) WithDefaults

func (o *DeleteCIDGroupsParams) WithDefaults() *DeleteCIDGroupsParams

WithDefaults hydrates default values in the delete c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCIDGroupsParams) WithHTTPClient

func (o *DeleteCIDGroupsParams) WithHTTPClient(client *http.Client) *DeleteCIDGroupsParams

WithHTTPClient adds the HTTPClient to the delete c ID groups params

func (*DeleteCIDGroupsParams) WithTimeout

func (o *DeleteCIDGroupsParams) WithTimeout(timeout time.Duration) *DeleteCIDGroupsParams

WithTimeout adds the timeout to the delete c ID groups params

func (*DeleteCIDGroupsParams) WriteToRequest

func (o *DeleteCIDGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteCIDGroupsReader

type DeleteCIDGroupsReader struct {
	// contains filtered or unexported fields
}

DeleteCIDGroupsReader is a Reader for the DeleteCIDGroups structure.

func (*DeleteCIDGroupsReader) ReadResponse

func (o *DeleteCIDGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCIDGroupsTooManyRequests

type DeleteCIDGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
DeleteCIDGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteCIDGroupsTooManyRequests

func NewDeleteCIDGroupsTooManyRequests() *DeleteCIDGroupsTooManyRequests

NewDeleteCIDGroupsTooManyRequests creates a DeleteCIDGroupsTooManyRequests with default headers values

func (*DeleteCIDGroupsTooManyRequests) Error

func (*DeleteCIDGroupsTooManyRequests) GetPayload

type DeleteUserGroupMembersBadRequest

type DeleteUserGroupMembersBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteUserGroupMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteUserGroupMembersBadRequest

func NewDeleteUserGroupMembersBadRequest() *DeleteUserGroupMembersBadRequest

NewDeleteUserGroupMembersBadRequest creates a DeleteUserGroupMembersBadRequest with default headers values

func (*DeleteUserGroupMembersBadRequest) Error

func (*DeleteUserGroupMembersBadRequest) GetPayload

type DeleteUserGroupMembersDefault

type DeleteUserGroupMembersDefault struct {
	Payload *models.DomainUserGroupMembersResponseV1
	// contains filtered or unexported fields
}
DeleteUserGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewDeleteUserGroupMembersDefault

func NewDeleteUserGroupMembersDefault(code int) *DeleteUserGroupMembersDefault

NewDeleteUserGroupMembersDefault creates a DeleteUserGroupMembersDefault with default headers values

func (*DeleteUserGroupMembersDefault) Code

Code gets the status code for the delete user group members default response

func (*DeleteUserGroupMembersDefault) Error

func (*DeleteUserGroupMembersDefault) GetPayload

type DeleteUserGroupMembersForbidden

type DeleteUserGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteUserGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteUserGroupMembersForbidden

func NewDeleteUserGroupMembersForbidden() *DeleteUserGroupMembersForbidden

NewDeleteUserGroupMembersForbidden creates a DeleteUserGroupMembersForbidden with default headers values

func (*DeleteUserGroupMembersForbidden) Error

func (*DeleteUserGroupMembersForbidden) GetPayload

type DeleteUserGroupMembersMultiStatus

type DeleteUserGroupMembersMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
DeleteUserGroupMembersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteUserGroupMembersMultiStatus

func NewDeleteUserGroupMembersMultiStatus() *DeleteUserGroupMembersMultiStatus

NewDeleteUserGroupMembersMultiStatus creates a DeleteUserGroupMembersMultiStatus with default headers values

func (*DeleteUserGroupMembersMultiStatus) Error

func (*DeleteUserGroupMembersMultiStatus) GetPayload

type DeleteUserGroupMembersOK

type DeleteUserGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
DeleteUserGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewDeleteUserGroupMembersOK

func NewDeleteUserGroupMembersOK() *DeleteUserGroupMembersOK

NewDeleteUserGroupMembersOK creates a DeleteUserGroupMembersOK with default headers values

func (*DeleteUserGroupMembersOK) Error

func (o *DeleteUserGroupMembersOK) Error() string

func (*DeleteUserGroupMembersOK) GetPayload

type DeleteUserGroupMembersParams

type DeleteUserGroupMembersParams struct {

	// Body.
	Body *models.DomainUserGroupMembersRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserGroupMembersParams contains all the parameters to send to the API endpoint

for the delete user group members operation.

Typically these are written to a http.Request.

func NewDeleteUserGroupMembersParams

func NewDeleteUserGroupMembersParams() *DeleteUserGroupMembersParams

NewDeleteUserGroupMembersParams creates a new DeleteUserGroupMembersParams 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 NewDeleteUserGroupMembersParamsWithContext

func NewDeleteUserGroupMembersParamsWithContext(ctx context.Context) *DeleteUserGroupMembersParams

NewDeleteUserGroupMembersParamsWithContext creates a new DeleteUserGroupMembersParams object with the ability to set a context for a request.

func NewDeleteUserGroupMembersParamsWithHTTPClient

func NewDeleteUserGroupMembersParamsWithHTTPClient(client *http.Client) *DeleteUserGroupMembersParams

NewDeleteUserGroupMembersParamsWithHTTPClient creates a new DeleteUserGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserGroupMembersParamsWithTimeout

func NewDeleteUserGroupMembersParamsWithTimeout(timeout time.Duration) *DeleteUserGroupMembersParams

NewDeleteUserGroupMembersParamsWithTimeout creates a new DeleteUserGroupMembersParams object with the ability to set a timeout on a request.

func (*DeleteUserGroupMembersParams) SetBody

SetBody adds the body to the delete user group members params

func (*DeleteUserGroupMembersParams) SetContext

func (o *DeleteUserGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the delete user group members params

func (*DeleteUserGroupMembersParams) SetDefaults

func (o *DeleteUserGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the delete user group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserGroupMembersParams) SetHTTPClient

func (o *DeleteUserGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user group members params

func (*DeleteUserGroupMembersParams) SetTimeout

func (o *DeleteUserGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete user group members params

func (*DeleteUserGroupMembersParams) WithBody

WithBody adds the body to the delete user group members params

func (*DeleteUserGroupMembersParams) WithContext

WithContext adds the context to the delete user group members params

func (*DeleteUserGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the delete user group members params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserGroupMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user group members params

func (*DeleteUserGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the delete user group members params

func (*DeleteUserGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserGroupMembersReader

type DeleteUserGroupMembersReader struct {
	// contains filtered or unexported fields
}

DeleteUserGroupMembersReader is a Reader for the DeleteUserGroupMembers structure.

func (*DeleteUserGroupMembersReader) ReadResponse

func (o *DeleteUserGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserGroupMembersTooManyRequests

type DeleteUserGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
DeleteUserGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteUserGroupMembersTooManyRequests

func NewDeleteUserGroupMembersTooManyRequests() *DeleteUserGroupMembersTooManyRequests

NewDeleteUserGroupMembersTooManyRequests creates a DeleteUserGroupMembersTooManyRequests with default headers values

func (*DeleteUserGroupMembersTooManyRequests) Error

func (*DeleteUserGroupMembersTooManyRequests) GetPayload

type DeleteUserGroupsBadRequest

type DeleteUserGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteUserGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteUserGroupsBadRequest

func NewDeleteUserGroupsBadRequest() *DeleteUserGroupsBadRequest

NewDeleteUserGroupsBadRequest creates a DeleteUserGroupsBadRequest with default headers values

func (*DeleteUserGroupsBadRequest) Error

func (*DeleteUserGroupsBadRequest) GetPayload

type DeleteUserGroupsDefault

type DeleteUserGroupsDefault struct {
	Payload *models.MsaEntitiesResponse
	// contains filtered or unexported fields
}
DeleteUserGroupsDefault describes a response with status code -1, with default header values.

OK

func NewDeleteUserGroupsDefault

func NewDeleteUserGroupsDefault(code int) *DeleteUserGroupsDefault

NewDeleteUserGroupsDefault creates a DeleteUserGroupsDefault with default headers values

func (*DeleteUserGroupsDefault) Code

func (o *DeleteUserGroupsDefault) Code() int

Code gets the status code for the delete user groups default response

func (*DeleteUserGroupsDefault) Error

func (o *DeleteUserGroupsDefault) Error() string

func (*DeleteUserGroupsDefault) GetPayload

type DeleteUserGroupsForbidden

type DeleteUserGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeleteUserGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteUserGroupsForbidden

func NewDeleteUserGroupsForbidden() *DeleteUserGroupsForbidden

NewDeleteUserGroupsForbidden creates a DeleteUserGroupsForbidden with default headers values

func (*DeleteUserGroupsForbidden) Error

func (o *DeleteUserGroupsForbidden) Error() string

func (*DeleteUserGroupsForbidden) GetPayload

type DeleteUserGroupsMultiStatus

type DeleteUserGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}
DeleteUserGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteUserGroupsMultiStatus

func NewDeleteUserGroupsMultiStatus() *DeleteUserGroupsMultiStatus

NewDeleteUserGroupsMultiStatus creates a DeleteUserGroupsMultiStatus with default headers values

func (*DeleteUserGroupsMultiStatus) Error

func (*DeleteUserGroupsMultiStatus) GetPayload

type DeleteUserGroupsOK

type DeleteUserGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}
DeleteUserGroupsOK describes a response with status code 200, with default header values.

OK

func NewDeleteUserGroupsOK

func NewDeleteUserGroupsOK() *DeleteUserGroupsOK

NewDeleteUserGroupsOK creates a DeleteUserGroupsOK with default headers values

func (*DeleteUserGroupsOK) Error

func (o *DeleteUserGroupsOK) Error() string

func (*DeleteUserGroupsOK) GetPayload

type DeleteUserGroupsParams

type DeleteUserGroupsParams struct {

	/* UserGroupIds.

	   User Group IDs
	*/
	UserGroupIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserGroupsParams contains all the parameters to send to the API endpoint

for the delete user groups operation.

Typically these are written to a http.Request.

func NewDeleteUserGroupsParams

func NewDeleteUserGroupsParams() *DeleteUserGroupsParams

NewDeleteUserGroupsParams creates a new DeleteUserGroupsParams 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 NewDeleteUserGroupsParamsWithContext

func NewDeleteUserGroupsParamsWithContext(ctx context.Context) *DeleteUserGroupsParams

NewDeleteUserGroupsParamsWithContext creates a new DeleteUserGroupsParams object with the ability to set a context for a request.

func NewDeleteUserGroupsParamsWithHTTPClient

func NewDeleteUserGroupsParamsWithHTTPClient(client *http.Client) *DeleteUserGroupsParams

NewDeleteUserGroupsParamsWithHTTPClient creates a new DeleteUserGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserGroupsParamsWithTimeout

func NewDeleteUserGroupsParamsWithTimeout(timeout time.Duration) *DeleteUserGroupsParams

NewDeleteUserGroupsParamsWithTimeout creates a new DeleteUserGroupsParams object with the ability to set a timeout on a request.

func (*DeleteUserGroupsParams) SetContext

func (o *DeleteUserGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete user groups params

func (*DeleteUserGroupsParams) SetDefaults

func (o *DeleteUserGroupsParams) SetDefaults()

SetDefaults hydrates default values in the delete user groups params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserGroupsParams) SetHTTPClient

func (o *DeleteUserGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user groups params

func (*DeleteUserGroupsParams) SetTimeout

func (o *DeleteUserGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete user groups params

func (*DeleteUserGroupsParams) SetUserGroupIds

func (o *DeleteUserGroupsParams) SetUserGroupIds(userGroupIds []string)

SetUserGroupIds adds the userGroupIds to the delete user groups params

func (*DeleteUserGroupsParams) WithContext

WithContext adds the context to the delete user groups params

func (*DeleteUserGroupsParams) WithDefaults

WithDefaults hydrates default values in the delete user groups params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserGroupsParams) WithHTTPClient

func (o *DeleteUserGroupsParams) WithHTTPClient(client *http.Client) *DeleteUserGroupsParams

WithHTTPClient adds the HTTPClient to the delete user groups params

func (*DeleteUserGroupsParams) WithTimeout

WithTimeout adds the timeout to the delete user groups params

func (*DeleteUserGroupsParams) WithUserGroupIds

func (o *DeleteUserGroupsParams) WithUserGroupIds(userGroupIds []string) *DeleteUserGroupsParams

WithUserGroupIds adds the userGroupIds to the delete user groups params

func (*DeleteUserGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserGroupsReader

type DeleteUserGroupsReader struct {
	// contains filtered or unexported fields
}

DeleteUserGroupsReader is a Reader for the DeleteUserGroups structure.

func (*DeleteUserGroupsReader) ReadResponse

func (o *DeleteUserGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteUserGroupsTooManyRequests

type DeleteUserGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
DeleteUserGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteUserGroupsTooManyRequests

func NewDeleteUserGroupsTooManyRequests() *DeleteUserGroupsTooManyRequests

NewDeleteUserGroupsTooManyRequests creates a DeleteUserGroupsTooManyRequests with default headers values

func (*DeleteUserGroupsTooManyRequests) Error

func (*DeleteUserGroupsTooManyRequests) GetPayload

type DeletedRolesBadRequest

type DeletedRolesBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeletedRolesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeletedRolesBadRequest

func NewDeletedRolesBadRequest() *DeletedRolesBadRequest

NewDeletedRolesBadRequest creates a DeletedRolesBadRequest with default headers values

func (*DeletedRolesBadRequest) Error

func (o *DeletedRolesBadRequest) Error() string

func (*DeletedRolesBadRequest) GetPayload

func (o *DeletedRolesBadRequest) GetPayload() *models.MsaErrorsOnly

type DeletedRolesDefault

type DeletedRolesDefault struct {
	Payload *models.DomainMSSPRoleResponseV1
	// contains filtered or unexported fields
}
DeletedRolesDefault describes a response with status code -1, with default header values.

OK

func NewDeletedRolesDefault

func NewDeletedRolesDefault(code int) *DeletedRolesDefault

NewDeletedRolesDefault creates a DeletedRolesDefault with default headers values

func (*DeletedRolesDefault) Code

func (o *DeletedRolesDefault) Code() int

Code gets the status code for the deleted roles default response

func (*DeletedRolesDefault) Error

func (o *DeletedRolesDefault) Error() string

func (*DeletedRolesDefault) GetPayload

type DeletedRolesForbidden

type DeletedRolesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
DeletedRolesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeletedRolesForbidden

func NewDeletedRolesForbidden() *DeletedRolesForbidden

NewDeletedRolesForbidden creates a DeletedRolesForbidden with default headers values

func (*DeletedRolesForbidden) Error

func (o *DeletedRolesForbidden) Error() string

func (*DeletedRolesForbidden) GetPayload

func (o *DeletedRolesForbidden) GetPayload() *models.MsaErrorsOnly

type DeletedRolesMultiStatus

type DeletedRolesMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
DeletedRolesMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeletedRolesMultiStatus

func NewDeletedRolesMultiStatus() *DeletedRolesMultiStatus

NewDeletedRolesMultiStatus creates a DeletedRolesMultiStatus with default headers values

func (*DeletedRolesMultiStatus) Error

func (o *DeletedRolesMultiStatus) Error() string

func (*DeletedRolesMultiStatus) GetPayload

type DeletedRolesOK

type DeletedRolesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
DeletedRolesOK describes a response with status code 200, with default header values.

OK

func NewDeletedRolesOK

func NewDeletedRolesOK() *DeletedRolesOK

NewDeletedRolesOK creates a DeletedRolesOK with default headers values

func (*DeletedRolesOK) Error

func (o *DeletedRolesOK) Error() string

func (*DeletedRolesOK) GetPayload

type DeletedRolesParams

type DeletedRolesParams struct {

	// Body.
	Body *models.DomainMSSPRoleRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeletedRolesParams contains all the parameters to send to the API endpoint

for the deleted roles operation.

Typically these are written to a http.Request.

func NewDeletedRolesParams

func NewDeletedRolesParams() *DeletedRolesParams

NewDeletedRolesParams creates a new DeletedRolesParams 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 NewDeletedRolesParamsWithContext

func NewDeletedRolesParamsWithContext(ctx context.Context) *DeletedRolesParams

NewDeletedRolesParamsWithContext creates a new DeletedRolesParams object with the ability to set a context for a request.

func NewDeletedRolesParamsWithHTTPClient

func NewDeletedRolesParamsWithHTTPClient(client *http.Client) *DeletedRolesParams

NewDeletedRolesParamsWithHTTPClient creates a new DeletedRolesParams object with the ability to set a custom HTTPClient for a request.

func NewDeletedRolesParamsWithTimeout

func NewDeletedRolesParamsWithTimeout(timeout time.Duration) *DeletedRolesParams

NewDeletedRolesParamsWithTimeout creates a new DeletedRolesParams object with the ability to set a timeout on a request.

func (*DeletedRolesParams) SetBody

SetBody adds the body to the deleted roles params

func (*DeletedRolesParams) SetContext

func (o *DeletedRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the deleted roles params

func (*DeletedRolesParams) SetDefaults

func (o *DeletedRolesParams) SetDefaults()

SetDefaults hydrates default values in the deleted roles params (not the query body).

All values with no default are reset to their zero value.

func (*DeletedRolesParams) SetHTTPClient

func (o *DeletedRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the deleted roles params

func (*DeletedRolesParams) SetTimeout

func (o *DeletedRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the deleted roles params

func (*DeletedRolesParams) WithBody

WithBody adds the body to the deleted roles params

func (*DeletedRolesParams) WithContext

WithContext adds the context to the deleted roles params

func (*DeletedRolesParams) WithDefaults

func (o *DeletedRolesParams) WithDefaults() *DeletedRolesParams

WithDefaults hydrates default values in the deleted roles params (not the query body).

All values with no default are reset to their zero value.

func (*DeletedRolesParams) WithHTTPClient

func (o *DeletedRolesParams) WithHTTPClient(client *http.Client) *DeletedRolesParams

WithHTTPClient adds the HTTPClient to the deleted roles params

func (*DeletedRolesParams) WithTimeout

func (o *DeletedRolesParams) WithTimeout(timeout time.Duration) *DeletedRolesParams

WithTimeout adds the timeout to the deleted roles params

func (*DeletedRolesParams) WriteToRequest

func (o *DeletedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeletedRolesReader

type DeletedRolesReader struct {
	// contains filtered or unexported fields
}

DeletedRolesReader is a Reader for the DeletedRoles structure.

func (*DeletedRolesReader) ReadResponse

func (o *DeletedRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeletedRolesTooManyRequests

type DeletedRolesTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
DeletedRolesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeletedRolesTooManyRequests

func NewDeletedRolesTooManyRequests() *DeletedRolesTooManyRequests

NewDeletedRolesTooManyRequests creates a DeletedRolesTooManyRequests with default headers values

func (*DeletedRolesTooManyRequests) Error

func (*DeletedRolesTooManyRequests) GetPayload

type GetCIDGroupByIDBadRequest

type GetCIDGroupByIDBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetCIDGroupByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCIDGroupByIDBadRequest

func NewGetCIDGroupByIDBadRequest() *GetCIDGroupByIDBadRequest

NewGetCIDGroupByIDBadRequest creates a GetCIDGroupByIDBadRequest with default headers values

func (*GetCIDGroupByIDBadRequest) Error

func (o *GetCIDGroupByIDBadRequest) Error() string

func (*GetCIDGroupByIDBadRequest) GetPayload

type GetCIDGroupByIDDefault

type GetCIDGroupByIDDefault struct {
	Payload *models.DomainCIDGroupsResponseV1
	// contains filtered or unexported fields
}
GetCIDGroupByIDDefault describes a response with status code -1, with default header values.

OK

func NewGetCIDGroupByIDDefault

func NewGetCIDGroupByIDDefault(code int) *GetCIDGroupByIDDefault

NewGetCIDGroupByIDDefault creates a GetCIDGroupByIDDefault with default headers values

func (*GetCIDGroupByIDDefault) Code

func (o *GetCIDGroupByIDDefault) Code() int

Code gets the status code for the get c ID group by Id default response

func (*GetCIDGroupByIDDefault) Error

func (o *GetCIDGroupByIDDefault) Error() string

func (*GetCIDGroupByIDDefault) GetPayload

type GetCIDGroupByIDForbidden

type GetCIDGroupByIDForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetCIDGroupByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCIDGroupByIDForbidden

func NewGetCIDGroupByIDForbidden() *GetCIDGroupByIDForbidden

NewGetCIDGroupByIDForbidden creates a GetCIDGroupByIDForbidden with default headers values

func (*GetCIDGroupByIDForbidden) Error

func (o *GetCIDGroupByIDForbidden) Error() string

func (*GetCIDGroupByIDForbidden) GetPayload

type GetCIDGroupByIDMultiStatus

type GetCIDGroupByIDMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
GetCIDGroupByIDMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCIDGroupByIDMultiStatus

func NewGetCIDGroupByIDMultiStatus() *GetCIDGroupByIDMultiStatus

NewGetCIDGroupByIDMultiStatus creates a GetCIDGroupByIDMultiStatus with default headers values

func (*GetCIDGroupByIDMultiStatus) Error

func (*GetCIDGroupByIDMultiStatus) GetPayload

type GetCIDGroupByIDOK

type GetCIDGroupByIDOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
GetCIDGroupByIDOK describes a response with status code 200, with default header values.

OK

func NewGetCIDGroupByIDOK

func NewGetCIDGroupByIDOK() *GetCIDGroupByIDOK

NewGetCIDGroupByIDOK creates a GetCIDGroupByIDOK with default headers values

func (*GetCIDGroupByIDOK) Error

func (o *GetCIDGroupByIDOK) Error() string

func (*GetCIDGroupByIDOK) GetPayload

type GetCIDGroupByIDParams

type GetCIDGroupByIDParams struct {

	/* CidGroupIds.

	   CID Group IDs to be searched on
	*/
	CidGroupIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCIDGroupByIDParams contains all the parameters to send to the API endpoint

for the get c ID group by Id operation.

Typically these are written to a http.Request.

func NewGetCIDGroupByIDParams

func NewGetCIDGroupByIDParams() *GetCIDGroupByIDParams

NewGetCIDGroupByIDParams creates a new GetCIDGroupByIDParams 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 NewGetCIDGroupByIDParamsWithContext

func NewGetCIDGroupByIDParamsWithContext(ctx context.Context) *GetCIDGroupByIDParams

NewGetCIDGroupByIDParamsWithContext creates a new GetCIDGroupByIDParams object with the ability to set a context for a request.

func NewGetCIDGroupByIDParamsWithHTTPClient

func NewGetCIDGroupByIDParamsWithHTTPClient(client *http.Client) *GetCIDGroupByIDParams

NewGetCIDGroupByIDParamsWithHTTPClient creates a new GetCIDGroupByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetCIDGroupByIDParamsWithTimeout

func NewGetCIDGroupByIDParamsWithTimeout(timeout time.Duration) *GetCIDGroupByIDParams

NewGetCIDGroupByIDParamsWithTimeout creates a new GetCIDGroupByIDParams object with the ability to set a timeout on a request.

func (*GetCIDGroupByIDParams) SetCidGroupIds

func (o *GetCIDGroupByIDParams) SetCidGroupIds(cidGroupIds []string)

SetCidGroupIds adds the cidGroupIds to the get c ID group by Id params

func (*GetCIDGroupByIDParams) SetContext

func (o *GetCIDGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get c ID group by Id params

func (*GetCIDGroupByIDParams) SetDefaults

func (o *GetCIDGroupByIDParams) SetDefaults()

SetDefaults hydrates default values in the get c ID group by Id params (not the query body).

All values with no default are reset to their zero value.

func (*GetCIDGroupByIDParams) SetHTTPClient

func (o *GetCIDGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get c ID group by Id params

func (*GetCIDGroupByIDParams) SetTimeout

func (o *GetCIDGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get c ID group by Id params

func (*GetCIDGroupByIDParams) WithCidGroupIds

func (o *GetCIDGroupByIDParams) WithCidGroupIds(cidGroupIds []string) *GetCIDGroupByIDParams

WithCidGroupIds adds the cidGroupIds to the get c ID group by Id params

func (*GetCIDGroupByIDParams) WithContext

WithContext adds the context to the get c ID group by Id params

func (*GetCIDGroupByIDParams) WithDefaults

func (o *GetCIDGroupByIDParams) WithDefaults() *GetCIDGroupByIDParams

WithDefaults hydrates default values in the get c ID group by Id params (not the query body).

All values with no default are reset to their zero value.

func (*GetCIDGroupByIDParams) WithHTTPClient

func (o *GetCIDGroupByIDParams) WithHTTPClient(client *http.Client) *GetCIDGroupByIDParams

WithHTTPClient adds the HTTPClient to the get c ID group by Id params

func (*GetCIDGroupByIDParams) WithTimeout

func (o *GetCIDGroupByIDParams) WithTimeout(timeout time.Duration) *GetCIDGroupByIDParams

WithTimeout adds the timeout to the get c ID group by Id params

func (*GetCIDGroupByIDParams) WriteToRequest

func (o *GetCIDGroupByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCIDGroupByIDReader

type GetCIDGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetCIDGroupByIDReader is a Reader for the GetCIDGroupByID structure.

func (*GetCIDGroupByIDReader) ReadResponse

func (o *GetCIDGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCIDGroupByIDTooManyRequests

type GetCIDGroupByIDTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetCIDGroupByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCIDGroupByIDTooManyRequests

func NewGetCIDGroupByIDTooManyRequests() *GetCIDGroupByIDTooManyRequests

NewGetCIDGroupByIDTooManyRequests creates a GetCIDGroupByIDTooManyRequests with default headers values

func (*GetCIDGroupByIDTooManyRequests) Error

func (*GetCIDGroupByIDTooManyRequests) GetPayload

type GetCIDGroupMembersByBadRequest

type GetCIDGroupMembersByBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetCIDGroupMembersByBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCIDGroupMembersByBadRequest

func NewGetCIDGroupMembersByBadRequest() *GetCIDGroupMembersByBadRequest

NewGetCIDGroupMembersByBadRequest creates a GetCIDGroupMembersByBadRequest with default headers values

func (*GetCIDGroupMembersByBadRequest) Error

func (*GetCIDGroupMembersByBadRequest) GetPayload

type GetCIDGroupMembersByDefault

type GetCIDGroupMembersByDefault struct {
	Payload *models.DomainCIDGroupMembersResponseV1
	// contains filtered or unexported fields
}
GetCIDGroupMembersByDefault describes a response with status code -1, with default header values.

OK

func NewGetCIDGroupMembersByDefault

func NewGetCIDGroupMembersByDefault(code int) *GetCIDGroupMembersByDefault

NewGetCIDGroupMembersByDefault creates a GetCIDGroupMembersByDefault with default headers values

func (*GetCIDGroupMembersByDefault) Code

func (o *GetCIDGroupMembersByDefault) Code() int

Code gets the status code for the get c ID group members by default response

func (*GetCIDGroupMembersByDefault) Error

func (*GetCIDGroupMembersByDefault) GetPayload

type GetCIDGroupMembersByForbidden

type GetCIDGroupMembersByForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetCIDGroupMembersByForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCIDGroupMembersByForbidden

func NewGetCIDGroupMembersByForbidden() *GetCIDGroupMembersByForbidden

NewGetCIDGroupMembersByForbidden creates a GetCIDGroupMembersByForbidden with default headers values

func (*GetCIDGroupMembersByForbidden) Error

func (*GetCIDGroupMembersByForbidden) GetPayload

type GetCIDGroupMembersByMultiStatus

type GetCIDGroupMembersByMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
GetCIDGroupMembersByMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCIDGroupMembersByMultiStatus

func NewGetCIDGroupMembersByMultiStatus() *GetCIDGroupMembersByMultiStatus

NewGetCIDGroupMembersByMultiStatus creates a GetCIDGroupMembersByMultiStatus with default headers values

func (*GetCIDGroupMembersByMultiStatus) Error

func (*GetCIDGroupMembersByMultiStatus) GetPayload

type GetCIDGroupMembersByOK

type GetCIDGroupMembersByOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupMembersResponseV1
}
GetCIDGroupMembersByOK describes a response with status code 200, with default header values.

OK

func NewGetCIDGroupMembersByOK

func NewGetCIDGroupMembersByOK() *GetCIDGroupMembersByOK

NewGetCIDGroupMembersByOK creates a GetCIDGroupMembersByOK with default headers values

func (*GetCIDGroupMembersByOK) Error

func (o *GetCIDGroupMembersByOK) Error() string

func (*GetCIDGroupMembersByOK) GetPayload

type GetCIDGroupMembersByParams

type GetCIDGroupMembersByParams struct {

	/* CidGroupIds.

	   CID Group IDs to be searched on
	*/
	CidGroupIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCIDGroupMembersByParams contains all the parameters to send to the API endpoint

for the get c ID group members by operation.

Typically these are written to a http.Request.

func NewGetCIDGroupMembersByParams

func NewGetCIDGroupMembersByParams() *GetCIDGroupMembersByParams

NewGetCIDGroupMembersByParams creates a new GetCIDGroupMembersByParams 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 NewGetCIDGroupMembersByParamsWithContext

func NewGetCIDGroupMembersByParamsWithContext(ctx context.Context) *GetCIDGroupMembersByParams

NewGetCIDGroupMembersByParamsWithContext creates a new GetCIDGroupMembersByParams object with the ability to set a context for a request.

func NewGetCIDGroupMembersByParamsWithHTTPClient

func NewGetCIDGroupMembersByParamsWithHTTPClient(client *http.Client) *GetCIDGroupMembersByParams

NewGetCIDGroupMembersByParamsWithHTTPClient creates a new GetCIDGroupMembersByParams object with the ability to set a custom HTTPClient for a request.

func NewGetCIDGroupMembersByParamsWithTimeout

func NewGetCIDGroupMembersByParamsWithTimeout(timeout time.Duration) *GetCIDGroupMembersByParams

NewGetCIDGroupMembersByParamsWithTimeout creates a new GetCIDGroupMembersByParams object with the ability to set a timeout on a request.

func (*GetCIDGroupMembersByParams) SetCidGroupIds

func (o *GetCIDGroupMembersByParams) SetCidGroupIds(cidGroupIds []string)

SetCidGroupIds adds the cidGroupIds to the get c ID group members by params

func (*GetCIDGroupMembersByParams) SetContext

func (o *GetCIDGroupMembersByParams) SetContext(ctx context.Context)

SetContext adds the context to the get c ID group members by params

func (*GetCIDGroupMembersByParams) SetDefaults

func (o *GetCIDGroupMembersByParams) SetDefaults()

SetDefaults hydrates default values in the get c ID group members by params (not the query body).

All values with no default are reset to their zero value.

func (*GetCIDGroupMembersByParams) SetHTTPClient

func (o *GetCIDGroupMembersByParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get c ID group members by params

func (*GetCIDGroupMembersByParams) SetTimeout

func (o *GetCIDGroupMembersByParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get c ID group members by params

func (*GetCIDGroupMembersByParams) WithCidGroupIds

func (o *GetCIDGroupMembersByParams) WithCidGroupIds(cidGroupIds []string) *GetCIDGroupMembersByParams

WithCidGroupIds adds the cidGroupIds to the get c ID group members by params

func (*GetCIDGroupMembersByParams) WithContext

WithContext adds the context to the get c ID group members by params

func (*GetCIDGroupMembersByParams) WithDefaults

WithDefaults hydrates default values in the get c ID group members by params (not the query body).

All values with no default are reset to their zero value.

func (*GetCIDGroupMembersByParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get c ID group members by params

func (*GetCIDGroupMembersByParams) WithTimeout

WithTimeout adds the timeout to the get c ID group members by params

func (*GetCIDGroupMembersByParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCIDGroupMembersByReader

type GetCIDGroupMembersByReader struct {
	// contains filtered or unexported fields
}

GetCIDGroupMembersByReader is a Reader for the GetCIDGroupMembersBy structure.

func (*GetCIDGroupMembersByReader) ReadResponse

func (o *GetCIDGroupMembersByReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCIDGroupMembersByTooManyRequests

type GetCIDGroupMembersByTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetCIDGroupMembersByTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCIDGroupMembersByTooManyRequests

func NewGetCIDGroupMembersByTooManyRequests() *GetCIDGroupMembersByTooManyRequests

NewGetCIDGroupMembersByTooManyRequests creates a GetCIDGroupMembersByTooManyRequests with default headers values

func (*GetCIDGroupMembersByTooManyRequests) Error

func (*GetCIDGroupMembersByTooManyRequests) GetPayload

type GetChildrenBadRequest

type GetChildrenBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetChildrenBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetChildrenBadRequest

func NewGetChildrenBadRequest() *GetChildrenBadRequest

NewGetChildrenBadRequest creates a GetChildrenBadRequest with default headers values

func (*GetChildrenBadRequest) Error

func (o *GetChildrenBadRequest) Error() string

func (*GetChildrenBadRequest) GetPayload

func (o *GetChildrenBadRequest) GetPayload() *models.MsaErrorsOnly

type GetChildrenDefault

type GetChildrenDefault struct {
	Payload *models.DomainChildrenResponseV1
	// contains filtered or unexported fields
}
GetChildrenDefault describes a response with status code -1, with default header values.

OK

func NewGetChildrenDefault

func NewGetChildrenDefault(code int) *GetChildrenDefault

NewGetChildrenDefault creates a GetChildrenDefault with default headers values

func (*GetChildrenDefault) Code

func (o *GetChildrenDefault) Code() int

Code gets the status code for the get children default response

func (*GetChildrenDefault) Error

func (o *GetChildrenDefault) Error() string

func (*GetChildrenDefault) GetPayload

type GetChildrenForbidden

type GetChildrenForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetChildrenForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetChildrenForbidden

func NewGetChildrenForbidden() *GetChildrenForbidden

NewGetChildrenForbidden creates a GetChildrenForbidden with default headers values

func (*GetChildrenForbidden) Error

func (o *GetChildrenForbidden) Error() string

func (*GetChildrenForbidden) GetPayload

func (o *GetChildrenForbidden) GetPayload() *models.MsaErrorsOnly

type GetChildrenMultiStatus

type GetChildrenMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainChildrenResponseV1
}
GetChildrenMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetChildrenMultiStatus

func NewGetChildrenMultiStatus() *GetChildrenMultiStatus

NewGetChildrenMultiStatus creates a GetChildrenMultiStatus with default headers values

func (*GetChildrenMultiStatus) Error

func (o *GetChildrenMultiStatus) Error() string

func (*GetChildrenMultiStatus) GetPayload

type GetChildrenOK

type GetChildrenOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainChildrenResponseV1
}
GetChildrenOK describes a response with status code 200, with default header values.

OK

func NewGetChildrenOK

func NewGetChildrenOK() *GetChildrenOK

NewGetChildrenOK creates a GetChildrenOK with default headers values

func (*GetChildrenOK) Error

func (o *GetChildrenOK) Error() string

func (*GetChildrenOK) GetPayload

type GetChildrenParams

type GetChildrenParams struct {

	/* Ids.

	   CID of a child customer
	*/
	Ids []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetChildrenParams contains all the parameters to send to the API endpoint

for the get children operation.

Typically these are written to a http.Request.

func NewGetChildrenParams

func NewGetChildrenParams() *GetChildrenParams

NewGetChildrenParams creates a new GetChildrenParams 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 NewGetChildrenParamsWithContext

func NewGetChildrenParamsWithContext(ctx context.Context) *GetChildrenParams

NewGetChildrenParamsWithContext creates a new GetChildrenParams object with the ability to set a context for a request.

func NewGetChildrenParamsWithHTTPClient

func NewGetChildrenParamsWithHTTPClient(client *http.Client) *GetChildrenParams

NewGetChildrenParamsWithHTTPClient creates a new GetChildrenParams object with the ability to set a custom HTTPClient for a request.

func NewGetChildrenParamsWithTimeout

func NewGetChildrenParamsWithTimeout(timeout time.Duration) *GetChildrenParams

NewGetChildrenParamsWithTimeout creates a new GetChildrenParams object with the ability to set a timeout on a request.

func (*GetChildrenParams) SetContext

func (o *GetChildrenParams) SetContext(ctx context.Context)

SetContext adds the context to the get children params

func (*GetChildrenParams) SetDefaults

func (o *GetChildrenParams) SetDefaults()

SetDefaults hydrates default values in the get children params (not the query body).

All values with no default are reset to their zero value.

func (*GetChildrenParams) SetHTTPClient

func (o *GetChildrenParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get children params

func (*GetChildrenParams) SetIds

func (o *GetChildrenParams) SetIds(ids []string)

SetIds adds the ids to the get children params

func (*GetChildrenParams) SetTimeout

func (o *GetChildrenParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get children params

func (*GetChildrenParams) WithContext

func (o *GetChildrenParams) WithContext(ctx context.Context) *GetChildrenParams

WithContext adds the context to the get children params

func (*GetChildrenParams) WithDefaults

func (o *GetChildrenParams) WithDefaults() *GetChildrenParams

WithDefaults hydrates default values in the get children params (not the query body).

All values with no default are reset to their zero value.

func (*GetChildrenParams) WithHTTPClient

func (o *GetChildrenParams) WithHTTPClient(client *http.Client) *GetChildrenParams

WithHTTPClient adds the HTTPClient to the get children params

func (*GetChildrenParams) WithIds

func (o *GetChildrenParams) WithIds(ids []string) *GetChildrenParams

WithIds adds the ids to the get children params

func (*GetChildrenParams) WithTimeout

func (o *GetChildrenParams) WithTimeout(timeout time.Duration) *GetChildrenParams

WithTimeout adds the timeout to the get children params

func (*GetChildrenParams) WriteToRequest

func (o *GetChildrenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetChildrenReader

type GetChildrenReader struct {
	// contains filtered or unexported fields
}

GetChildrenReader is a Reader for the GetChildren structure.

func (*GetChildrenReader) ReadResponse

func (o *GetChildrenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetChildrenTooManyRequests

type GetChildrenTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetChildrenTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetChildrenTooManyRequests

func NewGetChildrenTooManyRequests() *GetChildrenTooManyRequests

NewGetChildrenTooManyRequests creates a GetChildrenTooManyRequests with default headers values

func (*GetChildrenTooManyRequests) Error

func (*GetChildrenTooManyRequests) GetPayload

type GetRolesByIDBadRequest

type GetRolesByIDBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetRolesByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRolesByIDBadRequest

func NewGetRolesByIDBadRequest() *GetRolesByIDBadRequest

NewGetRolesByIDBadRequest creates a GetRolesByIDBadRequest with default headers values

func (*GetRolesByIDBadRequest) Error

func (o *GetRolesByIDBadRequest) Error() string

func (*GetRolesByIDBadRequest) GetPayload

func (o *GetRolesByIDBadRequest) GetPayload() *models.MsaErrorsOnly

type GetRolesByIDDefault

type GetRolesByIDDefault struct {
	Payload *models.DomainMSSPRoleResponseV1
	// contains filtered or unexported fields
}
GetRolesByIDDefault describes a response with status code -1, with default header values.

OK

func NewGetRolesByIDDefault

func NewGetRolesByIDDefault(code int) *GetRolesByIDDefault

NewGetRolesByIDDefault creates a GetRolesByIDDefault with default headers values

func (*GetRolesByIDDefault) Code

func (o *GetRolesByIDDefault) Code() int

Code gets the status code for the get roles by ID default response

func (*GetRolesByIDDefault) Error

func (o *GetRolesByIDDefault) Error() string

func (*GetRolesByIDDefault) GetPayload

type GetRolesByIDForbidden

type GetRolesByIDForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetRolesByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetRolesByIDForbidden

func NewGetRolesByIDForbidden() *GetRolesByIDForbidden

NewGetRolesByIDForbidden creates a GetRolesByIDForbidden with default headers values

func (*GetRolesByIDForbidden) Error

func (o *GetRolesByIDForbidden) Error() string

func (*GetRolesByIDForbidden) GetPayload

func (o *GetRolesByIDForbidden) GetPayload() *models.MsaErrorsOnly

type GetRolesByIDMultiStatus

type GetRolesByIDMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
GetRolesByIDMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetRolesByIDMultiStatus

func NewGetRolesByIDMultiStatus() *GetRolesByIDMultiStatus

NewGetRolesByIDMultiStatus creates a GetRolesByIDMultiStatus with default headers values

func (*GetRolesByIDMultiStatus) Error

func (o *GetRolesByIDMultiStatus) Error() string

func (*GetRolesByIDMultiStatus) GetPayload

type GetRolesByIDOK

type GetRolesByIDOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainMSSPRoleResponseV1
}
GetRolesByIDOK describes a response with status code 200, with default header values.

OK

func NewGetRolesByIDOK

func NewGetRolesByIDOK() *GetRolesByIDOK

NewGetRolesByIDOK creates a GetRolesByIDOK with default headers values

func (*GetRolesByIDOK) Error

func (o *GetRolesByIDOK) Error() string

func (*GetRolesByIDOK) GetPayload

type GetRolesByIDParams

type GetRolesByIDParams struct {

	/* Ids.

	   MSSP Role assignment is of the format <user_group_id>:<cid_group_id>
	*/
	Ids []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRolesByIDParams contains all the parameters to send to the API endpoint

for the get roles by ID operation.

Typically these are written to a http.Request.

func NewGetRolesByIDParams

func NewGetRolesByIDParams() *GetRolesByIDParams

NewGetRolesByIDParams creates a new GetRolesByIDParams 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 NewGetRolesByIDParamsWithContext

func NewGetRolesByIDParamsWithContext(ctx context.Context) *GetRolesByIDParams

NewGetRolesByIDParamsWithContext creates a new GetRolesByIDParams object with the ability to set a context for a request.

func NewGetRolesByIDParamsWithHTTPClient

func NewGetRolesByIDParamsWithHTTPClient(client *http.Client) *GetRolesByIDParams

NewGetRolesByIDParamsWithHTTPClient creates a new GetRolesByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetRolesByIDParamsWithTimeout

func NewGetRolesByIDParamsWithTimeout(timeout time.Duration) *GetRolesByIDParams

NewGetRolesByIDParamsWithTimeout creates a new GetRolesByIDParams object with the ability to set a timeout on a request.

func (*GetRolesByIDParams) SetContext

func (o *GetRolesByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get roles by ID params

func (*GetRolesByIDParams) SetDefaults

func (o *GetRolesByIDParams) SetDefaults()

SetDefaults hydrates default values in the get roles by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetRolesByIDParams) SetHTTPClient

func (o *GetRolesByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get roles by ID params

func (*GetRolesByIDParams) SetIds

func (o *GetRolesByIDParams) SetIds(ids []string)

SetIds adds the ids to the get roles by ID params

func (*GetRolesByIDParams) SetTimeout

func (o *GetRolesByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get roles by ID params

func (*GetRolesByIDParams) WithContext

WithContext adds the context to the get roles by ID params

func (*GetRolesByIDParams) WithDefaults

func (o *GetRolesByIDParams) WithDefaults() *GetRolesByIDParams

WithDefaults hydrates default values in the get roles by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetRolesByIDParams) WithHTTPClient

func (o *GetRolesByIDParams) WithHTTPClient(client *http.Client) *GetRolesByIDParams

WithHTTPClient adds the HTTPClient to the get roles by ID params

func (*GetRolesByIDParams) WithIds

func (o *GetRolesByIDParams) WithIds(ids []string) *GetRolesByIDParams

WithIds adds the ids to the get roles by ID params

func (*GetRolesByIDParams) WithTimeout

func (o *GetRolesByIDParams) WithTimeout(timeout time.Duration) *GetRolesByIDParams

WithTimeout adds the timeout to the get roles by ID params

func (*GetRolesByIDParams) WriteToRequest

func (o *GetRolesByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRolesByIDReader

type GetRolesByIDReader struct {
	// contains filtered or unexported fields
}

GetRolesByIDReader is a Reader for the GetRolesByID structure.

func (*GetRolesByIDReader) ReadResponse

func (o *GetRolesByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRolesByIDTooManyRequests

type GetRolesByIDTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetRolesByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetRolesByIDTooManyRequests

func NewGetRolesByIDTooManyRequests() *GetRolesByIDTooManyRequests

NewGetRolesByIDTooManyRequests creates a GetRolesByIDTooManyRequests with default headers values

func (*GetRolesByIDTooManyRequests) Error

func (*GetRolesByIDTooManyRequests) GetPayload

type GetUserGroupMembersByIDBadRequest

type GetUserGroupMembersByIDBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetUserGroupMembersByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetUserGroupMembersByIDBadRequest

func NewGetUserGroupMembersByIDBadRequest() *GetUserGroupMembersByIDBadRequest

NewGetUserGroupMembersByIDBadRequest creates a GetUserGroupMembersByIDBadRequest with default headers values

func (*GetUserGroupMembersByIDBadRequest) Error

func (*GetUserGroupMembersByIDBadRequest) GetPayload

type GetUserGroupMembersByIDDefault

type GetUserGroupMembersByIDDefault struct {
	Payload *models.DomainUserGroupMembersResponseV1
	// contains filtered or unexported fields
}
GetUserGroupMembersByIDDefault describes a response with status code -1, with default header values.

OK

func NewGetUserGroupMembersByIDDefault

func NewGetUserGroupMembersByIDDefault(code int) *GetUserGroupMembersByIDDefault

NewGetUserGroupMembersByIDDefault creates a GetUserGroupMembersByIDDefault with default headers values

func (*GetUserGroupMembersByIDDefault) Code

Code gets the status code for the get user group members by ID default response

func (*GetUserGroupMembersByIDDefault) Error

func (*GetUserGroupMembersByIDDefault) GetPayload

type GetUserGroupMembersByIDForbidden

type GetUserGroupMembersByIDForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetUserGroupMembersByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUserGroupMembersByIDForbidden

func NewGetUserGroupMembersByIDForbidden() *GetUserGroupMembersByIDForbidden

NewGetUserGroupMembersByIDForbidden creates a GetUserGroupMembersByIDForbidden with default headers values

func (*GetUserGroupMembersByIDForbidden) Error

func (*GetUserGroupMembersByIDForbidden) GetPayload

type GetUserGroupMembersByIDMultiStatus

type GetUserGroupMembersByIDMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
GetUserGroupMembersByIDMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetUserGroupMembersByIDMultiStatus

func NewGetUserGroupMembersByIDMultiStatus() *GetUserGroupMembersByIDMultiStatus

NewGetUserGroupMembersByIDMultiStatus creates a GetUserGroupMembersByIDMultiStatus with default headers values

func (*GetUserGroupMembersByIDMultiStatus) Error

func (*GetUserGroupMembersByIDMultiStatus) GetPayload

type GetUserGroupMembersByIDOK

type GetUserGroupMembersByIDOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupMembersResponseV1
}
GetUserGroupMembersByIDOK describes a response with status code 200, with default header values.

OK

func NewGetUserGroupMembersByIDOK

func NewGetUserGroupMembersByIDOK() *GetUserGroupMembersByIDOK

NewGetUserGroupMembersByIDOK creates a GetUserGroupMembersByIDOK with default headers values

func (*GetUserGroupMembersByIDOK) Error

func (o *GetUserGroupMembersByIDOK) Error() string

func (*GetUserGroupMembersByIDOK) GetPayload

type GetUserGroupMembersByIDParams

type GetUserGroupMembersByIDParams struct {

	/* UserGroupIds.

	   User Group IDs to search for
	*/
	UserGroupIds string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserGroupMembersByIDParams contains all the parameters to send to the API endpoint

for the get user group members by ID operation.

Typically these are written to a http.Request.

func NewGetUserGroupMembersByIDParams

func NewGetUserGroupMembersByIDParams() *GetUserGroupMembersByIDParams

NewGetUserGroupMembersByIDParams creates a new GetUserGroupMembersByIDParams 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 NewGetUserGroupMembersByIDParamsWithContext

func NewGetUserGroupMembersByIDParamsWithContext(ctx context.Context) *GetUserGroupMembersByIDParams

NewGetUserGroupMembersByIDParamsWithContext creates a new GetUserGroupMembersByIDParams object with the ability to set a context for a request.

func NewGetUserGroupMembersByIDParamsWithHTTPClient

func NewGetUserGroupMembersByIDParamsWithHTTPClient(client *http.Client) *GetUserGroupMembersByIDParams

NewGetUserGroupMembersByIDParamsWithHTTPClient creates a new GetUserGroupMembersByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserGroupMembersByIDParamsWithTimeout

func NewGetUserGroupMembersByIDParamsWithTimeout(timeout time.Duration) *GetUserGroupMembersByIDParams

NewGetUserGroupMembersByIDParamsWithTimeout creates a new GetUserGroupMembersByIDParams object with the ability to set a timeout on a request.

func (*GetUserGroupMembersByIDParams) SetContext

func (o *GetUserGroupMembersByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) SetDefaults

func (o *GetUserGroupMembersByIDParams) SetDefaults()

SetDefaults hydrates default values in the get user group members by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserGroupMembersByIDParams) SetHTTPClient

func (o *GetUserGroupMembersByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) SetTimeout

func (o *GetUserGroupMembersByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) SetUserGroupIds

func (o *GetUserGroupMembersByIDParams) SetUserGroupIds(userGroupIds string)

SetUserGroupIds adds the userGroupIds to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) WithContext

WithContext adds the context to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) WithDefaults

WithDefaults hydrates default values in the get user group members by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserGroupMembersByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) WithTimeout

WithTimeout adds the timeout to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) WithUserGroupIds

func (o *GetUserGroupMembersByIDParams) WithUserGroupIds(userGroupIds string) *GetUserGroupMembersByIDParams

WithUserGroupIds adds the userGroupIds to the get user group members by ID params

func (*GetUserGroupMembersByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserGroupMembersByIDReader

type GetUserGroupMembersByIDReader struct {
	// contains filtered or unexported fields
}

GetUserGroupMembersByIDReader is a Reader for the GetUserGroupMembersByID structure.

func (*GetUserGroupMembersByIDReader) ReadResponse

func (o *GetUserGroupMembersByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUserGroupMembersByIDTooManyRequests

type GetUserGroupMembersByIDTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetUserGroupMembersByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetUserGroupMembersByIDTooManyRequests

func NewGetUserGroupMembersByIDTooManyRequests() *GetUserGroupMembersByIDTooManyRequests

NewGetUserGroupMembersByIDTooManyRequests creates a GetUserGroupMembersByIDTooManyRequests with default headers values

func (*GetUserGroupMembersByIDTooManyRequests) Error

func (*GetUserGroupMembersByIDTooManyRequests) GetPayload

type GetUserGroupsByIDBadRequest

type GetUserGroupsByIDBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetUserGroupsByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetUserGroupsByIDBadRequest

func NewGetUserGroupsByIDBadRequest() *GetUserGroupsByIDBadRequest

NewGetUserGroupsByIDBadRequest creates a GetUserGroupsByIDBadRequest with default headers values

func (*GetUserGroupsByIDBadRequest) Error

func (*GetUserGroupsByIDBadRequest) GetPayload

type GetUserGroupsByIDDefault

type GetUserGroupsByIDDefault struct {
	Payload *models.DomainUserGroupsResponseV1
	// contains filtered or unexported fields
}
GetUserGroupsByIDDefault describes a response with status code -1, with default header values.

OK

func NewGetUserGroupsByIDDefault

func NewGetUserGroupsByIDDefault(code int) *GetUserGroupsByIDDefault

NewGetUserGroupsByIDDefault creates a GetUserGroupsByIDDefault with default headers values

func (*GetUserGroupsByIDDefault) Code

func (o *GetUserGroupsByIDDefault) Code() int

Code gets the status code for the get user groups by ID default response

func (*GetUserGroupsByIDDefault) Error

func (o *GetUserGroupsByIDDefault) Error() string

func (*GetUserGroupsByIDDefault) GetPayload

type GetUserGroupsByIDForbidden

type GetUserGroupsByIDForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
GetUserGroupsByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUserGroupsByIDForbidden

func NewGetUserGroupsByIDForbidden() *GetUserGroupsByIDForbidden

NewGetUserGroupsByIDForbidden creates a GetUserGroupsByIDForbidden with default headers values

func (*GetUserGroupsByIDForbidden) Error

func (*GetUserGroupsByIDForbidden) GetPayload

type GetUserGroupsByIDMultiStatus

type GetUserGroupsByIDMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
GetUserGroupsByIDMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetUserGroupsByIDMultiStatus

func NewGetUserGroupsByIDMultiStatus() *GetUserGroupsByIDMultiStatus

NewGetUserGroupsByIDMultiStatus creates a GetUserGroupsByIDMultiStatus with default headers values

func (*GetUserGroupsByIDMultiStatus) Error

func (*GetUserGroupsByIDMultiStatus) GetPayload

type GetUserGroupsByIDOK

type GetUserGroupsByIDOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
GetUserGroupsByIDOK describes a response with status code 200, with default header values.

OK

func NewGetUserGroupsByIDOK

func NewGetUserGroupsByIDOK() *GetUserGroupsByIDOK

NewGetUserGroupsByIDOK creates a GetUserGroupsByIDOK with default headers values

func (*GetUserGroupsByIDOK) Error

func (o *GetUserGroupsByIDOK) Error() string

func (*GetUserGroupsByIDOK) GetPayload

type GetUserGroupsByIDParams

type GetUserGroupsByIDParams struct {

	/* UserGroupIds.

	   User Group IDs to search for
	*/
	UserGroupIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserGroupsByIDParams contains all the parameters to send to the API endpoint

for the get user groups by ID operation.

Typically these are written to a http.Request.

func NewGetUserGroupsByIDParams

func NewGetUserGroupsByIDParams() *GetUserGroupsByIDParams

NewGetUserGroupsByIDParams creates a new GetUserGroupsByIDParams 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 NewGetUserGroupsByIDParamsWithContext

func NewGetUserGroupsByIDParamsWithContext(ctx context.Context) *GetUserGroupsByIDParams

NewGetUserGroupsByIDParamsWithContext creates a new GetUserGroupsByIDParams object with the ability to set a context for a request.

func NewGetUserGroupsByIDParamsWithHTTPClient

func NewGetUserGroupsByIDParamsWithHTTPClient(client *http.Client) *GetUserGroupsByIDParams

NewGetUserGroupsByIDParamsWithHTTPClient creates a new GetUserGroupsByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserGroupsByIDParamsWithTimeout

func NewGetUserGroupsByIDParamsWithTimeout(timeout time.Duration) *GetUserGroupsByIDParams

NewGetUserGroupsByIDParamsWithTimeout creates a new GetUserGroupsByIDParams object with the ability to set a timeout on a request.

func (*GetUserGroupsByIDParams) SetContext

func (o *GetUserGroupsByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get user groups by ID params

func (*GetUserGroupsByIDParams) SetDefaults

func (o *GetUserGroupsByIDParams) SetDefaults()

SetDefaults hydrates default values in the get user groups by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserGroupsByIDParams) SetHTTPClient

func (o *GetUserGroupsByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user groups by ID params

func (*GetUserGroupsByIDParams) SetTimeout

func (o *GetUserGroupsByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user groups by ID params

func (*GetUserGroupsByIDParams) SetUserGroupIds

func (o *GetUserGroupsByIDParams) SetUserGroupIds(userGroupIds []string)

SetUserGroupIds adds the userGroupIds to the get user groups by ID params

func (*GetUserGroupsByIDParams) WithContext

WithContext adds the context to the get user groups by ID params

func (*GetUserGroupsByIDParams) WithDefaults

WithDefaults hydrates default values in the get user groups by ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserGroupsByIDParams) WithHTTPClient

func (o *GetUserGroupsByIDParams) WithHTTPClient(client *http.Client) *GetUserGroupsByIDParams

WithHTTPClient adds the HTTPClient to the get user groups by ID params

func (*GetUserGroupsByIDParams) WithTimeout

WithTimeout adds the timeout to the get user groups by ID params

func (*GetUserGroupsByIDParams) WithUserGroupIds

func (o *GetUserGroupsByIDParams) WithUserGroupIds(userGroupIds []string) *GetUserGroupsByIDParams

WithUserGroupIds adds the userGroupIds to the get user groups by ID params

func (*GetUserGroupsByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserGroupsByIDReader

type GetUserGroupsByIDReader struct {
	// contains filtered or unexported fields
}

GetUserGroupsByIDReader is a Reader for the GetUserGroupsByID structure.

func (*GetUserGroupsByIDReader) ReadResponse

func (o *GetUserGroupsByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUserGroupsByIDTooManyRequests

type GetUserGroupsByIDTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
GetUserGroupsByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetUserGroupsByIDTooManyRequests

func NewGetUserGroupsByIDTooManyRequests() *GetUserGroupsByIDTooManyRequests

NewGetUserGroupsByIDTooManyRequests creates a GetUserGroupsByIDTooManyRequests with default headers values

func (*GetUserGroupsByIDTooManyRequests) Error

func (*GetUserGroupsByIDTooManyRequests) GetPayload

type QueryCIDGroupMembersDefault

type QueryCIDGroupMembersDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryCIDGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewQueryCIDGroupMembersDefault

func NewQueryCIDGroupMembersDefault(code int) *QueryCIDGroupMembersDefault

NewQueryCIDGroupMembersDefault creates a QueryCIDGroupMembersDefault with default headers values

func (*QueryCIDGroupMembersDefault) Code

func (o *QueryCIDGroupMembersDefault) Code() int

Code gets the status code for the query c ID group members default response

func (*QueryCIDGroupMembersDefault) Error

func (*QueryCIDGroupMembersDefault) GetPayload

type QueryCIDGroupMembersForbidden

type QueryCIDGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryCIDGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCIDGroupMembersForbidden

func NewQueryCIDGroupMembersForbidden() *QueryCIDGroupMembersForbidden

NewQueryCIDGroupMembersForbidden creates a QueryCIDGroupMembersForbidden with default headers values

func (*QueryCIDGroupMembersForbidden) Error

func (*QueryCIDGroupMembersForbidden) GetPayload

type QueryCIDGroupMembersOK

type QueryCIDGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryCIDGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewQueryCIDGroupMembersOK

func NewQueryCIDGroupMembersOK() *QueryCIDGroupMembersOK

NewQueryCIDGroupMembersOK creates a QueryCIDGroupMembersOK with default headers values

func (*QueryCIDGroupMembersOK) Error

func (o *QueryCIDGroupMembersOK) Error() string

func (*QueryCIDGroupMembersOK) GetPayload

type QueryCIDGroupMembersParams

type QueryCIDGroupMembersParams struct {

	/* Cid.

	   CID to lookup associated CID group ID
	*/
	Cid string

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return id
	*/
	Offset *int64

	/* Sort.

	   The sort expression used to sort the results

	   Default: "last_modified_timestamp|desc"
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryCIDGroupMembersParams contains all the parameters to send to the API endpoint

for the query c ID group members operation.

Typically these are written to a http.Request.

func NewQueryCIDGroupMembersParams

func NewQueryCIDGroupMembersParams() *QueryCIDGroupMembersParams

NewQueryCIDGroupMembersParams creates a new QueryCIDGroupMembersParams 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 NewQueryCIDGroupMembersParamsWithContext

func NewQueryCIDGroupMembersParamsWithContext(ctx context.Context) *QueryCIDGroupMembersParams

NewQueryCIDGroupMembersParamsWithContext creates a new QueryCIDGroupMembersParams object with the ability to set a context for a request.

func NewQueryCIDGroupMembersParamsWithHTTPClient

func NewQueryCIDGroupMembersParamsWithHTTPClient(client *http.Client) *QueryCIDGroupMembersParams

NewQueryCIDGroupMembersParamsWithHTTPClient creates a new QueryCIDGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCIDGroupMembersParamsWithTimeout

func NewQueryCIDGroupMembersParamsWithTimeout(timeout time.Duration) *QueryCIDGroupMembersParams

NewQueryCIDGroupMembersParamsWithTimeout creates a new QueryCIDGroupMembersParams object with the ability to set a timeout on a request.

func (*QueryCIDGroupMembersParams) SetCid

func (o *QueryCIDGroupMembersParams) SetCid(cid string)

SetCid adds the cid to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetContext

func (o *QueryCIDGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetDefaults

func (o *QueryCIDGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the query c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCIDGroupMembersParams) SetHTTPClient

func (o *QueryCIDGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetLimit

func (o *QueryCIDGroupMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetOffset

func (o *QueryCIDGroupMembersParams) SetOffset(offset *int64)

SetOffset adds the offset to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetSort

func (o *QueryCIDGroupMembersParams) SetSort(sort *string)

SetSort adds the sort to the query c ID group members params

func (*QueryCIDGroupMembersParams) SetTimeout

func (o *QueryCIDGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithCid

WithCid adds the cid to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithContext

WithContext adds the context to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the query c ID group members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCIDGroupMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithLimit

WithLimit adds the limit to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithOffset

WithOffset adds the offset to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithSort

WithSort adds the sort to the query c ID group members params

func (*QueryCIDGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the query c ID group members params

func (*QueryCIDGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCIDGroupMembersReader

type QueryCIDGroupMembersReader struct {
	// contains filtered or unexported fields
}

QueryCIDGroupMembersReader is a Reader for the QueryCIDGroupMembers structure.

func (*QueryCIDGroupMembersReader) ReadResponse

func (o *QueryCIDGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryCIDGroupMembersTooManyRequests

type QueryCIDGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryCIDGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCIDGroupMembersTooManyRequests

func NewQueryCIDGroupMembersTooManyRequests() *QueryCIDGroupMembersTooManyRequests

NewQueryCIDGroupMembersTooManyRequests creates a QueryCIDGroupMembersTooManyRequests with default headers values

func (*QueryCIDGroupMembersTooManyRequests) Error

func (*QueryCIDGroupMembersTooManyRequests) GetPayload

type QueryCIDGroupsDefault

type QueryCIDGroupsDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryCIDGroupsDefault describes a response with status code -1, with default header values.

OK

func NewQueryCIDGroupsDefault

func NewQueryCIDGroupsDefault(code int) *QueryCIDGroupsDefault

NewQueryCIDGroupsDefault creates a QueryCIDGroupsDefault with default headers values

func (*QueryCIDGroupsDefault) Code

func (o *QueryCIDGroupsDefault) Code() int

Code gets the status code for the query c ID groups default response

func (*QueryCIDGroupsDefault) Error

func (o *QueryCIDGroupsDefault) Error() string

func (*QueryCIDGroupsDefault) GetPayload

type QueryCIDGroupsForbidden

type QueryCIDGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryCIDGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCIDGroupsForbidden

func NewQueryCIDGroupsForbidden() *QueryCIDGroupsForbidden

NewQueryCIDGroupsForbidden creates a QueryCIDGroupsForbidden with default headers values

func (*QueryCIDGroupsForbidden) Error

func (o *QueryCIDGroupsForbidden) Error() string

func (*QueryCIDGroupsForbidden) GetPayload

func (o *QueryCIDGroupsForbidden) GetPayload() *models.MsaErrorsOnly

type QueryCIDGroupsOK

type QueryCIDGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryCIDGroupsOK describes a response with status code 200, with default header values.

OK

func NewQueryCIDGroupsOK

func NewQueryCIDGroupsOK() *QueryCIDGroupsOK

NewQueryCIDGroupsOK creates a QueryCIDGroupsOK with default headers values

func (*QueryCIDGroupsOK) Error

func (o *QueryCIDGroupsOK) Error() string

func (*QueryCIDGroupsOK) GetPayload

func (o *QueryCIDGroupsOK) GetPayload() *models.MsaQueryResponse

type QueryCIDGroupsParams

type QueryCIDGroupsParams struct {

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Name.

	   Name to lookup groups for
	*/
	Name *string

	/* Offset.

	   Starting index of overall result set from which to return ids
	*/
	Offset *int64

	/* Sort.

	   The sort expression used to sort the results

	   Default: "name|asc"
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryCIDGroupsParams contains all the parameters to send to the API endpoint

for the query c ID groups operation.

Typically these are written to a http.Request.

func NewQueryCIDGroupsParams

func NewQueryCIDGroupsParams() *QueryCIDGroupsParams

NewQueryCIDGroupsParams creates a new QueryCIDGroupsParams 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 NewQueryCIDGroupsParamsWithContext

func NewQueryCIDGroupsParamsWithContext(ctx context.Context) *QueryCIDGroupsParams

NewQueryCIDGroupsParamsWithContext creates a new QueryCIDGroupsParams object with the ability to set a context for a request.

func NewQueryCIDGroupsParamsWithHTTPClient

func NewQueryCIDGroupsParamsWithHTTPClient(client *http.Client) *QueryCIDGroupsParams

NewQueryCIDGroupsParamsWithHTTPClient creates a new QueryCIDGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCIDGroupsParamsWithTimeout

func NewQueryCIDGroupsParamsWithTimeout(timeout time.Duration) *QueryCIDGroupsParams

NewQueryCIDGroupsParamsWithTimeout creates a new QueryCIDGroupsParams object with the ability to set a timeout on a request.

func (*QueryCIDGroupsParams) SetContext

func (o *QueryCIDGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the query c ID groups params

func (*QueryCIDGroupsParams) SetDefaults

func (o *QueryCIDGroupsParams) SetDefaults()

SetDefaults hydrates default values in the query c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCIDGroupsParams) SetHTTPClient

func (o *QueryCIDGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query c ID groups params

func (*QueryCIDGroupsParams) SetLimit

func (o *QueryCIDGroupsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query c ID groups params

func (*QueryCIDGroupsParams) SetName

func (o *QueryCIDGroupsParams) SetName(name *string)

SetName adds the name to the query c ID groups params

func (*QueryCIDGroupsParams) SetOffset

func (o *QueryCIDGroupsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query c ID groups params

func (*QueryCIDGroupsParams) SetSort

func (o *QueryCIDGroupsParams) SetSort(sort *string)

SetSort adds the sort to the query c ID groups params

func (*QueryCIDGroupsParams) SetTimeout

func (o *QueryCIDGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query c ID groups params

func (*QueryCIDGroupsParams) WithContext

WithContext adds the context to the query c ID groups params

func (*QueryCIDGroupsParams) WithDefaults

func (o *QueryCIDGroupsParams) WithDefaults() *QueryCIDGroupsParams

WithDefaults hydrates default values in the query c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCIDGroupsParams) WithHTTPClient

func (o *QueryCIDGroupsParams) WithHTTPClient(client *http.Client) *QueryCIDGroupsParams

WithHTTPClient adds the HTTPClient to the query c ID groups params

func (*QueryCIDGroupsParams) WithLimit

func (o *QueryCIDGroupsParams) WithLimit(limit *int64) *QueryCIDGroupsParams

WithLimit adds the limit to the query c ID groups params

func (*QueryCIDGroupsParams) WithName

func (o *QueryCIDGroupsParams) WithName(name *string) *QueryCIDGroupsParams

WithName adds the name to the query c ID groups params

func (*QueryCIDGroupsParams) WithOffset

func (o *QueryCIDGroupsParams) WithOffset(offset *int64) *QueryCIDGroupsParams

WithOffset adds the offset to the query c ID groups params

func (*QueryCIDGroupsParams) WithSort

func (o *QueryCIDGroupsParams) WithSort(sort *string) *QueryCIDGroupsParams

WithSort adds the sort to the query c ID groups params

func (*QueryCIDGroupsParams) WithTimeout

func (o *QueryCIDGroupsParams) WithTimeout(timeout time.Duration) *QueryCIDGroupsParams

WithTimeout adds the timeout to the query c ID groups params

func (*QueryCIDGroupsParams) WriteToRequest

func (o *QueryCIDGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryCIDGroupsReader

type QueryCIDGroupsReader struct {
	// contains filtered or unexported fields
}

QueryCIDGroupsReader is a Reader for the QueryCIDGroups structure.

func (*QueryCIDGroupsReader) ReadResponse

func (o *QueryCIDGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryCIDGroupsTooManyRequests

type QueryCIDGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryCIDGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCIDGroupsTooManyRequests

func NewQueryCIDGroupsTooManyRequests() *QueryCIDGroupsTooManyRequests

NewQueryCIDGroupsTooManyRequests creates a QueryCIDGroupsTooManyRequests with default headers values

func (*QueryCIDGroupsTooManyRequests) Error

func (*QueryCIDGroupsTooManyRequests) GetPayload

type QueryChildrenBadRequest

type QueryChildrenBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryChildrenBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryChildrenBadRequest

func NewQueryChildrenBadRequest() *QueryChildrenBadRequest

NewQueryChildrenBadRequest creates a QueryChildrenBadRequest with default headers values

func (*QueryChildrenBadRequest) Error

func (o *QueryChildrenBadRequest) Error() string

func (*QueryChildrenBadRequest) GetPayload

func (o *QueryChildrenBadRequest) GetPayload() *models.MsaErrorsOnly

type QueryChildrenDefault

type QueryChildrenDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryChildrenDefault describes a response with status code -1, with default header values.

OK

func NewQueryChildrenDefault

func NewQueryChildrenDefault(code int) *QueryChildrenDefault

NewQueryChildrenDefault creates a QueryChildrenDefault with default headers values

func (*QueryChildrenDefault) Code

func (o *QueryChildrenDefault) Code() int

Code gets the status code for the query children default response

func (*QueryChildrenDefault) Error

func (o *QueryChildrenDefault) Error() string

func (*QueryChildrenDefault) GetPayload

func (o *QueryChildrenDefault) GetPayload() *models.MsaQueryResponse

type QueryChildrenForbidden

type QueryChildrenForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryChildrenForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryChildrenForbidden

func NewQueryChildrenForbidden() *QueryChildrenForbidden

NewQueryChildrenForbidden creates a QueryChildrenForbidden with default headers values

func (*QueryChildrenForbidden) Error

func (o *QueryChildrenForbidden) Error() string

func (*QueryChildrenForbidden) GetPayload

func (o *QueryChildrenForbidden) GetPayload() *models.MsaErrorsOnly

type QueryChildrenOK

type QueryChildrenOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryChildrenOK describes a response with status code 200, with default header values.

OK

func NewQueryChildrenOK

func NewQueryChildrenOK() *QueryChildrenOK

NewQueryChildrenOK creates a QueryChildrenOK with default headers values

func (*QueryChildrenOK) Error

func (o *QueryChildrenOK) Error() string

func (*QueryChildrenOK) GetPayload

func (o *QueryChildrenOK) GetPayload() *models.MsaQueryResponse

type QueryChildrenParams

type QueryChildrenParams struct {

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids
	*/
	Offset *int64

	/* Sort.

	   The sort expression used to sort the results

	   Default: "last_modified_timestamp|desc"
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryChildrenParams contains all the parameters to send to the API endpoint

for the query children operation.

Typically these are written to a http.Request.

func NewQueryChildrenParams

func NewQueryChildrenParams() *QueryChildrenParams

NewQueryChildrenParams creates a new QueryChildrenParams 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 NewQueryChildrenParamsWithContext

func NewQueryChildrenParamsWithContext(ctx context.Context) *QueryChildrenParams

NewQueryChildrenParamsWithContext creates a new QueryChildrenParams object with the ability to set a context for a request.

func NewQueryChildrenParamsWithHTTPClient

func NewQueryChildrenParamsWithHTTPClient(client *http.Client) *QueryChildrenParams

NewQueryChildrenParamsWithHTTPClient creates a new QueryChildrenParams object with the ability to set a custom HTTPClient for a request.

func NewQueryChildrenParamsWithTimeout

func NewQueryChildrenParamsWithTimeout(timeout time.Duration) *QueryChildrenParams

NewQueryChildrenParamsWithTimeout creates a new QueryChildrenParams object with the ability to set a timeout on a request.

func (*QueryChildrenParams) SetContext

func (o *QueryChildrenParams) SetContext(ctx context.Context)

SetContext adds the context to the query children params

func (*QueryChildrenParams) SetDefaults

func (o *QueryChildrenParams) SetDefaults()

SetDefaults hydrates default values in the query children params (not the query body).

All values with no default are reset to their zero value.

func (*QueryChildrenParams) SetHTTPClient

func (o *QueryChildrenParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query children params

func (*QueryChildrenParams) SetLimit

func (o *QueryChildrenParams) SetLimit(limit *int64)

SetLimit adds the limit to the query children params

func (*QueryChildrenParams) SetOffset

func (o *QueryChildrenParams) SetOffset(offset *int64)

SetOffset adds the offset to the query children params

func (*QueryChildrenParams) SetSort

func (o *QueryChildrenParams) SetSort(sort *string)

SetSort adds the sort to the query children params

func (*QueryChildrenParams) SetTimeout

func (o *QueryChildrenParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query children params

func (*QueryChildrenParams) WithContext

WithContext adds the context to the query children params

func (*QueryChildrenParams) WithDefaults

func (o *QueryChildrenParams) WithDefaults() *QueryChildrenParams

WithDefaults hydrates default values in the query children params (not the query body).

All values with no default are reset to their zero value.

func (*QueryChildrenParams) WithHTTPClient

func (o *QueryChildrenParams) WithHTTPClient(client *http.Client) *QueryChildrenParams

WithHTTPClient adds the HTTPClient to the query children params

func (*QueryChildrenParams) WithLimit

func (o *QueryChildrenParams) WithLimit(limit *int64) *QueryChildrenParams

WithLimit adds the limit to the query children params

func (*QueryChildrenParams) WithOffset

func (o *QueryChildrenParams) WithOffset(offset *int64) *QueryChildrenParams

WithOffset adds the offset to the query children params

func (*QueryChildrenParams) WithSort

func (o *QueryChildrenParams) WithSort(sort *string) *QueryChildrenParams

WithSort adds the sort to the query children params

func (*QueryChildrenParams) WithTimeout

func (o *QueryChildrenParams) WithTimeout(timeout time.Duration) *QueryChildrenParams

WithTimeout adds the timeout to the query children params

func (*QueryChildrenParams) WriteToRequest

func (o *QueryChildrenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryChildrenReader

type QueryChildrenReader struct {
	// contains filtered or unexported fields
}

QueryChildrenReader is a Reader for the QueryChildren structure.

func (*QueryChildrenReader) ReadResponse

func (o *QueryChildrenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryChildrenTooManyRequests

type QueryChildrenTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryChildrenTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryChildrenTooManyRequests

func NewQueryChildrenTooManyRequests() *QueryChildrenTooManyRequests

NewQueryChildrenTooManyRequests creates a QueryChildrenTooManyRequests with default headers values

func (*QueryChildrenTooManyRequests) Error

func (*QueryChildrenTooManyRequests) GetPayload

type QueryRolesDefault

type QueryRolesDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryRolesDefault describes a response with status code -1, with default header values.

OK

func NewQueryRolesDefault

func NewQueryRolesDefault(code int) *QueryRolesDefault

NewQueryRolesDefault creates a QueryRolesDefault with default headers values

func (*QueryRolesDefault) Code

func (o *QueryRolesDefault) Code() int

Code gets the status code for the query roles default response

func (*QueryRolesDefault) Error

func (o *QueryRolesDefault) Error() string

func (*QueryRolesDefault) GetPayload

func (o *QueryRolesDefault) GetPayload() *models.MsaQueryResponse

type QueryRolesForbidden

type QueryRolesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryRolesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryRolesForbidden

func NewQueryRolesForbidden() *QueryRolesForbidden

NewQueryRolesForbidden creates a QueryRolesForbidden with default headers values

func (*QueryRolesForbidden) Error

func (o *QueryRolesForbidden) Error() string

func (*QueryRolesForbidden) GetPayload

func (o *QueryRolesForbidden) GetPayload() *models.MsaErrorsOnly

type QueryRolesOK

type QueryRolesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryRolesOK describes a response with status code 200, with default header values.

OK

func NewQueryRolesOK

func NewQueryRolesOK() *QueryRolesOK

NewQueryRolesOK creates a QueryRolesOK with default headers values

func (*QueryRolesOK) Error

func (o *QueryRolesOK) Error() string

func (*QueryRolesOK) GetPayload

func (o *QueryRolesOK) GetPayload() *models.MsaQueryResponse

type QueryRolesParams

type QueryRolesParams struct {

	/* CidGroupID.

	   CID Group ID to fetch MSSP role for
	*/
	CidGroupID *string

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids
	*/
	Offset *int64

	/* RoleID.

	   Role ID to fetch MSSP role for
	*/
	RoleID *string

	/* Sort.

	   The sort expression used to sort the results

	   Default: "last_modified_timestamp|desc"
	*/
	Sort *string

	/* UserGroupID.

	   User Group ID to fetch MSSP role for
	*/
	UserGroupID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryRolesParams contains all the parameters to send to the API endpoint

for the query roles operation.

Typically these are written to a http.Request.

func NewQueryRolesParams

func NewQueryRolesParams() *QueryRolesParams

NewQueryRolesParams creates a new QueryRolesParams 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 NewQueryRolesParamsWithContext

func NewQueryRolesParamsWithContext(ctx context.Context) *QueryRolesParams

NewQueryRolesParamsWithContext creates a new QueryRolesParams object with the ability to set a context for a request.

func NewQueryRolesParamsWithHTTPClient

func NewQueryRolesParamsWithHTTPClient(client *http.Client) *QueryRolesParams

NewQueryRolesParamsWithHTTPClient creates a new QueryRolesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRolesParamsWithTimeout

func NewQueryRolesParamsWithTimeout(timeout time.Duration) *QueryRolesParams

NewQueryRolesParamsWithTimeout creates a new QueryRolesParams object with the ability to set a timeout on a request.

func (*QueryRolesParams) SetCidGroupID

func (o *QueryRolesParams) SetCidGroupID(cidGroupID *string)

SetCidGroupID adds the cidGroupId to the query roles params

func (*QueryRolesParams) SetContext

func (o *QueryRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the query roles params

func (*QueryRolesParams) SetDefaults

func (o *QueryRolesParams) SetDefaults()

SetDefaults hydrates default values in the query roles params (not the query body).

All values with no default are reset to their zero value.

func (*QueryRolesParams) SetHTTPClient

func (o *QueryRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query roles params

func (*QueryRolesParams) SetLimit

func (o *QueryRolesParams) SetLimit(limit *int64)

SetLimit adds the limit to the query roles params

func (*QueryRolesParams) SetOffset

func (o *QueryRolesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query roles params

func (*QueryRolesParams) SetRoleID

func (o *QueryRolesParams) SetRoleID(roleID *string)

SetRoleID adds the roleId to the query roles params

func (*QueryRolesParams) SetSort

func (o *QueryRolesParams) SetSort(sort *string)

SetSort adds the sort to the query roles params

func (*QueryRolesParams) SetTimeout

func (o *QueryRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query roles params

func (*QueryRolesParams) SetUserGroupID

func (o *QueryRolesParams) SetUserGroupID(userGroupID *string)

SetUserGroupID adds the userGroupId to the query roles params

func (*QueryRolesParams) WithCidGroupID

func (o *QueryRolesParams) WithCidGroupID(cidGroupID *string) *QueryRolesParams

WithCidGroupID adds the cidGroupID to the query roles params

func (*QueryRolesParams) WithContext

func (o *QueryRolesParams) WithContext(ctx context.Context) *QueryRolesParams

WithContext adds the context to the query roles params

func (*QueryRolesParams) WithDefaults

func (o *QueryRolesParams) WithDefaults() *QueryRolesParams

WithDefaults hydrates default values in the query roles params (not the query body).

All values with no default are reset to their zero value.

func (*QueryRolesParams) WithHTTPClient

func (o *QueryRolesParams) WithHTTPClient(client *http.Client) *QueryRolesParams

WithHTTPClient adds the HTTPClient to the query roles params

func (*QueryRolesParams) WithLimit

func (o *QueryRolesParams) WithLimit(limit *int64) *QueryRolesParams

WithLimit adds the limit to the query roles params

func (*QueryRolesParams) WithOffset

func (o *QueryRolesParams) WithOffset(offset *int64) *QueryRolesParams

WithOffset adds the offset to the query roles params

func (*QueryRolesParams) WithRoleID

func (o *QueryRolesParams) WithRoleID(roleID *string) *QueryRolesParams

WithRoleID adds the roleID to the query roles params

func (*QueryRolesParams) WithSort

func (o *QueryRolesParams) WithSort(sort *string) *QueryRolesParams

WithSort adds the sort to the query roles params

func (*QueryRolesParams) WithTimeout

func (o *QueryRolesParams) WithTimeout(timeout time.Duration) *QueryRolesParams

WithTimeout adds the timeout to the query roles params

func (*QueryRolesParams) WithUserGroupID

func (o *QueryRolesParams) WithUserGroupID(userGroupID *string) *QueryRolesParams

WithUserGroupID adds the userGroupID to the query roles params

func (*QueryRolesParams) WriteToRequest

func (o *QueryRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryRolesReader

type QueryRolesReader struct {
	// contains filtered or unexported fields
}

QueryRolesReader is a Reader for the QueryRoles structure.

func (*QueryRolesReader) ReadResponse

func (o *QueryRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryRolesTooManyRequests

type QueryRolesTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryRolesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryRolesTooManyRequests

func NewQueryRolesTooManyRequests() *QueryRolesTooManyRequests

NewQueryRolesTooManyRequests creates a QueryRolesTooManyRequests with default headers values

func (*QueryRolesTooManyRequests) Error

func (o *QueryRolesTooManyRequests) Error() string

func (*QueryRolesTooManyRequests) GetPayload

type QueryUserGroupMembersDefault

type QueryUserGroupMembersDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryUserGroupMembersDefault describes a response with status code -1, with default header values.

OK

func NewQueryUserGroupMembersDefault

func NewQueryUserGroupMembersDefault(code int) *QueryUserGroupMembersDefault

NewQueryUserGroupMembersDefault creates a QueryUserGroupMembersDefault with default headers values

func (*QueryUserGroupMembersDefault) Code

Code gets the status code for the query user group members default response

func (*QueryUserGroupMembersDefault) Error

func (*QueryUserGroupMembersDefault) GetPayload

type QueryUserGroupMembersForbidden

type QueryUserGroupMembersForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryUserGroupMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryUserGroupMembersForbidden

func NewQueryUserGroupMembersForbidden() *QueryUserGroupMembersForbidden

NewQueryUserGroupMembersForbidden creates a QueryUserGroupMembersForbidden with default headers values

func (*QueryUserGroupMembersForbidden) Error

func (*QueryUserGroupMembersForbidden) GetPayload

type QueryUserGroupMembersOK

type QueryUserGroupMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryUserGroupMembersOK describes a response with status code 200, with default header values.

OK

func NewQueryUserGroupMembersOK

func NewQueryUserGroupMembersOK() *QueryUserGroupMembersOK

NewQueryUserGroupMembersOK creates a QueryUserGroupMembersOK with default headers values

func (*QueryUserGroupMembersOK) Error

func (o *QueryUserGroupMembersOK) Error() string

func (*QueryUserGroupMembersOK) GetPayload

type QueryUserGroupMembersParams

type QueryUserGroupMembersParams struct {

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids
	*/
	Offset *int64

	/* Sort.

	   The sort expression used to sort the results

	   Default: "last_modified_timestamp|desc"
	*/
	Sort *string

	/* UserUUID.

	   User UUID to lookup associated user group ID
	*/
	UserUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryUserGroupMembersParams contains all the parameters to send to the API endpoint

for the query user group members operation.

Typically these are written to a http.Request.

func NewQueryUserGroupMembersParams

func NewQueryUserGroupMembersParams() *QueryUserGroupMembersParams

NewQueryUserGroupMembersParams creates a new QueryUserGroupMembersParams 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 NewQueryUserGroupMembersParamsWithContext

func NewQueryUserGroupMembersParamsWithContext(ctx context.Context) *QueryUserGroupMembersParams

NewQueryUserGroupMembersParamsWithContext creates a new QueryUserGroupMembersParams object with the ability to set a context for a request.

func NewQueryUserGroupMembersParamsWithHTTPClient

func NewQueryUserGroupMembersParamsWithHTTPClient(client *http.Client) *QueryUserGroupMembersParams

NewQueryUserGroupMembersParamsWithHTTPClient creates a new QueryUserGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryUserGroupMembersParamsWithTimeout

func NewQueryUserGroupMembersParamsWithTimeout(timeout time.Duration) *QueryUserGroupMembersParams

NewQueryUserGroupMembersParamsWithTimeout creates a new QueryUserGroupMembersParams object with the ability to set a timeout on a request.

func (*QueryUserGroupMembersParams) SetContext

func (o *QueryUserGroupMembersParams) SetContext(ctx context.Context)

SetContext adds the context to the query user group members params

func (*QueryUserGroupMembersParams) SetDefaults

func (o *QueryUserGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the query user group members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryUserGroupMembersParams) SetHTTPClient

func (o *QueryUserGroupMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query user group members params

func (*QueryUserGroupMembersParams) SetLimit

func (o *QueryUserGroupMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the query user group members params

func (*QueryUserGroupMembersParams) SetOffset

func (o *QueryUserGroupMembersParams) SetOffset(offset *int64)

SetOffset adds the offset to the query user group members params

func (*QueryUserGroupMembersParams) SetSort

func (o *QueryUserGroupMembersParams) SetSort(sort *string)

SetSort adds the sort to the query user group members params

func (*QueryUserGroupMembersParams) SetTimeout

func (o *QueryUserGroupMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query user group members params

func (*QueryUserGroupMembersParams) SetUserUUID

func (o *QueryUserGroupMembersParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the query user group members params

func (*QueryUserGroupMembersParams) WithContext

WithContext adds the context to the query user group members params

func (*QueryUserGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the query user group members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryUserGroupMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query user group members params

func (*QueryUserGroupMembersParams) WithLimit

WithLimit adds the limit to the query user group members params

func (*QueryUserGroupMembersParams) WithOffset

WithOffset adds the offset to the query user group members params

func (*QueryUserGroupMembersParams) WithSort

WithSort adds the sort to the query user group members params

func (*QueryUserGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the query user group members params

func (*QueryUserGroupMembersParams) WithUserUUID

WithUserUUID adds the userUUID to the query user group members params

func (*QueryUserGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryUserGroupMembersReader

type QueryUserGroupMembersReader struct {
	// contains filtered or unexported fields
}

QueryUserGroupMembersReader is a Reader for the QueryUserGroupMembers structure.

func (*QueryUserGroupMembersReader) ReadResponse

func (o *QueryUserGroupMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryUserGroupMembersTooManyRequests

type QueryUserGroupMembersTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryUserGroupMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryUserGroupMembersTooManyRequests

func NewQueryUserGroupMembersTooManyRequests() *QueryUserGroupMembersTooManyRequests

NewQueryUserGroupMembersTooManyRequests creates a QueryUserGroupMembersTooManyRequests with default headers values

func (*QueryUserGroupMembersTooManyRequests) Error

func (*QueryUserGroupMembersTooManyRequests) GetPayload

type QueryUserGroupsBadRequest

type QueryUserGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryUserGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryUserGroupsBadRequest

func NewQueryUserGroupsBadRequest() *QueryUserGroupsBadRequest

NewQueryUserGroupsBadRequest creates a QueryUserGroupsBadRequest with default headers values

func (*QueryUserGroupsBadRequest) Error

func (o *QueryUserGroupsBadRequest) Error() string

func (*QueryUserGroupsBadRequest) GetPayload

type QueryUserGroupsDefault

type QueryUserGroupsDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryUserGroupsDefault describes a response with status code -1, with default header values.

OK

func NewQueryUserGroupsDefault

func NewQueryUserGroupsDefault(code int) *QueryUserGroupsDefault

NewQueryUserGroupsDefault creates a QueryUserGroupsDefault with default headers values

func (*QueryUserGroupsDefault) Code

func (o *QueryUserGroupsDefault) Code() int

Code gets the status code for the query user groups default response

func (*QueryUserGroupsDefault) Error

func (o *QueryUserGroupsDefault) Error() string

func (*QueryUserGroupsDefault) GetPayload

type QueryUserGroupsForbidden

type QueryUserGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
QueryUserGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryUserGroupsForbidden

func NewQueryUserGroupsForbidden() *QueryUserGroupsForbidden

NewQueryUserGroupsForbidden creates a QueryUserGroupsForbidden with default headers values

func (*QueryUserGroupsForbidden) Error

func (o *QueryUserGroupsForbidden) Error() string

func (*QueryUserGroupsForbidden) GetPayload

type QueryUserGroupsOK

type QueryUserGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}
QueryUserGroupsOK describes a response with status code 200, with default header values.

OK

func NewQueryUserGroupsOK

func NewQueryUserGroupsOK() *QueryUserGroupsOK

NewQueryUserGroupsOK creates a QueryUserGroupsOK with default headers values

func (*QueryUserGroupsOK) Error

func (o *QueryUserGroupsOK) Error() string

func (*QueryUserGroupsOK) GetPayload

func (o *QueryUserGroupsOK) GetPayload() *models.MsaQueryResponse

type QueryUserGroupsParams

type QueryUserGroupsParams struct {

	/* Limit.

	   Number of ids to return

	   Default: 10
	*/
	Limit *int64

	/* Name.

	   Name to lookup groups for
	*/
	Name *string

	/* Offset.

	   Starting index of overall result set from which to return ids
	*/
	Offset *int64

	/* Sort.

	   The sort expression used to sort the results

	   Default: "name|asc"
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryUserGroupsParams contains all the parameters to send to the API endpoint

for the query user groups operation.

Typically these are written to a http.Request.

func NewQueryUserGroupsParams

func NewQueryUserGroupsParams() *QueryUserGroupsParams

NewQueryUserGroupsParams creates a new QueryUserGroupsParams 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 NewQueryUserGroupsParamsWithContext

func NewQueryUserGroupsParamsWithContext(ctx context.Context) *QueryUserGroupsParams

NewQueryUserGroupsParamsWithContext creates a new QueryUserGroupsParams object with the ability to set a context for a request.

func NewQueryUserGroupsParamsWithHTTPClient

func NewQueryUserGroupsParamsWithHTTPClient(client *http.Client) *QueryUserGroupsParams

NewQueryUserGroupsParamsWithHTTPClient creates a new QueryUserGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryUserGroupsParamsWithTimeout

func NewQueryUserGroupsParamsWithTimeout(timeout time.Duration) *QueryUserGroupsParams

NewQueryUserGroupsParamsWithTimeout creates a new QueryUserGroupsParams object with the ability to set a timeout on a request.

func (*QueryUserGroupsParams) SetContext

func (o *QueryUserGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the query user groups params

func (*QueryUserGroupsParams) SetDefaults

func (o *QueryUserGroupsParams) SetDefaults()

SetDefaults hydrates default values in the query user groups params (not the query body).

All values with no default are reset to their zero value.

func (*QueryUserGroupsParams) SetHTTPClient

func (o *QueryUserGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query user groups params

func (*QueryUserGroupsParams) SetLimit

func (o *QueryUserGroupsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query user groups params

func (*QueryUserGroupsParams) SetName

func (o *QueryUserGroupsParams) SetName(name *string)

SetName adds the name to the query user groups params

func (*QueryUserGroupsParams) SetOffset

func (o *QueryUserGroupsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query user groups params

func (*QueryUserGroupsParams) SetSort

func (o *QueryUserGroupsParams) SetSort(sort *string)

SetSort adds the sort to the query user groups params

func (*QueryUserGroupsParams) SetTimeout

func (o *QueryUserGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query user groups params

func (*QueryUserGroupsParams) WithContext

WithContext adds the context to the query user groups params

func (*QueryUserGroupsParams) WithDefaults

func (o *QueryUserGroupsParams) WithDefaults() *QueryUserGroupsParams

WithDefaults hydrates default values in the query user groups params (not the query body).

All values with no default are reset to their zero value.

func (*QueryUserGroupsParams) WithHTTPClient

func (o *QueryUserGroupsParams) WithHTTPClient(client *http.Client) *QueryUserGroupsParams

WithHTTPClient adds the HTTPClient to the query user groups params

func (*QueryUserGroupsParams) WithLimit

func (o *QueryUserGroupsParams) WithLimit(limit *int64) *QueryUserGroupsParams

WithLimit adds the limit to the query user groups params

func (*QueryUserGroupsParams) WithName

WithName adds the name to the query user groups params

func (*QueryUserGroupsParams) WithOffset

func (o *QueryUserGroupsParams) WithOffset(offset *int64) *QueryUserGroupsParams

WithOffset adds the offset to the query user groups params

func (*QueryUserGroupsParams) WithSort

WithSort adds the sort to the query user groups params

func (*QueryUserGroupsParams) WithTimeout

func (o *QueryUserGroupsParams) WithTimeout(timeout time.Duration) *QueryUserGroupsParams

WithTimeout adds the timeout to the query user groups params

func (*QueryUserGroupsParams) WriteToRequest

func (o *QueryUserGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryUserGroupsReader

type QueryUserGroupsReader struct {
	// contains filtered or unexported fields
}

QueryUserGroupsReader is a Reader for the QueryUserGroups structure.

func (*QueryUserGroupsReader) ReadResponse

func (o *QueryUserGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryUserGroupsTooManyRequests

type QueryUserGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
QueryUserGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryUserGroupsTooManyRequests

func NewQueryUserGroupsTooManyRequests() *QueryUserGroupsTooManyRequests

NewQueryUserGroupsTooManyRequests creates a QueryUserGroupsTooManyRequests with default headers values

func (*QueryUserGroupsTooManyRequests) Error

func (*QueryUserGroupsTooManyRequests) GetPayload

type UpdateCIDGroupsBadRequest

type UpdateCIDGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
UpdateCIDGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateCIDGroupsBadRequest

func NewUpdateCIDGroupsBadRequest() *UpdateCIDGroupsBadRequest

NewUpdateCIDGroupsBadRequest creates a UpdateCIDGroupsBadRequest with default headers values

func (*UpdateCIDGroupsBadRequest) Error

func (o *UpdateCIDGroupsBadRequest) Error() string

func (*UpdateCIDGroupsBadRequest) GetPayload

type UpdateCIDGroupsDefault

type UpdateCIDGroupsDefault struct {
	Payload *models.DomainCIDGroupsResponseV1
	// contains filtered or unexported fields
}
UpdateCIDGroupsDefault describes a response with status code -1, with default header values.

OK

func NewUpdateCIDGroupsDefault

func NewUpdateCIDGroupsDefault(code int) *UpdateCIDGroupsDefault

NewUpdateCIDGroupsDefault creates a UpdateCIDGroupsDefault with default headers values

func (*UpdateCIDGroupsDefault) Code

func (o *UpdateCIDGroupsDefault) Code() int

Code gets the status code for the update c ID groups default response

func (*UpdateCIDGroupsDefault) Error

func (o *UpdateCIDGroupsDefault) Error() string

func (*UpdateCIDGroupsDefault) GetPayload

type UpdateCIDGroupsForbidden

type UpdateCIDGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
UpdateCIDGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateCIDGroupsForbidden

func NewUpdateCIDGroupsForbidden() *UpdateCIDGroupsForbidden

NewUpdateCIDGroupsForbidden creates a UpdateCIDGroupsForbidden with default headers values

func (*UpdateCIDGroupsForbidden) Error

func (o *UpdateCIDGroupsForbidden) Error() string

func (*UpdateCIDGroupsForbidden) GetPayload

type UpdateCIDGroupsMultiStatus

type UpdateCIDGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
UpdateCIDGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewUpdateCIDGroupsMultiStatus

func NewUpdateCIDGroupsMultiStatus() *UpdateCIDGroupsMultiStatus

NewUpdateCIDGroupsMultiStatus creates a UpdateCIDGroupsMultiStatus with default headers values

func (*UpdateCIDGroupsMultiStatus) Error

func (*UpdateCIDGroupsMultiStatus) GetPayload

type UpdateCIDGroupsOK

type UpdateCIDGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainCIDGroupsResponseV1
}
UpdateCIDGroupsOK describes a response with status code 200, with default header values.

OK

func NewUpdateCIDGroupsOK

func NewUpdateCIDGroupsOK() *UpdateCIDGroupsOK

NewUpdateCIDGroupsOK creates a UpdateCIDGroupsOK with default headers values

func (*UpdateCIDGroupsOK) Error

func (o *UpdateCIDGroupsOK) Error() string

func (*UpdateCIDGroupsOK) GetPayload

type UpdateCIDGroupsParams

type UpdateCIDGroupsParams struct {

	// Body.
	Body *models.DomainCIDGroupsRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateCIDGroupsParams contains all the parameters to send to the API endpoint

for the update c ID groups operation.

Typically these are written to a http.Request.

func NewUpdateCIDGroupsParams

func NewUpdateCIDGroupsParams() *UpdateCIDGroupsParams

NewUpdateCIDGroupsParams creates a new UpdateCIDGroupsParams 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 NewUpdateCIDGroupsParamsWithContext

func NewUpdateCIDGroupsParamsWithContext(ctx context.Context) *UpdateCIDGroupsParams

NewUpdateCIDGroupsParamsWithContext creates a new UpdateCIDGroupsParams object with the ability to set a context for a request.

func NewUpdateCIDGroupsParamsWithHTTPClient

func NewUpdateCIDGroupsParamsWithHTTPClient(client *http.Client) *UpdateCIDGroupsParams

NewUpdateCIDGroupsParamsWithHTTPClient creates a new UpdateCIDGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateCIDGroupsParamsWithTimeout

func NewUpdateCIDGroupsParamsWithTimeout(timeout time.Duration) *UpdateCIDGroupsParams

NewUpdateCIDGroupsParamsWithTimeout creates a new UpdateCIDGroupsParams object with the ability to set a timeout on a request.

func (*UpdateCIDGroupsParams) SetBody

SetBody adds the body to the update c ID groups params

func (*UpdateCIDGroupsParams) SetContext

func (o *UpdateCIDGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the update c ID groups params

func (*UpdateCIDGroupsParams) SetDefaults

func (o *UpdateCIDGroupsParams) SetDefaults()

SetDefaults hydrates default values in the update c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCIDGroupsParams) SetHTTPClient

func (o *UpdateCIDGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update c ID groups params

func (*UpdateCIDGroupsParams) SetTimeout

func (o *UpdateCIDGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update c ID groups params

func (*UpdateCIDGroupsParams) WithBody

WithBody adds the body to the update c ID groups params

func (*UpdateCIDGroupsParams) WithContext

WithContext adds the context to the update c ID groups params

func (*UpdateCIDGroupsParams) WithDefaults

func (o *UpdateCIDGroupsParams) WithDefaults() *UpdateCIDGroupsParams

WithDefaults hydrates default values in the update c ID groups params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCIDGroupsParams) WithHTTPClient

func (o *UpdateCIDGroupsParams) WithHTTPClient(client *http.Client) *UpdateCIDGroupsParams

WithHTTPClient adds the HTTPClient to the update c ID groups params

func (*UpdateCIDGroupsParams) WithTimeout

func (o *UpdateCIDGroupsParams) WithTimeout(timeout time.Duration) *UpdateCIDGroupsParams

WithTimeout adds the timeout to the update c ID groups params

func (*UpdateCIDGroupsParams) WriteToRequest

func (o *UpdateCIDGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateCIDGroupsReader

type UpdateCIDGroupsReader struct {
	// contains filtered or unexported fields
}

UpdateCIDGroupsReader is a Reader for the UpdateCIDGroups structure.

func (*UpdateCIDGroupsReader) ReadResponse

func (o *UpdateCIDGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateCIDGroupsTooManyRequests

type UpdateCIDGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
UpdateCIDGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateCIDGroupsTooManyRequests

func NewUpdateCIDGroupsTooManyRequests() *UpdateCIDGroupsTooManyRequests

NewUpdateCIDGroupsTooManyRequests creates a UpdateCIDGroupsTooManyRequests with default headers values

func (*UpdateCIDGroupsTooManyRequests) Error

func (*UpdateCIDGroupsTooManyRequests) GetPayload

type UpdateUserGroupsBadRequest

type UpdateUserGroupsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
UpdateUserGroupsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateUserGroupsBadRequest

func NewUpdateUserGroupsBadRequest() *UpdateUserGroupsBadRequest

NewUpdateUserGroupsBadRequest creates a UpdateUserGroupsBadRequest with default headers values

func (*UpdateUserGroupsBadRequest) Error

func (*UpdateUserGroupsBadRequest) GetPayload

type UpdateUserGroupsDefault

type UpdateUserGroupsDefault struct {
	Payload *models.DomainUserGroupsResponseV1
	// contains filtered or unexported fields
}
UpdateUserGroupsDefault describes a response with status code -1, with default header values.

OK

func NewUpdateUserGroupsDefault

func NewUpdateUserGroupsDefault(code int) *UpdateUserGroupsDefault

NewUpdateUserGroupsDefault creates a UpdateUserGroupsDefault with default headers values

func (*UpdateUserGroupsDefault) Code

func (o *UpdateUserGroupsDefault) Code() int

Code gets the status code for the update user groups default response

func (*UpdateUserGroupsDefault) Error

func (o *UpdateUserGroupsDefault) Error() string

func (*UpdateUserGroupsDefault) GetPayload

type UpdateUserGroupsForbidden

type UpdateUserGroupsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}
UpdateUserGroupsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateUserGroupsForbidden

func NewUpdateUserGroupsForbidden() *UpdateUserGroupsForbidden

NewUpdateUserGroupsForbidden creates a UpdateUserGroupsForbidden with default headers values

func (*UpdateUserGroupsForbidden) Error

func (o *UpdateUserGroupsForbidden) Error() string

func (*UpdateUserGroupsForbidden) GetPayload

type UpdateUserGroupsMultiStatus

type UpdateUserGroupsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
UpdateUserGroupsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewUpdateUserGroupsMultiStatus

func NewUpdateUserGroupsMultiStatus() *UpdateUserGroupsMultiStatus

NewUpdateUserGroupsMultiStatus creates a UpdateUserGroupsMultiStatus with default headers values

func (*UpdateUserGroupsMultiStatus) Error

func (*UpdateUserGroupsMultiStatus) GetPayload

type UpdateUserGroupsOK

type UpdateUserGroupsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainUserGroupsResponseV1
}
UpdateUserGroupsOK describes a response with status code 200, with default header values.

OK

func NewUpdateUserGroupsOK

func NewUpdateUserGroupsOK() *UpdateUserGroupsOK

NewUpdateUserGroupsOK creates a UpdateUserGroupsOK with default headers values

func (*UpdateUserGroupsOK) Error

func (o *UpdateUserGroupsOK) Error() string

func (*UpdateUserGroupsOK) GetPayload

type UpdateUserGroupsParams

type UpdateUserGroupsParams struct {

	// Body.
	Body *models.DomainUserGroupsRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateUserGroupsParams contains all the parameters to send to the API endpoint

for the update user groups operation.

Typically these are written to a http.Request.

func NewUpdateUserGroupsParams

func NewUpdateUserGroupsParams() *UpdateUserGroupsParams

NewUpdateUserGroupsParams creates a new UpdateUserGroupsParams 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 NewUpdateUserGroupsParamsWithContext

func NewUpdateUserGroupsParamsWithContext(ctx context.Context) *UpdateUserGroupsParams

NewUpdateUserGroupsParamsWithContext creates a new UpdateUserGroupsParams object with the ability to set a context for a request.

func NewUpdateUserGroupsParamsWithHTTPClient

func NewUpdateUserGroupsParamsWithHTTPClient(client *http.Client) *UpdateUserGroupsParams

NewUpdateUserGroupsParamsWithHTTPClient creates a new UpdateUserGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserGroupsParamsWithTimeout

func NewUpdateUserGroupsParamsWithTimeout(timeout time.Duration) *UpdateUserGroupsParams

NewUpdateUserGroupsParamsWithTimeout creates a new UpdateUserGroupsParams object with the ability to set a timeout on a request.

func (*UpdateUserGroupsParams) SetBody

SetBody adds the body to the update user groups params

func (*UpdateUserGroupsParams) SetContext

func (o *UpdateUserGroupsParams) SetContext(ctx context.Context)

SetContext adds the context to the update user groups params

func (*UpdateUserGroupsParams) SetDefaults

func (o *UpdateUserGroupsParams) SetDefaults()

SetDefaults hydrates default values in the update user groups params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateUserGroupsParams) SetHTTPClient

func (o *UpdateUserGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update user groups params

func (*UpdateUserGroupsParams) SetTimeout

func (o *UpdateUserGroupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update user groups params

func (*UpdateUserGroupsParams) WithBody

WithBody adds the body to the update user groups params

func (*UpdateUserGroupsParams) WithContext

WithContext adds the context to the update user groups params

func (*UpdateUserGroupsParams) WithDefaults

WithDefaults hydrates default values in the update user groups params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateUserGroupsParams) WithHTTPClient

func (o *UpdateUserGroupsParams) WithHTTPClient(client *http.Client) *UpdateUserGroupsParams

WithHTTPClient adds the HTTPClient to the update user groups params

func (*UpdateUserGroupsParams) WithTimeout

WithTimeout adds the timeout to the update user groups params

func (*UpdateUserGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserGroupsReader

type UpdateUserGroupsReader struct {
	// contains filtered or unexported fields
}

UpdateUserGroupsReader is a Reader for the UpdateUserGroups structure.

func (*UpdateUserGroupsReader) ReadResponse

func (o *UpdateUserGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateUserGroupsTooManyRequests

type UpdateUserGroupsTooManyRequests struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}
UpdateUserGroupsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateUserGroupsTooManyRequests

func NewUpdateUserGroupsTooManyRequests() *UpdateUserGroupsTooManyRequests

NewUpdateUserGroupsTooManyRequests creates a UpdateUserGroupsTooManyRequests with default headers values

func (*UpdateUserGroupsTooManyRequests) Error

func (*UpdateUserGroupsTooManyRequests) GetPayload

Source Files

Jump to

Keyboard shortcuts

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