operations

package
v0.5.10 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMachineUserToGroupDefault

type AddMachineUserToGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AddMachineUserToGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAddMachineUserToGroupDefault

func NewAddMachineUserToGroupDefault(code int) *AddMachineUserToGroupDefault

NewAddMachineUserToGroupDefault creates a AddMachineUserToGroupDefault with default headers values

func (*AddMachineUserToGroupDefault) Code

Code gets the status code for the add machine user to group default response

func (*AddMachineUserToGroupDefault) Error

func (*AddMachineUserToGroupDefault) GetPayload

func (o *AddMachineUserToGroupDefault) GetPayload() *models.Error

func (*AddMachineUserToGroupDefault) IsClientError

func (o *AddMachineUserToGroupDefault) IsClientError() bool

IsClientError returns true when this add machine user to group default response has a 4xx status code

func (*AddMachineUserToGroupDefault) IsCode

func (o *AddMachineUserToGroupDefault) IsCode(code int) bool

IsCode returns true when this add machine user to group default response a status code equal to that given

func (*AddMachineUserToGroupDefault) IsRedirect

func (o *AddMachineUserToGroupDefault) IsRedirect() bool

IsRedirect returns true when this add machine user to group default response has a 3xx status code

func (*AddMachineUserToGroupDefault) IsServerError

func (o *AddMachineUserToGroupDefault) IsServerError() bool

IsServerError returns true when this add machine user to group default response has a 5xx status code

func (*AddMachineUserToGroupDefault) IsSuccess

func (o *AddMachineUserToGroupDefault) IsSuccess() bool

IsSuccess returns true when this add machine user to group default response has a 2xx status code

func (*AddMachineUserToGroupDefault) String

type AddMachineUserToGroupOK

type AddMachineUserToGroupOK struct {
	Payload models.AddMachineUserToGroupResponse
}

AddMachineUserToGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAddMachineUserToGroupOK

func NewAddMachineUserToGroupOK() *AddMachineUserToGroupOK

NewAddMachineUserToGroupOK creates a AddMachineUserToGroupOK with default headers values

func (*AddMachineUserToGroupOK) Code

func (o *AddMachineUserToGroupOK) Code() int

Code gets the status code for the add machine user to group o k response

func (*AddMachineUserToGroupOK) Error

func (o *AddMachineUserToGroupOK) Error() string

func (*AddMachineUserToGroupOK) GetPayload

func (*AddMachineUserToGroupOK) IsClientError

func (o *AddMachineUserToGroupOK) IsClientError() bool

IsClientError returns true when this add machine user to group o k response has a 4xx status code

func (*AddMachineUserToGroupOK) IsCode

func (o *AddMachineUserToGroupOK) IsCode(code int) bool

IsCode returns true when this add machine user to group o k response a status code equal to that given

func (*AddMachineUserToGroupOK) IsRedirect

func (o *AddMachineUserToGroupOK) IsRedirect() bool

IsRedirect returns true when this add machine user to group o k response has a 3xx status code

func (*AddMachineUserToGroupOK) IsServerError

func (o *AddMachineUserToGroupOK) IsServerError() bool

IsServerError returns true when this add machine user to group o k response has a 5xx status code

func (*AddMachineUserToGroupOK) IsSuccess

func (o *AddMachineUserToGroupOK) IsSuccess() bool

IsSuccess returns true when this add machine user to group o k response has a 2xx status code

func (*AddMachineUserToGroupOK) String

func (o *AddMachineUserToGroupOK) String() string

type AddMachineUserToGroupParams

type AddMachineUserToGroupParams struct {

	// Input.
	Input *models.AddMachineUserToGroupRequest

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

AddMachineUserToGroupParams contains all the parameters to send to the API endpoint

for the add machine user to group operation.

Typically these are written to a http.Request.

func NewAddMachineUserToGroupParams

func NewAddMachineUserToGroupParams() *AddMachineUserToGroupParams

NewAddMachineUserToGroupParams creates a new AddMachineUserToGroupParams 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 NewAddMachineUserToGroupParamsWithContext

func NewAddMachineUserToGroupParamsWithContext(ctx context.Context) *AddMachineUserToGroupParams

NewAddMachineUserToGroupParamsWithContext creates a new AddMachineUserToGroupParams object with the ability to set a context for a request.

func NewAddMachineUserToGroupParamsWithHTTPClient

func NewAddMachineUserToGroupParamsWithHTTPClient(client *http.Client) *AddMachineUserToGroupParams

NewAddMachineUserToGroupParamsWithHTTPClient creates a new AddMachineUserToGroupParams object with the ability to set a custom HTTPClient for a request.

func NewAddMachineUserToGroupParamsWithTimeout

func NewAddMachineUserToGroupParamsWithTimeout(timeout time.Duration) *AddMachineUserToGroupParams

NewAddMachineUserToGroupParamsWithTimeout creates a new AddMachineUserToGroupParams object with the ability to set a timeout on a request.

func (*AddMachineUserToGroupParams) SetContext

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

SetContext adds the context to the add machine user to group params

func (*AddMachineUserToGroupParams) SetDefaults

func (o *AddMachineUserToGroupParams) SetDefaults()

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

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

func (*AddMachineUserToGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add machine user to group params

func (*AddMachineUserToGroupParams) SetInput

SetInput adds the input to the add machine user to group params

func (*AddMachineUserToGroupParams) SetTimeout

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

SetTimeout adds the timeout to the add machine user to group params

func (*AddMachineUserToGroupParams) WithContext

WithContext adds the context to the add machine user to group params

func (*AddMachineUserToGroupParams) WithDefaults

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

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

func (*AddMachineUserToGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add machine user to group params

func (*AddMachineUserToGroupParams) WithInput

WithInput adds the input to the add machine user to group params

func (*AddMachineUserToGroupParams) WithTimeout

WithTimeout adds the timeout to the add machine user to group params

func (*AddMachineUserToGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddMachineUserToGroupReader

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

AddMachineUserToGroupReader is a Reader for the AddMachineUserToGroup structure.

func (*AddMachineUserToGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddSSHPublicKeyDefault

type AddSSHPublicKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AddSSHPublicKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAddSSHPublicKeyDefault

func NewAddSSHPublicKeyDefault(code int) *AddSSHPublicKeyDefault

NewAddSSHPublicKeyDefault creates a AddSSHPublicKeyDefault with default headers values

func (*AddSSHPublicKeyDefault) Code

func (o *AddSSHPublicKeyDefault) Code() int

Code gets the status code for the add Ssh public key default response

func (*AddSSHPublicKeyDefault) Error

func (o *AddSSHPublicKeyDefault) Error() string

func (*AddSSHPublicKeyDefault) GetPayload

func (o *AddSSHPublicKeyDefault) GetPayload() *models.Error

func (*AddSSHPublicKeyDefault) IsClientError

func (o *AddSSHPublicKeyDefault) IsClientError() bool

IsClientError returns true when this add Ssh public key default response has a 4xx status code

func (*AddSSHPublicKeyDefault) IsCode

func (o *AddSSHPublicKeyDefault) IsCode(code int) bool

IsCode returns true when this add Ssh public key default response a status code equal to that given

func (*AddSSHPublicKeyDefault) IsRedirect

func (o *AddSSHPublicKeyDefault) IsRedirect() bool

IsRedirect returns true when this add Ssh public key default response has a 3xx status code

func (*AddSSHPublicKeyDefault) IsServerError

func (o *AddSSHPublicKeyDefault) IsServerError() bool

IsServerError returns true when this add Ssh public key default response has a 5xx status code

func (*AddSSHPublicKeyDefault) IsSuccess

func (o *AddSSHPublicKeyDefault) IsSuccess() bool

IsSuccess returns true when this add Ssh public key default response has a 2xx status code

func (*AddSSHPublicKeyDefault) String

func (o *AddSSHPublicKeyDefault) String() string

type AddSSHPublicKeyOK

type AddSSHPublicKeyOK struct {
	Payload *models.AddSSHPublicKeyResponse
}

AddSSHPublicKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAddSSHPublicKeyOK

func NewAddSSHPublicKeyOK() *AddSSHPublicKeyOK

NewAddSSHPublicKeyOK creates a AddSSHPublicKeyOK with default headers values

func (*AddSSHPublicKeyOK) Code

func (o *AddSSHPublicKeyOK) Code() int

Code gets the status code for the add Ssh public key o k response

func (*AddSSHPublicKeyOK) Error

func (o *AddSSHPublicKeyOK) Error() string

func (*AddSSHPublicKeyOK) GetPayload

func (*AddSSHPublicKeyOK) IsClientError

func (o *AddSSHPublicKeyOK) IsClientError() bool

IsClientError returns true when this add Ssh public key o k response has a 4xx status code

func (*AddSSHPublicKeyOK) IsCode

func (o *AddSSHPublicKeyOK) IsCode(code int) bool

IsCode returns true when this add Ssh public key o k response a status code equal to that given

func (*AddSSHPublicKeyOK) IsRedirect

func (o *AddSSHPublicKeyOK) IsRedirect() bool

IsRedirect returns true when this add Ssh public key o k response has a 3xx status code

func (*AddSSHPublicKeyOK) IsServerError

func (o *AddSSHPublicKeyOK) IsServerError() bool

IsServerError returns true when this add Ssh public key o k response has a 5xx status code

func (*AddSSHPublicKeyOK) IsSuccess

func (o *AddSSHPublicKeyOK) IsSuccess() bool

IsSuccess returns true when this add Ssh public key o k response has a 2xx status code

func (*AddSSHPublicKeyOK) String

func (o *AddSSHPublicKeyOK) String() string

type AddSSHPublicKeyParams

type AddSSHPublicKeyParams struct {

	// Input.
	Input *models.AddSSHPublicKeyRequest

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

AddSSHPublicKeyParams contains all the parameters to send to the API endpoint

for the add Ssh public key operation.

Typically these are written to a http.Request.

func NewAddSSHPublicKeyParams

func NewAddSSHPublicKeyParams() *AddSSHPublicKeyParams

NewAddSSHPublicKeyParams creates a new AddSSHPublicKeyParams 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 NewAddSSHPublicKeyParamsWithContext

func NewAddSSHPublicKeyParamsWithContext(ctx context.Context) *AddSSHPublicKeyParams

NewAddSSHPublicKeyParamsWithContext creates a new AddSSHPublicKeyParams object with the ability to set a context for a request.

func NewAddSSHPublicKeyParamsWithHTTPClient

func NewAddSSHPublicKeyParamsWithHTTPClient(client *http.Client) *AddSSHPublicKeyParams

NewAddSSHPublicKeyParamsWithHTTPClient creates a new AddSSHPublicKeyParams object with the ability to set a custom HTTPClient for a request.

func NewAddSSHPublicKeyParamsWithTimeout

func NewAddSSHPublicKeyParamsWithTimeout(timeout time.Duration) *AddSSHPublicKeyParams

NewAddSSHPublicKeyParamsWithTimeout creates a new AddSSHPublicKeyParams object with the ability to set a timeout on a request.

func (*AddSSHPublicKeyParams) SetContext

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

SetContext adds the context to the add Ssh public key params

func (*AddSSHPublicKeyParams) SetDefaults

func (o *AddSSHPublicKeyParams) SetDefaults()

SetDefaults hydrates default values in the add Ssh public key params (not the query body).

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

func (*AddSSHPublicKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add Ssh public key params

func (*AddSSHPublicKeyParams) SetInput

SetInput adds the input to the add Ssh public key params

func (*AddSSHPublicKeyParams) SetTimeout

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

SetTimeout adds the timeout to the add Ssh public key params

func (*AddSSHPublicKeyParams) WithContext

WithContext adds the context to the add Ssh public key params

func (*AddSSHPublicKeyParams) WithDefaults

func (o *AddSSHPublicKeyParams) WithDefaults() *AddSSHPublicKeyParams

WithDefaults hydrates default values in the add Ssh public key params (not the query body).

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

func (*AddSSHPublicKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add Ssh public key params

func (*AddSSHPublicKeyParams) WithInput

WithInput adds the input to the add Ssh public key params

func (*AddSSHPublicKeyParams) WithTimeout

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

WithTimeout adds the timeout to the add Ssh public key params

func (*AddSSHPublicKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddSSHPublicKeyReader

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

AddSSHPublicKeyReader is a Reader for the AddSSHPublicKey structure.

func (*AddSSHPublicKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddUserToGroupDefault

type AddUserToGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AddUserToGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAddUserToGroupDefault

func NewAddUserToGroupDefault(code int) *AddUserToGroupDefault

NewAddUserToGroupDefault creates a AddUserToGroupDefault with default headers values

func (*AddUserToGroupDefault) Code

func (o *AddUserToGroupDefault) Code() int

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

func (*AddUserToGroupDefault) Error

func (o *AddUserToGroupDefault) Error() string

func (*AddUserToGroupDefault) GetPayload

func (o *AddUserToGroupDefault) GetPayload() *models.Error

func (*AddUserToGroupDefault) IsClientError

func (o *AddUserToGroupDefault) IsClientError() bool

IsClientError returns true when this add user to group default response has a 4xx status code

func (*AddUserToGroupDefault) IsCode

func (o *AddUserToGroupDefault) IsCode(code int) bool

IsCode returns true when this add user to group default response a status code equal to that given

func (*AddUserToGroupDefault) IsRedirect

func (o *AddUserToGroupDefault) IsRedirect() bool

IsRedirect returns true when this add user to group default response has a 3xx status code

func (*AddUserToGroupDefault) IsServerError

func (o *AddUserToGroupDefault) IsServerError() bool

IsServerError returns true when this add user to group default response has a 5xx status code

func (*AddUserToGroupDefault) IsSuccess

func (o *AddUserToGroupDefault) IsSuccess() bool

IsSuccess returns true when this add user to group default response has a 2xx status code

func (*AddUserToGroupDefault) String

func (o *AddUserToGroupDefault) String() string

type AddUserToGroupOK

type AddUserToGroupOK struct {
	Payload models.AddUserToGroupResponse
}

AddUserToGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAddUserToGroupOK

func NewAddUserToGroupOK() *AddUserToGroupOK

NewAddUserToGroupOK creates a AddUserToGroupOK with default headers values

func (*AddUserToGroupOK) Code

func (o *AddUserToGroupOK) Code() int

Code gets the status code for the add user to group o k response

func (*AddUserToGroupOK) Error

func (o *AddUserToGroupOK) Error() string

func (*AddUserToGroupOK) GetPayload

func (*AddUserToGroupOK) IsClientError

func (o *AddUserToGroupOK) IsClientError() bool

IsClientError returns true when this add user to group o k response has a 4xx status code

func (*AddUserToGroupOK) IsCode

func (o *AddUserToGroupOK) IsCode(code int) bool

IsCode returns true when this add user to group o k response a status code equal to that given

func (*AddUserToGroupOK) IsRedirect

func (o *AddUserToGroupOK) IsRedirect() bool

IsRedirect returns true when this add user to group o k response has a 3xx status code

func (*AddUserToGroupOK) IsServerError

func (o *AddUserToGroupOK) IsServerError() bool

IsServerError returns true when this add user to group o k response has a 5xx status code

func (*AddUserToGroupOK) IsSuccess

func (o *AddUserToGroupOK) IsSuccess() bool

IsSuccess returns true when this add user to group o k response has a 2xx status code

func (*AddUserToGroupOK) String

func (o *AddUserToGroupOK) String() string

type AddUserToGroupParams

type AddUserToGroupParams struct {

	// Input.
	Input *models.AddUserToGroupRequest

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

AddUserToGroupParams contains all the parameters to send to the API endpoint

for the add user to group operation.

Typically these are written to a http.Request.

func NewAddUserToGroupParams

func NewAddUserToGroupParams() *AddUserToGroupParams

NewAddUserToGroupParams creates a new AddUserToGroupParams 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 NewAddUserToGroupParamsWithContext

func NewAddUserToGroupParamsWithContext(ctx context.Context) *AddUserToGroupParams

NewAddUserToGroupParamsWithContext creates a new AddUserToGroupParams object with the ability to set a context for a request.

func NewAddUserToGroupParamsWithHTTPClient

func NewAddUserToGroupParamsWithHTTPClient(client *http.Client) *AddUserToGroupParams

NewAddUserToGroupParamsWithHTTPClient creates a new AddUserToGroupParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserToGroupParamsWithTimeout

func NewAddUserToGroupParamsWithTimeout(timeout time.Duration) *AddUserToGroupParams

NewAddUserToGroupParamsWithTimeout creates a new AddUserToGroupParams object with the ability to set a timeout on a request.

func (*AddUserToGroupParams) SetContext

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

SetContext adds the context to the add user to group params

func (*AddUserToGroupParams) SetDefaults

func (o *AddUserToGroupParams) SetDefaults()

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

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

func (*AddUserToGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add user to group params

func (*AddUserToGroupParams) SetInput

SetInput adds the input to the add user to group params

func (*AddUserToGroupParams) SetTimeout

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

SetTimeout adds the timeout to the add user to group params

func (*AddUserToGroupParams) WithContext

WithContext adds the context to the add user to group params

func (*AddUserToGroupParams) WithDefaults

func (o *AddUserToGroupParams) WithDefaults() *AddUserToGroupParams

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

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

func (*AddUserToGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add user to group params

func (*AddUserToGroupParams) WithInput

WithInput adds the input to the add user to group params

func (*AddUserToGroupParams) WithTimeout

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

WithTimeout adds the timeout to the add user to group params

func (*AddUserToGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddUserToGroupReader

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

AddUserToGroupReader is a Reader for the AddUserToGroup structure.

func (*AddUserToGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignAzureCloudIdentityDefault

type AssignAzureCloudIdentityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignAzureCloudIdentityDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignAzureCloudIdentityDefault

func NewAssignAzureCloudIdentityDefault(code int) *AssignAzureCloudIdentityDefault

NewAssignAzureCloudIdentityDefault creates a AssignAzureCloudIdentityDefault with default headers values

func (*AssignAzureCloudIdentityDefault) Code

Code gets the status code for the assign azure cloud identity default response

func (*AssignAzureCloudIdentityDefault) Error

func (*AssignAzureCloudIdentityDefault) GetPayload

func (o *AssignAzureCloudIdentityDefault) GetPayload() *models.Error

func (*AssignAzureCloudIdentityDefault) IsClientError

func (o *AssignAzureCloudIdentityDefault) IsClientError() bool

IsClientError returns true when this assign azure cloud identity default response has a 4xx status code

func (*AssignAzureCloudIdentityDefault) IsCode

func (o *AssignAzureCloudIdentityDefault) IsCode(code int) bool

IsCode returns true when this assign azure cloud identity default response a status code equal to that given

func (*AssignAzureCloudIdentityDefault) IsRedirect

func (o *AssignAzureCloudIdentityDefault) IsRedirect() bool

IsRedirect returns true when this assign azure cloud identity default response has a 3xx status code

func (*AssignAzureCloudIdentityDefault) IsServerError

func (o *AssignAzureCloudIdentityDefault) IsServerError() bool

IsServerError returns true when this assign azure cloud identity default response has a 5xx status code

func (*AssignAzureCloudIdentityDefault) IsSuccess

func (o *AssignAzureCloudIdentityDefault) IsSuccess() bool

IsSuccess returns true when this assign azure cloud identity default response has a 2xx status code

func (*AssignAzureCloudIdentityDefault) String

type AssignAzureCloudIdentityOK

type AssignAzureCloudIdentityOK struct {
	Payload models.AssignAzureCloudIdentityResponse
}

AssignAzureCloudIdentityOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignAzureCloudIdentityOK

func NewAssignAzureCloudIdentityOK() *AssignAzureCloudIdentityOK

NewAssignAzureCloudIdentityOK creates a AssignAzureCloudIdentityOK with default headers values

func (*AssignAzureCloudIdentityOK) Code

func (o *AssignAzureCloudIdentityOK) Code() int

Code gets the status code for the assign azure cloud identity o k response

func (*AssignAzureCloudIdentityOK) Error

func (*AssignAzureCloudIdentityOK) GetPayload

func (*AssignAzureCloudIdentityOK) IsClientError

func (o *AssignAzureCloudIdentityOK) IsClientError() bool

IsClientError returns true when this assign azure cloud identity o k response has a 4xx status code

func (*AssignAzureCloudIdentityOK) IsCode

func (o *AssignAzureCloudIdentityOK) IsCode(code int) bool

IsCode returns true when this assign azure cloud identity o k response a status code equal to that given

func (*AssignAzureCloudIdentityOK) IsRedirect

func (o *AssignAzureCloudIdentityOK) IsRedirect() bool

IsRedirect returns true when this assign azure cloud identity o k response has a 3xx status code

func (*AssignAzureCloudIdentityOK) IsServerError

func (o *AssignAzureCloudIdentityOK) IsServerError() bool

IsServerError returns true when this assign azure cloud identity o k response has a 5xx status code

func (*AssignAzureCloudIdentityOK) IsSuccess

func (o *AssignAzureCloudIdentityOK) IsSuccess() bool

IsSuccess returns true when this assign azure cloud identity o k response has a 2xx status code

func (*AssignAzureCloudIdentityOK) String

func (o *AssignAzureCloudIdentityOK) String() string

type AssignAzureCloudIdentityParams

type AssignAzureCloudIdentityParams struct {

	// Input.
	Input *models.AssignAzureCloudIdentityRequest

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

AssignAzureCloudIdentityParams contains all the parameters to send to the API endpoint

for the assign azure cloud identity operation.

Typically these are written to a http.Request.

func NewAssignAzureCloudIdentityParams

func NewAssignAzureCloudIdentityParams() *AssignAzureCloudIdentityParams

NewAssignAzureCloudIdentityParams creates a new AssignAzureCloudIdentityParams 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 NewAssignAzureCloudIdentityParamsWithContext

func NewAssignAzureCloudIdentityParamsWithContext(ctx context.Context) *AssignAzureCloudIdentityParams

NewAssignAzureCloudIdentityParamsWithContext creates a new AssignAzureCloudIdentityParams object with the ability to set a context for a request.

func NewAssignAzureCloudIdentityParamsWithHTTPClient

func NewAssignAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *AssignAzureCloudIdentityParams

NewAssignAzureCloudIdentityParamsWithHTTPClient creates a new AssignAzureCloudIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewAssignAzureCloudIdentityParamsWithTimeout

func NewAssignAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *AssignAzureCloudIdentityParams

NewAssignAzureCloudIdentityParamsWithTimeout creates a new AssignAzureCloudIdentityParams object with the ability to set a timeout on a request.

func (*AssignAzureCloudIdentityParams) SetContext

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

SetContext adds the context to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) SetDefaults

func (o *AssignAzureCloudIdentityParams) SetDefaults()

SetDefaults hydrates default values in the assign azure cloud identity params (not the query body).

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

func (*AssignAzureCloudIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) SetInput

SetInput adds the input to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) WithContext

WithContext adds the context to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) WithDefaults

WithDefaults hydrates default values in the assign azure cloud identity params (not the query body).

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

func (*AssignAzureCloudIdentityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) WithInput

WithInput adds the input to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) WithTimeout

WithTimeout adds the timeout to the assign azure cloud identity params

func (*AssignAzureCloudIdentityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignAzureCloudIdentityReader

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

AssignAzureCloudIdentityReader is a Reader for the AssignAzureCloudIdentity structure.

func (*AssignAzureCloudIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignGroupResourceRoleDefault

type AssignGroupResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignGroupResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignGroupResourceRoleDefault

func NewAssignGroupResourceRoleDefault(code int) *AssignGroupResourceRoleDefault

NewAssignGroupResourceRoleDefault creates a AssignGroupResourceRoleDefault with default headers values

func (*AssignGroupResourceRoleDefault) Code

Code gets the status code for the assign group resource role default response

func (*AssignGroupResourceRoleDefault) Error

func (*AssignGroupResourceRoleDefault) GetPayload

func (o *AssignGroupResourceRoleDefault) GetPayload() *models.Error

func (*AssignGroupResourceRoleDefault) IsClientError

func (o *AssignGroupResourceRoleDefault) IsClientError() bool

IsClientError returns true when this assign group resource role default response has a 4xx status code

func (*AssignGroupResourceRoleDefault) IsCode

func (o *AssignGroupResourceRoleDefault) IsCode(code int) bool

IsCode returns true when this assign group resource role default response a status code equal to that given

func (*AssignGroupResourceRoleDefault) IsRedirect

func (o *AssignGroupResourceRoleDefault) IsRedirect() bool

IsRedirect returns true when this assign group resource role default response has a 3xx status code

func (*AssignGroupResourceRoleDefault) IsServerError

func (o *AssignGroupResourceRoleDefault) IsServerError() bool

IsServerError returns true when this assign group resource role default response has a 5xx status code

func (*AssignGroupResourceRoleDefault) IsSuccess

func (o *AssignGroupResourceRoleDefault) IsSuccess() bool

IsSuccess returns true when this assign group resource role default response has a 2xx status code

func (*AssignGroupResourceRoleDefault) String

type AssignGroupResourceRoleOK

type AssignGroupResourceRoleOK struct {
	Payload models.AssignGroupResourceRoleResponse
}

AssignGroupResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignGroupResourceRoleOK

func NewAssignGroupResourceRoleOK() *AssignGroupResourceRoleOK

NewAssignGroupResourceRoleOK creates a AssignGroupResourceRoleOK with default headers values

func (*AssignGroupResourceRoleOK) Code

func (o *AssignGroupResourceRoleOK) Code() int

Code gets the status code for the assign group resource role o k response

func (*AssignGroupResourceRoleOK) Error

func (o *AssignGroupResourceRoleOK) Error() string

func (*AssignGroupResourceRoleOK) GetPayload

func (*AssignGroupResourceRoleOK) IsClientError

func (o *AssignGroupResourceRoleOK) IsClientError() bool

IsClientError returns true when this assign group resource role o k response has a 4xx status code

func (*AssignGroupResourceRoleOK) IsCode

func (o *AssignGroupResourceRoleOK) IsCode(code int) bool

IsCode returns true when this assign group resource role o k response a status code equal to that given

func (*AssignGroupResourceRoleOK) IsRedirect

func (o *AssignGroupResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this assign group resource role o k response has a 3xx status code

func (*AssignGroupResourceRoleOK) IsServerError

func (o *AssignGroupResourceRoleOK) IsServerError() bool

IsServerError returns true when this assign group resource role o k response has a 5xx status code

func (*AssignGroupResourceRoleOK) IsSuccess

func (o *AssignGroupResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this assign group resource role o k response has a 2xx status code

func (*AssignGroupResourceRoleOK) String

func (o *AssignGroupResourceRoleOK) String() string

type AssignGroupResourceRoleParams

type AssignGroupResourceRoleParams struct {

	// Input.
	Input *models.AssignGroupResourceRoleRequest

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

AssignGroupResourceRoleParams contains all the parameters to send to the API endpoint

for the assign group resource role operation.

Typically these are written to a http.Request.

func NewAssignGroupResourceRoleParams

func NewAssignGroupResourceRoleParams() *AssignGroupResourceRoleParams

NewAssignGroupResourceRoleParams creates a new AssignGroupResourceRoleParams 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 NewAssignGroupResourceRoleParamsWithContext

func NewAssignGroupResourceRoleParamsWithContext(ctx context.Context) *AssignGroupResourceRoleParams

NewAssignGroupResourceRoleParamsWithContext creates a new AssignGroupResourceRoleParams object with the ability to set a context for a request.

func NewAssignGroupResourceRoleParamsWithHTTPClient

func NewAssignGroupResourceRoleParamsWithHTTPClient(client *http.Client) *AssignGroupResourceRoleParams

NewAssignGroupResourceRoleParamsWithHTTPClient creates a new AssignGroupResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignGroupResourceRoleParamsWithTimeout

func NewAssignGroupResourceRoleParamsWithTimeout(timeout time.Duration) *AssignGroupResourceRoleParams

NewAssignGroupResourceRoleParamsWithTimeout creates a new AssignGroupResourceRoleParams object with the ability to set a timeout on a request.

func (*AssignGroupResourceRoleParams) SetContext

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

SetContext adds the context to the assign group resource role params

func (*AssignGroupResourceRoleParams) SetDefaults

func (o *AssignGroupResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the assign group resource role params (not the query body).

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

func (*AssignGroupResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign group resource role params

func (*AssignGroupResourceRoleParams) SetInput

SetInput adds the input to the assign group resource role params

func (*AssignGroupResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign group resource role params

func (*AssignGroupResourceRoleParams) WithContext

WithContext adds the context to the assign group resource role params

func (*AssignGroupResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the assign group resource role params (not the query body).

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

func (*AssignGroupResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign group resource role params

func (*AssignGroupResourceRoleParams) WithInput

WithInput adds the input to the assign group resource role params

func (*AssignGroupResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the assign group resource role params

func (*AssignGroupResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignGroupResourceRoleReader

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

AssignGroupResourceRoleReader is a Reader for the AssignGroupResourceRole structure.

func (*AssignGroupResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignGroupRoleDefault

type AssignGroupRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignGroupRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignGroupRoleDefault

func NewAssignGroupRoleDefault(code int) *AssignGroupRoleDefault

NewAssignGroupRoleDefault creates a AssignGroupRoleDefault with default headers values

func (*AssignGroupRoleDefault) Code

func (o *AssignGroupRoleDefault) Code() int

Code gets the status code for the assign group role default response

func (*AssignGroupRoleDefault) Error

func (o *AssignGroupRoleDefault) Error() string

func (*AssignGroupRoleDefault) GetPayload

func (o *AssignGroupRoleDefault) GetPayload() *models.Error

func (*AssignGroupRoleDefault) IsClientError

func (o *AssignGroupRoleDefault) IsClientError() bool

IsClientError returns true when this assign group role default response has a 4xx status code

func (*AssignGroupRoleDefault) IsCode

func (o *AssignGroupRoleDefault) IsCode(code int) bool

IsCode returns true when this assign group role default response a status code equal to that given

func (*AssignGroupRoleDefault) IsRedirect

func (o *AssignGroupRoleDefault) IsRedirect() bool

IsRedirect returns true when this assign group role default response has a 3xx status code

func (*AssignGroupRoleDefault) IsServerError

func (o *AssignGroupRoleDefault) IsServerError() bool

IsServerError returns true when this assign group role default response has a 5xx status code

func (*AssignGroupRoleDefault) IsSuccess

func (o *AssignGroupRoleDefault) IsSuccess() bool

IsSuccess returns true when this assign group role default response has a 2xx status code

func (*AssignGroupRoleDefault) String

func (o *AssignGroupRoleDefault) String() string

type AssignGroupRoleOK

type AssignGroupRoleOK struct {
	Payload models.AssignGroupRoleResponse
}

AssignGroupRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignGroupRoleOK

func NewAssignGroupRoleOK() *AssignGroupRoleOK

NewAssignGroupRoleOK creates a AssignGroupRoleOK with default headers values

func (*AssignGroupRoleOK) Code

func (o *AssignGroupRoleOK) Code() int

Code gets the status code for the assign group role o k response

func (*AssignGroupRoleOK) Error

func (o *AssignGroupRoleOK) Error() string

func (*AssignGroupRoleOK) GetPayload

func (*AssignGroupRoleOK) IsClientError

func (o *AssignGroupRoleOK) IsClientError() bool

IsClientError returns true when this assign group role o k response has a 4xx status code

func (*AssignGroupRoleOK) IsCode

func (o *AssignGroupRoleOK) IsCode(code int) bool

IsCode returns true when this assign group role o k response a status code equal to that given

func (*AssignGroupRoleOK) IsRedirect

func (o *AssignGroupRoleOK) IsRedirect() bool

IsRedirect returns true when this assign group role o k response has a 3xx status code

func (*AssignGroupRoleOK) IsServerError

func (o *AssignGroupRoleOK) IsServerError() bool

IsServerError returns true when this assign group role o k response has a 5xx status code

func (*AssignGroupRoleOK) IsSuccess

func (o *AssignGroupRoleOK) IsSuccess() bool

IsSuccess returns true when this assign group role o k response has a 2xx status code

func (*AssignGroupRoleOK) String

func (o *AssignGroupRoleOK) String() string

type AssignGroupRoleParams

type AssignGroupRoleParams struct {

	// Input.
	Input *models.AssignGroupRoleRequest

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

AssignGroupRoleParams contains all the parameters to send to the API endpoint

for the assign group role operation.

Typically these are written to a http.Request.

func NewAssignGroupRoleParams

func NewAssignGroupRoleParams() *AssignGroupRoleParams

NewAssignGroupRoleParams creates a new AssignGroupRoleParams 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 NewAssignGroupRoleParamsWithContext

func NewAssignGroupRoleParamsWithContext(ctx context.Context) *AssignGroupRoleParams

NewAssignGroupRoleParamsWithContext creates a new AssignGroupRoleParams object with the ability to set a context for a request.

func NewAssignGroupRoleParamsWithHTTPClient

func NewAssignGroupRoleParamsWithHTTPClient(client *http.Client) *AssignGroupRoleParams

NewAssignGroupRoleParamsWithHTTPClient creates a new AssignGroupRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignGroupRoleParamsWithTimeout

func NewAssignGroupRoleParamsWithTimeout(timeout time.Duration) *AssignGroupRoleParams

NewAssignGroupRoleParamsWithTimeout creates a new AssignGroupRoleParams object with the ability to set a timeout on a request.

func (*AssignGroupRoleParams) SetContext

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

SetContext adds the context to the assign group role params

func (*AssignGroupRoleParams) SetDefaults

func (o *AssignGroupRoleParams) SetDefaults()

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

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

func (*AssignGroupRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign group role params

func (*AssignGroupRoleParams) SetInput

SetInput adds the input to the assign group role params

func (*AssignGroupRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign group role params

func (*AssignGroupRoleParams) WithContext

WithContext adds the context to the assign group role params

func (*AssignGroupRoleParams) WithDefaults

func (o *AssignGroupRoleParams) WithDefaults() *AssignGroupRoleParams

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

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

func (*AssignGroupRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the assign group role params

func (*AssignGroupRoleParams) WithInput

WithInput adds the input to the assign group role params

func (*AssignGroupRoleParams) WithTimeout

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

WithTimeout adds the timeout to the assign group role params

func (*AssignGroupRoleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AssignGroupRoleReader

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

AssignGroupRoleReader is a Reader for the AssignGroupRole structure.

func (*AssignGroupRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignMachineUserResourceRoleDefault

type AssignMachineUserResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignMachineUserResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignMachineUserResourceRoleDefault

func NewAssignMachineUserResourceRoleDefault(code int) *AssignMachineUserResourceRoleDefault

NewAssignMachineUserResourceRoleDefault creates a AssignMachineUserResourceRoleDefault with default headers values

func (*AssignMachineUserResourceRoleDefault) Code

Code gets the status code for the assign machine user resource role default response

func (*AssignMachineUserResourceRoleDefault) Error

func (*AssignMachineUserResourceRoleDefault) GetPayload

func (*AssignMachineUserResourceRoleDefault) IsClientError

func (o *AssignMachineUserResourceRoleDefault) IsClientError() bool

IsClientError returns true when this assign machine user resource role default response has a 4xx status code

func (*AssignMachineUserResourceRoleDefault) IsCode

IsCode returns true when this assign machine user resource role default response a status code equal to that given

func (*AssignMachineUserResourceRoleDefault) IsRedirect

IsRedirect returns true when this assign machine user resource role default response has a 3xx status code

func (*AssignMachineUserResourceRoleDefault) IsServerError

func (o *AssignMachineUserResourceRoleDefault) IsServerError() bool

IsServerError returns true when this assign machine user resource role default response has a 5xx status code

func (*AssignMachineUserResourceRoleDefault) IsSuccess

IsSuccess returns true when this assign machine user resource role default response has a 2xx status code

func (*AssignMachineUserResourceRoleDefault) String

type AssignMachineUserResourceRoleOK

type AssignMachineUserResourceRoleOK struct {
	Payload models.AssignMachineUserResourceRoleResponse
}

AssignMachineUserResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignMachineUserResourceRoleOK

func NewAssignMachineUserResourceRoleOK() *AssignMachineUserResourceRoleOK

NewAssignMachineUserResourceRoleOK creates a AssignMachineUserResourceRoleOK with default headers values

func (*AssignMachineUserResourceRoleOK) Code

Code gets the status code for the assign machine user resource role o k response

func (*AssignMachineUserResourceRoleOK) Error

func (*AssignMachineUserResourceRoleOK) GetPayload

func (*AssignMachineUserResourceRoleOK) IsClientError

func (o *AssignMachineUserResourceRoleOK) IsClientError() bool

IsClientError returns true when this assign machine user resource role o k response has a 4xx status code

func (*AssignMachineUserResourceRoleOK) IsCode

func (o *AssignMachineUserResourceRoleOK) IsCode(code int) bool

IsCode returns true when this assign machine user resource role o k response a status code equal to that given

func (*AssignMachineUserResourceRoleOK) IsRedirect

func (o *AssignMachineUserResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this assign machine user resource role o k response has a 3xx status code

func (*AssignMachineUserResourceRoleOK) IsServerError

func (o *AssignMachineUserResourceRoleOK) IsServerError() bool

IsServerError returns true when this assign machine user resource role o k response has a 5xx status code

func (*AssignMachineUserResourceRoleOK) IsSuccess

func (o *AssignMachineUserResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this assign machine user resource role o k response has a 2xx status code

func (*AssignMachineUserResourceRoleOK) String

type AssignMachineUserResourceRoleParams

type AssignMachineUserResourceRoleParams struct {

	// Input.
	Input *models.AssignMachineUserResourceRoleRequest

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

AssignMachineUserResourceRoleParams contains all the parameters to send to the API endpoint

for the assign machine user resource role operation.

Typically these are written to a http.Request.

func NewAssignMachineUserResourceRoleParams

func NewAssignMachineUserResourceRoleParams() *AssignMachineUserResourceRoleParams

NewAssignMachineUserResourceRoleParams creates a new AssignMachineUserResourceRoleParams 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 NewAssignMachineUserResourceRoleParamsWithContext

func NewAssignMachineUserResourceRoleParamsWithContext(ctx context.Context) *AssignMachineUserResourceRoleParams

NewAssignMachineUserResourceRoleParamsWithContext creates a new AssignMachineUserResourceRoleParams object with the ability to set a context for a request.

func NewAssignMachineUserResourceRoleParamsWithHTTPClient

func NewAssignMachineUserResourceRoleParamsWithHTTPClient(client *http.Client) *AssignMachineUserResourceRoleParams

NewAssignMachineUserResourceRoleParamsWithHTTPClient creates a new AssignMachineUserResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignMachineUserResourceRoleParamsWithTimeout

func NewAssignMachineUserResourceRoleParamsWithTimeout(timeout time.Duration) *AssignMachineUserResourceRoleParams

NewAssignMachineUserResourceRoleParamsWithTimeout creates a new AssignMachineUserResourceRoleParams object with the ability to set a timeout on a request.

func (*AssignMachineUserResourceRoleParams) SetContext

SetContext adds the context to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) SetDefaults

func (o *AssignMachineUserResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the assign machine user resource role params (not the query body).

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

func (*AssignMachineUserResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) SetInput

SetInput adds the input to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) WithContext

WithContext adds the context to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the assign machine user resource role params (not the query body).

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

func (*AssignMachineUserResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) WithInput

WithInput adds the input to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the assign machine user resource role params

func (*AssignMachineUserResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignMachineUserResourceRoleReader

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

AssignMachineUserResourceRoleReader is a Reader for the AssignMachineUserResourceRole structure.

func (*AssignMachineUserResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignMachineUserRoleDefault

type AssignMachineUserRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignMachineUserRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignMachineUserRoleDefault

func NewAssignMachineUserRoleDefault(code int) *AssignMachineUserRoleDefault

NewAssignMachineUserRoleDefault creates a AssignMachineUserRoleDefault with default headers values

func (*AssignMachineUserRoleDefault) Code

Code gets the status code for the assign machine user role default response

func (*AssignMachineUserRoleDefault) Error

func (*AssignMachineUserRoleDefault) GetPayload

func (o *AssignMachineUserRoleDefault) GetPayload() *models.Error

func (*AssignMachineUserRoleDefault) IsClientError

func (o *AssignMachineUserRoleDefault) IsClientError() bool

IsClientError returns true when this assign machine user role default response has a 4xx status code

func (*AssignMachineUserRoleDefault) IsCode

func (o *AssignMachineUserRoleDefault) IsCode(code int) bool

IsCode returns true when this assign machine user role default response a status code equal to that given

func (*AssignMachineUserRoleDefault) IsRedirect

func (o *AssignMachineUserRoleDefault) IsRedirect() bool

IsRedirect returns true when this assign machine user role default response has a 3xx status code

func (*AssignMachineUserRoleDefault) IsServerError

func (o *AssignMachineUserRoleDefault) IsServerError() bool

IsServerError returns true when this assign machine user role default response has a 5xx status code

func (*AssignMachineUserRoleDefault) IsSuccess

func (o *AssignMachineUserRoleDefault) IsSuccess() bool

IsSuccess returns true when this assign machine user role default response has a 2xx status code

func (*AssignMachineUserRoleDefault) String

type AssignMachineUserRoleOK

type AssignMachineUserRoleOK struct {
	Payload models.AssignMachineUserRoleResponse
}

AssignMachineUserRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignMachineUserRoleOK

func NewAssignMachineUserRoleOK() *AssignMachineUserRoleOK

NewAssignMachineUserRoleOK creates a AssignMachineUserRoleOK with default headers values

func (*AssignMachineUserRoleOK) Code

func (o *AssignMachineUserRoleOK) Code() int

Code gets the status code for the assign machine user role o k response

func (*AssignMachineUserRoleOK) Error

func (o *AssignMachineUserRoleOK) Error() string

func (*AssignMachineUserRoleOK) GetPayload

func (*AssignMachineUserRoleOK) IsClientError

func (o *AssignMachineUserRoleOK) IsClientError() bool

IsClientError returns true when this assign machine user role o k response has a 4xx status code

func (*AssignMachineUserRoleOK) IsCode

func (o *AssignMachineUserRoleOK) IsCode(code int) bool

IsCode returns true when this assign machine user role o k response a status code equal to that given

func (*AssignMachineUserRoleOK) IsRedirect

func (o *AssignMachineUserRoleOK) IsRedirect() bool

IsRedirect returns true when this assign machine user role o k response has a 3xx status code

func (*AssignMachineUserRoleOK) IsServerError

func (o *AssignMachineUserRoleOK) IsServerError() bool

IsServerError returns true when this assign machine user role o k response has a 5xx status code

func (*AssignMachineUserRoleOK) IsSuccess

func (o *AssignMachineUserRoleOK) IsSuccess() bool

IsSuccess returns true when this assign machine user role o k response has a 2xx status code

func (*AssignMachineUserRoleOK) String

func (o *AssignMachineUserRoleOK) String() string

type AssignMachineUserRoleParams

type AssignMachineUserRoleParams struct {

	// Input.
	Input *models.AssignMachineUserRoleRequest

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

AssignMachineUserRoleParams contains all the parameters to send to the API endpoint

for the assign machine user role operation.

Typically these are written to a http.Request.

func NewAssignMachineUserRoleParams

func NewAssignMachineUserRoleParams() *AssignMachineUserRoleParams

NewAssignMachineUserRoleParams creates a new AssignMachineUserRoleParams 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 NewAssignMachineUserRoleParamsWithContext

func NewAssignMachineUserRoleParamsWithContext(ctx context.Context) *AssignMachineUserRoleParams

NewAssignMachineUserRoleParamsWithContext creates a new AssignMachineUserRoleParams object with the ability to set a context for a request.

func NewAssignMachineUserRoleParamsWithHTTPClient

func NewAssignMachineUserRoleParamsWithHTTPClient(client *http.Client) *AssignMachineUserRoleParams

NewAssignMachineUserRoleParamsWithHTTPClient creates a new AssignMachineUserRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignMachineUserRoleParamsWithTimeout

func NewAssignMachineUserRoleParamsWithTimeout(timeout time.Duration) *AssignMachineUserRoleParams

NewAssignMachineUserRoleParamsWithTimeout creates a new AssignMachineUserRoleParams object with the ability to set a timeout on a request.

func (*AssignMachineUserRoleParams) SetContext

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

SetContext adds the context to the assign machine user role params

func (*AssignMachineUserRoleParams) SetDefaults

func (o *AssignMachineUserRoleParams) SetDefaults()

SetDefaults hydrates default values in the assign machine user role params (not the query body).

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

func (*AssignMachineUserRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign machine user role params

func (*AssignMachineUserRoleParams) SetInput

SetInput adds the input to the assign machine user role params

func (*AssignMachineUserRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign machine user role params

func (*AssignMachineUserRoleParams) WithContext

WithContext adds the context to the assign machine user role params

func (*AssignMachineUserRoleParams) WithDefaults

WithDefaults hydrates default values in the assign machine user role params (not the query body).

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

func (*AssignMachineUserRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign machine user role params

func (*AssignMachineUserRoleParams) WithInput

WithInput adds the input to the assign machine user role params

func (*AssignMachineUserRoleParams) WithTimeout

WithTimeout adds the timeout to the assign machine user role params

func (*AssignMachineUserRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignMachineUserRoleReader

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

AssignMachineUserRoleReader is a Reader for the AssignMachineUserRole structure.

func (*AssignMachineUserRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignServicePrincipalAzureCloudIdentityDefault

type AssignServicePrincipalAzureCloudIdentityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignServicePrincipalAzureCloudIdentityDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignServicePrincipalAzureCloudIdentityDefault

func NewAssignServicePrincipalAzureCloudIdentityDefault(code int) *AssignServicePrincipalAzureCloudIdentityDefault

NewAssignServicePrincipalAzureCloudIdentityDefault creates a AssignServicePrincipalAzureCloudIdentityDefault with default headers values

func (*AssignServicePrincipalAzureCloudIdentityDefault) Code

Code gets the status code for the assign service principal azure cloud identity default response

func (*AssignServicePrincipalAzureCloudIdentityDefault) Error

func (*AssignServicePrincipalAzureCloudIdentityDefault) GetPayload

func (*AssignServicePrincipalAzureCloudIdentityDefault) IsClientError

IsClientError returns true when this assign service principal azure cloud identity default response has a 4xx status code

func (*AssignServicePrincipalAzureCloudIdentityDefault) IsCode

IsCode returns true when this assign service principal azure cloud identity default response a status code equal to that given

func (*AssignServicePrincipalAzureCloudIdentityDefault) IsRedirect

IsRedirect returns true when this assign service principal azure cloud identity default response has a 3xx status code

func (*AssignServicePrincipalAzureCloudIdentityDefault) IsServerError

IsServerError returns true when this assign service principal azure cloud identity default response has a 5xx status code

func (*AssignServicePrincipalAzureCloudIdentityDefault) IsSuccess

IsSuccess returns true when this assign service principal azure cloud identity default response has a 2xx status code

func (*AssignServicePrincipalAzureCloudIdentityDefault) String

type AssignServicePrincipalAzureCloudIdentityOK

type AssignServicePrincipalAzureCloudIdentityOK struct {
	Payload models.AssignServicePrincipalAzureCloudIdentityResponse
}

AssignServicePrincipalAzureCloudIdentityOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignServicePrincipalAzureCloudIdentityOK

func NewAssignServicePrincipalAzureCloudIdentityOK() *AssignServicePrincipalAzureCloudIdentityOK

NewAssignServicePrincipalAzureCloudIdentityOK creates a AssignServicePrincipalAzureCloudIdentityOK with default headers values

func (*AssignServicePrincipalAzureCloudIdentityOK) Code

Code gets the status code for the assign service principal azure cloud identity o k response

func (*AssignServicePrincipalAzureCloudIdentityOK) Error

func (*AssignServicePrincipalAzureCloudIdentityOK) GetPayload

func (*AssignServicePrincipalAzureCloudIdentityOK) IsClientError

IsClientError returns true when this assign service principal azure cloud identity o k response has a 4xx status code

func (*AssignServicePrincipalAzureCloudIdentityOK) IsCode

IsCode returns true when this assign service principal azure cloud identity o k response a status code equal to that given

func (*AssignServicePrincipalAzureCloudIdentityOK) IsRedirect

IsRedirect returns true when this assign service principal azure cloud identity o k response has a 3xx status code

func (*AssignServicePrincipalAzureCloudIdentityOK) IsServerError

IsServerError returns true when this assign service principal azure cloud identity o k response has a 5xx status code

func (*AssignServicePrincipalAzureCloudIdentityOK) IsSuccess

IsSuccess returns true when this assign service principal azure cloud identity o k response has a 2xx status code

func (*AssignServicePrincipalAzureCloudIdentityOK) String

type AssignServicePrincipalAzureCloudIdentityParams

type AssignServicePrincipalAzureCloudIdentityParams struct {

	// Input.
	Input *models.AssignServicePrincipalAzureCloudIdentityRequest

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

AssignServicePrincipalAzureCloudIdentityParams contains all the parameters to send to the API endpoint

for the assign service principal azure cloud identity operation.

Typically these are written to a http.Request.

func NewAssignServicePrincipalAzureCloudIdentityParams

func NewAssignServicePrincipalAzureCloudIdentityParams() *AssignServicePrincipalAzureCloudIdentityParams

NewAssignServicePrincipalAzureCloudIdentityParams creates a new AssignServicePrincipalAzureCloudIdentityParams 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 NewAssignServicePrincipalAzureCloudIdentityParamsWithContext

func NewAssignServicePrincipalAzureCloudIdentityParamsWithContext(ctx context.Context) *AssignServicePrincipalAzureCloudIdentityParams

NewAssignServicePrincipalAzureCloudIdentityParamsWithContext creates a new AssignServicePrincipalAzureCloudIdentityParams object with the ability to set a context for a request.

func NewAssignServicePrincipalAzureCloudIdentityParamsWithHTTPClient

func NewAssignServicePrincipalAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *AssignServicePrincipalAzureCloudIdentityParams

NewAssignServicePrincipalAzureCloudIdentityParamsWithHTTPClient creates a new AssignServicePrincipalAzureCloudIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewAssignServicePrincipalAzureCloudIdentityParamsWithTimeout

func NewAssignServicePrincipalAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *AssignServicePrincipalAzureCloudIdentityParams

NewAssignServicePrincipalAzureCloudIdentityParamsWithTimeout creates a new AssignServicePrincipalAzureCloudIdentityParams object with the ability to set a timeout on a request.

func (*AssignServicePrincipalAzureCloudIdentityParams) SetContext

SetContext adds the context to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) SetDefaults

SetDefaults hydrates default values in the assign service principal azure cloud identity params (not the query body).

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

func (*AssignServicePrincipalAzureCloudIdentityParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) SetInput

SetInput adds the input to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) SetTimeout

SetTimeout adds the timeout to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) WithContext

WithContext adds the context to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) WithDefaults

WithDefaults hydrates default values in the assign service principal azure cloud identity params (not the query body).

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

func (*AssignServicePrincipalAzureCloudIdentityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) WithInput

WithInput adds the input to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) WithTimeout

WithTimeout adds the timeout to the assign service principal azure cloud identity params

func (*AssignServicePrincipalAzureCloudIdentityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignServicePrincipalAzureCloudIdentityReader

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

AssignServicePrincipalAzureCloudIdentityReader is a Reader for the AssignServicePrincipalAzureCloudIdentity structure.

func (*AssignServicePrincipalAzureCloudIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignUserResourceRoleDefault

type AssignUserResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignUserResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignUserResourceRoleDefault

func NewAssignUserResourceRoleDefault(code int) *AssignUserResourceRoleDefault

NewAssignUserResourceRoleDefault creates a AssignUserResourceRoleDefault with default headers values

func (*AssignUserResourceRoleDefault) Code

Code gets the status code for the assign user resource role default response

func (*AssignUserResourceRoleDefault) Error

func (*AssignUserResourceRoleDefault) GetPayload

func (o *AssignUserResourceRoleDefault) GetPayload() *models.Error

func (*AssignUserResourceRoleDefault) IsClientError

func (o *AssignUserResourceRoleDefault) IsClientError() bool

IsClientError returns true when this assign user resource role default response has a 4xx status code

func (*AssignUserResourceRoleDefault) IsCode

func (o *AssignUserResourceRoleDefault) IsCode(code int) bool

IsCode returns true when this assign user resource role default response a status code equal to that given

func (*AssignUserResourceRoleDefault) IsRedirect

func (o *AssignUserResourceRoleDefault) IsRedirect() bool

IsRedirect returns true when this assign user resource role default response has a 3xx status code

func (*AssignUserResourceRoleDefault) IsServerError

func (o *AssignUserResourceRoleDefault) IsServerError() bool

IsServerError returns true when this assign user resource role default response has a 5xx status code

func (*AssignUserResourceRoleDefault) IsSuccess

func (o *AssignUserResourceRoleDefault) IsSuccess() bool

IsSuccess returns true when this assign user resource role default response has a 2xx status code

func (*AssignUserResourceRoleDefault) String

type AssignUserResourceRoleOK

type AssignUserResourceRoleOK struct {
	Payload models.AssignUserResourceRoleResponse
}

AssignUserResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignUserResourceRoleOK

func NewAssignUserResourceRoleOK() *AssignUserResourceRoleOK

NewAssignUserResourceRoleOK creates a AssignUserResourceRoleOK with default headers values

func (*AssignUserResourceRoleOK) Code

func (o *AssignUserResourceRoleOK) Code() int

Code gets the status code for the assign user resource role o k response

func (*AssignUserResourceRoleOK) Error

func (o *AssignUserResourceRoleOK) Error() string

func (*AssignUserResourceRoleOK) GetPayload

func (*AssignUserResourceRoleOK) IsClientError

func (o *AssignUserResourceRoleOK) IsClientError() bool

IsClientError returns true when this assign user resource role o k response has a 4xx status code

func (*AssignUserResourceRoleOK) IsCode

func (o *AssignUserResourceRoleOK) IsCode(code int) bool

IsCode returns true when this assign user resource role o k response a status code equal to that given

func (*AssignUserResourceRoleOK) IsRedirect

func (o *AssignUserResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this assign user resource role o k response has a 3xx status code

func (*AssignUserResourceRoleOK) IsServerError

func (o *AssignUserResourceRoleOK) IsServerError() bool

IsServerError returns true when this assign user resource role o k response has a 5xx status code

func (*AssignUserResourceRoleOK) IsSuccess

func (o *AssignUserResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this assign user resource role o k response has a 2xx status code

func (*AssignUserResourceRoleOK) String

func (o *AssignUserResourceRoleOK) String() string

type AssignUserResourceRoleParams

type AssignUserResourceRoleParams struct {

	// Input.
	Input *models.AssignUserResourceRoleRequest

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

AssignUserResourceRoleParams contains all the parameters to send to the API endpoint

for the assign user resource role operation.

Typically these are written to a http.Request.

func NewAssignUserResourceRoleParams

func NewAssignUserResourceRoleParams() *AssignUserResourceRoleParams

NewAssignUserResourceRoleParams creates a new AssignUserResourceRoleParams 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 NewAssignUserResourceRoleParamsWithContext

func NewAssignUserResourceRoleParamsWithContext(ctx context.Context) *AssignUserResourceRoleParams

NewAssignUserResourceRoleParamsWithContext creates a new AssignUserResourceRoleParams object with the ability to set a context for a request.

func NewAssignUserResourceRoleParamsWithHTTPClient

func NewAssignUserResourceRoleParamsWithHTTPClient(client *http.Client) *AssignUserResourceRoleParams

NewAssignUserResourceRoleParamsWithHTTPClient creates a new AssignUserResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignUserResourceRoleParamsWithTimeout

func NewAssignUserResourceRoleParamsWithTimeout(timeout time.Duration) *AssignUserResourceRoleParams

NewAssignUserResourceRoleParamsWithTimeout creates a new AssignUserResourceRoleParams object with the ability to set a timeout on a request.

func (*AssignUserResourceRoleParams) SetContext

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

SetContext adds the context to the assign user resource role params

func (*AssignUserResourceRoleParams) SetDefaults

func (o *AssignUserResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the assign user resource role params (not the query body).

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

func (*AssignUserResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign user resource role params

func (*AssignUserResourceRoleParams) SetInput

SetInput adds the input to the assign user resource role params

func (*AssignUserResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign user resource role params

func (*AssignUserResourceRoleParams) WithContext

WithContext adds the context to the assign user resource role params

func (*AssignUserResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the assign user resource role params (not the query body).

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

func (*AssignUserResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign user resource role params

func (*AssignUserResourceRoleParams) WithInput

WithInput adds the input to the assign user resource role params

func (*AssignUserResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the assign user resource role params

func (*AssignUserResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignUserResourceRoleReader

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

AssignUserResourceRoleReader is a Reader for the AssignUserResourceRole structure.

func (*AssignUserResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignUserRoleDefault

type AssignUserRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AssignUserRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewAssignUserRoleDefault

func NewAssignUserRoleDefault(code int) *AssignUserRoleDefault

NewAssignUserRoleDefault creates a AssignUserRoleDefault with default headers values

func (*AssignUserRoleDefault) Code

func (o *AssignUserRoleDefault) Code() int

Code gets the status code for the assign user role default response

func (*AssignUserRoleDefault) Error

func (o *AssignUserRoleDefault) Error() string

func (*AssignUserRoleDefault) GetPayload

func (o *AssignUserRoleDefault) GetPayload() *models.Error

func (*AssignUserRoleDefault) IsClientError

func (o *AssignUserRoleDefault) IsClientError() bool

IsClientError returns true when this assign user role default response has a 4xx status code

func (*AssignUserRoleDefault) IsCode

func (o *AssignUserRoleDefault) IsCode(code int) bool

IsCode returns true when this assign user role default response a status code equal to that given

func (*AssignUserRoleDefault) IsRedirect

func (o *AssignUserRoleDefault) IsRedirect() bool

IsRedirect returns true when this assign user role default response has a 3xx status code

func (*AssignUserRoleDefault) IsServerError

func (o *AssignUserRoleDefault) IsServerError() bool

IsServerError returns true when this assign user role default response has a 5xx status code

func (*AssignUserRoleDefault) IsSuccess

func (o *AssignUserRoleDefault) IsSuccess() bool

IsSuccess returns true when this assign user role default response has a 2xx status code

func (*AssignUserRoleDefault) String

func (o *AssignUserRoleDefault) String() string

type AssignUserRoleOK

type AssignUserRoleOK struct {
	Payload models.AssignUserRoleResponse
}

AssignUserRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewAssignUserRoleOK

func NewAssignUserRoleOK() *AssignUserRoleOK

NewAssignUserRoleOK creates a AssignUserRoleOK with default headers values

func (*AssignUserRoleOK) Code

func (o *AssignUserRoleOK) Code() int

Code gets the status code for the assign user role o k response

func (*AssignUserRoleOK) Error

func (o *AssignUserRoleOK) Error() string

func (*AssignUserRoleOK) GetPayload

func (*AssignUserRoleOK) IsClientError

func (o *AssignUserRoleOK) IsClientError() bool

IsClientError returns true when this assign user role o k response has a 4xx status code

func (*AssignUserRoleOK) IsCode

func (o *AssignUserRoleOK) IsCode(code int) bool

IsCode returns true when this assign user role o k response a status code equal to that given

func (*AssignUserRoleOK) IsRedirect

func (o *AssignUserRoleOK) IsRedirect() bool

IsRedirect returns true when this assign user role o k response has a 3xx status code

func (*AssignUserRoleOK) IsServerError

func (o *AssignUserRoleOK) IsServerError() bool

IsServerError returns true when this assign user role o k response has a 5xx status code

func (*AssignUserRoleOK) IsSuccess

func (o *AssignUserRoleOK) IsSuccess() bool

IsSuccess returns true when this assign user role o k response has a 2xx status code

func (*AssignUserRoleOK) String

func (o *AssignUserRoleOK) String() string

type AssignUserRoleParams

type AssignUserRoleParams struct {

	// Input.
	Input *models.AssignUserRoleRequest

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

AssignUserRoleParams contains all the parameters to send to the API endpoint

for the assign user role operation.

Typically these are written to a http.Request.

func NewAssignUserRoleParams

func NewAssignUserRoleParams() *AssignUserRoleParams

NewAssignUserRoleParams creates a new AssignUserRoleParams 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 NewAssignUserRoleParamsWithContext

func NewAssignUserRoleParamsWithContext(ctx context.Context) *AssignUserRoleParams

NewAssignUserRoleParamsWithContext creates a new AssignUserRoleParams object with the ability to set a context for a request.

func NewAssignUserRoleParamsWithHTTPClient

func NewAssignUserRoleParamsWithHTTPClient(client *http.Client) *AssignUserRoleParams

NewAssignUserRoleParamsWithHTTPClient creates a new AssignUserRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAssignUserRoleParamsWithTimeout

func NewAssignUserRoleParamsWithTimeout(timeout time.Duration) *AssignUserRoleParams

NewAssignUserRoleParamsWithTimeout creates a new AssignUserRoleParams object with the ability to set a timeout on a request.

func (*AssignUserRoleParams) SetContext

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

SetContext adds the context to the assign user role params

func (*AssignUserRoleParams) SetDefaults

func (o *AssignUserRoleParams) SetDefaults()

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

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

func (*AssignUserRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign user role params

func (*AssignUserRoleParams) SetInput

SetInput adds the input to the assign user role params

func (*AssignUserRoleParams) SetTimeout

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

SetTimeout adds the timeout to the assign user role params

func (*AssignUserRoleParams) WithContext

WithContext adds the context to the assign user role params

func (*AssignUserRoleParams) WithDefaults

func (o *AssignUserRoleParams) WithDefaults() *AssignUserRoleParams

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

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

func (*AssignUserRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the assign user role params

func (*AssignUserRoleParams) WithInput

WithInput adds the input to the assign user role params

func (*AssignUserRoleParams) WithTimeout

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

WithTimeout adds the timeout to the assign user role params

func (*AssignUserRoleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AssignUserRoleReader

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

AssignUserRoleReader is a Reader for the AssignUserRole structure.

func (*AssignUserRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for operations API

func (*Client) AddMachineUserToGroup

func (a *Client) AddMachineUserToGroup(params *AddMachineUserToGroupParams, opts ...ClientOption) (*AddMachineUserToGroupOK, error)

AddMachineUserToGroup adds a machine user to group

Add a machine user to a group.

func (*Client) AddSSHPublicKey

func (a *Client) AddSSHPublicKey(params *AddSSHPublicKeyParams, opts ...ClientOption) (*AddSSHPublicKeyOK, error)

AddSSHPublicKey adds an SSH public key for an actor

Adds an SSH public key for an actor. The private key that corresponds to this public key can be used to SSH into any workload cluster that the actor is authorized to use.

func (*Client) AddUserToGroup

func (a *Client) AddUserToGroup(params *AddUserToGroupParams, opts ...ClientOption) (*AddUserToGroupOK, error)

AddUserToGroup adds a user to a group

Add a user to group.

func (*Client) AssignAzureCloudIdentity

func (a *Client) AssignAzureCloudIdentity(params *AssignAzureCloudIdentityParams, opts ...ClientOption) (*AssignAzureCloudIdentityOK, error)

AssignAzureCloudIdentity assigns an azure cloud identity to an actor or group

Assign an Azure cloud identity, i.e. an object ID (OID), to an actor or group.

func (*Client) AssignGroupResourceRole

func (a *Client) AssignGroupResourceRole(params *AssignGroupResourceRoleParams, opts ...ClientOption) (*AssignGroupResourceRoleOK, error)

AssignGroupResourceRole assigns a resource role to a group

Assign a resource role to a group. If the resource role is already assigned to the group the request will fail.

func (*Client) AssignGroupRole

func (a *Client) AssignGroupRole(params *AssignGroupRoleParams, opts ...ClientOption) (*AssignGroupRoleOK, error)

AssignGroupRole assigns a role to a group

Assign a role to a group. If the role is already assigned to the group the request will fail.

func (*Client) AssignMachineUserResourceRole

func (a *Client) AssignMachineUserResourceRole(params *AssignMachineUserResourceRoleParams, opts ...ClientOption) (*AssignMachineUserResourceRoleOK, error)

AssignMachineUserResourceRole assigns a resource role to a machine user

Assign a resource role to a machine user. If the resource role is already assigned to the machine user the request will fail.

func (*Client) AssignMachineUserRole

func (a *Client) AssignMachineUserRole(params *AssignMachineUserRoleParams, opts ...ClientOption) (*AssignMachineUserRoleOK, error)

AssignMachineUserRole assigns a role to a machine user

Assign a role to a machine user. If the role is already assigned to the machine user the request will fail.

func (*Client) AssignServicePrincipalAzureCloudIdentity

func (a *Client) AssignServicePrincipalAzureCloudIdentity(params *AssignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*AssignServicePrincipalAzureCloudIdentityOK, error)

AssignServicePrincipalAzureCloudIdentity assigns an azure cloud identity to a service principal

Assign an Azure cloud identity, i.e. an object ID (OID), to a service principal.

func (*Client) AssignUserResourceRole

func (a *Client) AssignUserResourceRole(params *AssignUserResourceRoleParams, opts ...ClientOption) (*AssignUserResourceRoleOK, error)

AssignUserResourceRole assigns a resource role to a user

Assign a resource role to a user. If the resource role is already assigned to the user the request will fail.

func (*Client) AssignUserRole

func (a *Client) AssignUserRole(params *AssignUserRoleParams, opts ...ClientOption) (*AssignUserRoleOK, error)

AssignUserRole assigns a role to a user

Assign a role to a user. If the role is already assigned to the user the request will fail.

func (*Client) CreateGroup

func (a *Client) CreateGroup(params *CreateGroupParams, opts ...ClientOption) (*CreateGroupOK, error)

CreateGroup creates a group

Create a group. A group is a named collection of users and machine users. Roles and resource roles can be assigned to a group impacting all members of the group.

func (*Client) CreateMachineUser

func (a *Client) CreateMachineUser(params *CreateMachineUserParams, opts ...ClientOption) (*CreateMachineUserOK, error)

CreateMachineUser creates a machine user

Creates a machine user in the account. A machine user can be used to access CDP API. A machine user can have access keys associated with it and can be assigned roles and resource roles. A machine user cannot login to the CDP console.

func (*Client) CreateMachineUserAccessKey

func (a *Client) CreateMachineUserAccessKey(params *CreateMachineUserAccessKeyParams, opts ...ClientOption) (*CreateMachineUserAccessKeyOK, error)

CreateMachineUserAccessKey creates a new access key for a machine user

Creates a new access key for a machine user.

func (*Client) CreateSamlProvider

func (a *Client) CreateSamlProvider(params *CreateSamlProviderParams, opts ...ClientOption) (*CreateSamlProviderOK, error)

CreateSamlProvider creates a s a m l provider in c d p

Creates a SAML provider in CDP.

func (*Client) CreateScimAccessToken

func (a *Client) CreateScimAccessToken(params *CreateScimAccessTokenParams, opts ...ClientOption) (*CreateScimAccessTokenOK, error)

CreateScimAccessToken creates a s c i m access token for a s c i m enabled identity provider

Creates a SCIM access token for a SCIM enabled identity provider. This token is used to authenticate requests sent to the SCIM endpoints. This operation is not supported for Cloudera for Government.

func (*Client) CreateUser

func (a *Client) CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserOK, error)

CreateUser creates a user in c d p

Creates a user in CDP.

func (*Client) CreateUserAccessKey

func (a *Client) CreateUserAccessKey(params *CreateUserAccessKeyParams, opts ...ClientOption) (*CreateUserAccessKeyOK, error)

CreateUserAccessKey creates a new access key for a user

Creates a new access key for a user.

func (*Client) DeleteAccessKey

func (a *Client) DeleteAccessKey(params *DeleteAccessKeyParams, opts ...ClientOption) (*DeleteAccessKeyOK, error)

DeleteAccessKey deletes an access key

Deletes an access key.

func (*Client) DeleteGroup

func (a *Client) DeleteGroup(params *DeleteGroupParams, opts ...ClientOption) (*DeleteGroupOK, error)

DeleteGroup deletes a group

Delete a group.

func (*Client) DeleteMachineUser

func (a *Client) DeleteMachineUser(params *DeleteMachineUserParams, opts ...ClientOption) (*DeleteMachineUserOK, error)

DeleteMachineUser deletes a machine user

Deletes a machine user. This includes deleting all associated access keys and unassigning all roles and resource roles assigned to the machine user. The machine user is also removed from all groups it belongs to. If the call succeeds the machine user will not be able to use any access keys to access the CDP control plane. Note that user-sync is not triggered yet by this call and the caller must trigger that to ensure that the machine user loses access to all environments as soon as possible.

func (*Client) DeleteSSHPublicKey

func (a *Client) DeleteSSHPublicKey(params *DeleteSSHPublicKeyParams, opts ...ClientOption) (*DeleteSSHPublicKeyOK, error)

DeleteSSHPublicKey deletes an SSH public key for an actor

Delete an SSH public key for an actor.

func (*Client) DeleteSamlProvider

func (a *Client) DeleteSamlProvider(params *DeleteSamlProviderParams, opts ...ClientOption) (*DeleteSamlProviderOK, error)

DeleteSamlProvider deletes a s a m l provider in c d p account

Deletes a SAML provider in CDP account.

func (*Client) DeleteScimAccessToken

func (a *Client) DeleteScimAccessToken(params *DeleteScimAccessTokenParams, opts ...ClientOption) (*DeleteScimAccessTokenOK, error)

DeleteScimAccessToken deletes a s c i m access token

Deletes a SCIM access token. This operation is not supported for Cloudera for Government.

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

DeleteUser deletes a user and all associated resources

Deletes a user. This includes deleting all associated access keys and unassigning all roles and resource roles assigned to the user. The user is also removed from all groups it belongs to. If the call succeeds the user will not be able to login interactively, or use any access keys to access the CDP control plane. This feature is under development and some resources may be left behind after a successful call. Note that user-sync is not triggered yet by this call and the caller must trigger that to ensure that the user loses access to all environments as soon as possible.

func (*Client) DescribeSSHPublicKey

func (a *Client) DescribeSSHPublicKey(params *DescribeSSHPublicKeyParams, opts ...ClientOption) (*DescribeSSHPublicKeyOK, error)

DescribeSSHPublicKey describes an SSH public key for an actor

Describe an SSH public key for an actor.

func (*Client) DescribeSamlProvider

func (a *Client) DescribeSamlProvider(params *DescribeSamlProviderParams, opts ...ClientOption) (*DescribeSamlProviderOK, error)

DescribeSamlProvider describes one s a m l provider

Describes one SAML provider.

func (*Client) DisableClouderaSSOLogin

func (a *Client) DisableClouderaSSOLogin(params *DisableClouderaSSOLoginParams, opts ...ClientOption) (*DisableClouderaSSOLoginOK, error)

DisableClouderaSSOLogin disables interactive login using cloudera s s o for this account

Disables interactive login using Cloudera SSO for this account. When disabled, only users who are designated account administrators will be able to use Cloudera SSO to interactively login to the CDP account. All other users will only be able to interactively login using SAML providers defined for the account. This is a no-op if login using Cloudera SSO are already disabled.

func (*Client) EnableClouderaSSOLogin

func (a *Client) EnableClouderaSSOLogin(params *EnableClouderaSSOLoginParams, opts ...ClientOption) (*EnableClouderaSSOLoginOK, error)

EnableClouderaSSOLogin enables interactive login using cloudera s s o for this account

Enables interactive login using Cloudera SSO for this account. This is a no-op if login using Cloudera SSO are already enabled.

func (*Client) GenerateWorkloadAuthToken

func (a *Client) GenerateWorkloadAuthToken(params *GenerateWorkloadAuthTokenParams, opts ...ClientOption) (*GenerateWorkloadAuthTokenOK, error)

GenerateWorkloadAuthToken generates an authentication token for workload a p is

Generates an authentication token which is required for sending requests to workload APIs.

func (*Client) GetAccessKey

func (a *Client) GetAccessKey(params *GetAccessKeyParams, opts ...ClientOption) (*GetAccessKeyOK, error)

GetAccessKey gets information on an access key

Gets information on an access key. If no access key ID is specified. Information on the access key used to make the request is returned.

func (*Client) GetAccount

func (a *Client) GetAccount(params *GetAccountParams, opts ...ClientOption) (*GetAccountOK, error)

GetAccount retrieves information about the c d p account

Retrieves information about the CDP account.

func (*Client) GetAccountMessages

func (a *Client) GetAccountMessages(params *GetAccountMessagesParams, opts ...ClientOption) (*GetAccountMessagesOK, error)

GetAccountMessages gets account messages

Get account messages.

func (*Client) GetDefaultIdentityProvider added in v0.4.2

func (a *Client) GetDefaultIdentityProvider(params *GetDefaultIdentityProviderParams, opts ...ClientOption) (*GetDefaultIdentityProviderOK, error)

GetDefaultIdentityProvider retrieves the c r n of the default identity provider

Retrieves the CRN of the default identity provider used for CDP initiated login requests.

func (*Client) GetUser

func (a *Client) GetUser(params *GetUserParams, opts ...ClientOption) (*GetUserOK, error)

GetUser gets information on a user

Gets information on a user. If no user name is specified. The user name is determined from the access key used to make the request.

func (*Client) ListAccessKeys

func (a *Client) ListAccessKeys(params *ListAccessKeysParams, opts ...ClientOption) (*ListAccessKeysOK, error)

ListAccessKeys lists access keys

Lists access keys.

func (*Client) ListGroupAssignedResourceRoles

func (a *Client) ListGroupAssignedResourceRoles(params *ListGroupAssignedResourceRolesParams, opts ...ClientOption) (*ListGroupAssignedResourceRolesOK, error)

ListGroupAssignedResourceRoles lists a group s assigned resource roles

Lists a group's assigned resource roles.

func (*Client) ListGroupAssignedRoles

func (a *Client) ListGroupAssignedRoles(params *ListGroupAssignedRolesParams, opts ...ClientOption) (*ListGroupAssignedRolesOK, error)

ListGroupAssignedRoles lists the group s assigned roles

Lists the group's assigned roles.

func (*Client) ListGroupMembers

func (a *Client) ListGroupMembers(params *ListGroupMembersParams, opts ...ClientOption) (*ListGroupMembersOK, error)

ListGroupMembers lists the members of a group

List the members of a group.

func (*Client) ListGroups

func (a *Client) ListGroups(params *ListGroupsParams, opts ...ClientOption) (*ListGroupsOK, error)

ListGroups lists groups

Lists groups. If no group names are specified, the call lists all groups.

func (*Client) ListGroupsForMachineUser

func (a *Client) ListGroupsForMachineUser(params *ListGroupsForMachineUserParams, opts ...ClientOption) (*ListGroupsForMachineUserOK, error)

ListGroupsForMachineUser lists the groups that the machine user belongs to

List the groups that the machine user belongs to.

func (*Client) ListGroupsForUser

func (a *Client) ListGroupsForUser(params *ListGroupsForUserParams, opts ...ClientOption) (*ListGroupsForUserOK, error)

ListGroupsForUser lists the groups that the user belongs to

List the groups that the user belongs to.

func (*Client) ListMachineUserAssignedResourceRoles

func (a *Client) ListMachineUserAssignedResourceRoles(params *ListMachineUserAssignedResourceRolesParams, opts ...ClientOption) (*ListMachineUserAssignedResourceRolesOK, error)

ListMachineUserAssignedResourceRoles lists a machine user s assigned resource roles

Lists a machine user's assigned resource roles.

func (*Client) ListMachineUserAssignedRoles

func (a *Client) ListMachineUserAssignedRoles(params *ListMachineUserAssignedRolesParams, opts ...ClientOption) (*ListMachineUserAssignedRolesOK, error)

ListMachineUserAssignedRoles lists the machine user s assigned roles

Lists the machine user's assigned roles.

func (*Client) ListMachineUsers

func (a *Client) ListMachineUsers(params *ListMachineUsersParams, opts ...ClientOption) (*ListMachineUsersOK, error)

ListMachineUsers lists machine users

Lists machine users in the account.

func (*Client) ListResourceAssignees

func (a *Client) ListResourceAssignees(params *ListResourceAssigneesParams, opts ...ClientOption) (*ListResourceAssigneesOK, error)

ListResourceAssignees lists the resource assignees and their respective resource roles for the resource

List the resource assignees and their respective resource roles for the resource.

func (*Client) ListResourceRoles

func (a *Client) ListResourceRoles(params *ListResourceRolesParams, opts ...ClientOption) (*ListResourceRolesOK, error)

ListResourceRoles lists all the available resource roles

Lists all the available resource roles. Resource roles grant rights over certain resources.

func (*Client) ListRoles

func (a *Client) ListRoles(params *ListRolesParams, opts ...ClientOption) (*ListRolesOK, error)

ListRoles lists all the available roles

Lists all the available roles. Roles grant rights to users via policies that are attached to the roles.

func (*Client) ListSSHPublicKeys

func (a *Client) ListSSHPublicKeys(params *ListSSHPublicKeysParams, opts ...ClientOption) (*ListSSHPublicKeysOK, error)

ListSSHPublicKeys lists SSH public keys for an actor

Lists SSH public keys for an actor.

func (*Client) ListSamlProviders

func (a *Client) ListSamlProviders(params *ListSamlProvidersParams, opts ...ClientOption) (*ListSamlProvidersOK, error)

ListSamlProviders lists s a m l providers in c d p account

Lists SAML providers in CDP account.

func (*Client) ListScimAccessTokens

func (a *Client) ListScimAccessTokens(params *ListScimAccessTokensParams, opts ...ClientOption) (*ListScimAccessTokensOK, error)

ListScimAccessTokens lists s c i m access tokens for a s c i m enabled identity provider

Lists SCIM access tokens for a SCIM enabled identity provider. These access tokens are used to authenticate requests sent to the SCIM endpoints. This operation is not supported for Cloudera for Government.

func (*Client) ListServicePrincipalCloudIdentities

func (a *Client) ListServicePrincipalCloudIdentities(params *ListServicePrincipalCloudIdentitiesParams, opts ...ClientOption) (*ListServicePrincipalCloudIdentitiesOK, error)

ListServicePrincipalCloudIdentities lists cloud identity mappings for service principals

List cloud identity mappings for service principals.

func (*Client) ListUserAssignedResourceRoles

func (a *Client) ListUserAssignedResourceRoles(params *ListUserAssignedResourceRolesParams, opts ...ClientOption) (*ListUserAssignedResourceRolesOK, error)

ListUserAssignedResourceRoles lists a user s assigned resource roles

Lists a user's assigned resource roles.

func (*Client) ListUserAssignedRoles

func (a *Client) ListUserAssignedRoles(params *ListUserAssignedRolesParams, opts ...ClientOption) (*ListUserAssignedRolesOK, error)

ListUserAssignedRoles lists the user s assigned roles

Lists the user's assigned roles.

func (*Client) ListUsers

func (a *Client) ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)

ListUsers lists users

Lists users.

func (*Client) RemoveMachineUserFromGroup

func (a *Client) RemoveMachineUserFromGroup(params *RemoveMachineUserFromGroupParams, opts ...ClientOption) (*RemoveMachineUserFromGroupOK, error)

RemoveMachineUserFromGroup removes a machine user from a group

Remove a machine user from a group.

func (*Client) RemoveUserFromGroup

func (a *Client) RemoveUserFromGroup(params *RemoveUserFromGroupParams, opts ...ClientOption) (*RemoveUserFromGroupOK, error)

RemoveUserFromGroup removes a user from a group

Remove a user from a group.

func (*Client) SetAccountMessages

func (a *Client) SetAccountMessages(params *SetAccountMessagesParams, opts ...ClientOption) (*SetAccountMessagesOK, error)

SetAccountMessages sets messages for an account

Set messages for an account.

func (*Client) SetAuthenticationPolicy

func (a *Client) SetAuthenticationPolicy(params *SetAuthenticationPolicyParams, opts ...ClientOption) (*SetAuthenticationPolicyOK, error)

SetAuthenticationPolicy sets the authentication policy for the account

Set the authentication policy for the account. Any parameters not specified in the request will be cleared, and their default values will be used for authentication. Changes to the authentication policy only affect authentications that are done after the policy has been updated.

func (*Client) SetDefaultIdentityProvider added in v0.4.2

func (a *Client) SetDefaultIdentityProvider(params *SetDefaultIdentityProviderParams, opts ...ClientOption) (*SetDefaultIdentityProviderOK, error)

SetDefaultIdentityProvider sets the default identity provider

Sets the default identity provider used for CDP initiated login requests.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SetWorkloadPassword

func (a *Client) SetWorkloadPassword(params *SetWorkloadPasswordParams, opts ...ClientOption) (*SetWorkloadPasswordOK, error)

SetWorkloadPassword sets the workload password for an actor

Set the workload password for an actor. This will be the actor's password in all Environments they have access to, including Environments they are given access to after setting the password. The password plaintext is not kept.

func (*Client) SetWorkloadPasswordPolicy

func (a *Client) SetWorkloadPasswordPolicy(params *SetWorkloadPasswordPolicyParams, opts ...ClientOption) (*SetWorkloadPasswordPolicyOK, error)

SetWorkloadPasswordPolicy sets the workload password policy for the account

Set the workload password for the account. Changes to the workload password policy only affect passwords that are set after the policy has been updated. By default, passwords never expire.

func (*Client) UnassignAzureCloudIdentity

func (a *Client) UnassignAzureCloudIdentity(params *UnassignAzureCloudIdentityParams, opts ...ClientOption) (*UnassignAzureCloudIdentityOK, error)

UnassignAzureCloudIdentity unassigns an azure cloud identity from an actor or group

Unassign an Azure cloud identity, i.e. an object ID (OID), from an actor or group.

func (*Client) UnassignGroupResourceRole

func (a *Client) UnassignGroupResourceRole(params *UnassignGroupResourceRoleParams, opts ...ClientOption) (*UnassignGroupResourceRoleOK, error)

UnassignGroupResourceRole unassigns a resource role from a group

Unassign a resource role from a group. If the resource role is not currently assigned to the group the request will fail.

func (*Client) UnassignGroupRole

func (a *Client) UnassignGroupRole(params *UnassignGroupRoleParams, opts ...ClientOption) (*UnassignGroupRoleOK, error)

UnassignGroupRole unassigns a role from a group

Unassign a role from a group. If the role is not currently assigned to the group the request will fail.

func (*Client) UnassignMachineUserResourceRole

func (a *Client) UnassignMachineUserResourceRole(params *UnassignMachineUserResourceRoleParams, opts ...ClientOption) (*UnassignMachineUserResourceRoleOK, error)

UnassignMachineUserResourceRole unassigns a resource role from a machine user

Unassign a resource role from a machine user. If the resource role is not currently assigned to the machine user the request will fail.

func (*Client) UnassignMachineUserRole

func (a *Client) UnassignMachineUserRole(params *UnassignMachineUserRoleParams, opts ...ClientOption) (*UnassignMachineUserRoleOK, error)

UnassignMachineUserRole unassigns a role from a machine user

Unassign a role from a machine user. If the role is not currently assigned to the machine user the request will fail.

func (*Client) UnassignServicePrincipalAzureCloudIdentity

func (a *Client) UnassignServicePrincipalAzureCloudIdentity(params *UnassignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*UnassignServicePrincipalAzureCloudIdentityOK, error)

UnassignServicePrincipalAzureCloudIdentity unassigns an azure cloud identity from a service principal

Unassign an Azure cloud identity, i.e. an object ID (OID), from a service principal.

func (*Client) UnassignUserResourceRole

func (a *Client) UnassignUserResourceRole(params *UnassignUserResourceRoleParams, opts ...ClientOption) (*UnassignUserResourceRoleOK, error)

UnassignUserResourceRole unassigns a resource role from a user

Unassign a resource role from a user. If the resource role is not currently assigned to the user the request will fail.

func (*Client) UnassignUserRole

func (a *Client) UnassignUserRole(params *UnassignUserRoleParams, opts ...ClientOption) (*UnassignUserRoleOK, error)

UnassignUserRole unassigns a role from a user

Unassign a role from a user. If the role is not currently assigned to the user the request will fail.

func (*Client) UnlockMachineUserInControlPlane

func (a *Client) UnlockMachineUserInControlPlane(params *UnlockMachineUserInControlPlaneParams, opts ...ClientOption) (*UnlockMachineUserInControlPlaneOK, error)

UnlockMachineUserInControlPlane unlocks machine user in the c d p control plane

Unlocks machine user in the CDP control plane. This operation is idempotent. Unlocking an active machine user will succeed and leave the machine user active. This operation is only supported on Cloudera for Government.

func (*Client) UnlockUserInControlPlane

func (a *Client) UnlockUserInControlPlane(params *UnlockUserInControlPlaneParams, opts ...ClientOption) (*UnlockUserInControlPlaneOK, error)

UnlockUserInControlPlane unlocks user in the c d p control plane

Unlocks user in the CDP control plane. This operation is idempotent. Unlocking an active user will succeed and leave the user active. This operation is only supported on Cloudera for Government.

func (*Client) UnsetWorkloadPasswordMinLifetime

func (a *Client) UnsetWorkloadPasswordMinLifetime(params *UnsetWorkloadPasswordMinLifetimeParams, opts ...ClientOption) (*UnsetWorkloadPasswordMinLifetimeOK, error)

UnsetWorkloadPasswordMinLifetime removes workload password minimum lifetime date for an actor

Removes the workload password minimum lifetime date for an actor.

func (*Client) UnsetWorkloadPasswordPolicy

func (a *Client) UnsetWorkloadPasswordPolicy(params *UnsetWorkloadPasswordPolicyParams, opts ...ClientOption) (*UnsetWorkloadPasswordPolicyOK, error)

UnsetWorkloadPasswordPolicy unsets workload password policy for the account

Unset the workload password for the account. Changes to the workload password policy only affect passwords that are set after the policy has been updated.

func (*Client) UpdateAccessKey

func (a *Client) UpdateAccessKey(params *UpdateAccessKeyParams, opts ...ClientOption) (*UpdateAccessKeyOK, error)

UpdateAccessKey updates an access key

Updates an access key.

func (*Client) UpdateGroup

func (a *Client) UpdateGroup(params *UpdateGroupParams, opts ...ClientOption) (*UpdateGroupOK, error)

UpdateGroup updates a group

Update a group.

func (*Client) UpdateSamlProvider

func (a *Client) UpdateSamlProvider(params *UpdateSamlProviderParams, opts ...ClientOption) (*UpdateSamlProviderOK, error)

UpdateSamlProvider updates a s a m l provider in c d p

Updates a SAML provider in CDP.

func (*Client) UpdateUser

func (a *Client) UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, error)

UpdateUser updates a user

Updates a user. Updates request fields provided. An error is returned if no field updates are defined in the request.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddMachineUserToGroup(params *AddMachineUserToGroupParams, opts ...ClientOption) (*AddMachineUserToGroupOK, error)

	AddSSHPublicKey(params *AddSSHPublicKeyParams, opts ...ClientOption) (*AddSSHPublicKeyOK, error)

	AddUserToGroup(params *AddUserToGroupParams, opts ...ClientOption) (*AddUserToGroupOK, error)

	AssignAzureCloudIdentity(params *AssignAzureCloudIdentityParams, opts ...ClientOption) (*AssignAzureCloudIdentityOK, error)

	AssignGroupResourceRole(params *AssignGroupResourceRoleParams, opts ...ClientOption) (*AssignGroupResourceRoleOK, error)

	AssignGroupRole(params *AssignGroupRoleParams, opts ...ClientOption) (*AssignGroupRoleOK, error)

	AssignMachineUserResourceRole(params *AssignMachineUserResourceRoleParams, opts ...ClientOption) (*AssignMachineUserResourceRoleOK, error)

	AssignMachineUserRole(params *AssignMachineUserRoleParams, opts ...ClientOption) (*AssignMachineUserRoleOK, error)

	AssignServicePrincipalAzureCloudIdentity(params *AssignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*AssignServicePrincipalAzureCloudIdentityOK, error)

	AssignUserResourceRole(params *AssignUserResourceRoleParams, opts ...ClientOption) (*AssignUserResourceRoleOK, error)

	AssignUserRole(params *AssignUserRoleParams, opts ...ClientOption) (*AssignUserRoleOK, error)

	CreateGroup(params *CreateGroupParams, opts ...ClientOption) (*CreateGroupOK, error)

	CreateMachineUser(params *CreateMachineUserParams, opts ...ClientOption) (*CreateMachineUserOK, error)

	CreateMachineUserAccessKey(params *CreateMachineUserAccessKeyParams, opts ...ClientOption) (*CreateMachineUserAccessKeyOK, error)

	CreateSamlProvider(params *CreateSamlProviderParams, opts ...ClientOption) (*CreateSamlProviderOK, error)

	CreateScimAccessToken(params *CreateScimAccessTokenParams, opts ...ClientOption) (*CreateScimAccessTokenOK, error)

	CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserOK, error)

	CreateUserAccessKey(params *CreateUserAccessKeyParams, opts ...ClientOption) (*CreateUserAccessKeyOK, error)

	DeleteAccessKey(params *DeleteAccessKeyParams, opts ...ClientOption) (*DeleteAccessKeyOK, error)

	DeleteGroup(params *DeleteGroupParams, opts ...ClientOption) (*DeleteGroupOK, error)

	DeleteMachineUser(params *DeleteMachineUserParams, opts ...ClientOption) (*DeleteMachineUserOK, error)

	DeleteSamlProvider(params *DeleteSamlProviderParams, opts ...ClientOption) (*DeleteSamlProviderOK, error)

	DeleteScimAccessToken(params *DeleteScimAccessTokenParams, opts ...ClientOption) (*DeleteScimAccessTokenOK, error)

	DeleteSSHPublicKey(params *DeleteSSHPublicKeyParams, opts ...ClientOption) (*DeleteSSHPublicKeyOK, error)

	DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

	DescribeSamlProvider(params *DescribeSamlProviderParams, opts ...ClientOption) (*DescribeSamlProviderOK, error)

	DescribeSSHPublicKey(params *DescribeSSHPublicKeyParams, opts ...ClientOption) (*DescribeSSHPublicKeyOK, error)

	DisableClouderaSSOLogin(params *DisableClouderaSSOLoginParams, opts ...ClientOption) (*DisableClouderaSSOLoginOK, error)

	EnableClouderaSSOLogin(params *EnableClouderaSSOLoginParams, opts ...ClientOption) (*EnableClouderaSSOLoginOK, error)

	GenerateWorkloadAuthToken(params *GenerateWorkloadAuthTokenParams, opts ...ClientOption) (*GenerateWorkloadAuthTokenOK, error)

	GetAccessKey(params *GetAccessKeyParams, opts ...ClientOption) (*GetAccessKeyOK, error)

	GetAccount(params *GetAccountParams, opts ...ClientOption) (*GetAccountOK, error)

	GetAccountMessages(params *GetAccountMessagesParams, opts ...ClientOption) (*GetAccountMessagesOK, error)

	GetDefaultIdentityProvider(params *GetDefaultIdentityProviderParams, opts ...ClientOption) (*GetDefaultIdentityProviderOK, error)

	GetUser(params *GetUserParams, opts ...ClientOption) (*GetUserOK, error)

	ListAccessKeys(params *ListAccessKeysParams, opts ...ClientOption) (*ListAccessKeysOK, error)

	ListGroupAssignedResourceRoles(params *ListGroupAssignedResourceRolesParams, opts ...ClientOption) (*ListGroupAssignedResourceRolesOK, error)

	ListGroupAssignedRoles(params *ListGroupAssignedRolesParams, opts ...ClientOption) (*ListGroupAssignedRolesOK, error)

	ListGroupMembers(params *ListGroupMembersParams, opts ...ClientOption) (*ListGroupMembersOK, error)

	ListGroups(params *ListGroupsParams, opts ...ClientOption) (*ListGroupsOK, error)

	ListGroupsForMachineUser(params *ListGroupsForMachineUserParams, opts ...ClientOption) (*ListGroupsForMachineUserOK, error)

	ListGroupsForUser(params *ListGroupsForUserParams, opts ...ClientOption) (*ListGroupsForUserOK, error)

	ListMachineUserAssignedResourceRoles(params *ListMachineUserAssignedResourceRolesParams, opts ...ClientOption) (*ListMachineUserAssignedResourceRolesOK, error)

	ListMachineUserAssignedRoles(params *ListMachineUserAssignedRolesParams, opts ...ClientOption) (*ListMachineUserAssignedRolesOK, error)

	ListMachineUsers(params *ListMachineUsersParams, opts ...ClientOption) (*ListMachineUsersOK, error)

	ListResourceAssignees(params *ListResourceAssigneesParams, opts ...ClientOption) (*ListResourceAssigneesOK, error)

	ListResourceRoles(params *ListResourceRolesParams, opts ...ClientOption) (*ListResourceRolesOK, error)

	ListRoles(params *ListRolesParams, opts ...ClientOption) (*ListRolesOK, error)

	ListSamlProviders(params *ListSamlProvidersParams, opts ...ClientOption) (*ListSamlProvidersOK, error)

	ListScimAccessTokens(params *ListScimAccessTokensParams, opts ...ClientOption) (*ListScimAccessTokensOK, error)

	ListServicePrincipalCloudIdentities(params *ListServicePrincipalCloudIdentitiesParams, opts ...ClientOption) (*ListServicePrincipalCloudIdentitiesOK, error)

	ListSSHPublicKeys(params *ListSSHPublicKeysParams, opts ...ClientOption) (*ListSSHPublicKeysOK, error)

	ListUserAssignedResourceRoles(params *ListUserAssignedResourceRolesParams, opts ...ClientOption) (*ListUserAssignedResourceRolesOK, error)

	ListUserAssignedRoles(params *ListUserAssignedRolesParams, opts ...ClientOption) (*ListUserAssignedRolesOK, error)

	ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)

	RemoveMachineUserFromGroup(params *RemoveMachineUserFromGroupParams, opts ...ClientOption) (*RemoveMachineUserFromGroupOK, error)

	RemoveUserFromGroup(params *RemoveUserFromGroupParams, opts ...ClientOption) (*RemoveUserFromGroupOK, error)

	SetAccountMessages(params *SetAccountMessagesParams, opts ...ClientOption) (*SetAccountMessagesOK, error)

	SetAuthenticationPolicy(params *SetAuthenticationPolicyParams, opts ...ClientOption) (*SetAuthenticationPolicyOK, error)

	SetDefaultIdentityProvider(params *SetDefaultIdentityProviderParams, opts ...ClientOption) (*SetDefaultIdentityProviderOK, error)

	SetWorkloadPassword(params *SetWorkloadPasswordParams, opts ...ClientOption) (*SetWorkloadPasswordOK, error)

	SetWorkloadPasswordPolicy(params *SetWorkloadPasswordPolicyParams, opts ...ClientOption) (*SetWorkloadPasswordPolicyOK, error)

	UnassignAzureCloudIdentity(params *UnassignAzureCloudIdentityParams, opts ...ClientOption) (*UnassignAzureCloudIdentityOK, error)

	UnassignGroupResourceRole(params *UnassignGroupResourceRoleParams, opts ...ClientOption) (*UnassignGroupResourceRoleOK, error)

	UnassignGroupRole(params *UnassignGroupRoleParams, opts ...ClientOption) (*UnassignGroupRoleOK, error)

	UnassignMachineUserResourceRole(params *UnassignMachineUserResourceRoleParams, opts ...ClientOption) (*UnassignMachineUserResourceRoleOK, error)

	UnassignMachineUserRole(params *UnassignMachineUserRoleParams, opts ...ClientOption) (*UnassignMachineUserRoleOK, error)

	UnassignServicePrincipalAzureCloudIdentity(params *UnassignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*UnassignServicePrincipalAzureCloudIdentityOK, error)

	UnassignUserResourceRole(params *UnassignUserResourceRoleParams, opts ...ClientOption) (*UnassignUserResourceRoleOK, error)

	UnassignUserRole(params *UnassignUserRoleParams, opts ...ClientOption) (*UnassignUserRoleOK, error)

	UnlockMachineUserInControlPlane(params *UnlockMachineUserInControlPlaneParams, opts ...ClientOption) (*UnlockMachineUserInControlPlaneOK, error)

	UnlockUserInControlPlane(params *UnlockUserInControlPlaneParams, opts ...ClientOption) (*UnlockUserInControlPlaneOK, error)

	UnsetWorkloadPasswordMinLifetime(params *UnsetWorkloadPasswordMinLifetimeParams, opts ...ClientOption) (*UnsetWorkloadPasswordMinLifetimeOK, error)

	UnsetWorkloadPasswordPolicy(params *UnsetWorkloadPasswordPolicyParams, opts ...ClientOption) (*UnsetWorkloadPasswordPolicyOK, error)

	UpdateAccessKey(params *UpdateAccessKeyParams, opts ...ClientOption) (*UpdateAccessKeyOK, error)

	UpdateGroup(params *UpdateGroupParams, opts ...ClientOption) (*UpdateGroupOK, error)

	UpdateSamlProvider(params *UpdateSamlProviderParams, opts ...ClientOption) (*UpdateSamlProviderOK, error)

	UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, 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 operations API client.

type CreateGroupDefault

type CreateGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateGroupDefault

func NewCreateGroupDefault(code int) *CreateGroupDefault

NewCreateGroupDefault creates a CreateGroupDefault with default headers values

func (*CreateGroupDefault) Code

func (o *CreateGroupDefault) Code() int

Code gets the status code for the create group default response

func (*CreateGroupDefault) Error

func (o *CreateGroupDefault) Error() string

func (*CreateGroupDefault) GetPayload

func (o *CreateGroupDefault) GetPayload() *models.Error

func (*CreateGroupDefault) IsClientError

func (o *CreateGroupDefault) IsClientError() bool

IsClientError returns true when this create group default response has a 4xx status code

func (*CreateGroupDefault) IsCode

func (o *CreateGroupDefault) IsCode(code int) bool

IsCode returns true when this create group default response a status code equal to that given

func (*CreateGroupDefault) IsRedirect

func (o *CreateGroupDefault) IsRedirect() bool

IsRedirect returns true when this create group default response has a 3xx status code

func (*CreateGroupDefault) IsServerError

func (o *CreateGroupDefault) IsServerError() bool

IsServerError returns true when this create group default response has a 5xx status code

func (*CreateGroupDefault) IsSuccess

func (o *CreateGroupDefault) IsSuccess() bool

IsSuccess returns true when this create group default response has a 2xx status code

func (*CreateGroupDefault) String

func (o *CreateGroupDefault) String() string

type CreateGroupOK

type CreateGroupOK struct {
	Payload *models.CreateGroupResponse
}

CreateGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateGroupOK

func NewCreateGroupOK() *CreateGroupOK

NewCreateGroupOK creates a CreateGroupOK with default headers values

func (*CreateGroupOK) Code

func (o *CreateGroupOK) Code() int

Code gets the status code for the create group o k response

func (*CreateGroupOK) Error

func (o *CreateGroupOK) Error() string

func (*CreateGroupOK) GetPayload

func (o *CreateGroupOK) GetPayload() *models.CreateGroupResponse

func (*CreateGroupOK) IsClientError

func (o *CreateGroupOK) IsClientError() bool

IsClientError returns true when this create group o k response has a 4xx status code

func (*CreateGroupOK) IsCode

func (o *CreateGroupOK) IsCode(code int) bool

IsCode returns true when this create group o k response a status code equal to that given

func (*CreateGroupOK) IsRedirect

func (o *CreateGroupOK) IsRedirect() bool

IsRedirect returns true when this create group o k response has a 3xx status code

func (*CreateGroupOK) IsServerError

func (o *CreateGroupOK) IsServerError() bool

IsServerError returns true when this create group o k response has a 5xx status code

func (*CreateGroupOK) IsSuccess

func (o *CreateGroupOK) IsSuccess() bool

IsSuccess returns true when this create group o k response has a 2xx status code

func (*CreateGroupOK) String

func (o *CreateGroupOK) String() string

type CreateGroupParams

type CreateGroupParams struct {

	// Input.
	Input *models.CreateGroupRequest

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

CreateGroupParams contains all the parameters to send to the API endpoint

for the create group operation.

Typically these are written to a http.Request.

func NewCreateGroupParams

func NewCreateGroupParams() *CreateGroupParams

NewCreateGroupParams creates a new CreateGroupParams 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 NewCreateGroupParamsWithContext

func NewCreateGroupParamsWithContext(ctx context.Context) *CreateGroupParams

NewCreateGroupParamsWithContext creates a new CreateGroupParams object with the ability to set a context for a request.

func NewCreateGroupParamsWithHTTPClient

func NewCreateGroupParamsWithHTTPClient(client *http.Client) *CreateGroupParams

NewCreateGroupParamsWithHTTPClient creates a new CreateGroupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGroupParamsWithTimeout

func NewCreateGroupParamsWithTimeout(timeout time.Duration) *CreateGroupParams

NewCreateGroupParamsWithTimeout creates a new CreateGroupParams object with the ability to set a timeout on a request.

func (*CreateGroupParams) SetContext

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

SetContext adds the context to the create group params

func (*CreateGroupParams) SetDefaults

func (o *CreateGroupParams) SetDefaults()

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

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

func (*CreateGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create group params

func (*CreateGroupParams) SetInput

func (o *CreateGroupParams) SetInput(input *models.CreateGroupRequest)

SetInput adds the input to the create group params

func (*CreateGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create group params

func (*CreateGroupParams) WithContext

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

WithContext adds the context to the create group params

func (*CreateGroupParams) WithDefaults

func (o *CreateGroupParams) WithDefaults() *CreateGroupParams

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

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

func (*CreateGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create group params

func (*CreateGroupParams) WithInput

WithInput adds the input to the create group params

func (*CreateGroupParams) WithTimeout

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

WithTimeout adds the timeout to the create group params

func (*CreateGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateGroupReader

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

CreateGroupReader is a Reader for the CreateGroup structure.

func (*CreateGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateMachineUserAccessKeyDefault

type CreateMachineUserAccessKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateMachineUserAccessKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateMachineUserAccessKeyDefault

func NewCreateMachineUserAccessKeyDefault(code int) *CreateMachineUserAccessKeyDefault

NewCreateMachineUserAccessKeyDefault creates a CreateMachineUserAccessKeyDefault with default headers values

func (*CreateMachineUserAccessKeyDefault) Code

Code gets the status code for the create machine user access key default response

func (*CreateMachineUserAccessKeyDefault) Error

func (*CreateMachineUserAccessKeyDefault) GetPayload

func (*CreateMachineUserAccessKeyDefault) IsClientError

func (o *CreateMachineUserAccessKeyDefault) IsClientError() bool

IsClientError returns true when this create machine user access key default response has a 4xx status code

func (*CreateMachineUserAccessKeyDefault) IsCode

func (o *CreateMachineUserAccessKeyDefault) IsCode(code int) bool

IsCode returns true when this create machine user access key default response a status code equal to that given

func (*CreateMachineUserAccessKeyDefault) IsRedirect

func (o *CreateMachineUserAccessKeyDefault) IsRedirect() bool

IsRedirect returns true when this create machine user access key default response has a 3xx status code

func (*CreateMachineUserAccessKeyDefault) IsServerError

func (o *CreateMachineUserAccessKeyDefault) IsServerError() bool

IsServerError returns true when this create machine user access key default response has a 5xx status code

func (*CreateMachineUserAccessKeyDefault) IsSuccess

func (o *CreateMachineUserAccessKeyDefault) IsSuccess() bool

IsSuccess returns true when this create machine user access key default response has a 2xx status code

func (*CreateMachineUserAccessKeyDefault) String

type CreateMachineUserAccessKeyOK

type CreateMachineUserAccessKeyOK struct {
	Payload *models.CreateMachineUserAccessKeyResponse
}

CreateMachineUserAccessKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateMachineUserAccessKeyOK

func NewCreateMachineUserAccessKeyOK() *CreateMachineUserAccessKeyOK

NewCreateMachineUserAccessKeyOK creates a CreateMachineUserAccessKeyOK with default headers values

func (*CreateMachineUserAccessKeyOK) Code

Code gets the status code for the create machine user access key o k response

func (*CreateMachineUserAccessKeyOK) Error

func (*CreateMachineUserAccessKeyOK) GetPayload

func (*CreateMachineUserAccessKeyOK) IsClientError

func (o *CreateMachineUserAccessKeyOK) IsClientError() bool

IsClientError returns true when this create machine user access key o k response has a 4xx status code

func (*CreateMachineUserAccessKeyOK) IsCode

func (o *CreateMachineUserAccessKeyOK) IsCode(code int) bool

IsCode returns true when this create machine user access key o k response a status code equal to that given

func (*CreateMachineUserAccessKeyOK) IsRedirect

func (o *CreateMachineUserAccessKeyOK) IsRedirect() bool

IsRedirect returns true when this create machine user access key o k response has a 3xx status code

func (*CreateMachineUserAccessKeyOK) IsServerError

func (o *CreateMachineUserAccessKeyOK) IsServerError() bool

IsServerError returns true when this create machine user access key o k response has a 5xx status code

func (*CreateMachineUserAccessKeyOK) IsSuccess

func (o *CreateMachineUserAccessKeyOK) IsSuccess() bool

IsSuccess returns true when this create machine user access key o k response has a 2xx status code

func (*CreateMachineUserAccessKeyOK) String

type CreateMachineUserAccessKeyParams

type CreateMachineUserAccessKeyParams struct {

	// Input.
	Input *models.CreateMachineUserAccessKeyRequest

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

CreateMachineUserAccessKeyParams contains all the parameters to send to the API endpoint

for the create machine user access key operation.

Typically these are written to a http.Request.

func NewCreateMachineUserAccessKeyParams

func NewCreateMachineUserAccessKeyParams() *CreateMachineUserAccessKeyParams

NewCreateMachineUserAccessKeyParams creates a new CreateMachineUserAccessKeyParams 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 NewCreateMachineUserAccessKeyParamsWithContext

func NewCreateMachineUserAccessKeyParamsWithContext(ctx context.Context) *CreateMachineUserAccessKeyParams

NewCreateMachineUserAccessKeyParamsWithContext creates a new CreateMachineUserAccessKeyParams object with the ability to set a context for a request.

func NewCreateMachineUserAccessKeyParamsWithHTTPClient

func NewCreateMachineUserAccessKeyParamsWithHTTPClient(client *http.Client) *CreateMachineUserAccessKeyParams

NewCreateMachineUserAccessKeyParamsWithHTTPClient creates a new CreateMachineUserAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateMachineUserAccessKeyParamsWithTimeout

func NewCreateMachineUserAccessKeyParamsWithTimeout(timeout time.Duration) *CreateMachineUserAccessKeyParams

NewCreateMachineUserAccessKeyParamsWithTimeout creates a new CreateMachineUserAccessKeyParams object with the ability to set a timeout on a request.

func (*CreateMachineUserAccessKeyParams) SetContext

SetContext adds the context to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) SetDefaults

func (o *CreateMachineUserAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the create machine user access key params (not the query body).

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

func (*CreateMachineUserAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) SetInput

SetInput adds the input to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) WithContext

WithContext adds the context to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) WithDefaults

WithDefaults hydrates default values in the create machine user access key params (not the query body).

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

func (*CreateMachineUserAccessKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) WithInput

WithInput adds the input to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) WithTimeout

WithTimeout adds the timeout to the create machine user access key params

func (*CreateMachineUserAccessKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMachineUserAccessKeyReader

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

CreateMachineUserAccessKeyReader is a Reader for the CreateMachineUserAccessKey structure.

func (*CreateMachineUserAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateMachineUserDefault

type CreateMachineUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateMachineUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateMachineUserDefault

func NewCreateMachineUserDefault(code int) *CreateMachineUserDefault

NewCreateMachineUserDefault creates a CreateMachineUserDefault with default headers values

func (*CreateMachineUserDefault) Code

func (o *CreateMachineUserDefault) Code() int

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

func (*CreateMachineUserDefault) Error

func (o *CreateMachineUserDefault) Error() string

func (*CreateMachineUserDefault) GetPayload

func (o *CreateMachineUserDefault) GetPayload() *models.Error

func (*CreateMachineUserDefault) IsClientError

func (o *CreateMachineUserDefault) IsClientError() bool

IsClientError returns true when this create machine user default response has a 4xx status code

func (*CreateMachineUserDefault) IsCode

func (o *CreateMachineUserDefault) IsCode(code int) bool

IsCode returns true when this create machine user default response a status code equal to that given

func (*CreateMachineUserDefault) IsRedirect

func (o *CreateMachineUserDefault) IsRedirect() bool

IsRedirect returns true when this create machine user default response has a 3xx status code

func (*CreateMachineUserDefault) IsServerError

func (o *CreateMachineUserDefault) IsServerError() bool

IsServerError returns true when this create machine user default response has a 5xx status code

func (*CreateMachineUserDefault) IsSuccess

func (o *CreateMachineUserDefault) IsSuccess() bool

IsSuccess returns true when this create machine user default response has a 2xx status code

func (*CreateMachineUserDefault) String

func (o *CreateMachineUserDefault) String() string

type CreateMachineUserOK

type CreateMachineUserOK struct {
	Payload *models.CreateMachineUserResponse
}

CreateMachineUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateMachineUserOK

func NewCreateMachineUserOK() *CreateMachineUserOK

NewCreateMachineUserOK creates a CreateMachineUserOK with default headers values

func (*CreateMachineUserOK) Code

func (o *CreateMachineUserOK) Code() int

Code gets the status code for the create machine user o k response

func (*CreateMachineUserOK) Error

func (o *CreateMachineUserOK) Error() string

func (*CreateMachineUserOK) GetPayload

func (*CreateMachineUserOK) IsClientError

func (o *CreateMachineUserOK) IsClientError() bool

IsClientError returns true when this create machine user o k response has a 4xx status code

func (*CreateMachineUserOK) IsCode

func (o *CreateMachineUserOK) IsCode(code int) bool

IsCode returns true when this create machine user o k response a status code equal to that given

func (*CreateMachineUserOK) IsRedirect

func (o *CreateMachineUserOK) IsRedirect() bool

IsRedirect returns true when this create machine user o k response has a 3xx status code

func (*CreateMachineUserOK) IsServerError

func (o *CreateMachineUserOK) IsServerError() bool

IsServerError returns true when this create machine user o k response has a 5xx status code

func (*CreateMachineUserOK) IsSuccess

func (o *CreateMachineUserOK) IsSuccess() bool

IsSuccess returns true when this create machine user o k response has a 2xx status code

func (*CreateMachineUserOK) String

func (o *CreateMachineUserOK) String() string

type CreateMachineUserParams

type CreateMachineUserParams struct {

	// Input.
	Input *models.CreateMachineUserRequest

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

CreateMachineUserParams contains all the parameters to send to the API endpoint

for the create machine user operation.

Typically these are written to a http.Request.

func NewCreateMachineUserParams

func NewCreateMachineUserParams() *CreateMachineUserParams

NewCreateMachineUserParams creates a new CreateMachineUserParams 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 NewCreateMachineUserParamsWithContext

func NewCreateMachineUserParamsWithContext(ctx context.Context) *CreateMachineUserParams

NewCreateMachineUserParamsWithContext creates a new CreateMachineUserParams object with the ability to set a context for a request.

func NewCreateMachineUserParamsWithHTTPClient

func NewCreateMachineUserParamsWithHTTPClient(client *http.Client) *CreateMachineUserParams

NewCreateMachineUserParamsWithHTTPClient creates a new CreateMachineUserParams object with the ability to set a custom HTTPClient for a request.

func NewCreateMachineUserParamsWithTimeout

func NewCreateMachineUserParamsWithTimeout(timeout time.Duration) *CreateMachineUserParams

NewCreateMachineUserParamsWithTimeout creates a new CreateMachineUserParams object with the ability to set a timeout on a request.

func (*CreateMachineUserParams) SetContext

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

SetContext adds the context to the create machine user params

func (*CreateMachineUserParams) SetDefaults

func (o *CreateMachineUserParams) SetDefaults()

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

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

func (*CreateMachineUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create machine user params

func (*CreateMachineUserParams) SetInput

SetInput adds the input to the create machine user params

func (*CreateMachineUserParams) SetTimeout

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

SetTimeout adds the timeout to the create machine user params

func (*CreateMachineUserParams) WithContext

WithContext adds the context to the create machine user params

func (*CreateMachineUserParams) WithDefaults

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

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

func (*CreateMachineUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create machine user params

func (*CreateMachineUserParams) WithInput

WithInput adds the input to the create machine user params

func (*CreateMachineUserParams) WithTimeout

WithTimeout adds the timeout to the create machine user params

func (*CreateMachineUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMachineUserReader

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

CreateMachineUserReader is a Reader for the CreateMachineUser structure.

func (*CreateMachineUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSamlProviderDefault

type CreateSamlProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSamlProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateSamlProviderDefault

func NewCreateSamlProviderDefault(code int) *CreateSamlProviderDefault

NewCreateSamlProviderDefault creates a CreateSamlProviderDefault with default headers values

func (*CreateSamlProviderDefault) Code

func (o *CreateSamlProviderDefault) Code() int

Code gets the status code for the create saml provider default response

func (*CreateSamlProviderDefault) Error

func (o *CreateSamlProviderDefault) Error() string

func (*CreateSamlProviderDefault) GetPayload

func (o *CreateSamlProviderDefault) GetPayload() *models.Error

func (*CreateSamlProviderDefault) IsClientError

func (o *CreateSamlProviderDefault) IsClientError() bool

IsClientError returns true when this create saml provider default response has a 4xx status code

func (*CreateSamlProviderDefault) IsCode

func (o *CreateSamlProviderDefault) IsCode(code int) bool

IsCode returns true when this create saml provider default response a status code equal to that given

func (*CreateSamlProviderDefault) IsRedirect

func (o *CreateSamlProviderDefault) IsRedirect() bool

IsRedirect returns true when this create saml provider default response has a 3xx status code

func (*CreateSamlProviderDefault) IsServerError

func (o *CreateSamlProviderDefault) IsServerError() bool

IsServerError returns true when this create saml provider default response has a 5xx status code

func (*CreateSamlProviderDefault) IsSuccess

func (o *CreateSamlProviderDefault) IsSuccess() bool

IsSuccess returns true when this create saml provider default response has a 2xx status code

func (*CreateSamlProviderDefault) String

func (o *CreateSamlProviderDefault) String() string

type CreateSamlProviderOK

type CreateSamlProviderOK struct {
	Payload *models.CreateSamlProviderResponse
}

CreateSamlProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateSamlProviderOK

func NewCreateSamlProviderOK() *CreateSamlProviderOK

NewCreateSamlProviderOK creates a CreateSamlProviderOK with default headers values

func (*CreateSamlProviderOK) Code

func (o *CreateSamlProviderOK) Code() int

Code gets the status code for the create saml provider o k response

func (*CreateSamlProviderOK) Error

func (o *CreateSamlProviderOK) Error() string

func (*CreateSamlProviderOK) GetPayload

func (*CreateSamlProviderOK) IsClientError

func (o *CreateSamlProviderOK) IsClientError() bool

IsClientError returns true when this create saml provider o k response has a 4xx status code

func (*CreateSamlProviderOK) IsCode

func (o *CreateSamlProviderOK) IsCode(code int) bool

IsCode returns true when this create saml provider o k response a status code equal to that given

func (*CreateSamlProviderOK) IsRedirect

func (o *CreateSamlProviderOK) IsRedirect() bool

IsRedirect returns true when this create saml provider o k response has a 3xx status code

func (*CreateSamlProviderOK) IsServerError

func (o *CreateSamlProviderOK) IsServerError() bool

IsServerError returns true when this create saml provider o k response has a 5xx status code

func (*CreateSamlProviderOK) IsSuccess

func (o *CreateSamlProviderOK) IsSuccess() bool

IsSuccess returns true when this create saml provider o k response has a 2xx status code

func (*CreateSamlProviderOK) String

func (o *CreateSamlProviderOK) String() string

type CreateSamlProviderParams

type CreateSamlProviderParams struct {

	// Input.
	Input *models.CreateSamlProviderRequest

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

CreateSamlProviderParams contains all the parameters to send to the API endpoint

for the create saml provider operation.

Typically these are written to a http.Request.

func NewCreateSamlProviderParams

func NewCreateSamlProviderParams() *CreateSamlProviderParams

NewCreateSamlProviderParams creates a new CreateSamlProviderParams 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 NewCreateSamlProviderParamsWithContext

func NewCreateSamlProviderParamsWithContext(ctx context.Context) *CreateSamlProviderParams

NewCreateSamlProviderParamsWithContext creates a new CreateSamlProviderParams object with the ability to set a context for a request.

func NewCreateSamlProviderParamsWithHTTPClient

func NewCreateSamlProviderParamsWithHTTPClient(client *http.Client) *CreateSamlProviderParams

NewCreateSamlProviderParamsWithHTTPClient creates a new CreateSamlProviderParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSamlProviderParamsWithTimeout

func NewCreateSamlProviderParamsWithTimeout(timeout time.Duration) *CreateSamlProviderParams

NewCreateSamlProviderParamsWithTimeout creates a new CreateSamlProviderParams object with the ability to set a timeout on a request.

func (*CreateSamlProviderParams) SetContext

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

SetContext adds the context to the create saml provider params

func (*CreateSamlProviderParams) SetDefaults

func (o *CreateSamlProviderParams) SetDefaults()

SetDefaults hydrates default values in the create saml provider params (not the query body).

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

func (*CreateSamlProviderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create saml provider params

func (*CreateSamlProviderParams) SetInput

SetInput adds the input to the create saml provider params

func (*CreateSamlProviderParams) SetTimeout

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

SetTimeout adds the timeout to the create saml provider params

func (*CreateSamlProviderParams) WithContext

WithContext adds the context to the create saml provider params

func (*CreateSamlProviderParams) WithDefaults

WithDefaults hydrates default values in the create saml provider params (not the query body).

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

func (*CreateSamlProviderParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create saml provider params

func (*CreateSamlProviderParams) WithInput

WithInput adds the input to the create saml provider params

func (*CreateSamlProviderParams) WithTimeout

WithTimeout adds the timeout to the create saml provider params

func (*CreateSamlProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSamlProviderReader

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

CreateSamlProviderReader is a Reader for the CreateSamlProvider structure.

func (*CreateSamlProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateScimAccessTokenDefault

type CreateScimAccessTokenDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateScimAccessTokenDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateScimAccessTokenDefault

func NewCreateScimAccessTokenDefault(code int) *CreateScimAccessTokenDefault

NewCreateScimAccessTokenDefault creates a CreateScimAccessTokenDefault with default headers values

func (*CreateScimAccessTokenDefault) Code

Code gets the status code for the create scim access token default response

func (*CreateScimAccessTokenDefault) Error

func (*CreateScimAccessTokenDefault) GetPayload

func (o *CreateScimAccessTokenDefault) GetPayload() *models.Error

func (*CreateScimAccessTokenDefault) IsClientError

func (o *CreateScimAccessTokenDefault) IsClientError() bool

IsClientError returns true when this create scim access token default response has a 4xx status code

func (*CreateScimAccessTokenDefault) IsCode

func (o *CreateScimAccessTokenDefault) IsCode(code int) bool

IsCode returns true when this create scim access token default response a status code equal to that given

func (*CreateScimAccessTokenDefault) IsRedirect

func (o *CreateScimAccessTokenDefault) IsRedirect() bool

IsRedirect returns true when this create scim access token default response has a 3xx status code

func (*CreateScimAccessTokenDefault) IsServerError

func (o *CreateScimAccessTokenDefault) IsServerError() bool

IsServerError returns true when this create scim access token default response has a 5xx status code

func (*CreateScimAccessTokenDefault) IsSuccess

func (o *CreateScimAccessTokenDefault) IsSuccess() bool

IsSuccess returns true when this create scim access token default response has a 2xx status code

func (*CreateScimAccessTokenDefault) String

type CreateScimAccessTokenOK

type CreateScimAccessTokenOK struct {
	Payload *models.CreateScimAccessTokenResponse
}

CreateScimAccessTokenOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateScimAccessTokenOK

func NewCreateScimAccessTokenOK() *CreateScimAccessTokenOK

NewCreateScimAccessTokenOK creates a CreateScimAccessTokenOK with default headers values

func (*CreateScimAccessTokenOK) Code

func (o *CreateScimAccessTokenOK) Code() int

Code gets the status code for the create scim access token o k response

func (*CreateScimAccessTokenOK) Error

func (o *CreateScimAccessTokenOK) Error() string

func (*CreateScimAccessTokenOK) GetPayload

func (*CreateScimAccessTokenOK) IsClientError

func (o *CreateScimAccessTokenOK) IsClientError() bool

IsClientError returns true when this create scim access token o k response has a 4xx status code

func (*CreateScimAccessTokenOK) IsCode

func (o *CreateScimAccessTokenOK) IsCode(code int) bool

IsCode returns true when this create scim access token o k response a status code equal to that given

func (*CreateScimAccessTokenOK) IsRedirect

func (o *CreateScimAccessTokenOK) IsRedirect() bool

IsRedirect returns true when this create scim access token o k response has a 3xx status code

func (*CreateScimAccessTokenOK) IsServerError

func (o *CreateScimAccessTokenOK) IsServerError() bool

IsServerError returns true when this create scim access token o k response has a 5xx status code

func (*CreateScimAccessTokenOK) IsSuccess

func (o *CreateScimAccessTokenOK) IsSuccess() bool

IsSuccess returns true when this create scim access token o k response has a 2xx status code

func (*CreateScimAccessTokenOK) String

func (o *CreateScimAccessTokenOK) String() string

type CreateScimAccessTokenParams

type CreateScimAccessTokenParams struct {

	// Input.
	Input *models.CreateScimAccessTokenRequest

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

CreateScimAccessTokenParams contains all the parameters to send to the API endpoint

for the create scim access token operation.

Typically these are written to a http.Request.

func NewCreateScimAccessTokenParams

func NewCreateScimAccessTokenParams() *CreateScimAccessTokenParams

NewCreateScimAccessTokenParams creates a new CreateScimAccessTokenParams 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 NewCreateScimAccessTokenParamsWithContext

func NewCreateScimAccessTokenParamsWithContext(ctx context.Context) *CreateScimAccessTokenParams

NewCreateScimAccessTokenParamsWithContext creates a new CreateScimAccessTokenParams object with the ability to set a context for a request.

func NewCreateScimAccessTokenParamsWithHTTPClient

func NewCreateScimAccessTokenParamsWithHTTPClient(client *http.Client) *CreateScimAccessTokenParams

NewCreateScimAccessTokenParamsWithHTTPClient creates a new CreateScimAccessTokenParams object with the ability to set a custom HTTPClient for a request.

func NewCreateScimAccessTokenParamsWithTimeout

func NewCreateScimAccessTokenParamsWithTimeout(timeout time.Duration) *CreateScimAccessTokenParams

NewCreateScimAccessTokenParamsWithTimeout creates a new CreateScimAccessTokenParams object with the ability to set a timeout on a request.

func (*CreateScimAccessTokenParams) SetContext

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

SetContext adds the context to the create scim access token params

func (*CreateScimAccessTokenParams) SetDefaults

func (o *CreateScimAccessTokenParams) SetDefaults()

SetDefaults hydrates default values in the create scim access token params (not the query body).

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

func (*CreateScimAccessTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create scim access token params

func (*CreateScimAccessTokenParams) SetInput

SetInput adds the input to the create scim access token params

func (*CreateScimAccessTokenParams) SetTimeout

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

SetTimeout adds the timeout to the create scim access token params

func (*CreateScimAccessTokenParams) WithContext

WithContext adds the context to the create scim access token params

func (*CreateScimAccessTokenParams) WithDefaults

WithDefaults hydrates default values in the create scim access token params (not the query body).

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

func (*CreateScimAccessTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create scim access token params

func (*CreateScimAccessTokenParams) WithInput

WithInput adds the input to the create scim access token params

func (*CreateScimAccessTokenParams) WithTimeout

WithTimeout adds the timeout to the create scim access token params

func (*CreateScimAccessTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateScimAccessTokenReader

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

CreateScimAccessTokenReader is a Reader for the CreateScimAccessToken structure.

func (*CreateScimAccessTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUserAccessKeyDefault

type CreateUserAccessKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateUserAccessKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateUserAccessKeyDefault

func NewCreateUserAccessKeyDefault(code int) *CreateUserAccessKeyDefault

NewCreateUserAccessKeyDefault creates a CreateUserAccessKeyDefault with default headers values

func (*CreateUserAccessKeyDefault) Code

func (o *CreateUserAccessKeyDefault) Code() int

Code gets the status code for the create user access key default response

func (*CreateUserAccessKeyDefault) Error

func (*CreateUserAccessKeyDefault) GetPayload

func (o *CreateUserAccessKeyDefault) GetPayload() *models.Error

func (*CreateUserAccessKeyDefault) IsClientError

func (o *CreateUserAccessKeyDefault) IsClientError() bool

IsClientError returns true when this create user access key default response has a 4xx status code

func (*CreateUserAccessKeyDefault) IsCode

func (o *CreateUserAccessKeyDefault) IsCode(code int) bool

IsCode returns true when this create user access key default response a status code equal to that given

func (*CreateUserAccessKeyDefault) IsRedirect

func (o *CreateUserAccessKeyDefault) IsRedirect() bool

IsRedirect returns true when this create user access key default response has a 3xx status code

func (*CreateUserAccessKeyDefault) IsServerError

func (o *CreateUserAccessKeyDefault) IsServerError() bool

IsServerError returns true when this create user access key default response has a 5xx status code

func (*CreateUserAccessKeyDefault) IsSuccess

func (o *CreateUserAccessKeyDefault) IsSuccess() bool

IsSuccess returns true when this create user access key default response has a 2xx status code

func (*CreateUserAccessKeyDefault) String

func (o *CreateUserAccessKeyDefault) String() string

type CreateUserAccessKeyOK

type CreateUserAccessKeyOK struct {
	Payload *models.CreateUserAccessKeyResponse
}

CreateUserAccessKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateUserAccessKeyOK

func NewCreateUserAccessKeyOK() *CreateUserAccessKeyOK

NewCreateUserAccessKeyOK creates a CreateUserAccessKeyOK with default headers values

func (*CreateUserAccessKeyOK) Code

func (o *CreateUserAccessKeyOK) Code() int

Code gets the status code for the create user access key o k response

func (*CreateUserAccessKeyOK) Error

func (o *CreateUserAccessKeyOK) Error() string

func (*CreateUserAccessKeyOK) GetPayload

func (*CreateUserAccessKeyOK) IsClientError

func (o *CreateUserAccessKeyOK) IsClientError() bool

IsClientError returns true when this create user access key o k response has a 4xx status code

func (*CreateUserAccessKeyOK) IsCode

func (o *CreateUserAccessKeyOK) IsCode(code int) bool

IsCode returns true when this create user access key o k response a status code equal to that given

func (*CreateUserAccessKeyOK) IsRedirect

func (o *CreateUserAccessKeyOK) IsRedirect() bool

IsRedirect returns true when this create user access key o k response has a 3xx status code

func (*CreateUserAccessKeyOK) IsServerError

func (o *CreateUserAccessKeyOK) IsServerError() bool

IsServerError returns true when this create user access key o k response has a 5xx status code

func (*CreateUserAccessKeyOK) IsSuccess

func (o *CreateUserAccessKeyOK) IsSuccess() bool

IsSuccess returns true when this create user access key o k response has a 2xx status code

func (*CreateUserAccessKeyOK) String

func (o *CreateUserAccessKeyOK) String() string

type CreateUserAccessKeyParams

type CreateUserAccessKeyParams struct {

	// Input.
	Input *models.CreateUserAccessKeyRequest

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

CreateUserAccessKeyParams contains all the parameters to send to the API endpoint

for the create user access key operation.

Typically these are written to a http.Request.

func NewCreateUserAccessKeyParams

func NewCreateUserAccessKeyParams() *CreateUserAccessKeyParams

NewCreateUserAccessKeyParams creates a new CreateUserAccessKeyParams 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 NewCreateUserAccessKeyParamsWithContext

func NewCreateUserAccessKeyParamsWithContext(ctx context.Context) *CreateUserAccessKeyParams

NewCreateUserAccessKeyParamsWithContext creates a new CreateUserAccessKeyParams object with the ability to set a context for a request.

func NewCreateUserAccessKeyParamsWithHTTPClient

func NewCreateUserAccessKeyParamsWithHTTPClient(client *http.Client) *CreateUserAccessKeyParams

NewCreateUserAccessKeyParamsWithHTTPClient creates a new CreateUserAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUserAccessKeyParamsWithTimeout

func NewCreateUserAccessKeyParamsWithTimeout(timeout time.Duration) *CreateUserAccessKeyParams

NewCreateUserAccessKeyParamsWithTimeout creates a new CreateUserAccessKeyParams object with the ability to set a timeout on a request.

func (*CreateUserAccessKeyParams) SetContext

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

SetContext adds the context to the create user access key params

func (*CreateUserAccessKeyParams) SetDefaults

func (o *CreateUserAccessKeyParams) SetDefaults()

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

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

func (*CreateUserAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user access key params

func (*CreateUserAccessKeyParams) SetInput

SetInput adds the input to the create user access key params

func (*CreateUserAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the create user access key params

func (*CreateUserAccessKeyParams) WithContext

WithContext adds the context to the create user access key params

func (*CreateUserAccessKeyParams) WithDefaults

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

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

func (*CreateUserAccessKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create user access key params

func (*CreateUserAccessKeyParams) WithInput

WithInput adds the input to the create user access key params

func (*CreateUserAccessKeyParams) WithTimeout

WithTimeout adds the timeout to the create user access key params

func (*CreateUserAccessKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUserAccessKeyReader

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

CreateUserAccessKeyReader is a Reader for the CreateUserAccessKey structure.

func (*CreateUserAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUserDefault

type CreateUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateUserDefault

func NewCreateUserDefault(code int) *CreateUserDefault

NewCreateUserDefault creates a CreateUserDefault with default headers values

func (*CreateUserDefault) Code

func (o *CreateUserDefault) Code() int

Code gets the status code for the create user default response

func (*CreateUserDefault) Error

func (o *CreateUserDefault) Error() string

func (*CreateUserDefault) GetPayload

func (o *CreateUserDefault) GetPayload() *models.Error

func (*CreateUserDefault) IsClientError

func (o *CreateUserDefault) IsClientError() bool

IsClientError returns true when this create user default response has a 4xx status code

func (*CreateUserDefault) IsCode

func (o *CreateUserDefault) IsCode(code int) bool

IsCode returns true when this create user default response a status code equal to that given

func (*CreateUserDefault) IsRedirect

func (o *CreateUserDefault) IsRedirect() bool

IsRedirect returns true when this create user default response has a 3xx status code

func (*CreateUserDefault) IsServerError

func (o *CreateUserDefault) IsServerError() bool

IsServerError returns true when this create user default response has a 5xx status code

func (*CreateUserDefault) IsSuccess

func (o *CreateUserDefault) IsSuccess() bool

IsSuccess returns true when this create user default response has a 2xx status code

func (*CreateUserDefault) String

func (o *CreateUserDefault) String() string

type CreateUserOK

type CreateUserOK struct {
	Payload *models.CreateUserResponse
}

CreateUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateUserOK

func NewCreateUserOK() *CreateUserOK

NewCreateUserOK creates a CreateUserOK with default headers values

func (*CreateUserOK) Code

func (o *CreateUserOK) Code() int

Code gets the status code for the create user o k response

func (*CreateUserOK) Error

func (o *CreateUserOK) Error() string

func (*CreateUserOK) GetPayload

func (o *CreateUserOK) GetPayload() *models.CreateUserResponse

func (*CreateUserOK) IsClientError

func (o *CreateUserOK) IsClientError() bool

IsClientError returns true when this create user o k response has a 4xx status code

func (*CreateUserOK) IsCode

func (o *CreateUserOK) IsCode(code int) bool

IsCode returns true when this create user o k response a status code equal to that given

func (*CreateUserOK) IsRedirect

func (o *CreateUserOK) IsRedirect() bool

IsRedirect returns true when this create user o k response has a 3xx status code

func (*CreateUserOK) IsServerError

func (o *CreateUserOK) IsServerError() bool

IsServerError returns true when this create user o k response has a 5xx status code

func (*CreateUserOK) IsSuccess

func (o *CreateUserOK) IsSuccess() bool

IsSuccess returns true when this create user o k response has a 2xx status code

func (*CreateUserOK) String

func (o *CreateUserOK) String() string

type CreateUserParams

type CreateUserParams struct {

	// Input.
	Input *models.CreateUserRequest

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

CreateUserParams contains all the parameters to send to the API endpoint

for the create user operation.

Typically these are written to a http.Request.

func NewCreateUserParams

func NewCreateUserParams() *CreateUserParams

NewCreateUserParams creates a new CreateUserParams 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 NewCreateUserParamsWithContext

func NewCreateUserParamsWithContext(ctx context.Context) *CreateUserParams

NewCreateUserParamsWithContext creates a new CreateUserParams object with the ability to set a context for a request.

func NewCreateUserParamsWithHTTPClient

func NewCreateUserParamsWithHTTPClient(client *http.Client) *CreateUserParams

NewCreateUserParamsWithHTTPClient creates a new CreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUserParamsWithTimeout

func NewCreateUserParamsWithTimeout(timeout time.Duration) *CreateUserParams

NewCreateUserParamsWithTimeout creates a new CreateUserParams object with the ability to set a timeout on a request.

func (*CreateUserParams) SetContext

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

SetContext adds the context to the create user params

func (*CreateUserParams) SetDefaults

func (o *CreateUserParams) SetDefaults()

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

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

func (*CreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) SetInput

func (o *CreateUserParams) SetInput(input *models.CreateUserRequest)

SetInput adds the input to the create user params

func (*CreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the create user params

func (*CreateUserParams) WithContext

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

WithContext adds the context to the create user params

func (*CreateUserParams) WithDefaults

func (o *CreateUserParams) WithDefaults() *CreateUserParams

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

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

func (*CreateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) WithInput

WithInput adds the input to the create user params

func (*CreateUserParams) WithTimeout

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

WithTimeout adds the timeout to the create user params

func (*CreateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateUserReader

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

CreateUserReader is a Reader for the CreateUser structure.

func (*CreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAccessKeyDefault

type DeleteAccessKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteAccessKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteAccessKeyDefault

func NewDeleteAccessKeyDefault(code int) *DeleteAccessKeyDefault

NewDeleteAccessKeyDefault creates a DeleteAccessKeyDefault with default headers values

func (*DeleteAccessKeyDefault) Code

func (o *DeleteAccessKeyDefault) Code() int

Code gets the status code for the delete access key default response

func (*DeleteAccessKeyDefault) Error

func (o *DeleteAccessKeyDefault) Error() string

func (*DeleteAccessKeyDefault) GetPayload

func (o *DeleteAccessKeyDefault) GetPayload() *models.Error

func (*DeleteAccessKeyDefault) IsClientError

func (o *DeleteAccessKeyDefault) IsClientError() bool

IsClientError returns true when this delete access key default response has a 4xx status code

func (*DeleteAccessKeyDefault) IsCode

func (o *DeleteAccessKeyDefault) IsCode(code int) bool

IsCode returns true when this delete access key default response a status code equal to that given

func (*DeleteAccessKeyDefault) IsRedirect

func (o *DeleteAccessKeyDefault) IsRedirect() bool

IsRedirect returns true when this delete access key default response has a 3xx status code

func (*DeleteAccessKeyDefault) IsServerError

func (o *DeleteAccessKeyDefault) IsServerError() bool

IsServerError returns true when this delete access key default response has a 5xx status code

func (*DeleteAccessKeyDefault) IsSuccess

func (o *DeleteAccessKeyDefault) IsSuccess() bool

IsSuccess returns true when this delete access key default response has a 2xx status code

func (*DeleteAccessKeyDefault) String

func (o *DeleteAccessKeyDefault) String() string

type DeleteAccessKeyOK

type DeleteAccessKeyOK struct {
	Payload models.DeleteAccessKeyResponse
}

DeleteAccessKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteAccessKeyOK

func NewDeleteAccessKeyOK() *DeleteAccessKeyOK

NewDeleteAccessKeyOK creates a DeleteAccessKeyOK with default headers values

func (*DeleteAccessKeyOK) Code

func (o *DeleteAccessKeyOK) Code() int

Code gets the status code for the delete access key o k response

func (*DeleteAccessKeyOK) Error

func (o *DeleteAccessKeyOK) Error() string

func (*DeleteAccessKeyOK) GetPayload

func (*DeleteAccessKeyOK) IsClientError

func (o *DeleteAccessKeyOK) IsClientError() bool

IsClientError returns true when this delete access key o k response has a 4xx status code

func (*DeleteAccessKeyOK) IsCode

func (o *DeleteAccessKeyOK) IsCode(code int) bool

IsCode returns true when this delete access key o k response a status code equal to that given

func (*DeleteAccessKeyOK) IsRedirect

func (o *DeleteAccessKeyOK) IsRedirect() bool

IsRedirect returns true when this delete access key o k response has a 3xx status code

func (*DeleteAccessKeyOK) IsServerError

func (o *DeleteAccessKeyOK) IsServerError() bool

IsServerError returns true when this delete access key o k response has a 5xx status code

func (*DeleteAccessKeyOK) IsSuccess

func (o *DeleteAccessKeyOK) IsSuccess() bool

IsSuccess returns true when this delete access key o k response has a 2xx status code

func (*DeleteAccessKeyOK) String

func (o *DeleteAccessKeyOK) String() string

type DeleteAccessKeyParams

type DeleteAccessKeyParams struct {

	// Input.
	Input *models.DeleteAccessKeyRequest

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

DeleteAccessKeyParams contains all the parameters to send to the API endpoint

for the delete access key operation.

Typically these are written to a http.Request.

func NewDeleteAccessKeyParams

func NewDeleteAccessKeyParams() *DeleteAccessKeyParams

NewDeleteAccessKeyParams creates a new DeleteAccessKeyParams 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 NewDeleteAccessKeyParamsWithContext

func NewDeleteAccessKeyParamsWithContext(ctx context.Context) *DeleteAccessKeyParams

NewDeleteAccessKeyParamsWithContext creates a new DeleteAccessKeyParams object with the ability to set a context for a request.

func NewDeleteAccessKeyParamsWithHTTPClient

func NewDeleteAccessKeyParamsWithHTTPClient(client *http.Client) *DeleteAccessKeyParams

NewDeleteAccessKeyParamsWithHTTPClient creates a new DeleteAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAccessKeyParamsWithTimeout

func NewDeleteAccessKeyParamsWithTimeout(timeout time.Duration) *DeleteAccessKeyParams

NewDeleteAccessKeyParamsWithTimeout creates a new DeleteAccessKeyParams object with the ability to set a timeout on a request.

func (*DeleteAccessKeyParams) SetContext

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

SetContext adds the context to the delete access key params

func (*DeleteAccessKeyParams) SetDefaults

func (o *DeleteAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete access key params (not the query body).

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

func (*DeleteAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete access key params

func (*DeleteAccessKeyParams) SetInput

SetInput adds the input to the delete access key params

func (*DeleteAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete access key params

func (*DeleteAccessKeyParams) WithContext

WithContext adds the context to the delete access key params

func (*DeleteAccessKeyParams) WithDefaults

func (o *DeleteAccessKeyParams) WithDefaults() *DeleteAccessKeyParams

WithDefaults hydrates default values in the delete access key params (not the query body).

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

func (*DeleteAccessKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete access key params

func (*DeleteAccessKeyParams) WithInput

WithInput adds the input to the delete access key params

func (*DeleteAccessKeyParams) WithTimeout

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

WithTimeout adds the timeout to the delete access key params

func (*DeleteAccessKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAccessKeyReader

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

DeleteAccessKeyReader is a Reader for the DeleteAccessKey structure.

func (*DeleteAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteGroupDefault

type DeleteGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteGroupDefault

func NewDeleteGroupDefault(code int) *DeleteGroupDefault

NewDeleteGroupDefault creates a DeleteGroupDefault with default headers values

func (*DeleteGroupDefault) Code

func (o *DeleteGroupDefault) Code() int

Code gets the status code for the delete group default response

func (*DeleteGroupDefault) Error

func (o *DeleteGroupDefault) Error() string

func (*DeleteGroupDefault) GetPayload

func (o *DeleteGroupDefault) GetPayload() *models.Error

func (*DeleteGroupDefault) IsClientError

func (o *DeleteGroupDefault) IsClientError() bool

IsClientError returns true when this delete group default response has a 4xx status code

func (*DeleteGroupDefault) IsCode

func (o *DeleteGroupDefault) IsCode(code int) bool

IsCode returns true when this delete group default response a status code equal to that given

func (*DeleteGroupDefault) IsRedirect

func (o *DeleteGroupDefault) IsRedirect() bool

IsRedirect returns true when this delete group default response has a 3xx status code

func (*DeleteGroupDefault) IsServerError

func (o *DeleteGroupDefault) IsServerError() bool

IsServerError returns true when this delete group default response has a 5xx status code

func (*DeleteGroupDefault) IsSuccess

func (o *DeleteGroupDefault) IsSuccess() bool

IsSuccess returns true when this delete group default response has a 2xx status code

func (*DeleteGroupDefault) String

func (o *DeleteGroupDefault) String() string

type DeleteGroupOK

type DeleteGroupOK struct {
	Payload models.DeleteGroupResponse
}

DeleteGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteGroupOK

func NewDeleteGroupOK() *DeleteGroupOK

NewDeleteGroupOK creates a DeleteGroupOK with default headers values

func (*DeleteGroupOK) Code

func (o *DeleteGroupOK) Code() int

Code gets the status code for the delete group o k response

func (*DeleteGroupOK) Error

func (o *DeleteGroupOK) Error() string

func (*DeleteGroupOK) GetPayload

func (o *DeleteGroupOK) GetPayload() models.DeleteGroupResponse

func (*DeleteGroupOK) IsClientError

func (o *DeleteGroupOK) IsClientError() bool

IsClientError returns true when this delete group o k response has a 4xx status code

func (*DeleteGroupOK) IsCode

func (o *DeleteGroupOK) IsCode(code int) bool

IsCode returns true when this delete group o k response a status code equal to that given

func (*DeleteGroupOK) IsRedirect

func (o *DeleteGroupOK) IsRedirect() bool

IsRedirect returns true when this delete group o k response has a 3xx status code

func (*DeleteGroupOK) IsServerError

func (o *DeleteGroupOK) IsServerError() bool

IsServerError returns true when this delete group o k response has a 5xx status code

func (*DeleteGroupOK) IsSuccess

func (o *DeleteGroupOK) IsSuccess() bool

IsSuccess returns true when this delete group o k response has a 2xx status code

func (*DeleteGroupOK) String

func (o *DeleteGroupOK) String() string

type DeleteGroupParams

type DeleteGroupParams struct {

	// Input.
	Input *models.DeleteGroupRequest

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

DeleteGroupParams contains all the parameters to send to the API endpoint

for the delete group operation.

Typically these are written to a http.Request.

func NewDeleteGroupParams

func NewDeleteGroupParams() *DeleteGroupParams

NewDeleteGroupParams creates a new DeleteGroupParams 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 NewDeleteGroupParamsWithContext

func NewDeleteGroupParamsWithContext(ctx context.Context) *DeleteGroupParams

NewDeleteGroupParamsWithContext creates a new DeleteGroupParams object with the ability to set a context for a request.

func NewDeleteGroupParamsWithHTTPClient

func NewDeleteGroupParamsWithHTTPClient(client *http.Client) *DeleteGroupParams

NewDeleteGroupParamsWithHTTPClient creates a new DeleteGroupParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGroupParamsWithTimeout

func NewDeleteGroupParamsWithTimeout(timeout time.Duration) *DeleteGroupParams

NewDeleteGroupParamsWithTimeout creates a new DeleteGroupParams object with the ability to set a timeout on a request.

func (*DeleteGroupParams) SetContext

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

SetContext adds the context to the delete group params

func (*DeleteGroupParams) SetDefaults

func (o *DeleteGroupParams) SetDefaults()

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

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

func (*DeleteGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) SetInput

func (o *DeleteGroupParams) SetInput(input *models.DeleteGroupRequest)

SetInput adds the input to the delete group params

func (*DeleteGroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WithContext

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

WithContext adds the context to the delete group params

func (*DeleteGroupParams) WithDefaults

func (o *DeleteGroupParams) WithDefaults() *DeleteGroupParams

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

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

func (*DeleteGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) WithInput

WithInput adds the input to the delete group params

func (*DeleteGroupParams) WithTimeout

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

WithTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteGroupReader

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

DeleteGroupReader is a Reader for the DeleteGroup structure.

func (*DeleteGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMachineUserDefault

type DeleteMachineUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteMachineUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteMachineUserDefault

func NewDeleteMachineUserDefault(code int) *DeleteMachineUserDefault

NewDeleteMachineUserDefault creates a DeleteMachineUserDefault with default headers values

func (*DeleteMachineUserDefault) Code

func (o *DeleteMachineUserDefault) Code() int

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

func (*DeleteMachineUserDefault) Error

func (o *DeleteMachineUserDefault) Error() string

func (*DeleteMachineUserDefault) GetPayload

func (o *DeleteMachineUserDefault) GetPayload() *models.Error

func (*DeleteMachineUserDefault) IsClientError

func (o *DeleteMachineUserDefault) IsClientError() bool

IsClientError returns true when this delete machine user default response has a 4xx status code

func (*DeleteMachineUserDefault) IsCode

func (o *DeleteMachineUserDefault) IsCode(code int) bool

IsCode returns true when this delete machine user default response a status code equal to that given

func (*DeleteMachineUserDefault) IsRedirect

func (o *DeleteMachineUserDefault) IsRedirect() bool

IsRedirect returns true when this delete machine user default response has a 3xx status code

func (*DeleteMachineUserDefault) IsServerError

func (o *DeleteMachineUserDefault) IsServerError() bool

IsServerError returns true when this delete machine user default response has a 5xx status code

func (*DeleteMachineUserDefault) IsSuccess

func (o *DeleteMachineUserDefault) IsSuccess() bool

IsSuccess returns true when this delete machine user default response has a 2xx status code

func (*DeleteMachineUserDefault) String

func (o *DeleteMachineUserDefault) String() string

type DeleteMachineUserOK

type DeleteMachineUserOK struct {
	Payload *models.DeleteMachineUserResponse
}

DeleteMachineUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteMachineUserOK

func NewDeleteMachineUserOK() *DeleteMachineUserOK

NewDeleteMachineUserOK creates a DeleteMachineUserOK with default headers values

func (*DeleteMachineUserOK) Code

func (o *DeleteMachineUserOK) Code() int

Code gets the status code for the delete machine user o k response

func (*DeleteMachineUserOK) Error

func (o *DeleteMachineUserOK) Error() string

func (*DeleteMachineUserOK) GetPayload

func (*DeleteMachineUserOK) IsClientError

func (o *DeleteMachineUserOK) IsClientError() bool

IsClientError returns true when this delete machine user o k response has a 4xx status code

func (*DeleteMachineUserOK) IsCode

func (o *DeleteMachineUserOK) IsCode(code int) bool

IsCode returns true when this delete machine user o k response a status code equal to that given

func (*DeleteMachineUserOK) IsRedirect

func (o *DeleteMachineUserOK) IsRedirect() bool

IsRedirect returns true when this delete machine user o k response has a 3xx status code

func (*DeleteMachineUserOK) IsServerError

func (o *DeleteMachineUserOK) IsServerError() bool

IsServerError returns true when this delete machine user o k response has a 5xx status code

func (*DeleteMachineUserOK) IsSuccess

func (o *DeleteMachineUserOK) IsSuccess() bool

IsSuccess returns true when this delete machine user o k response has a 2xx status code

func (*DeleteMachineUserOK) String

func (o *DeleteMachineUserOK) String() string

type DeleteMachineUserParams

type DeleteMachineUserParams struct {

	// Input.
	Input *models.DeleteMachineUserRequest

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

DeleteMachineUserParams contains all the parameters to send to the API endpoint

for the delete machine user operation.

Typically these are written to a http.Request.

func NewDeleteMachineUserParams

func NewDeleteMachineUserParams() *DeleteMachineUserParams

NewDeleteMachineUserParams creates a new DeleteMachineUserParams 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 NewDeleteMachineUserParamsWithContext

func NewDeleteMachineUserParamsWithContext(ctx context.Context) *DeleteMachineUserParams

NewDeleteMachineUserParamsWithContext creates a new DeleteMachineUserParams object with the ability to set a context for a request.

func NewDeleteMachineUserParamsWithHTTPClient

func NewDeleteMachineUserParamsWithHTTPClient(client *http.Client) *DeleteMachineUserParams

NewDeleteMachineUserParamsWithHTTPClient creates a new DeleteMachineUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteMachineUserParamsWithTimeout

func NewDeleteMachineUserParamsWithTimeout(timeout time.Duration) *DeleteMachineUserParams

NewDeleteMachineUserParamsWithTimeout creates a new DeleteMachineUserParams object with the ability to set a timeout on a request.

func (*DeleteMachineUserParams) SetContext

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

SetContext adds the context to the delete machine user params

func (*DeleteMachineUserParams) SetDefaults

func (o *DeleteMachineUserParams) SetDefaults()

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

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

func (*DeleteMachineUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete machine user params

func (*DeleteMachineUserParams) SetInput

SetInput adds the input to the delete machine user params

func (*DeleteMachineUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete machine user params

func (*DeleteMachineUserParams) WithContext

WithContext adds the context to the delete machine user params

func (*DeleteMachineUserParams) WithDefaults

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

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

func (*DeleteMachineUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete machine user params

func (*DeleteMachineUserParams) WithInput

WithInput adds the input to the delete machine user params

func (*DeleteMachineUserParams) WithTimeout

WithTimeout adds the timeout to the delete machine user params

func (*DeleteMachineUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMachineUserReader

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

DeleteMachineUserReader is a Reader for the DeleteMachineUser structure.

func (*DeleteMachineUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSSHPublicKeyDefault

type DeleteSSHPublicKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSSHPublicKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteSSHPublicKeyDefault

func NewDeleteSSHPublicKeyDefault(code int) *DeleteSSHPublicKeyDefault

NewDeleteSSHPublicKeyDefault creates a DeleteSSHPublicKeyDefault with default headers values

func (*DeleteSSHPublicKeyDefault) Code

func (o *DeleteSSHPublicKeyDefault) Code() int

Code gets the status code for the delete Ssh public key default response

func (*DeleteSSHPublicKeyDefault) Error

func (o *DeleteSSHPublicKeyDefault) Error() string

func (*DeleteSSHPublicKeyDefault) GetPayload

func (o *DeleteSSHPublicKeyDefault) GetPayload() *models.Error

func (*DeleteSSHPublicKeyDefault) IsClientError

func (o *DeleteSSHPublicKeyDefault) IsClientError() bool

IsClientError returns true when this delete Ssh public key default response has a 4xx status code

func (*DeleteSSHPublicKeyDefault) IsCode

func (o *DeleteSSHPublicKeyDefault) IsCode(code int) bool

IsCode returns true when this delete Ssh public key default response a status code equal to that given

func (*DeleteSSHPublicKeyDefault) IsRedirect

func (o *DeleteSSHPublicKeyDefault) IsRedirect() bool

IsRedirect returns true when this delete Ssh public key default response has a 3xx status code

func (*DeleteSSHPublicKeyDefault) IsServerError

func (o *DeleteSSHPublicKeyDefault) IsServerError() bool

IsServerError returns true when this delete Ssh public key default response has a 5xx status code

func (*DeleteSSHPublicKeyDefault) IsSuccess

func (o *DeleteSSHPublicKeyDefault) IsSuccess() bool

IsSuccess returns true when this delete Ssh public key default response has a 2xx status code

func (*DeleteSSHPublicKeyDefault) String

func (o *DeleteSSHPublicKeyDefault) String() string

type DeleteSSHPublicKeyOK

type DeleteSSHPublicKeyOK struct {
	Payload models.DeleteSSHPublicKeyResponse
}

DeleteSSHPublicKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteSSHPublicKeyOK

func NewDeleteSSHPublicKeyOK() *DeleteSSHPublicKeyOK

NewDeleteSSHPublicKeyOK creates a DeleteSSHPublicKeyOK with default headers values

func (*DeleteSSHPublicKeyOK) Code

func (o *DeleteSSHPublicKeyOK) Code() int

Code gets the status code for the delete Ssh public key o k response

func (*DeleteSSHPublicKeyOK) Error

func (o *DeleteSSHPublicKeyOK) Error() string

func (*DeleteSSHPublicKeyOK) GetPayload

func (*DeleteSSHPublicKeyOK) IsClientError

func (o *DeleteSSHPublicKeyOK) IsClientError() bool

IsClientError returns true when this delete Ssh public key o k response has a 4xx status code

func (*DeleteSSHPublicKeyOK) IsCode

func (o *DeleteSSHPublicKeyOK) IsCode(code int) bool

IsCode returns true when this delete Ssh public key o k response a status code equal to that given

func (*DeleteSSHPublicKeyOK) IsRedirect

func (o *DeleteSSHPublicKeyOK) IsRedirect() bool

IsRedirect returns true when this delete Ssh public key o k response has a 3xx status code

func (*DeleteSSHPublicKeyOK) IsServerError

func (o *DeleteSSHPublicKeyOK) IsServerError() bool

IsServerError returns true when this delete Ssh public key o k response has a 5xx status code

func (*DeleteSSHPublicKeyOK) IsSuccess

func (o *DeleteSSHPublicKeyOK) IsSuccess() bool

IsSuccess returns true when this delete Ssh public key o k response has a 2xx status code

func (*DeleteSSHPublicKeyOK) String

func (o *DeleteSSHPublicKeyOK) String() string

type DeleteSSHPublicKeyParams

type DeleteSSHPublicKeyParams struct {

	// Input.
	Input *models.DeleteSSHPublicKeyRequest

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

DeleteSSHPublicKeyParams contains all the parameters to send to the API endpoint

for the delete Ssh public key operation.

Typically these are written to a http.Request.

func NewDeleteSSHPublicKeyParams

func NewDeleteSSHPublicKeyParams() *DeleteSSHPublicKeyParams

NewDeleteSSHPublicKeyParams creates a new DeleteSSHPublicKeyParams 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 NewDeleteSSHPublicKeyParamsWithContext

func NewDeleteSSHPublicKeyParamsWithContext(ctx context.Context) *DeleteSSHPublicKeyParams

NewDeleteSSHPublicKeyParamsWithContext creates a new DeleteSSHPublicKeyParams object with the ability to set a context for a request.

func NewDeleteSSHPublicKeyParamsWithHTTPClient

func NewDeleteSSHPublicKeyParamsWithHTTPClient(client *http.Client) *DeleteSSHPublicKeyParams

NewDeleteSSHPublicKeyParamsWithHTTPClient creates a new DeleteSSHPublicKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSSHPublicKeyParamsWithTimeout

func NewDeleteSSHPublicKeyParamsWithTimeout(timeout time.Duration) *DeleteSSHPublicKeyParams

NewDeleteSSHPublicKeyParamsWithTimeout creates a new DeleteSSHPublicKeyParams object with the ability to set a timeout on a request.

func (*DeleteSSHPublicKeyParams) SetContext

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

SetContext adds the context to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) SetDefaults

func (o *DeleteSSHPublicKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete Ssh public key params (not the query body).

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

func (*DeleteSSHPublicKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) SetInput

SetInput adds the input to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) WithContext

WithContext adds the context to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) WithDefaults

WithDefaults hydrates default values in the delete Ssh public key params (not the query body).

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

func (*DeleteSSHPublicKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) WithInput

WithInput adds the input to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) WithTimeout

WithTimeout adds the timeout to the delete Ssh public key params

func (*DeleteSSHPublicKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSSHPublicKeyReader

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

DeleteSSHPublicKeyReader is a Reader for the DeleteSSHPublicKey structure.

func (*DeleteSSHPublicKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSamlProviderDefault

type DeleteSamlProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSamlProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteSamlProviderDefault

func NewDeleteSamlProviderDefault(code int) *DeleteSamlProviderDefault

NewDeleteSamlProviderDefault creates a DeleteSamlProviderDefault with default headers values

func (*DeleteSamlProviderDefault) Code

func (o *DeleteSamlProviderDefault) Code() int

Code gets the status code for the delete saml provider default response

func (*DeleteSamlProviderDefault) Error

func (o *DeleteSamlProviderDefault) Error() string

func (*DeleteSamlProviderDefault) GetPayload

func (o *DeleteSamlProviderDefault) GetPayload() *models.Error

func (*DeleteSamlProviderDefault) IsClientError

func (o *DeleteSamlProviderDefault) IsClientError() bool

IsClientError returns true when this delete saml provider default response has a 4xx status code

func (*DeleteSamlProviderDefault) IsCode

func (o *DeleteSamlProviderDefault) IsCode(code int) bool

IsCode returns true when this delete saml provider default response a status code equal to that given

func (*DeleteSamlProviderDefault) IsRedirect

func (o *DeleteSamlProviderDefault) IsRedirect() bool

IsRedirect returns true when this delete saml provider default response has a 3xx status code

func (*DeleteSamlProviderDefault) IsServerError

func (o *DeleteSamlProviderDefault) IsServerError() bool

IsServerError returns true when this delete saml provider default response has a 5xx status code

func (*DeleteSamlProviderDefault) IsSuccess

func (o *DeleteSamlProviderDefault) IsSuccess() bool

IsSuccess returns true when this delete saml provider default response has a 2xx status code

func (*DeleteSamlProviderDefault) String

func (o *DeleteSamlProviderDefault) String() string

type DeleteSamlProviderOK

type DeleteSamlProviderOK struct {
	Payload models.DeleteSamlProviderResponse
}

DeleteSamlProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteSamlProviderOK

func NewDeleteSamlProviderOK() *DeleteSamlProviderOK

NewDeleteSamlProviderOK creates a DeleteSamlProviderOK with default headers values

func (*DeleteSamlProviderOK) Code

func (o *DeleteSamlProviderOK) Code() int

Code gets the status code for the delete saml provider o k response

func (*DeleteSamlProviderOK) Error

func (o *DeleteSamlProviderOK) Error() string

func (*DeleteSamlProviderOK) GetPayload

func (*DeleteSamlProviderOK) IsClientError

func (o *DeleteSamlProviderOK) IsClientError() bool

IsClientError returns true when this delete saml provider o k response has a 4xx status code

func (*DeleteSamlProviderOK) IsCode

func (o *DeleteSamlProviderOK) IsCode(code int) bool

IsCode returns true when this delete saml provider o k response a status code equal to that given

func (*DeleteSamlProviderOK) IsRedirect

func (o *DeleteSamlProviderOK) IsRedirect() bool

IsRedirect returns true when this delete saml provider o k response has a 3xx status code

func (*DeleteSamlProviderOK) IsServerError

func (o *DeleteSamlProviderOK) IsServerError() bool

IsServerError returns true when this delete saml provider o k response has a 5xx status code

func (*DeleteSamlProviderOK) IsSuccess

func (o *DeleteSamlProviderOK) IsSuccess() bool

IsSuccess returns true when this delete saml provider o k response has a 2xx status code

func (*DeleteSamlProviderOK) String

func (o *DeleteSamlProviderOK) String() string

type DeleteSamlProviderParams

type DeleteSamlProviderParams struct {

	// Input.
	Input *models.DeleteSamlProviderRequest

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

DeleteSamlProviderParams contains all the parameters to send to the API endpoint

for the delete saml provider operation.

Typically these are written to a http.Request.

func NewDeleteSamlProviderParams

func NewDeleteSamlProviderParams() *DeleteSamlProviderParams

NewDeleteSamlProviderParams creates a new DeleteSamlProviderParams 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 NewDeleteSamlProviderParamsWithContext

func NewDeleteSamlProviderParamsWithContext(ctx context.Context) *DeleteSamlProviderParams

NewDeleteSamlProviderParamsWithContext creates a new DeleteSamlProviderParams object with the ability to set a context for a request.

func NewDeleteSamlProviderParamsWithHTTPClient

func NewDeleteSamlProviderParamsWithHTTPClient(client *http.Client) *DeleteSamlProviderParams

NewDeleteSamlProviderParamsWithHTTPClient creates a new DeleteSamlProviderParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSamlProviderParamsWithTimeout

func NewDeleteSamlProviderParamsWithTimeout(timeout time.Duration) *DeleteSamlProviderParams

NewDeleteSamlProviderParamsWithTimeout creates a new DeleteSamlProviderParams object with the ability to set a timeout on a request.

func (*DeleteSamlProviderParams) SetContext

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

SetContext adds the context to the delete saml provider params

func (*DeleteSamlProviderParams) SetDefaults

func (o *DeleteSamlProviderParams) SetDefaults()

SetDefaults hydrates default values in the delete saml provider params (not the query body).

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

func (*DeleteSamlProviderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete saml provider params

func (*DeleteSamlProviderParams) SetInput

SetInput adds the input to the delete saml provider params

func (*DeleteSamlProviderParams) SetTimeout

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

SetTimeout adds the timeout to the delete saml provider params

func (*DeleteSamlProviderParams) WithContext

WithContext adds the context to the delete saml provider params

func (*DeleteSamlProviderParams) WithDefaults

WithDefaults hydrates default values in the delete saml provider params (not the query body).

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

func (*DeleteSamlProviderParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete saml provider params

func (*DeleteSamlProviderParams) WithInput

WithInput adds the input to the delete saml provider params

func (*DeleteSamlProviderParams) WithTimeout

WithTimeout adds the timeout to the delete saml provider params

func (*DeleteSamlProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSamlProviderReader

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

DeleteSamlProviderReader is a Reader for the DeleteSamlProvider structure.

func (*DeleteSamlProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteScimAccessTokenDefault

type DeleteScimAccessTokenDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteScimAccessTokenDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteScimAccessTokenDefault

func NewDeleteScimAccessTokenDefault(code int) *DeleteScimAccessTokenDefault

NewDeleteScimAccessTokenDefault creates a DeleteScimAccessTokenDefault with default headers values

func (*DeleteScimAccessTokenDefault) Code

Code gets the status code for the delete scim access token default response

func (*DeleteScimAccessTokenDefault) Error

func (*DeleteScimAccessTokenDefault) GetPayload

func (o *DeleteScimAccessTokenDefault) GetPayload() *models.Error

func (*DeleteScimAccessTokenDefault) IsClientError

func (o *DeleteScimAccessTokenDefault) IsClientError() bool

IsClientError returns true when this delete scim access token default response has a 4xx status code

func (*DeleteScimAccessTokenDefault) IsCode

func (o *DeleteScimAccessTokenDefault) IsCode(code int) bool

IsCode returns true when this delete scim access token default response a status code equal to that given

func (*DeleteScimAccessTokenDefault) IsRedirect

func (o *DeleteScimAccessTokenDefault) IsRedirect() bool

IsRedirect returns true when this delete scim access token default response has a 3xx status code

func (*DeleteScimAccessTokenDefault) IsServerError

func (o *DeleteScimAccessTokenDefault) IsServerError() bool

IsServerError returns true when this delete scim access token default response has a 5xx status code

func (*DeleteScimAccessTokenDefault) IsSuccess

func (o *DeleteScimAccessTokenDefault) IsSuccess() bool

IsSuccess returns true when this delete scim access token default response has a 2xx status code

func (*DeleteScimAccessTokenDefault) String

type DeleteScimAccessTokenOK

type DeleteScimAccessTokenOK struct {
	Payload models.DeleteScimAccessTokenResponse
}

DeleteScimAccessTokenOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteScimAccessTokenOK

func NewDeleteScimAccessTokenOK() *DeleteScimAccessTokenOK

NewDeleteScimAccessTokenOK creates a DeleteScimAccessTokenOK with default headers values

func (*DeleteScimAccessTokenOK) Code

func (o *DeleteScimAccessTokenOK) Code() int

Code gets the status code for the delete scim access token o k response

func (*DeleteScimAccessTokenOK) Error

func (o *DeleteScimAccessTokenOK) Error() string

func (*DeleteScimAccessTokenOK) GetPayload

func (*DeleteScimAccessTokenOK) IsClientError

func (o *DeleteScimAccessTokenOK) IsClientError() bool

IsClientError returns true when this delete scim access token o k response has a 4xx status code

func (*DeleteScimAccessTokenOK) IsCode

func (o *DeleteScimAccessTokenOK) IsCode(code int) bool

IsCode returns true when this delete scim access token o k response a status code equal to that given

func (*DeleteScimAccessTokenOK) IsRedirect

func (o *DeleteScimAccessTokenOK) IsRedirect() bool

IsRedirect returns true when this delete scim access token o k response has a 3xx status code

func (*DeleteScimAccessTokenOK) IsServerError

func (o *DeleteScimAccessTokenOK) IsServerError() bool

IsServerError returns true when this delete scim access token o k response has a 5xx status code

func (*DeleteScimAccessTokenOK) IsSuccess

func (o *DeleteScimAccessTokenOK) IsSuccess() bool

IsSuccess returns true when this delete scim access token o k response has a 2xx status code

func (*DeleteScimAccessTokenOK) String

func (o *DeleteScimAccessTokenOK) String() string

type DeleteScimAccessTokenParams

type DeleteScimAccessTokenParams struct {

	// Input.
	Input *models.DeleteScimAccessTokenRequest

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

DeleteScimAccessTokenParams contains all the parameters to send to the API endpoint

for the delete scim access token operation.

Typically these are written to a http.Request.

func NewDeleteScimAccessTokenParams

func NewDeleteScimAccessTokenParams() *DeleteScimAccessTokenParams

NewDeleteScimAccessTokenParams creates a new DeleteScimAccessTokenParams 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 NewDeleteScimAccessTokenParamsWithContext

func NewDeleteScimAccessTokenParamsWithContext(ctx context.Context) *DeleteScimAccessTokenParams

NewDeleteScimAccessTokenParamsWithContext creates a new DeleteScimAccessTokenParams object with the ability to set a context for a request.

func NewDeleteScimAccessTokenParamsWithHTTPClient

func NewDeleteScimAccessTokenParamsWithHTTPClient(client *http.Client) *DeleteScimAccessTokenParams

NewDeleteScimAccessTokenParamsWithHTTPClient creates a new DeleteScimAccessTokenParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteScimAccessTokenParamsWithTimeout

func NewDeleteScimAccessTokenParamsWithTimeout(timeout time.Duration) *DeleteScimAccessTokenParams

NewDeleteScimAccessTokenParamsWithTimeout creates a new DeleteScimAccessTokenParams object with the ability to set a timeout on a request.

func (*DeleteScimAccessTokenParams) SetContext

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

SetContext adds the context to the delete scim access token params

func (*DeleteScimAccessTokenParams) SetDefaults

func (o *DeleteScimAccessTokenParams) SetDefaults()

SetDefaults hydrates default values in the delete scim access token params (not the query body).

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

func (*DeleteScimAccessTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete scim access token params

func (*DeleteScimAccessTokenParams) SetInput

SetInput adds the input to the delete scim access token params

func (*DeleteScimAccessTokenParams) SetTimeout

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

SetTimeout adds the timeout to the delete scim access token params

func (*DeleteScimAccessTokenParams) WithContext

WithContext adds the context to the delete scim access token params

func (*DeleteScimAccessTokenParams) WithDefaults

WithDefaults hydrates default values in the delete scim access token params (not the query body).

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

func (*DeleteScimAccessTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete scim access token params

func (*DeleteScimAccessTokenParams) WithInput

WithInput adds the input to the delete scim access token params

func (*DeleteScimAccessTokenParams) WithTimeout

WithTimeout adds the timeout to the delete scim access token params

func (*DeleteScimAccessTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteScimAccessTokenReader

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

DeleteScimAccessTokenReader is a Reader for the DeleteScimAccessToken structure.

func (*DeleteScimAccessTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserDefault

type DeleteUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteUserDefault

func NewDeleteUserDefault(code int) *DeleteUserDefault

NewDeleteUserDefault creates a DeleteUserDefault with default headers values

func (*DeleteUserDefault) Code

func (o *DeleteUserDefault) Code() int

Code gets the status code for the delete user default response

func (*DeleteUserDefault) Error

func (o *DeleteUserDefault) Error() string

func (*DeleteUserDefault) GetPayload

func (o *DeleteUserDefault) GetPayload() *models.Error

func (*DeleteUserDefault) IsClientError

func (o *DeleteUserDefault) IsClientError() bool

IsClientError returns true when this delete user default response has a 4xx status code

func (*DeleteUserDefault) IsCode

func (o *DeleteUserDefault) IsCode(code int) bool

IsCode returns true when this delete user default response a status code equal to that given

func (*DeleteUserDefault) IsRedirect

func (o *DeleteUserDefault) IsRedirect() bool

IsRedirect returns true when this delete user default response has a 3xx status code

func (*DeleteUserDefault) IsServerError

func (o *DeleteUserDefault) IsServerError() bool

IsServerError returns true when this delete user default response has a 5xx status code

func (*DeleteUserDefault) IsSuccess

func (o *DeleteUserDefault) IsSuccess() bool

IsSuccess returns true when this delete user default response has a 2xx status code

func (*DeleteUserDefault) String

func (o *DeleteUserDefault) String() string

type DeleteUserOK

type DeleteUserOK struct {
	Payload *models.DeleteUserResponse
}

DeleteUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteUserOK

func NewDeleteUserOK() *DeleteUserOK

NewDeleteUserOK creates a DeleteUserOK with default headers values

func (*DeleteUserOK) Code

func (o *DeleteUserOK) Code() int

Code gets the status code for the delete user o k response

func (*DeleteUserOK) Error

func (o *DeleteUserOK) Error() string

func (*DeleteUserOK) GetPayload

func (o *DeleteUserOK) GetPayload() *models.DeleteUserResponse

func (*DeleteUserOK) IsClientError

func (o *DeleteUserOK) IsClientError() bool

IsClientError returns true when this delete user o k response has a 4xx status code

func (*DeleteUserOK) IsCode

func (o *DeleteUserOK) IsCode(code int) bool

IsCode returns true when this delete user o k response a status code equal to that given

func (*DeleteUserOK) IsRedirect

func (o *DeleteUserOK) IsRedirect() bool

IsRedirect returns true when this delete user o k response has a 3xx status code

func (*DeleteUserOK) IsServerError

func (o *DeleteUserOK) IsServerError() bool

IsServerError returns true when this delete user o k response has a 5xx status code

func (*DeleteUserOK) IsSuccess

func (o *DeleteUserOK) IsSuccess() bool

IsSuccess returns true when this delete user o k response has a 2xx status code

func (*DeleteUserOK) String

func (o *DeleteUserOK) String() string

type DeleteUserParams

type DeleteUserParams struct {

	// Input.
	Input *models.DeleteUserRequest

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

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

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetInput

func (o *DeleteUserParams) SetInput(input *models.DeleteUserRequest)

SetInput adds the input to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithContext

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

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

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

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithInput

WithInput adds the input to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeSSHPublicKeyDefault

type DescribeSSHPublicKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeSSHPublicKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeSSHPublicKeyDefault

func NewDescribeSSHPublicKeyDefault(code int) *DescribeSSHPublicKeyDefault

NewDescribeSSHPublicKeyDefault creates a DescribeSSHPublicKeyDefault with default headers values

func (*DescribeSSHPublicKeyDefault) Code

func (o *DescribeSSHPublicKeyDefault) Code() int

Code gets the status code for the describe Ssh public key default response

func (*DescribeSSHPublicKeyDefault) Error

func (*DescribeSSHPublicKeyDefault) GetPayload

func (o *DescribeSSHPublicKeyDefault) GetPayload() *models.Error

func (*DescribeSSHPublicKeyDefault) IsClientError

func (o *DescribeSSHPublicKeyDefault) IsClientError() bool

IsClientError returns true when this describe Ssh public key default response has a 4xx status code

func (*DescribeSSHPublicKeyDefault) IsCode

func (o *DescribeSSHPublicKeyDefault) IsCode(code int) bool

IsCode returns true when this describe Ssh public key default response a status code equal to that given

func (*DescribeSSHPublicKeyDefault) IsRedirect

func (o *DescribeSSHPublicKeyDefault) IsRedirect() bool

IsRedirect returns true when this describe Ssh public key default response has a 3xx status code

func (*DescribeSSHPublicKeyDefault) IsServerError

func (o *DescribeSSHPublicKeyDefault) IsServerError() bool

IsServerError returns true when this describe Ssh public key default response has a 5xx status code

func (*DescribeSSHPublicKeyDefault) IsSuccess

func (o *DescribeSSHPublicKeyDefault) IsSuccess() bool

IsSuccess returns true when this describe Ssh public key default response has a 2xx status code

func (*DescribeSSHPublicKeyDefault) String

func (o *DescribeSSHPublicKeyDefault) String() string

type DescribeSSHPublicKeyOK

type DescribeSSHPublicKeyOK struct {
	Payload *models.DescribeSSHPublicKeyResponse
}

DescribeSSHPublicKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeSSHPublicKeyOK

func NewDescribeSSHPublicKeyOK() *DescribeSSHPublicKeyOK

NewDescribeSSHPublicKeyOK creates a DescribeSSHPublicKeyOK with default headers values

func (*DescribeSSHPublicKeyOK) Code

func (o *DescribeSSHPublicKeyOK) Code() int

Code gets the status code for the describe Ssh public key o k response

func (*DescribeSSHPublicKeyOK) Error

func (o *DescribeSSHPublicKeyOK) Error() string

func (*DescribeSSHPublicKeyOK) GetPayload

func (*DescribeSSHPublicKeyOK) IsClientError

func (o *DescribeSSHPublicKeyOK) IsClientError() bool

IsClientError returns true when this describe Ssh public key o k response has a 4xx status code

func (*DescribeSSHPublicKeyOK) IsCode

func (o *DescribeSSHPublicKeyOK) IsCode(code int) bool

IsCode returns true when this describe Ssh public key o k response a status code equal to that given

func (*DescribeSSHPublicKeyOK) IsRedirect

func (o *DescribeSSHPublicKeyOK) IsRedirect() bool

IsRedirect returns true when this describe Ssh public key o k response has a 3xx status code

func (*DescribeSSHPublicKeyOK) IsServerError

func (o *DescribeSSHPublicKeyOK) IsServerError() bool

IsServerError returns true when this describe Ssh public key o k response has a 5xx status code

func (*DescribeSSHPublicKeyOK) IsSuccess

func (o *DescribeSSHPublicKeyOK) IsSuccess() bool

IsSuccess returns true when this describe Ssh public key o k response has a 2xx status code

func (*DescribeSSHPublicKeyOK) String

func (o *DescribeSSHPublicKeyOK) String() string

type DescribeSSHPublicKeyParams

type DescribeSSHPublicKeyParams struct {

	// Input.
	Input *models.DescribeSSHPublicKeyRequest

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

DescribeSSHPublicKeyParams contains all the parameters to send to the API endpoint

for the describe Ssh public key operation.

Typically these are written to a http.Request.

func NewDescribeSSHPublicKeyParams

func NewDescribeSSHPublicKeyParams() *DescribeSSHPublicKeyParams

NewDescribeSSHPublicKeyParams creates a new DescribeSSHPublicKeyParams 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 NewDescribeSSHPublicKeyParamsWithContext

func NewDescribeSSHPublicKeyParamsWithContext(ctx context.Context) *DescribeSSHPublicKeyParams

NewDescribeSSHPublicKeyParamsWithContext creates a new DescribeSSHPublicKeyParams object with the ability to set a context for a request.

func NewDescribeSSHPublicKeyParamsWithHTTPClient

func NewDescribeSSHPublicKeyParamsWithHTTPClient(client *http.Client) *DescribeSSHPublicKeyParams

NewDescribeSSHPublicKeyParamsWithHTTPClient creates a new DescribeSSHPublicKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeSSHPublicKeyParamsWithTimeout

func NewDescribeSSHPublicKeyParamsWithTimeout(timeout time.Duration) *DescribeSSHPublicKeyParams

NewDescribeSSHPublicKeyParamsWithTimeout creates a new DescribeSSHPublicKeyParams object with the ability to set a timeout on a request.

func (*DescribeSSHPublicKeyParams) SetContext

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

SetContext adds the context to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) SetDefaults

func (o *DescribeSSHPublicKeyParams) SetDefaults()

SetDefaults hydrates default values in the describe Ssh public key params (not the query body).

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

func (*DescribeSSHPublicKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) SetInput

SetInput adds the input to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) SetTimeout

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

SetTimeout adds the timeout to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) WithContext

WithContext adds the context to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) WithDefaults

WithDefaults hydrates default values in the describe Ssh public key params (not the query body).

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

func (*DescribeSSHPublicKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) WithInput

WithInput adds the input to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) WithTimeout

WithTimeout adds the timeout to the describe Ssh public key params

func (*DescribeSSHPublicKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeSSHPublicKeyReader

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

DescribeSSHPublicKeyReader is a Reader for the DescribeSSHPublicKey structure.

func (*DescribeSSHPublicKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeSamlProviderDefault

type DescribeSamlProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeSamlProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeSamlProviderDefault

func NewDescribeSamlProviderDefault(code int) *DescribeSamlProviderDefault

NewDescribeSamlProviderDefault creates a DescribeSamlProviderDefault with default headers values

func (*DescribeSamlProviderDefault) Code

func (o *DescribeSamlProviderDefault) Code() int

Code gets the status code for the describe saml provider default response

func (*DescribeSamlProviderDefault) Error

func (*DescribeSamlProviderDefault) GetPayload

func (o *DescribeSamlProviderDefault) GetPayload() *models.Error

func (*DescribeSamlProviderDefault) IsClientError

func (o *DescribeSamlProviderDefault) IsClientError() bool

IsClientError returns true when this describe saml provider default response has a 4xx status code

func (*DescribeSamlProviderDefault) IsCode

func (o *DescribeSamlProviderDefault) IsCode(code int) bool

IsCode returns true when this describe saml provider default response a status code equal to that given

func (*DescribeSamlProviderDefault) IsRedirect

func (o *DescribeSamlProviderDefault) IsRedirect() bool

IsRedirect returns true when this describe saml provider default response has a 3xx status code

func (*DescribeSamlProviderDefault) IsServerError

func (o *DescribeSamlProviderDefault) IsServerError() bool

IsServerError returns true when this describe saml provider default response has a 5xx status code

func (*DescribeSamlProviderDefault) IsSuccess

func (o *DescribeSamlProviderDefault) IsSuccess() bool

IsSuccess returns true when this describe saml provider default response has a 2xx status code

func (*DescribeSamlProviderDefault) String

func (o *DescribeSamlProviderDefault) String() string

type DescribeSamlProviderOK

type DescribeSamlProviderOK struct {
	Payload *models.DescribeSamlProviderResponse
}

DescribeSamlProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeSamlProviderOK

func NewDescribeSamlProviderOK() *DescribeSamlProviderOK

NewDescribeSamlProviderOK creates a DescribeSamlProviderOK with default headers values

func (*DescribeSamlProviderOK) Code

func (o *DescribeSamlProviderOK) Code() int

Code gets the status code for the describe saml provider o k response

func (*DescribeSamlProviderOK) Error

func (o *DescribeSamlProviderOK) Error() string

func (*DescribeSamlProviderOK) GetPayload

func (*DescribeSamlProviderOK) IsClientError

func (o *DescribeSamlProviderOK) IsClientError() bool

IsClientError returns true when this describe saml provider o k response has a 4xx status code

func (*DescribeSamlProviderOK) IsCode

func (o *DescribeSamlProviderOK) IsCode(code int) bool

IsCode returns true when this describe saml provider o k response a status code equal to that given

func (*DescribeSamlProviderOK) IsRedirect

func (o *DescribeSamlProviderOK) IsRedirect() bool

IsRedirect returns true when this describe saml provider o k response has a 3xx status code

func (*DescribeSamlProviderOK) IsServerError

func (o *DescribeSamlProviderOK) IsServerError() bool

IsServerError returns true when this describe saml provider o k response has a 5xx status code

func (*DescribeSamlProviderOK) IsSuccess

func (o *DescribeSamlProviderOK) IsSuccess() bool

IsSuccess returns true when this describe saml provider o k response has a 2xx status code

func (*DescribeSamlProviderOK) String

func (o *DescribeSamlProviderOK) String() string

type DescribeSamlProviderParams

type DescribeSamlProviderParams struct {

	// Input.
	Input *models.DescribeSamlProviderRequest

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

DescribeSamlProviderParams contains all the parameters to send to the API endpoint

for the describe saml provider operation.

Typically these are written to a http.Request.

func NewDescribeSamlProviderParams

func NewDescribeSamlProviderParams() *DescribeSamlProviderParams

NewDescribeSamlProviderParams creates a new DescribeSamlProviderParams 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 NewDescribeSamlProviderParamsWithContext

func NewDescribeSamlProviderParamsWithContext(ctx context.Context) *DescribeSamlProviderParams

NewDescribeSamlProviderParamsWithContext creates a new DescribeSamlProviderParams object with the ability to set a context for a request.

func NewDescribeSamlProviderParamsWithHTTPClient

func NewDescribeSamlProviderParamsWithHTTPClient(client *http.Client) *DescribeSamlProviderParams

NewDescribeSamlProviderParamsWithHTTPClient creates a new DescribeSamlProviderParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeSamlProviderParamsWithTimeout

func NewDescribeSamlProviderParamsWithTimeout(timeout time.Duration) *DescribeSamlProviderParams

NewDescribeSamlProviderParamsWithTimeout creates a new DescribeSamlProviderParams object with the ability to set a timeout on a request.

func (*DescribeSamlProviderParams) SetContext

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

SetContext adds the context to the describe saml provider params

func (*DescribeSamlProviderParams) SetDefaults

func (o *DescribeSamlProviderParams) SetDefaults()

SetDefaults hydrates default values in the describe saml provider params (not the query body).

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

func (*DescribeSamlProviderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe saml provider params

func (*DescribeSamlProviderParams) SetInput

SetInput adds the input to the describe saml provider params

func (*DescribeSamlProviderParams) SetTimeout

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

SetTimeout adds the timeout to the describe saml provider params

func (*DescribeSamlProviderParams) WithContext

WithContext adds the context to the describe saml provider params

func (*DescribeSamlProviderParams) WithDefaults

WithDefaults hydrates default values in the describe saml provider params (not the query body).

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

func (*DescribeSamlProviderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe saml provider params

func (*DescribeSamlProviderParams) WithInput

WithInput adds the input to the describe saml provider params

func (*DescribeSamlProviderParams) WithTimeout

WithTimeout adds the timeout to the describe saml provider params

func (*DescribeSamlProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeSamlProviderReader

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

DescribeSamlProviderReader is a Reader for the DescribeSamlProvider structure.

func (*DescribeSamlProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisableClouderaSSOLoginDefault

type DisableClouderaSSOLoginDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DisableClouderaSSOLoginDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDisableClouderaSSOLoginDefault

func NewDisableClouderaSSOLoginDefault(code int) *DisableClouderaSSOLoginDefault

NewDisableClouderaSSOLoginDefault creates a DisableClouderaSSOLoginDefault with default headers values

func (*DisableClouderaSSOLoginDefault) Code

Code gets the status code for the disable cloudera s s o login default response

func (*DisableClouderaSSOLoginDefault) Error

func (*DisableClouderaSSOLoginDefault) GetPayload

func (o *DisableClouderaSSOLoginDefault) GetPayload() *models.Error

func (*DisableClouderaSSOLoginDefault) IsClientError

func (o *DisableClouderaSSOLoginDefault) IsClientError() bool

IsClientError returns true when this disable cloudera s s o login default response has a 4xx status code

func (*DisableClouderaSSOLoginDefault) IsCode

func (o *DisableClouderaSSOLoginDefault) IsCode(code int) bool

IsCode returns true when this disable cloudera s s o login default response a status code equal to that given

func (*DisableClouderaSSOLoginDefault) IsRedirect

func (o *DisableClouderaSSOLoginDefault) IsRedirect() bool

IsRedirect returns true when this disable cloudera s s o login default response has a 3xx status code

func (*DisableClouderaSSOLoginDefault) IsServerError

func (o *DisableClouderaSSOLoginDefault) IsServerError() bool

IsServerError returns true when this disable cloudera s s o login default response has a 5xx status code

func (*DisableClouderaSSOLoginDefault) IsSuccess

func (o *DisableClouderaSSOLoginDefault) IsSuccess() bool

IsSuccess returns true when this disable cloudera s s o login default response has a 2xx status code

func (*DisableClouderaSSOLoginDefault) String

type DisableClouderaSSOLoginOK

type DisableClouderaSSOLoginOK struct {
	Payload models.DisableClouderaSSOLoginResponse
}

DisableClouderaSSOLoginOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDisableClouderaSSOLoginOK

func NewDisableClouderaSSOLoginOK() *DisableClouderaSSOLoginOK

NewDisableClouderaSSOLoginOK creates a DisableClouderaSSOLoginOK with default headers values

func (*DisableClouderaSSOLoginOK) Code

func (o *DisableClouderaSSOLoginOK) Code() int

Code gets the status code for the disable cloudera s s o login o k response

func (*DisableClouderaSSOLoginOK) Error

func (o *DisableClouderaSSOLoginOK) Error() string

func (*DisableClouderaSSOLoginOK) GetPayload

func (*DisableClouderaSSOLoginOK) IsClientError

func (o *DisableClouderaSSOLoginOK) IsClientError() bool

IsClientError returns true when this disable cloudera s s o login o k response has a 4xx status code

func (*DisableClouderaSSOLoginOK) IsCode

func (o *DisableClouderaSSOLoginOK) IsCode(code int) bool

IsCode returns true when this disable cloudera s s o login o k response a status code equal to that given

func (*DisableClouderaSSOLoginOK) IsRedirect

func (o *DisableClouderaSSOLoginOK) IsRedirect() bool

IsRedirect returns true when this disable cloudera s s o login o k response has a 3xx status code

func (*DisableClouderaSSOLoginOK) IsServerError

func (o *DisableClouderaSSOLoginOK) IsServerError() bool

IsServerError returns true when this disable cloudera s s o login o k response has a 5xx status code

func (*DisableClouderaSSOLoginOK) IsSuccess

func (o *DisableClouderaSSOLoginOK) IsSuccess() bool

IsSuccess returns true when this disable cloudera s s o login o k response has a 2xx status code

func (*DisableClouderaSSOLoginOK) String

func (o *DisableClouderaSSOLoginOK) String() string

type DisableClouderaSSOLoginParams

type DisableClouderaSSOLoginParams struct {

	// Input.
	Input models.DisableClouderaSSOLoginRequest

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

DisableClouderaSSOLoginParams contains all the parameters to send to the API endpoint

for the disable cloudera s s o login operation.

Typically these are written to a http.Request.

func NewDisableClouderaSSOLoginParams

func NewDisableClouderaSSOLoginParams() *DisableClouderaSSOLoginParams

NewDisableClouderaSSOLoginParams creates a new DisableClouderaSSOLoginParams 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 NewDisableClouderaSSOLoginParamsWithContext

func NewDisableClouderaSSOLoginParamsWithContext(ctx context.Context) *DisableClouderaSSOLoginParams

NewDisableClouderaSSOLoginParamsWithContext creates a new DisableClouderaSSOLoginParams object with the ability to set a context for a request.

func NewDisableClouderaSSOLoginParamsWithHTTPClient

func NewDisableClouderaSSOLoginParamsWithHTTPClient(client *http.Client) *DisableClouderaSSOLoginParams

NewDisableClouderaSSOLoginParamsWithHTTPClient creates a new DisableClouderaSSOLoginParams object with the ability to set a custom HTTPClient for a request.

func NewDisableClouderaSSOLoginParamsWithTimeout

func NewDisableClouderaSSOLoginParamsWithTimeout(timeout time.Duration) *DisableClouderaSSOLoginParams

NewDisableClouderaSSOLoginParamsWithTimeout creates a new DisableClouderaSSOLoginParams object with the ability to set a timeout on a request.

func (*DisableClouderaSSOLoginParams) SetContext

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

SetContext adds the context to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) SetDefaults

func (o *DisableClouderaSSOLoginParams) SetDefaults()

SetDefaults hydrates default values in the disable cloudera s s o login params (not the query body).

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

func (*DisableClouderaSSOLoginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) SetInput

SetInput adds the input to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) SetTimeout

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

SetTimeout adds the timeout to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) WithContext

WithContext adds the context to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) WithDefaults

WithDefaults hydrates default values in the disable cloudera s s o login params (not the query body).

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

func (*DisableClouderaSSOLoginParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) WithInput

WithInput adds the input to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) WithTimeout

WithTimeout adds the timeout to the disable cloudera s s o login params

func (*DisableClouderaSSOLoginParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DisableClouderaSSOLoginReader

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

DisableClouderaSSOLoginReader is a Reader for the DisableClouderaSSOLogin structure.

func (*DisableClouderaSSOLoginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableClouderaSSOLoginDefault

type EnableClouderaSSOLoginDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

EnableClouderaSSOLoginDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewEnableClouderaSSOLoginDefault

func NewEnableClouderaSSOLoginDefault(code int) *EnableClouderaSSOLoginDefault

NewEnableClouderaSSOLoginDefault creates a EnableClouderaSSOLoginDefault with default headers values

func (*EnableClouderaSSOLoginDefault) Code

Code gets the status code for the enable cloudera s s o login default response

func (*EnableClouderaSSOLoginDefault) Error

func (*EnableClouderaSSOLoginDefault) GetPayload

func (o *EnableClouderaSSOLoginDefault) GetPayload() *models.Error

func (*EnableClouderaSSOLoginDefault) IsClientError

func (o *EnableClouderaSSOLoginDefault) IsClientError() bool

IsClientError returns true when this enable cloudera s s o login default response has a 4xx status code

func (*EnableClouderaSSOLoginDefault) IsCode

func (o *EnableClouderaSSOLoginDefault) IsCode(code int) bool

IsCode returns true when this enable cloudera s s o login default response a status code equal to that given

func (*EnableClouderaSSOLoginDefault) IsRedirect

func (o *EnableClouderaSSOLoginDefault) IsRedirect() bool

IsRedirect returns true when this enable cloudera s s o login default response has a 3xx status code

func (*EnableClouderaSSOLoginDefault) IsServerError

func (o *EnableClouderaSSOLoginDefault) IsServerError() bool

IsServerError returns true when this enable cloudera s s o login default response has a 5xx status code

func (*EnableClouderaSSOLoginDefault) IsSuccess

func (o *EnableClouderaSSOLoginDefault) IsSuccess() bool

IsSuccess returns true when this enable cloudera s s o login default response has a 2xx status code

func (*EnableClouderaSSOLoginDefault) String

type EnableClouderaSSOLoginOK

type EnableClouderaSSOLoginOK struct {
	Payload models.EnableClouderaSSOLoginResponse
}

EnableClouderaSSOLoginOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewEnableClouderaSSOLoginOK

func NewEnableClouderaSSOLoginOK() *EnableClouderaSSOLoginOK

NewEnableClouderaSSOLoginOK creates a EnableClouderaSSOLoginOK with default headers values

func (*EnableClouderaSSOLoginOK) Code

func (o *EnableClouderaSSOLoginOK) Code() int

Code gets the status code for the enable cloudera s s o login o k response

func (*EnableClouderaSSOLoginOK) Error

func (o *EnableClouderaSSOLoginOK) Error() string

func (*EnableClouderaSSOLoginOK) GetPayload

func (*EnableClouderaSSOLoginOK) IsClientError

func (o *EnableClouderaSSOLoginOK) IsClientError() bool

IsClientError returns true when this enable cloudera s s o login o k response has a 4xx status code

func (*EnableClouderaSSOLoginOK) IsCode

func (o *EnableClouderaSSOLoginOK) IsCode(code int) bool

IsCode returns true when this enable cloudera s s o login o k response a status code equal to that given

func (*EnableClouderaSSOLoginOK) IsRedirect

func (o *EnableClouderaSSOLoginOK) IsRedirect() bool

IsRedirect returns true when this enable cloudera s s o login o k response has a 3xx status code

func (*EnableClouderaSSOLoginOK) IsServerError

func (o *EnableClouderaSSOLoginOK) IsServerError() bool

IsServerError returns true when this enable cloudera s s o login o k response has a 5xx status code

func (*EnableClouderaSSOLoginOK) IsSuccess

func (o *EnableClouderaSSOLoginOK) IsSuccess() bool

IsSuccess returns true when this enable cloudera s s o login o k response has a 2xx status code

func (*EnableClouderaSSOLoginOK) String

func (o *EnableClouderaSSOLoginOK) String() string

type EnableClouderaSSOLoginParams

type EnableClouderaSSOLoginParams struct {

	// Input.
	Input models.EnableClouderaSSOLoginRequest

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

EnableClouderaSSOLoginParams contains all the parameters to send to the API endpoint

for the enable cloudera s s o login operation.

Typically these are written to a http.Request.

func NewEnableClouderaSSOLoginParams

func NewEnableClouderaSSOLoginParams() *EnableClouderaSSOLoginParams

NewEnableClouderaSSOLoginParams creates a new EnableClouderaSSOLoginParams 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 NewEnableClouderaSSOLoginParamsWithContext

func NewEnableClouderaSSOLoginParamsWithContext(ctx context.Context) *EnableClouderaSSOLoginParams

NewEnableClouderaSSOLoginParamsWithContext creates a new EnableClouderaSSOLoginParams object with the ability to set a context for a request.

func NewEnableClouderaSSOLoginParamsWithHTTPClient

func NewEnableClouderaSSOLoginParamsWithHTTPClient(client *http.Client) *EnableClouderaSSOLoginParams

NewEnableClouderaSSOLoginParamsWithHTTPClient creates a new EnableClouderaSSOLoginParams object with the ability to set a custom HTTPClient for a request.

func NewEnableClouderaSSOLoginParamsWithTimeout

func NewEnableClouderaSSOLoginParamsWithTimeout(timeout time.Duration) *EnableClouderaSSOLoginParams

NewEnableClouderaSSOLoginParamsWithTimeout creates a new EnableClouderaSSOLoginParams object with the ability to set a timeout on a request.

func (*EnableClouderaSSOLoginParams) SetContext

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

SetContext adds the context to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) SetDefaults

func (o *EnableClouderaSSOLoginParams) SetDefaults()

SetDefaults hydrates default values in the enable cloudera s s o login params (not the query body).

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

func (*EnableClouderaSSOLoginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) SetInput

SetInput adds the input to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) SetTimeout

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

SetTimeout adds the timeout to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) WithContext

WithContext adds the context to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) WithDefaults

WithDefaults hydrates default values in the enable cloudera s s o login params (not the query body).

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

func (*EnableClouderaSSOLoginParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) WithInput

WithInput adds the input to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) WithTimeout

WithTimeout adds the timeout to the enable cloudera s s o login params

func (*EnableClouderaSSOLoginParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnableClouderaSSOLoginReader

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

EnableClouderaSSOLoginReader is a Reader for the EnableClouderaSSOLogin structure.

func (*EnableClouderaSSOLoginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateWorkloadAuthTokenDefault

type GenerateWorkloadAuthTokenDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GenerateWorkloadAuthTokenDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGenerateWorkloadAuthTokenDefault

func NewGenerateWorkloadAuthTokenDefault(code int) *GenerateWorkloadAuthTokenDefault

NewGenerateWorkloadAuthTokenDefault creates a GenerateWorkloadAuthTokenDefault with default headers values

func (*GenerateWorkloadAuthTokenDefault) Code

Code gets the status code for the generate workload auth token default response

func (*GenerateWorkloadAuthTokenDefault) Error

func (*GenerateWorkloadAuthTokenDefault) GetPayload

func (*GenerateWorkloadAuthTokenDefault) IsClientError

func (o *GenerateWorkloadAuthTokenDefault) IsClientError() bool

IsClientError returns true when this generate workload auth token default response has a 4xx status code

func (*GenerateWorkloadAuthTokenDefault) IsCode

func (o *GenerateWorkloadAuthTokenDefault) IsCode(code int) bool

IsCode returns true when this generate workload auth token default response a status code equal to that given

func (*GenerateWorkloadAuthTokenDefault) IsRedirect

func (o *GenerateWorkloadAuthTokenDefault) IsRedirect() bool

IsRedirect returns true when this generate workload auth token default response has a 3xx status code

func (*GenerateWorkloadAuthTokenDefault) IsServerError

func (o *GenerateWorkloadAuthTokenDefault) IsServerError() bool

IsServerError returns true when this generate workload auth token default response has a 5xx status code

func (*GenerateWorkloadAuthTokenDefault) IsSuccess

func (o *GenerateWorkloadAuthTokenDefault) IsSuccess() bool

IsSuccess returns true when this generate workload auth token default response has a 2xx status code

func (*GenerateWorkloadAuthTokenDefault) String

type GenerateWorkloadAuthTokenOK

type GenerateWorkloadAuthTokenOK struct {
	Payload *models.GenerateWorkloadAuthTokenResponse
}

GenerateWorkloadAuthTokenOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGenerateWorkloadAuthTokenOK

func NewGenerateWorkloadAuthTokenOK() *GenerateWorkloadAuthTokenOK

NewGenerateWorkloadAuthTokenOK creates a GenerateWorkloadAuthTokenOK with default headers values

func (*GenerateWorkloadAuthTokenOK) Code

func (o *GenerateWorkloadAuthTokenOK) Code() int

Code gets the status code for the generate workload auth token o k response

func (*GenerateWorkloadAuthTokenOK) Error

func (*GenerateWorkloadAuthTokenOK) GetPayload

func (*GenerateWorkloadAuthTokenOK) IsClientError

func (o *GenerateWorkloadAuthTokenOK) IsClientError() bool

IsClientError returns true when this generate workload auth token o k response has a 4xx status code

func (*GenerateWorkloadAuthTokenOK) IsCode

func (o *GenerateWorkloadAuthTokenOK) IsCode(code int) bool

IsCode returns true when this generate workload auth token o k response a status code equal to that given

func (*GenerateWorkloadAuthTokenOK) IsRedirect

func (o *GenerateWorkloadAuthTokenOK) IsRedirect() bool

IsRedirect returns true when this generate workload auth token o k response has a 3xx status code

func (*GenerateWorkloadAuthTokenOK) IsServerError

func (o *GenerateWorkloadAuthTokenOK) IsServerError() bool

IsServerError returns true when this generate workload auth token o k response has a 5xx status code

func (*GenerateWorkloadAuthTokenOK) IsSuccess

func (o *GenerateWorkloadAuthTokenOK) IsSuccess() bool

IsSuccess returns true when this generate workload auth token o k response has a 2xx status code

func (*GenerateWorkloadAuthTokenOK) String

func (o *GenerateWorkloadAuthTokenOK) String() string

type GenerateWorkloadAuthTokenParams

type GenerateWorkloadAuthTokenParams struct {

	// Input.
	Input *models.GenerateWorkloadAuthTokenRequest

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

GenerateWorkloadAuthTokenParams contains all the parameters to send to the API endpoint

for the generate workload auth token operation.

Typically these are written to a http.Request.

func NewGenerateWorkloadAuthTokenParams

func NewGenerateWorkloadAuthTokenParams() *GenerateWorkloadAuthTokenParams

NewGenerateWorkloadAuthTokenParams creates a new GenerateWorkloadAuthTokenParams 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 NewGenerateWorkloadAuthTokenParamsWithContext

func NewGenerateWorkloadAuthTokenParamsWithContext(ctx context.Context) *GenerateWorkloadAuthTokenParams

NewGenerateWorkloadAuthTokenParamsWithContext creates a new GenerateWorkloadAuthTokenParams object with the ability to set a context for a request.

func NewGenerateWorkloadAuthTokenParamsWithHTTPClient

func NewGenerateWorkloadAuthTokenParamsWithHTTPClient(client *http.Client) *GenerateWorkloadAuthTokenParams

NewGenerateWorkloadAuthTokenParamsWithHTTPClient creates a new GenerateWorkloadAuthTokenParams object with the ability to set a custom HTTPClient for a request.

func NewGenerateWorkloadAuthTokenParamsWithTimeout

func NewGenerateWorkloadAuthTokenParamsWithTimeout(timeout time.Duration) *GenerateWorkloadAuthTokenParams

NewGenerateWorkloadAuthTokenParamsWithTimeout creates a new GenerateWorkloadAuthTokenParams object with the ability to set a timeout on a request.

func (*GenerateWorkloadAuthTokenParams) SetContext

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

SetContext adds the context to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) SetDefaults

func (o *GenerateWorkloadAuthTokenParams) SetDefaults()

SetDefaults hydrates default values in the generate workload auth token params (not the query body).

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

func (*GenerateWorkloadAuthTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) SetInput

SetInput adds the input to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) SetTimeout

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

SetTimeout adds the timeout to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) WithContext

WithContext adds the context to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) WithDefaults

WithDefaults hydrates default values in the generate workload auth token params (not the query body).

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

func (*GenerateWorkloadAuthTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) WithInput

WithInput adds the input to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) WithTimeout

WithTimeout adds the timeout to the generate workload auth token params

func (*GenerateWorkloadAuthTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateWorkloadAuthTokenReader

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

GenerateWorkloadAuthTokenReader is a Reader for the GenerateWorkloadAuthToken structure.

func (*GenerateWorkloadAuthTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccessKeyDefault

type GetAccessKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetAccessKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetAccessKeyDefault

func NewGetAccessKeyDefault(code int) *GetAccessKeyDefault

NewGetAccessKeyDefault creates a GetAccessKeyDefault with default headers values

func (*GetAccessKeyDefault) Code

func (o *GetAccessKeyDefault) Code() int

Code gets the status code for the get access key default response

func (*GetAccessKeyDefault) Error

func (o *GetAccessKeyDefault) Error() string

func (*GetAccessKeyDefault) GetPayload

func (o *GetAccessKeyDefault) GetPayload() *models.Error

func (*GetAccessKeyDefault) IsClientError

func (o *GetAccessKeyDefault) IsClientError() bool

IsClientError returns true when this get access key default response has a 4xx status code

func (*GetAccessKeyDefault) IsCode

func (o *GetAccessKeyDefault) IsCode(code int) bool

IsCode returns true when this get access key default response a status code equal to that given

func (*GetAccessKeyDefault) IsRedirect

func (o *GetAccessKeyDefault) IsRedirect() bool

IsRedirect returns true when this get access key default response has a 3xx status code

func (*GetAccessKeyDefault) IsServerError

func (o *GetAccessKeyDefault) IsServerError() bool

IsServerError returns true when this get access key default response has a 5xx status code

func (*GetAccessKeyDefault) IsSuccess

func (o *GetAccessKeyDefault) IsSuccess() bool

IsSuccess returns true when this get access key default response has a 2xx status code

func (*GetAccessKeyDefault) String

func (o *GetAccessKeyDefault) String() string

type GetAccessKeyOK

type GetAccessKeyOK struct {
	Payload *models.GetAccessKeyResponse
}

GetAccessKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetAccessKeyOK

func NewGetAccessKeyOK() *GetAccessKeyOK

NewGetAccessKeyOK creates a GetAccessKeyOK with default headers values

func (*GetAccessKeyOK) Code

func (o *GetAccessKeyOK) Code() int

Code gets the status code for the get access key o k response

func (*GetAccessKeyOK) Error

func (o *GetAccessKeyOK) Error() string

func (*GetAccessKeyOK) GetPayload

func (o *GetAccessKeyOK) GetPayload() *models.GetAccessKeyResponse

func (*GetAccessKeyOK) IsClientError

func (o *GetAccessKeyOK) IsClientError() bool

IsClientError returns true when this get access key o k response has a 4xx status code

func (*GetAccessKeyOK) IsCode

func (o *GetAccessKeyOK) IsCode(code int) bool

IsCode returns true when this get access key o k response a status code equal to that given

func (*GetAccessKeyOK) IsRedirect

func (o *GetAccessKeyOK) IsRedirect() bool

IsRedirect returns true when this get access key o k response has a 3xx status code

func (*GetAccessKeyOK) IsServerError

func (o *GetAccessKeyOK) IsServerError() bool

IsServerError returns true when this get access key o k response has a 5xx status code

func (*GetAccessKeyOK) IsSuccess

func (o *GetAccessKeyOK) IsSuccess() bool

IsSuccess returns true when this get access key o k response has a 2xx status code

func (*GetAccessKeyOK) String

func (o *GetAccessKeyOK) String() string

type GetAccessKeyParams

type GetAccessKeyParams struct {

	// Input.
	Input *models.GetAccessKeyRequest

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

GetAccessKeyParams contains all the parameters to send to the API endpoint

for the get access key operation.

Typically these are written to a http.Request.

func NewGetAccessKeyParams

func NewGetAccessKeyParams() *GetAccessKeyParams

NewGetAccessKeyParams creates a new GetAccessKeyParams 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 NewGetAccessKeyParamsWithContext

func NewGetAccessKeyParamsWithContext(ctx context.Context) *GetAccessKeyParams

NewGetAccessKeyParamsWithContext creates a new GetAccessKeyParams object with the ability to set a context for a request.

func NewGetAccessKeyParamsWithHTTPClient

func NewGetAccessKeyParamsWithHTTPClient(client *http.Client) *GetAccessKeyParams

NewGetAccessKeyParamsWithHTTPClient creates a new GetAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccessKeyParamsWithTimeout

func NewGetAccessKeyParamsWithTimeout(timeout time.Duration) *GetAccessKeyParams

NewGetAccessKeyParamsWithTimeout creates a new GetAccessKeyParams object with the ability to set a timeout on a request.

func (*GetAccessKeyParams) SetContext

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

SetContext adds the context to the get access key params

func (*GetAccessKeyParams) SetDefaults

func (o *GetAccessKeyParams) SetDefaults()

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

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

func (*GetAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get access key params

func (*GetAccessKeyParams) SetInput

func (o *GetAccessKeyParams) SetInput(input *models.GetAccessKeyRequest)

SetInput adds the input to the get access key params

func (*GetAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get access key params

func (*GetAccessKeyParams) WithContext

WithContext adds the context to the get access key params

func (*GetAccessKeyParams) WithDefaults

func (o *GetAccessKeyParams) WithDefaults() *GetAccessKeyParams

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

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

func (*GetAccessKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get access key params

func (*GetAccessKeyParams) WithInput

WithInput adds the input to the get access key params

func (*GetAccessKeyParams) WithTimeout

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

WithTimeout adds the timeout to the get access key params

func (*GetAccessKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAccessKeyReader

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

GetAccessKeyReader is a Reader for the GetAccessKey structure.

func (*GetAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountDefault

type GetAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetAccountDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetAccountDefault

func NewGetAccountDefault(code int) *GetAccountDefault

NewGetAccountDefault creates a GetAccountDefault with default headers values

func (*GetAccountDefault) Code

func (o *GetAccountDefault) Code() int

Code gets the status code for the get account default response

func (*GetAccountDefault) Error

func (o *GetAccountDefault) Error() string

func (*GetAccountDefault) GetPayload

func (o *GetAccountDefault) GetPayload() *models.Error

func (*GetAccountDefault) IsClientError

func (o *GetAccountDefault) IsClientError() bool

IsClientError returns true when this get account default response has a 4xx status code

func (*GetAccountDefault) IsCode

func (o *GetAccountDefault) IsCode(code int) bool

IsCode returns true when this get account default response a status code equal to that given

func (*GetAccountDefault) IsRedirect

func (o *GetAccountDefault) IsRedirect() bool

IsRedirect returns true when this get account default response has a 3xx status code

func (*GetAccountDefault) IsServerError

func (o *GetAccountDefault) IsServerError() bool

IsServerError returns true when this get account default response has a 5xx status code

func (*GetAccountDefault) IsSuccess

func (o *GetAccountDefault) IsSuccess() bool

IsSuccess returns true when this get account default response has a 2xx status code

func (*GetAccountDefault) String

func (o *GetAccountDefault) String() string

type GetAccountMessagesDefault

type GetAccountMessagesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetAccountMessagesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetAccountMessagesDefault

func NewGetAccountMessagesDefault(code int) *GetAccountMessagesDefault

NewGetAccountMessagesDefault creates a GetAccountMessagesDefault with default headers values

func (*GetAccountMessagesDefault) Code

func (o *GetAccountMessagesDefault) Code() int

Code gets the status code for the get account messages default response

func (*GetAccountMessagesDefault) Error

func (o *GetAccountMessagesDefault) Error() string

func (*GetAccountMessagesDefault) GetPayload

func (o *GetAccountMessagesDefault) GetPayload() *models.Error

func (*GetAccountMessagesDefault) IsClientError

func (o *GetAccountMessagesDefault) IsClientError() bool

IsClientError returns true when this get account messages default response has a 4xx status code

func (*GetAccountMessagesDefault) IsCode

func (o *GetAccountMessagesDefault) IsCode(code int) bool

IsCode returns true when this get account messages default response a status code equal to that given

func (*GetAccountMessagesDefault) IsRedirect

func (o *GetAccountMessagesDefault) IsRedirect() bool

IsRedirect returns true when this get account messages default response has a 3xx status code

func (*GetAccountMessagesDefault) IsServerError

func (o *GetAccountMessagesDefault) IsServerError() bool

IsServerError returns true when this get account messages default response has a 5xx status code

func (*GetAccountMessagesDefault) IsSuccess

func (o *GetAccountMessagesDefault) IsSuccess() bool

IsSuccess returns true when this get account messages default response has a 2xx status code

func (*GetAccountMessagesDefault) String

func (o *GetAccountMessagesDefault) String() string

type GetAccountMessagesOK

type GetAccountMessagesOK struct {
	Payload *models.GetAccountMessagesResponse
}

GetAccountMessagesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetAccountMessagesOK

func NewGetAccountMessagesOK() *GetAccountMessagesOK

NewGetAccountMessagesOK creates a GetAccountMessagesOK with default headers values

func (*GetAccountMessagesOK) Code

func (o *GetAccountMessagesOK) Code() int

Code gets the status code for the get account messages o k response

func (*GetAccountMessagesOK) Error

func (o *GetAccountMessagesOK) Error() string

func (*GetAccountMessagesOK) GetPayload

func (*GetAccountMessagesOK) IsClientError

func (o *GetAccountMessagesOK) IsClientError() bool

IsClientError returns true when this get account messages o k response has a 4xx status code

func (*GetAccountMessagesOK) IsCode

func (o *GetAccountMessagesOK) IsCode(code int) bool

IsCode returns true when this get account messages o k response a status code equal to that given

func (*GetAccountMessagesOK) IsRedirect

func (o *GetAccountMessagesOK) IsRedirect() bool

IsRedirect returns true when this get account messages o k response has a 3xx status code

func (*GetAccountMessagesOK) IsServerError

func (o *GetAccountMessagesOK) IsServerError() bool

IsServerError returns true when this get account messages o k response has a 5xx status code

func (*GetAccountMessagesOK) IsSuccess

func (o *GetAccountMessagesOK) IsSuccess() bool

IsSuccess returns true when this get account messages o k response has a 2xx status code

func (*GetAccountMessagesOK) String

func (o *GetAccountMessagesOK) String() string

type GetAccountMessagesParams

type GetAccountMessagesParams struct {

	// Input.
	Input models.GetAccountMessagesRequest

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

GetAccountMessagesParams contains all the parameters to send to the API endpoint

for the get account messages operation.

Typically these are written to a http.Request.

func NewGetAccountMessagesParams

func NewGetAccountMessagesParams() *GetAccountMessagesParams

NewGetAccountMessagesParams creates a new GetAccountMessagesParams 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 NewGetAccountMessagesParamsWithContext

func NewGetAccountMessagesParamsWithContext(ctx context.Context) *GetAccountMessagesParams

NewGetAccountMessagesParamsWithContext creates a new GetAccountMessagesParams object with the ability to set a context for a request.

func NewGetAccountMessagesParamsWithHTTPClient

func NewGetAccountMessagesParamsWithHTTPClient(client *http.Client) *GetAccountMessagesParams

NewGetAccountMessagesParamsWithHTTPClient creates a new GetAccountMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountMessagesParamsWithTimeout

func NewGetAccountMessagesParamsWithTimeout(timeout time.Duration) *GetAccountMessagesParams

NewGetAccountMessagesParamsWithTimeout creates a new GetAccountMessagesParams object with the ability to set a timeout on a request.

func (*GetAccountMessagesParams) SetContext

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

SetContext adds the context to the get account messages params

func (*GetAccountMessagesParams) SetDefaults

func (o *GetAccountMessagesParams) SetDefaults()

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

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

func (*GetAccountMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get account messages params

func (*GetAccountMessagesParams) SetInput

SetInput adds the input to the get account messages params

func (*GetAccountMessagesParams) SetTimeout

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

SetTimeout adds the timeout to the get account messages params

func (*GetAccountMessagesParams) WithContext

WithContext adds the context to the get account messages params

func (*GetAccountMessagesParams) WithDefaults

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

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

func (*GetAccountMessagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get account messages params

func (*GetAccountMessagesParams) WithInput

WithInput adds the input to the get account messages params

func (*GetAccountMessagesParams) WithTimeout

WithTimeout adds the timeout to the get account messages params

func (*GetAccountMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountMessagesReader

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

GetAccountMessagesReader is a Reader for the GetAccountMessages structure.

func (*GetAccountMessagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountOK

type GetAccountOK struct {
	Payload *models.GetAccountResponse
}

GetAccountOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetAccountOK

func NewGetAccountOK() *GetAccountOK

NewGetAccountOK creates a GetAccountOK with default headers values

func (*GetAccountOK) Code

func (o *GetAccountOK) Code() int

Code gets the status code for the get account o k response

func (*GetAccountOK) Error

func (o *GetAccountOK) Error() string

func (*GetAccountOK) GetPayload

func (o *GetAccountOK) GetPayload() *models.GetAccountResponse

func (*GetAccountOK) IsClientError

func (o *GetAccountOK) IsClientError() bool

IsClientError returns true when this get account o k response has a 4xx status code

func (*GetAccountOK) IsCode

func (o *GetAccountOK) IsCode(code int) bool

IsCode returns true when this get account o k response a status code equal to that given

func (*GetAccountOK) IsRedirect

func (o *GetAccountOK) IsRedirect() bool

IsRedirect returns true when this get account o k response has a 3xx status code

func (*GetAccountOK) IsServerError

func (o *GetAccountOK) IsServerError() bool

IsServerError returns true when this get account o k response has a 5xx status code

func (*GetAccountOK) IsSuccess

func (o *GetAccountOK) IsSuccess() bool

IsSuccess returns true when this get account o k response has a 2xx status code

func (*GetAccountOK) String

func (o *GetAccountOK) String() string

type GetAccountParams

type GetAccountParams struct {

	// Input.
	Input models.GetAccountRequest

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

GetAccountParams contains all the parameters to send to the API endpoint

for the get account operation.

Typically these are written to a http.Request.

func NewGetAccountParams

func NewGetAccountParams() *GetAccountParams

NewGetAccountParams creates a new GetAccountParams 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 NewGetAccountParamsWithContext

func NewGetAccountParamsWithContext(ctx context.Context) *GetAccountParams

NewGetAccountParamsWithContext creates a new GetAccountParams object with the ability to set a context for a request.

func NewGetAccountParamsWithHTTPClient

func NewGetAccountParamsWithHTTPClient(client *http.Client) *GetAccountParams

NewGetAccountParamsWithHTTPClient creates a new GetAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountParamsWithTimeout

func NewGetAccountParamsWithTimeout(timeout time.Duration) *GetAccountParams

NewGetAccountParamsWithTimeout creates a new GetAccountParams object with the ability to set a timeout on a request.

func (*GetAccountParams) SetContext

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

SetContext adds the context to the get account params

func (*GetAccountParams) SetDefaults

func (o *GetAccountParams) SetDefaults()

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

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

func (*GetAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get account params

func (*GetAccountParams) SetInput

func (o *GetAccountParams) SetInput(input models.GetAccountRequest)

SetInput adds the input to the get account params

func (*GetAccountParams) SetTimeout

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

SetTimeout adds the timeout to the get account params

func (*GetAccountParams) WithContext

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

WithContext adds the context to the get account params

func (*GetAccountParams) WithDefaults

func (o *GetAccountParams) WithDefaults() *GetAccountParams

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

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

func (*GetAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get account params

func (*GetAccountParams) WithInput

WithInput adds the input to the get account params

func (*GetAccountParams) WithTimeout

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

WithTimeout adds the timeout to the get account params

func (*GetAccountParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAccountReader

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

GetAccountReader is a Reader for the GetAccount structure.

func (*GetAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDefaultIdentityProviderDefault added in v0.4.2

type GetDefaultIdentityProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDefaultIdentityProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetDefaultIdentityProviderDefault added in v0.4.2

func NewGetDefaultIdentityProviderDefault(code int) *GetDefaultIdentityProviderDefault

NewGetDefaultIdentityProviderDefault creates a GetDefaultIdentityProviderDefault with default headers values

func (*GetDefaultIdentityProviderDefault) Code added in v0.4.2

Code gets the status code for the get default identity provider default response

func (*GetDefaultIdentityProviderDefault) Error added in v0.4.2

func (*GetDefaultIdentityProviderDefault) GetPayload added in v0.4.2

func (*GetDefaultIdentityProviderDefault) IsClientError added in v0.4.2

func (o *GetDefaultIdentityProviderDefault) IsClientError() bool

IsClientError returns true when this get default identity provider default response has a 4xx status code

func (*GetDefaultIdentityProviderDefault) IsCode added in v0.4.2

func (o *GetDefaultIdentityProviderDefault) IsCode(code int) bool

IsCode returns true when this get default identity provider default response a status code equal to that given

func (*GetDefaultIdentityProviderDefault) IsRedirect added in v0.4.2

func (o *GetDefaultIdentityProviderDefault) IsRedirect() bool

IsRedirect returns true when this get default identity provider default response has a 3xx status code

func (*GetDefaultIdentityProviderDefault) IsServerError added in v0.4.2

func (o *GetDefaultIdentityProviderDefault) IsServerError() bool

IsServerError returns true when this get default identity provider default response has a 5xx status code

func (*GetDefaultIdentityProviderDefault) IsSuccess added in v0.4.2

func (o *GetDefaultIdentityProviderDefault) IsSuccess() bool

IsSuccess returns true when this get default identity provider default response has a 2xx status code

func (*GetDefaultIdentityProviderDefault) String added in v0.4.2

type GetDefaultIdentityProviderOK added in v0.4.2

type GetDefaultIdentityProviderOK struct {
	Payload *models.GetDefaultIdentityProviderResponse
}

GetDefaultIdentityProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetDefaultIdentityProviderOK added in v0.4.2

func NewGetDefaultIdentityProviderOK() *GetDefaultIdentityProviderOK

NewGetDefaultIdentityProviderOK creates a GetDefaultIdentityProviderOK with default headers values

func (*GetDefaultIdentityProviderOK) Code added in v0.4.2

Code gets the status code for the get default identity provider o k response

func (*GetDefaultIdentityProviderOK) Error added in v0.4.2

func (*GetDefaultIdentityProviderOK) GetPayload added in v0.4.2

func (*GetDefaultIdentityProviderOK) IsClientError added in v0.4.2

func (o *GetDefaultIdentityProviderOK) IsClientError() bool

IsClientError returns true when this get default identity provider o k response has a 4xx status code

func (*GetDefaultIdentityProviderOK) IsCode added in v0.4.2

func (o *GetDefaultIdentityProviderOK) IsCode(code int) bool

IsCode returns true when this get default identity provider o k response a status code equal to that given

func (*GetDefaultIdentityProviderOK) IsRedirect added in v0.4.2

func (o *GetDefaultIdentityProviderOK) IsRedirect() bool

IsRedirect returns true when this get default identity provider o k response has a 3xx status code

func (*GetDefaultIdentityProviderOK) IsServerError added in v0.4.2

func (o *GetDefaultIdentityProviderOK) IsServerError() bool

IsServerError returns true when this get default identity provider o k response has a 5xx status code

func (*GetDefaultIdentityProviderOK) IsSuccess added in v0.4.2

func (o *GetDefaultIdentityProviderOK) IsSuccess() bool

IsSuccess returns true when this get default identity provider o k response has a 2xx status code

func (*GetDefaultIdentityProviderOK) String added in v0.4.2

type GetDefaultIdentityProviderParams added in v0.4.2

type GetDefaultIdentityProviderParams struct {

	// Input.
	Input models.GetDefaultIdentityProviderRequest

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

GetDefaultIdentityProviderParams contains all the parameters to send to the API endpoint

for the get default identity provider operation.

Typically these are written to a http.Request.

func NewGetDefaultIdentityProviderParams added in v0.4.2

func NewGetDefaultIdentityProviderParams() *GetDefaultIdentityProviderParams

NewGetDefaultIdentityProviderParams creates a new GetDefaultIdentityProviderParams 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 NewGetDefaultIdentityProviderParamsWithContext added in v0.4.2

func NewGetDefaultIdentityProviderParamsWithContext(ctx context.Context) *GetDefaultIdentityProviderParams

NewGetDefaultIdentityProviderParamsWithContext creates a new GetDefaultIdentityProviderParams object with the ability to set a context for a request.

func NewGetDefaultIdentityProviderParamsWithHTTPClient added in v0.4.2

func NewGetDefaultIdentityProviderParamsWithHTTPClient(client *http.Client) *GetDefaultIdentityProviderParams

NewGetDefaultIdentityProviderParamsWithHTTPClient creates a new GetDefaultIdentityProviderParams object with the ability to set a custom HTTPClient for a request.

func NewGetDefaultIdentityProviderParamsWithTimeout added in v0.4.2

func NewGetDefaultIdentityProviderParamsWithTimeout(timeout time.Duration) *GetDefaultIdentityProviderParams

NewGetDefaultIdentityProviderParamsWithTimeout creates a new GetDefaultIdentityProviderParams object with the ability to set a timeout on a request.

func (*GetDefaultIdentityProviderParams) SetContext added in v0.4.2

SetContext adds the context to the get default identity provider params

func (*GetDefaultIdentityProviderParams) SetDefaults added in v0.4.2

func (o *GetDefaultIdentityProviderParams) SetDefaults()

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

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

func (*GetDefaultIdentityProviderParams) SetHTTPClient added in v0.4.2

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

SetHTTPClient adds the HTTPClient to the get default identity provider params

func (*GetDefaultIdentityProviderParams) SetInput added in v0.4.2

SetInput adds the input to the get default identity provider params

func (*GetDefaultIdentityProviderParams) SetTimeout added in v0.4.2

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

SetTimeout adds the timeout to the get default identity provider params

func (*GetDefaultIdentityProviderParams) WithContext added in v0.4.2

WithContext adds the context to the get default identity provider params

func (*GetDefaultIdentityProviderParams) WithDefaults added in v0.4.2

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

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

func (*GetDefaultIdentityProviderParams) WithHTTPClient added in v0.4.2

WithHTTPClient adds the HTTPClient to the get default identity provider params

func (*GetDefaultIdentityProviderParams) WithInput added in v0.4.2

WithInput adds the input to the get default identity provider params

func (*GetDefaultIdentityProviderParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the get default identity provider params

func (*GetDefaultIdentityProviderParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type GetDefaultIdentityProviderReader added in v0.4.2

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

GetDefaultIdentityProviderReader is a Reader for the GetDefaultIdentityProvider structure.

func (*GetDefaultIdentityProviderReader) ReadResponse added in v0.4.2

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

ReadResponse reads a server response into the received o.

type GetUserDefault

type GetUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetUserDefault

func NewGetUserDefault(code int) *GetUserDefault

NewGetUserDefault creates a GetUserDefault with default headers values

func (*GetUserDefault) Code

func (o *GetUserDefault) Code() int

Code gets the status code for the get user default response

func (*GetUserDefault) Error

func (o *GetUserDefault) Error() string

func (*GetUserDefault) GetPayload

func (o *GetUserDefault) GetPayload() *models.Error

func (*GetUserDefault) IsClientError

func (o *GetUserDefault) IsClientError() bool

IsClientError returns true when this get user default response has a 4xx status code

func (*GetUserDefault) IsCode

func (o *GetUserDefault) IsCode(code int) bool

IsCode returns true when this get user default response a status code equal to that given

func (*GetUserDefault) IsRedirect

func (o *GetUserDefault) IsRedirect() bool

IsRedirect returns true when this get user default response has a 3xx status code

func (*GetUserDefault) IsServerError

func (o *GetUserDefault) IsServerError() bool

IsServerError returns true when this get user default response has a 5xx status code

func (*GetUserDefault) IsSuccess

func (o *GetUserDefault) IsSuccess() bool

IsSuccess returns true when this get user default response has a 2xx status code

func (*GetUserDefault) String

func (o *GetUserDefault) String() string

type GetUserOK

type GetUserOK struct {
	Payload *models.GetUserResponse
}

GetUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetUserOK

func NewGetUserOK() *GetUserOK

NewGetUserOK creates a GetUserOK with default headers values

func (*GetUserOK) Code

func (o *GetUserOK) Code() int

Code gets the status code for the get user o k response

func (*GetUserOK) Error

func (o *GetUserOK) Error() string

func (*GetUserOK) GetPayload

func (o *GetUserOK) GetPayload() *models.GetUserResponse

func (*GetUserOK) IsClientError

func (o *GetUserOK) IsClientError() bool

IsClientError returns true when this get user o k response has a 4xx status code

func (*GetUserOK) IsCode

func (o *GetUserOK) IsCode(code int) bool

IsCode returns true when this get user o k response a status code equal to that given

func (*GetUserOK) IsRedirect

func (o *GetUserOK) IsRedirect() bool

IsRedirect returns true when this get user o k response has a 3xx status code

func (*GetUserOK) IsServerError

func (o *GetUserOK) IsServerError() bool

IsServerError returns true when this get user o k response has a 5xx status code

func (*GetUserOK) IsSuccess

func (o *GetUserOK) IsSuccess() bool

IsSuccess returns true when this get user o k response has a 2xx status code

func (*GetUserOK) String

func (o *GetUserOK) String() string

type GetUserParams

type GetUserParams struct {

	// Input.
	Input *models.GetUserRequest

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

GetUserParams contains all the parameters to send to the API endpoint

for the get user operation.

Typically these are written to a http.Request.

func NewGetUserParams

func NewGetUserParams() *GetUserParams

NewGetUserParams creates a new GetUserParams 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 NewGetUserParamsWithContext

func NewGetUserParamsWithContext(ctx context.Context) *GetUserParams

NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.

func NewGetUserParamsWithHTTPClient

func NewGetUserParamsWithHTTPClient(client *http.Client) *GetUserParams

NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserParamsWithTimeout

func NewGetUserParamsWithTimeout(timeout time.Duration) *GetUserParams

NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.

func (*GetUserParams) SetContext

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

SetContext adds the context to the get user params

func (*GetUserParams) SetDefaults

func (o *GetUserParams) SetDefaults()

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

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

func (*GetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) SetInput

func (o *GetUserParams) SetInput(input *models.GetUserRequest)

SetInput adds the input to the get user params

func (*GetUserParams) SetTimeout

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

SetTimeout adds the timeout to the get user params

func (*GetUserParams) WithContext

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

WithContext adds the context to the get user params

func (*GetUserParams) WithDefaults

func (o *GetUserParams) WithDefaults() *GetUserParams

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

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

func (*GetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) WithInput

func (o *GetUserParams) WithInput(input *models.GetUserRequest) *GetUserParams

WithInput adds the input to the get user params

func (*GetUserParams) WithTimeout

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

WithTimeout adds the timeout to the get user params

func (*GetUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserReader

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

GetUserReader is a Reader for the GetUser structure.

func (*GetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAccessKeysDefault

type ListAccessKeysDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListAccessKeysDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListAccessKeysDefault

func NewListAccessKeysDefault(code int) *ListAccessKeysDefault

NewListAccessKeysDefault creates a ListAccessKeysDefault with default headers values

func (*ListAccessKeysDefault) Code

func (o *ListAccessKeysDefault) Code() int

Code gets the status code for the list access keys default response

func (*ListAccessKeysDefault) Error

func (o *ListAccessKeysDefault) Error() string

func (*ListAccessKeysDefault) GetPayload

func (o *ListAccessKeysDefault) GetPayload() *models.Error

func (*ListAccessKeysDefault) IsClientError

func (o *ListAccessKeysDefault) IsClientError() bool

IsClientError returns true when this list access keys default response has a 4xx status code

func (*ListAccessKeysDefault) IsCode

func (o *ListAccessKeysDefault) IsCode(code int) bool

IsCode returns true when this list access keys default response a status code equal to that given

func (*ListAccessKeysDefault) IsRedirect

func (o *ListAccessKeysDefault) IsRedirect() bool

IsRedirect returns true when this list access keys default response has a 3xx status code

func (*ListAccessKeysDefault) IsServerError

func (o *ListAccessKeysDefault) IsServerError() bool

IsServerError returns true when this list access keys default response has a 5xx status code

func (*ListAccessKeysDefault) IsSuccess

func (o *ListAccessKeysDefault) IsSuccess() bool

IsSuccess returns true when this list access keys default response has a 2xx status code

func (*ListAccessKeysDefault) String

func (o *ListAccessKeysDefault) String() string

type ListAccessKeysOK

type ListAccessKeysOK struct {
	Payload *models.ListAccessKeysResponse
}

ListAccessKeysOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListAccessKeysOK

func NewListAccessKeysOK() *ListAccessKeysOK

NewListAccessKeysOK creates a ListAccessKeysOK with default headers values

func (*ListAccessKeysOK) Code

func (o *ListAccessKeysOK) Code() int

Code gets the status code for the list access keys o k response

func (*ListAccessKeysOK) Error

func (o *ListAccessKeysOK) Error() string

func (*ListAccessKeysOK) GetPayload

func (*ListAccessKeysOK) IsClientError

func (o *ListAccessKeysOK) IsClientError() bool

IsClientError returns true when this list access keys o k response has a 4xx status code

func (*ListAccessKeysOK) IsCode

func (o *ListAccessKeysOK) IsCode(code int) bool

IsCode returns true when this list access keys o k response a status code equal to that given

func (*ListAccessKeysOK) IsRedirect

func (o *ListAccessKeysOK) IsRedirect() bool

IsRedirect returns true when this list access keys o k response has a 3xx status code

func (*ListAccessKeysOK) IsServerError

func (o *ListAccessKeysOK) IsServerError() bool

IsServerError returns true when this list access keys o k response has a 5xx status code

func (*ListAccessKeysOK) IsSuccess

func (o *ListAccessKeysOK) IsSuccess() bool

IsSuccess returns true when this list access keys o k response has a 2xx status code

func (*ListAccessKeysOK) String

func (o *ListAccessKeysOK) String() string

type ListAccessKeysParams

type ListAccessKeysParams struct {

	// Input.
	Input *models.ListAccessKeysRequest

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

ListAccessKeysParams contains all the parameters to send to the API endpoint

for the list access keys operation.

Typically these are written to a http.Request.

func NewListAccessKeysParams

func NewListAccessKeysParams() *ListAccessKeysParams

NewListAccessKeysParams creates a new ListAccessKeysParams 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 NewListAccessKeysParamsWithContext

func NewListAccessKeysParamsWithContext(ctx context.Context) *ListAccessKeysParams

NewListAccessKeysParamsWithContext creates a new ListAccessKeysParams object with the ability to set a context for a request.

func NewListAccessKeysParamsWithHTTPClient

func NewListAccessKeysParamsWithHTTPClient(client *http.Client) *ListAccessKeysParams

NewListAccessKeysParamsWithHTTPClient creates a new ListAccessKeysParams object with the ability to set a custom HTTPClient for a request.

func NewListAccessKeysParamsWithTimeout

func NewListAccessKeysParamsWithTimeout(timeout time.Duration) *ListAccessKeysParams

NewListAccessKeysParamsWithTimeout creates a new ListAccessKeysParams object with the ability to set a timeout on a request.

func (*ListAccessKeysParams) SetContext

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

SetContext adds the context to the list access keys params

func (*ListAccessKeysParams) SetDefaults

func (o *ListAccessKeysParams) SetDefaults()

SetDefaults hydrates default values in the list access keys params (not the query body).

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

func (*ListAccessKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list access keys params

func (*ListAccessKeysParams) SetInput

SetInput adds the input to the list access keys params

func (*ListAccessKeysParams) SetTimeout

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

SetTimeout adds the timeout to the list access keys params

func (*ListAccessKeysParams) WithContext

WithContext adds the context to the list access keys params

func (*ListAccessKeysParams) WithDefaults

func (o *ListAccessKeysParams) WithDefaults() *ListAccessKeysParams

WithDefaults hydrates default values in the list access keys params (not the query body).

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

func (*ListAccessKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list access keys params

func (*ListAccessKeysParams) WithInput

WithInput adds the input to the list access keys params

func (*ListAccessKeysParams) WithTimeout

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

WithTimeout adds the timeout to the list access keys params

func (*ListAccessKeysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAccessKeysReader

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

ListAccessKeysReader is a Reader for the ListAccessKeys structure.

func (*ListAccessKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupAssignedResourceRolesDefault

type ListGroupAssignedResourceRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupAssignedResourceRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupAssignedResourceRolesDefault

func NewListGroupAssignedResourceRolesDefault(code int) *ListGroupAssignedResourceRolesDefault

NewListGroupAssignedResourceRolesDefault creates a ListGroupAssignedResourceRolesDefault with default headers values

func (*ListGroupAssignedResourceRolesDefault) Code

Code gets the status code for the list group assigned resource roles default response

func (*ListGroupAssignedResourceRolesDefault) Error

func (*ListGroupAssignedResourceRolesDefault) GetPayload

func (*ListGroupAssignedResourceRolesDefault) IsClientError

func (o *ListGroupAssignedResourceRolesDefault) IsClientError() bool

IsClientError returns true when this list group assigned resource roles default response has a 4xx status code

func (*ListGroupAssignedResourceRolesDefault) IsCode

IsCode returns true when this list group assigned resource roles default response a status code equal to that given

func (*ListGroupAssignedResourceRolesDefault) IsRedirect

IsRedirect returns true when this list group assigned resource roles default response has a 3xx status code

func (*ListGroupAssignedResourceRolesDefault) IsServerError

func (o *ListGroupAssignedResourceRolesDefault) IsServerError() bool

IsServerError returns true when this list group assigned resource roles default response has a 5xx status code

func (*ListGroupAssignedResourceRolesDefault) IsSuccess

IsSuccess returns true when this list group assigned resource roles default response has a 2xx status code

func (*ListGroupAssignedResourceRolesDefault) String

type ListGroupAssignedResourceRolesOK

type ListGroupAssignedResourceRolesOK struct {
	Payload *models.ListGroupAssignedResourceRolesResponse
}

ListGroupAssignedResourceRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupAssignedResourceRolesOK

func NewListGroupAssignedResourceRolesOK() *ListGroupAssignedResourceRolesOK

NewListGroupAssignedResourceRolesOK creates a ListGroupAssignedResourceRolesOK with default headers values

func (*ListGroupAssignedResourceRolesOK) Code

Code gets the status code for the list group assigned resource roles o k response

func (*ListGroupAssignedResourceRolesOK) Error

func (*ListGroupAssignedResourceRolesOK) GetPayload

func (*ListGroupAssignedResourceRolesOK) IsClientError

func (o *ListGroupAssignedResourceRolesOK) IsClientError() bool

IsClientError returns true when this list group assigned resource roles o k response has a 4xx status code

func (*ListGroupAssignedResourceRolesOK) IsCode

func (o *ListGroupAssignedResourceRolesOK) IsCode(code int) bool

IsCode returns true when this list group assigned resource roles o k response a status code equal to that given

func (*ListGroupAssignedResourceRolesOK) IsRedirect

func (o *ListGroupAssignedResourceRolesOK) IsRedirect() bool

IsRedirect returns true when this list group assigned resource roles o k response has a 3xx status code

func (*ListGroupAssignedResourceRolesOK) IsServerError

func (o *ListGroupAssignedResourceRolesOK) IsServerError() bool

IsServerError returns true when this list group assigned resource roles o k response has a 5xx status code

func (*ListGroupAssignedResourceRolesOK) IsSuccess

func (o *ListGroupAssignedResourceRolesOK) IsSuccess() bool

IsSuccess returns true when this list group assigned resource roles o k response has a 2xx status code

func (*ListGroupAssignedResourceRolesOK) String

type ListGroupAssignedResourceRolesParams

type ListGroupAssignedResourceRolesParams struct {

	// Input.
	Input *models.ListGroupAssignedResourceRolesRequest

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

ListGroupAssignedResourceRolesParams contains all the parameters to send to the API endpoint

for the list group assigned resource roles operation.

Typically these are written to a http.Request.

func NewListGroupAssignedResourceRolesParams

func NewListGroupAssignedResourceRolesParams() *ListGroupAssignedResourceRolesParams

NewListGroupAssignedResourceRolesParams creates a new ListGroupAssignedResourceRolesParams 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 NewListGroupAssignedResourceRolesParamsWithContext

func NewListGroupAssignedResourceRolesParamsWithContext(ctx context.Context) *ListGroupAssignedResourceRolesParams

NewListGroupAssignedResourceRolesParamsWithContext creates a new ListGroupAssignedResourceRolesParams object with the ability to set a context for a request.

func NewListGroupAssignedResourceRolesParamsWithHTTPClient

func NewListGroupAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListGroupAssignedResourceRolesParams

NewListGroupAssignedResourceRolesParamsWithHTTPClient creates a new ListGroupAssignedResourceRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupAssignedResourceRolesParamsWithTimeout

func NewListGroupAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListGroupAssignedResourceRolesParams

NewListGroupAssignedResourceRolesParamsWithTimeout creates a new ListGroupAssignedResourceRolesParams object with the ability to set a timeout on a request.

func (*ListGroupAssignedResourceRolesParams) SetContext

SetContext adds the context to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) SetDefaults

func (o *ListGroupAssignedResourceRolesParams) SetDefaults()

SetDefaults hydrates default values in the list group assigned resource roles params (not the query body).

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

func (*ListGroupAssignedResourceRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) SetInput

SetInput adds the input to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) WithContext

WithContext adds the context to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) WithDefaults

WithDefaults hydrates default values in the list group assigned resource roles params (not the query body).

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

func (*ListGroupAssignedResourceRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) WithInput

WithInput adds the input to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) WithTimeout

WithTimeout adds the timeout to the list group assigned resource roles params

func (*ListGroupAssignedResourceRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupAssignedResourceRolesReader

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

ListGroupAssignedResourceRolesReader is a Reader for the ListGroupAssignedResourceRoles structure.

func (*ListGroupAssignedResourceRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupAssignedRolesDefault

type ListGroupAssignedRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupAssignedRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupAssignedRolesDefault

func NewListGroupAssignedRolesDefault(code int) *ListGroupAssignedRolesDefault

NewListGroupAssignedRolesDefault creates a ListGroupAssignedRolesDefault with default headers values

func (*ListGroupAssignedRolesDefault) Code

Code gets the status code for the list group assigned roles default response

func (*ListGroupAssignedRolesDefault) Error

func (*ListGroupAssignedRolesDefault) GetPayload

func (o *ListGroupAssignedRolesDefault) GetPayload() *models.Error

func (*ListGroupAssignedRolesDefault) IsClientError

func (o *ListGroupAssignedRolesDefault) IsClientError() bool

IsClientError returns true when this list group assigned roles default response has a 4xx status code

func (*ListGroupAssignedRolesDefault) IsCode

func (o *ListGroupAssignedRolesDefault) IsCode(code int) bool

IsCode returns true when this list group assigned roles default response a status code equal to that given

func (*ListGroupAssignedRolesDefault) IsRedirect

func (o *ListGroupAssignedRolesDefault) IsRedirect() bool

IsRedirect returns true when this list group assigned roles default response has a 3xx status code

func (*ListGroupAssignedRolesDefault) IsServerError

func (o *ListGroupAssignedRolesDefault) IsServerError() bool

IsServerError returns true when this list group assigned roles default response has a 5xx status code

func (*ListGroupAssignedRolesDefault) IsSuccess

func (o *ListGroupAssignedRolesDefault) IsSuccess() bool

IsSuccess returns true when this list group assigned roles default response has a 2xx status code

func (*ListGroupAssignedRolesDefault) String

type ListGroupAssignedRolesOK

type ListGroupAssignedRolesOK struct {
	Payload *models.ListGroupAssignedRolesResponse
}

ListGroupAssignedRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupAssignedRolesOK

func NewListGroupAssignedRolesOK() *ListGroupAssignedRolesOK

NewListGroupAssignedRolesOK creates a ListGroupAssignedRolesOK with default headers values

func (*ListGroupAssignedRolesOK) Code

func (o *ListGroupAssignedRolesOK) Code() int

Code gets the status code for the list group assigned roles o k response

func (*ListGroupAssignedRolesOK) Error

func (o *ListGroupAssignedRolesOK) Error() string

func (*ListGroupAssignedRolesOK) GetPayload

func (*ListGroupAssignedRolesOK) IsClientError

func (o *ListGroupAssignedRolesOK) IsClientError() bool

IsClientError returns true when this list group assigned roles o k response has a 4xx status code

func (*ListGroupAssignedRolesOK) IsCode

func (o *ListGroupAssignedRolesOK) IsCode(code int) bool

IsCode returns true when this list group assigned roles o k response a status code equal to that given

func (*ListGroupAssignedRolesOK) IsRedirect

func (o *ListGroupAssignedRolesOK) IsRedirect() bool

IsRedirect returns true when this list group assigned roles o k response has a 3xx status code

func (*ListGroupAssignedRolesOK) IsServerError

func (o *ListGroupAssignedRolesOK) IsServerError() bool

IsServerError returns true when this list group assigned roles o k response has a 5xx status code

func (*ListGroupAssignedRolesOK) IsSuccess

func (o *ListGroupAssignedRolesOK) IsSuccess() bool

IsSuccess returns true when this list group assigned roles o k response has a 2xx status code

func (*ListGroupAssignedRolesOK) String

func (o *ListGroupAssignedRolesOK) String() string

type ListGroupAssignedRolesParams

type ListGroupAssignedRolesParams struct {

	// Input.
	Input *models.ListGroupAssignedRolesRequest

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

ListGroupAssignedRolesParams contains all the parameters to send to the API endpoint

for the list group assigned roles operation.

Typically these are written to a http.Request.

func NewListGroupAssignedRolesParams

func NewListGroupAssignedRolesParams() *ListGroupAssignedRolesParams

NewListGroupAssignedRolesParams creates a new ListGroupAssignedRolesParams 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 NewListGroupAssignedRolesParamsWithContext

func NewListGroupAssignedRolesParamsWithContext(ctx context.Context) *ListGroupAssignedRolesParams

NewListGroupAssignedRolesParamsWithContext creates a new ListGroupAssignedRolesParams object with the ability to set a context for a request.

func NewListGroupAssignedRolesParamsWithHTTPClient

func NewListGroupAssignedRolesParamsWithHTTPClient(client *http.Client) *ListGroupAssignedRolesParams

NewListGroupAssignedRolesParamsWithHTTPClient creates a new ListGroupAssignedRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupAssignedRolesParamsWithTimeout

func NewListGroupAssignedRolesParamsWithTimeout(timeout time.Duration) *ListGroupAssignedRolesParams

NewListGroupAssignedRolesParamsWithTimeout creates a new ListGroupAssignedRolesParams object with the ability to set a timeout on a request.

func (*ListGroupAssignedRolesParams) SetContext

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

SetContext adds the context to the list group assigned roles params

func (*ListGroupAssignedRolesParams) SetDefaults

func (o *ListGroupAssignedRolesParams) SetDefaults()

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

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

func (*ListGroupAssignedRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list group assigned roles params

func (*ListGroupAssignedRolesParams) SetInput

SetInput adds the input to the list group assigned roles params

func (*ListGroupAssignedRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list group assigned roles params

func (*ListGroupAssignedRolesParams) WithContext

WithContext adds the context to the list group assigned roles params

func (*ListGroupAssignedRolesParams) WithDefaults

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

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

func (*ListGroupAssignedRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list group assigned roles params

func (*ListGroupAssignedRolesParams) WithInput

WithInput adds the input to the list group assigned roles params

func (*ListGroupAssignedRolesParams) WithTimeout

WithTimeout adds the timeout to the list group assigned roles params

func (*ListGroupAssignedRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupAssignedRolesReader

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

ListGroupAssignedRolesReader is a Reader for the ListGroupAssignedRoles structure.

func (*ListGroupAssignedRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupMembersDefault

type ListGroupMembersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupMembersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupMembersDefault

func NewListGroupMembersDefault(code int) *ListGroupMembersDefault

NewListGroupMembersDefault creates a ListGroupMembersDefault with default headers values

func (*ListGroupMembersDefault) Code

func (o *ListGroupMembersDefault) Code() int

Code gets the status code for the list group members default response

func (*ListGroupMembersDefault) Error

func (o *ListGroupMembersDefault) Error() string

func (*ListGroupMembersDefault) GetPayload

func (o *ListGroupMembersDefault) GetPayload() *models.Error

func (*ListGroupMembersDefault) IsClientError

func (o *ListGroupMembersDefault) IsClientError() bool

IsClientError returns true when this list group members default response has a 4xx status code

func (*ListGroupMembersDefault) IsCode

func (o *ListGroupMembersDefault) IsCode(code int) bool

IsCode returns true when this list group members default response a status code equal to that given

func (*ListGroupMembersDefault) IsRedirect

func (o *ListGroupMembersDefault) IsRedirect() bool

IsRedirect returns true when this list group members default response has a 3xx status code

func (*ListGroupMembersDefault) IsServerError

func (o *ListGroupMembersDefault) IsServerError() bool

IsServerError returns true when this list group members default response has a 5xx status code

func (*ListGroupMembersDefault) IsSuccess

func (o *ListGroupMembersDefault) IsSuccess() bool

IsSuccess returns true when this list group members default response has a 2xx status code

func (*ListGroupMembersDefault) String

func (o *ListGroupMembersDefault) String() string

type ListGroupMembersOK

type ListGroupMembersOK struct {
	Payload *models.ListGroupMembersResponse
}

ListGroupMembersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupMembersOK

func NewListGroupMembersOK() *ListGroupMembersOK

NewListGroupMembersOK creates a ListGroupMembersOK with default headers values

func (*ListGroupMembersOK) Code

func (o *ListGroupMembersOK) Code() int

Code gets the status code for the list group members o k response

func (*ListGroupMembersOK) Error

func (o *ListGroupMembersOK) Error() string

func (*ListGroupMembersOK) GetPayload

func (*ListGroupMembersOK) IsClientError

func (o *ListGroupMembersOK) IsClientError() bool

IsClientError returns true when this list group members o k response has a 4xx status code

func (*ListGroupMembersOK) IsCode

func (o *ListGroupMembersOK) IsCode(code int) bool

IsCode returns true when this list group members o k response a status code equal to that given

func (*ListGroupMembersOK) IsRedirect

func (o *ListGroupMembersOK) IsRedirect() bool

IsRedirect returns true when this list group members o k response has a 3xx status code

func (*ListGroupMembersOK) IsServerError

func (o *ListGroupMembersOK) IsServerError() bool

IsServerError returns true when this list group members o k response has a 5xx status code

func (*ListGroupMembersOK) IsSuccess

func (o *ListGroupMembersOK) IsSuccess() bool

IsSuccess returns true when this list group members o k response has a 2xx status code

func (*ListGroupMembersOK) String

func (o *ListGroupMembersOK) String() string

type ListGroupMembersParams

type ListGroupMembersParams struct {

	// Input.
	Input *models.ListGroupMembersRequest

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

ListGroupMembersParams contains all the parameters to send to the API endpoint

for the list group members operation.

Typically these are written to a http.Request.

func NewListGroupMembersParams

func NewListGroupMembersParams() *ListGroupMembersParams

NewListGroupMembersParams creates a new ListGroupMembersParams 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 NewListGroupMembersParamsWithContext

func NewListGroupMembersParamsWithContext(ctx context.Context) *ListGroupMembersParams

NewListGroupMembersParamsWithContext creates a new ListGroupMembersParams object with the ability to set a context for a request.

func NewListGroupMembersParamsWithHTTPClient

func NewListGroupMembersParamsWithHTTPClient(client *http.Client) *ListGroupMembersParams

NewListGroupMembersParamsWithHTTPClient creates a new ListGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupMembersParamsWithTimeout

func NewListGroupMembersParamsWithTimeout(timeout time.Duration) *ListGroupMembersParams

NewListGroupMembersParamsWithTimeout creates a new ListGroupMembersParams object with the ability to set a timeout on a request.

func (*ListGroupMembersParams) SetContext

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

SetContext adds the context to the list group members params

func (*ListGroupMembersParams) SetDefaults

func (o *ListGroupMembersParams) SetDefaults()

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

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

func (*ListGroupMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list group members params

func (*ListGroupMembersParams) SetInput

SetInput adds the input to the list group members params

func (*ListGroupMembersParams) SetTimeout

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

SetTimeout adds the timeout to the list group members params

func (*ListGroupMembersParams) WithContext

WithContext adds the context to the list group members params

func (*ListGroupMembersParams) WithDefaults

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

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

func (*ListGroupMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list group members params

func (*ListGroupMembersParams) WithInput

WithInput adds the input to the list group members params

func (*ListGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the list group members params

func (*ListGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupMembersReader

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

ListGroupMembersReader is a Reader for the ListGroupMembers structure.

func (*ListGroupMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupsDefault

type ListGroupsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupsDefault

func NewListGroupsDefault(code int) *ListGroupsDefault

NewListGroupsDefault creates a ListGroupsDefault with default headers values

func (*ListGroupsDefault) Code

func (o *ListGroupsDefault) Code() int

Code gets the status code for the list groups default response

func (*ListGroupsDefault) Error

func (o *ListGroupsDefault) Error() string

func (*ListGroupsDefault) GetPayload

func (o *ListGroupsDefault) GetPayload() *models.Error

func (*ListGroupsDefault) IsClientError

func (o *ListGroupsDefault) IsClientError() bool

IsClientError returns true when this list groups default response has a 4xx status code

func (*ListGroupsDefault) IsCode

func (o *ListGroupsDefault) IsCode(code int) bool

IsCode returns true when this list groups default response a status code equal to that given

func (*ListGroupsDefault) IsRedirect

func (o *ListGroupsDefault) IsRedirect() bool

IsRedirect returns true when this list groups default response has a 3xx status code

func (*ListGroupsDefault) IsServerError

func (o *ListGroupsDefault) IsServerError() bool

IsServerError returns true when this list groups default response has a 5xx status code

func (*ListGroupsDefault) IsSuccess

func (o *ListGroupsDefault) IsSuccess() bool

IsSuccess returns true when this list groups default response has a 2xx status code

func (*ListGroupsDefault) String

func (o *ListGroupsDefault) String() string

type ListGroupsForMachineUserDefault

type ListGroupsForMachineUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupsForMachineUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupsForMachineUserDefault

func NewListGroupsForMachineUserDefault(code int) *ListGroupsForMachineUserDefault

NewListGroupsForMachineUserDefault creates a ListGroupsForMachineUserDefault with default headers values

func (*ListGroupsForMachineUserDefault) Code

Code gets the status code for the list groups for machine user default response

func (*ListGroupsForMachineUserDefault) Error

func (*ListGroupsForMachineUserDefault) GetPayload

func (o *ListGroupsForMachineUserDefault) GetPayload() *models.Error

func (*ListGroupsForMachineUserDefault) IsClientError

func (o *ListGroupsForMachineUserDefault) IsClientError() bool

IsClientError returns true when this list groups for machine user default response has a 4xx status code

func (*ListGroupsForMachineUserDefault) IsCode

func (o *ListGroupsForMachineUserDefault) IsCode(code int) bool

IsCode returns true when this list groups for machine user default response a status code equal to that given

func (*ListGroupsForMachineUserDefault) IsRedirect

func (o *ListGroupsForMachineUserDefault) IsRedirect() bool

IsRedirect returns true when this list groups for machine user default response has a 3xx status code

func (*ListGroupsForMachineUserDefault) IsServerError

func (o *ListGroupsForMachineUserDefault) IsServerError() bool

IsServerError returns true when this list groups for machine user default response has a 5xx status code

func (*ListGroupsForMachineUserDefault) IsSuccess

func (o *ListGroupsForMachineUserDefault) IsSuccess() bool

IsSuccess returns true when this list groups for machine user default response has a 2xx status code

func (*ListGroupsForMachineUserDefault) String

type ListGroupsForMachineUserOK

type ListGroupsForMachineUserOK struct {
	Payload *models.ListGroupsForMachineUserResponse
}

ListGroupsForMachineUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupsForMachineUserOK

func NewListGroupsForMachineUserOK() *ListGroupsForMachineUserOK

NewListGroupsForMachineUserOK creates a ListGroupsForMachineUserOK with default headers values

func (*ListGroupsForMachineUserOK) Code

func (o *ListGroupsForMachineUserOK) Code() int

Code gets the status code for the list groups for machine user o k response

func (*ListGroupsForMachineUserOK) Error

func (*ListGroupsForMachineUserOK) GetPayload

func (*ListGroupsForMachineUserOK) IsClientError

func (o *ListGroupsForMachineUserOK) IsClientError() bool

IsClientError returns true when this list groups for machine user o k response has a 4xx status code

func (*ListGroupsForMachineUserOK) IsCode

func (o *ListGroupsForMachineUserOK) IsCode(code int) bool

IsCode returns true when this list groups for machine user o k response a status code equal to that given

func (*ListGroupsForMachineUserOK) IsRedirect

func (o *ListGroupsForMachineUserOK) IsRedirect() bool

IsRedirect returns true when this list groups for machine user o k response has a 3xx status code

func (*ListGroupsForMachineUserOK) IsServerError

func (o *ListGroupsForMachineUserOK) IsServerError() bool

IsServerError returns true when this list groups for machine user o k response has a 5xx status code

func (*ListGroupsForMachineUserOK) IsSuccess

func (o *ListGroupsForMachineUserOK) IsSuccess() bool

IsSuccess returns true when this list groups for machine user o k response has a 2xx status code

func (*ListGroupsForMachineUserOK) String

func (o *ListGroupsForMachineUserOK) String() string

type ListGroupsForMachineUserParams

type ListGroupsForMachineUserParams struct {

	// Input.
	Input *models.ListGroupsForMachineUserRequest

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

ListGroupsForMachineUserParams contains all the parameters to send to the API endpoint

for the list groups for machine user operation.

Typically these are written to a http.Request.

func NewListGroupsForMachineUserParams

func NewListGroupsForMachineUserParams() *ListGroupsForMachineUserParams

NewListGroupsForMachineUserParams creates a new ListGroupsForMachineUserParams 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 NewListGroupsForMachineUserParamsWithContext

func NewListGroupsForMachineUserParamsWithContext(ctx context.Context) *ListGroupsForMachineUserParams

NewListGroupsForMachineUserParamsWithContext creates a new ListGroupsForMachineUserParams object with the ability to set a context for a request.

func NewListGroupsForMachineUserParamsWithHTTPClient

func NewListGroupsForMachineUserParamsWithHTTPClient(client *http.Client) *ListGroupsForMachineUserParams

NewListGroupsForMachineUserParamsWithHTTPClient creates a new ListGroupsForMachineUserParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupsForMachineUserParamsWithTimeout

func NewListGroupsForMachineUserParamsWithTimeout(timeout time.Duration) *ListGroupsForMachineUserParams

NewListGroupsForMachineUserParamsWithTimeout creates a new ListGroupsForMachineUserParams object with the ability to set a timeout on a request.

func (*ListGroupsForMachineUserParams) SetContext

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

SetContext adds the context to the list groups for machine user params

func (*ListGroupsForMachineUserParams) SetDefaults

func (o *ListGroupsForMachineUserParams) SetDefaults()

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

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

func (*ListGroupsForMachineUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list groups for machine user params

func (*ListGroupsForMachineUserParams) SetInput

SetInput adds the input to the list groups for machine user params

func (*ListGroupsForMachineUserParams) SetTimeout

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

SetTimeout adds the timeout to the list groups for machine user params

func (*ListGroupsForMachineUserParams) WithContext

WithContext adds the context to the list groups for machine user params

func (*ListGroupsForMachineUserParams) WithDefaults

WithDefaults hydrates default values in the list groups for machine user params (not the query body).

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

func (*ListGroupsForMachineUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list groups for machine user params

func (*ListGroupsForMachineUserParams) WithInput

WithInput adds the input to the list groups for machine user params

func (*ListGroupsForMachineUserParams) WithTimeout

WithTimeout adds the timeout to the list groups for machine user params

func (*ListGroupsForMachineUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupsForMachineUserReader

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

ListGroupsForMachineUserReader is a Reader for the ListGroupsForMachineUser structure.

func (*ListGroupsForMachineUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupsForUserDefault

type ListGroupsForUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListGroupsForUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListGroupsForUserDefault

func NewListGroupsForUserDefault(code int) *ListGroupsForUserDefault

NewListGroupsForUserDefault creates a ListGroupsForUserDefault with default headers values

func (*ListGroupsForUserDefault) Code

func (o *ListGroupsForUserDefault) Code() int

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

func (*ListGroupsForUserDefault) Error

func (o *ListGroupsForUserDefault) Error() string

func (*ListGroupsForUserDefault) GetPayload

func (o *ListGroupsForUserDefault) GetPayload() *models.Error

func (*ListGroupsForUserDefault) IsClientError

func (o *ListGroupsForUserDefault) IsClientError() bool

IsClientError returns true when this list groups for user default response has a 4xx status code

func (*ListGroupsForUserDefault) IsCode

func (o *ListGroupsForUserDefault) IsCode(code int) bool

IsCode returns true when this list groups for user default response a status code equal to that given

func (*ListGroupsForUserDefault) IsRedirect

func (o *ListGroupsForUserDefault) IsRedirect() bool

IsRedirect returns true when this list groups for user default response has a 3xx status code

func (*ListGroupsForUserDefault) IsServerError

func (o *ListGroupsForUserDefault) IsServerError() bool

IsServerError returns true when this list groups for user default response has a 5xx status code

func (*ListGroupsForUserDefault) IsSuccess

func (o *ListGroupsForUserDefault) IsSuccess() bool

IsSuccess returns true when this list groups for user default response has a 2xx status code

func (*ListGroupsForUserDefault) String

func (o *ListGroupsForUserDefault) String() string

type ListGroupsForUserOK

type ListGroupsForUserOK struct {
	Payload *models.ListGroupsForUserResponse
}

ListGroupsForUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupsForUserOK

func NewListGroupsForUserOK() *ListGroupsForUserOK

NewListGroupsForUserOK creates a ListGroupsForUserOK with default headers values

func (*ListGroupsForUserOK) Code

func (o *ListGroupsForUserOK) Code() int

Code gets the status code for the list groups for user o k response

func (*ListGroupsForUserOK) Error

func (o *ListGroupsForUserOK) Error() string

func (*ListGroupsForUserOK) GetPayload

func (*ListGroupsForUserOK) IsClientError

func (o *ListGroupsForUserOK) IsClientError() bool

IsClientError returns true when this list groups for user o k response has a 4xx status code

func (*ListGroupsForUserOK) IsCode

func (o *ListGroupsForUserOK) IsCode(code int) bool

IsCode returns true when this list groups for user o k response a status code equal to that given

func (*ListGroupsForUserOK) IsRedirect

func (o *ListGroupsForUserOK) IsRedirect() bool

IsRedirect returns true when this list groups for user o k response has a 3xx status code

func (*ListGroupsForUserOK) IsServerError

func (o *ListGroupsForUserOK) IsServerError() bool

IsServerError returns true when this list groups for user o k response has a 5xx status code

func (*ListGroupsForUserOK) IsSuccess

func (o *ListGroupsForUserOK) IsSuccess() bool

IsSuccess returns true when this list groups for user o k response has a 2xx status code

func (*ListGroupsForUserOK) String

func (o *ListGroupsForUserOK) String() string

type ListGroupsForUserParams

type ListGroupsForUserParams struct {

	// Input.
	Input *models.ListGroupsForUserRequest

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

ListGroupsForUserParams contains all the parameters to send to the API endpoint

for the list groups for user operation.

Typically these are written to a http.Request.

func NewListGroupsForUserParams

func NewListGroupsForUserParams() *ListGroupsForUserParams

NewListGroupsForUserParams creates a new ListGroupsForUserParams 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 NewListGroupsForUserParamsWithContext

func NewListGroupsForUserParamsWithContext(ctx context.Context) *ListGroupsForUserParams

NewListGroupsForUserParamsWithContext creates a new ListGroupsForUserParams object with the ability to set a context for a request.

func NewListGroupsForUserParamsWithHTTPClient

func NewListGroupsForUserParamsWithHTTPClient(client *http.Client) *ListGroupsForUserParams

NewListGroupsForUserParamsWithHTTPClient creates a new ListGroupsForUserParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupsForUserParamsWithTimeout

func NewListGroupsForUserParamsWithTimeout(timeout time.Duration) *ListGroupsForUserParams

NewListGroupsForUserParamsWithTimeout creates a new ListGroupsForUserParams object with the ability to set a timeout on a request.

func (*ListGroupsForUserParams) SetContext

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

SetContext adds the context to the list groups for user params

func (*ListGroupsForUserParams) SetDefaults

func (o *ListGroupsForUserParams) SetDefaults()

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

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

func (*ListGroupsForUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list groups for user params

func (*ListGroupsForUserParams) SetInput

SetInput adds the input to the list groups for user params

func (*ListGroupsForUserParams) SetTimeout

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

SetTimeout adds the timeout to the list groups for user params

func (*ListGroupsForUserParams) WithContext

WithContext adds the context to the list groups for user params

func (*ListGroupsForUserParams) WithDefaults

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

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

func (*ListGroupsForUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list groups for user params

func (*ListGroupsForUserParams) WithInput

WithInput adds the input to the list groups for user params

func (*ListGroupsForUserParams) WithTimeout

WithTimeout adds the timeout to the list groups for user params

func (*ListGroupsForUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListGroupsForUserReader

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

ListGroupsForUserReader is a Reader for the ListGroupsForUser structure.

func (*ListGroupsForUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGroupsOK

type ListGroupsOK struct {
	Payload *models.ListGroupsResponse
}

ListGroupsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListGroupsOK

func NewListGroupsOK() *ListGroupsOK

NewListGroupsOK creates a ListGroupsOK with default headers values

func (*ListGroupsOK) Code

func (o *ListGroupsOK) Code() int

Code gets the status code for the list groups o k response

func (*ListGroupsOK) Error

func (o *ListGroupsOK) Error() string

func (*ListGroupsOK) GetPayload

func (o *ListGroupsOK) GetPayload() *models.ListGroupsResponse

func (*ListGroupsOK) IsClientError

func (o *ListGroupsOK) IsClientError() bool

IsClientError returns true when this list groups o k response has a 4xx status code

func (*ListGroupsOK) IsCode

func (o *ListGroupsOK) IsCode(code int) bool

IsCode returns true when this list groups o k response a status code equal to that given

func (*ListGroupsOK) IsRedirect

func (o *ListGroupsOK) IsRedirect() bool

IsRedirect returns true when this list groups o k response has a 3xx status code

func (*ListGroupsOK) IsServerError

func (o *ListGroupsOK) IsServerError() bool

IsServerError returns true when this list groups o k response has a 5xx status code

func (*ListGroupsOK) IsSuccess

func (o *ListGroupsOK) IsSuccess() bool

IsSuccess returns true when this list groups o k response has a 2xx status code

func (*ListGroupsOK) String

func (o *ListGroupsOK) String() string

type ListGroupsParams

type ListGroupsParams struct {

	// Input.
	Input *models.ListGroupsRequest

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

ListGroupsParams contains all the parameters to send to the API endpoint

for the list groups operation.

Typically these are written to a http.Request.

func NewListGroupsParams

func NewListGroupsParams() *ListGroupsParams

NewListGroupsParams creates a new ListGroupsParams 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 NewListGroupsParamsWithContext

func NewListGroupsParamsWithContext(ctx context.Context) *ListGroupsParams

NewListGroupsParamsWithContext creates a new ListGroupsParams object with the ability to set a context for a request.

func NewListGroupsParamsWithHTTPClient

func NewListGroupsParamsWithHTTPClient(client *http.Client) *ListGroupsParams

NewListGroupsParamsWithHTTPClient creates a new ListGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewListGroupsParamsWithTimeout

func NewListGroupsParamsWithTimeout(timeout time.Duration) *ListGroupsParams

NewListGroupsParamsWithTimeout creates a new ListGroupsParams object with the ability to set a timeout on a request.

func (*ListGroupsParams) SetContext

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

SetContext adds the context to the list groups params

func (*ListGroupsParams) SetDefaults

func (o *ListGroupsParams) SetDefaults()

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

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

func (*ListGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list groups params

func (*ListGroupsParams) SetInput

func (o *ListGroupsParams) SetInput(input *models.ListGroupsRequest)

SetInput adds the input to the list groups params

func (*ListGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the list groups params

func (*ListGroupsParams) WithContext

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

WithContext adds the context to the list groups params

func (*ListGroupsParams) WithDefaults

func (o *ListGroupsParams) WithDefaults() *ListGroupsParams

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

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

func (*ListGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list groups params

func (*ListGroupsParams) WithInput

WithInput adds the input to the list groups params

func (*ListGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the list groups params

func (*ListGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListGroupsReader

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

ListGroupsReader is a Reader for the ListGroups structure.

func (*ListGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListMachineUserAssignedResourceRolesDefault

type ListMachineUserAssignedResourceRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListMachineUserAssignedResourceRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListMachineUserAssignedResourceRolesDefault

func NewListMachineUserAssignedResourceRolesDefault(code int) *ListMachineUserAssignedResourceRolesDefault

NewListMachineUserAssignedResourceRolesDefault creates a ListMachineUserAssignedResourceRolesDefault with default headers values

func (*ListMachineUserAssignedResourceRolesDefault) Code

Code gets the status code for the list machine user assigned resource roles default response

func (*ListMachineUserAssignedResourceRolesDefault) Error

func (*ListMachineUserAssignedResourceRolesDefault) GetPayload

func (*ListMachineUserAssignedResourceRolesDefault) IsClientError

IsClientError returns true when this list machine user assigned resource roles default response has a 4xx status code

func (*ListMachineUserAssignedResourceRolesDefault) IsCode

IsCode returns true when this list machine user assigned resource roles default response a status code equal to that given

func (*ListMachineUserAssignedResourceRolesDefault) IsRedirect

IsRedirect returns true when this list machine user assigned resource roles default response has a 3xx status code

func (*ListMachineUserAssignedResourceRolesDefault) IsServerError

IsServerError returns true when this list machine user assigned resource roles default response has a 5xx status code

func (*ListMachineUserAssignedResourceRolesDefault) IsSuccess

IsSuccess returns true when this list machine user assigned resource roles default response has a 2xx status code

func (*ListMachineUserAssignedResourceRolesDefault) String

type ListMachineUserAssignedResourceRolesOK

type ListMachineUserAssignedResourceRolesOK struct {
	Payload *models.ListMachineUserAssignedResourceRolesResponse
}

ListMachineUserAssignedResourceRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListMachineUserAssignedResourceRolesOK

func NewListMachineUserAssignedResourceRolesOK() *ListMachineUserAssignedResourceRolesOK

NewListMachineUserAssignedResourceRolesOK creates a ListMachineUserAssignedResourceRolesOK with default headers values

func (*ListMachineUserAssignedResourceRolesOK) Code

Code gets the status code for the list machine user assigned resource roles o k response

func (*ListMachineUserAssignedResourceRolesOK) Error

func (*ListMachineUserAssignedResourceRolesOK) GetPayload

func (*ListMachineUserAssignedResourceRolesOK) IsClientError

func (o *ListMachineUserAssignedResourceRolesOK) IsClientError() bool

IsClientError returns true when this list machine user assigned resource roles o k response has a 4xx status code

func (*ListMachineUserAssignedResourceRolesOK) IsCode

IsCode returns true when this list machine user assigned resource roles o k response a status code equal to that given

func (*ListMachineUserAssignedResourceRolesOK) IsRedirect

IsRedirect returns true when this list machine user assigned resource roles o k response has a 3xx status code

func (*ListMachineUserAssignedResourceRolesOK) IsServerError

func (o *ListMachineUserAssignedResourceRolesOK) IsServerError() bool

IsServerError returns true when this list machine user assigned resource roles o k response has a 5xx status code

func (*ListMachineUserAssignedResourceRolesOK) IsSuccess

IsSuccess returns true when this list machine user assigned resource roles o k response has a 2xx status code

func (*ListMachineUserAssignedResourceRolesOK) String

type ListMachineUserAssignedResourceRolesParams

type ListMachineUserAssignedResourceRolesParams struct {

	// Input.
	Input *models.ListMachineUserAssignedResourceRolesRequest

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

ListMachineUserAssignedResourceRolesParams contains all the parameters to send to the API endpoint

for the list machine user assigned resource roles operation.

Typically these are written to a http.Request.

func NewListMachineUserAssignedResourceRolesParams

func NewListMachineUserAssignedResourceRolesParams() *ListMachineUserAssignedResourceRolesParams

NewListMachineUserAssignedResourceRolesParams creates a new ListMachineUserAssignedResourceRolesParams 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 NewListMachineUserAssignedResourceRolesParamsWithContext

func NewListMachineUserAssignedResourceRolesParamsWithContext(ctx context.Context) *ListMachineUserAssignedResourceRolesParams

NewListMachineUserAssignedResourceRolesParamsWithContext creates a new ListMachineUserAssignedResourceRolesParams object with the ability to set a context for a request.

func NewListMachineUserAssignedResourceRolesParamsWithHTTPClient

func NewListMachineUserAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListMachineUserAssignedResourceRolesParams

NewListMachineUserAssignedResourceRolesParamsWithHTTPClient creates a new ListMachineUserAssignedResourceRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListMachineUserAssignedResourceRolesParamsWithTimeout

func NewListMachineUserAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListMachineUserAssignedResourceRolesParams

NewListMachineUserAssignedResourceRolesParamsWithTimeout creates a new ListMachineUserAssignedResourceRolesParams object with the ability to set a timeout on a request.

func (*ListMachineUserAssignedResourceRolesParams) SetContext

SetContext adds the context to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) SetDefaults

SetDefaults hydrates default values in the list machine user assigned resource roles params (not the query body).

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

func (*ListMachineUserAssignedResourceRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) SetInput

SetInput adds the input to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) SetTimeout

SetTimeout adds the timeout to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) WithContext

WithContext adds the context to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) WithDefaults

WithDefaults hydrates default values in the list machine user assigned resource roles params (not the query body).

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

func (*ListMachineUserAssignedResourceRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) WithInput

WithInput adds the input to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) WithTimeout

WithTimeout adds the timeout to the list machine user assigned resource roles params

func (*ListMachineUserAssignedResourceRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListMachineUserAssignedResourceRolesReader

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

ListMachineUserAssignedResourceRolesReader is a Reader for the ListMachineUserAssignedResourceRoles structure.

func (*ListMachineUserAssignedResourceRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListMachineUserAssignedRolesDefault

type ListMachineUserAssignedRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListMachineUserAssignedRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListMachineUserAssignedRolesDefault

func NewListMachineUserAssignedRolesDefault(code int) *ListMachineUserAssignedRolesDefault

NewListMachineUserAssignedRolesDefault creates a ListMachineUserAssignedRolesDefault with default headers values

func (*ListMachineUserAssignedRolesDefault) Code

Code gets the status code for the list machine user assigned roles default response

func (*ListMachineUserAssignedRolesDefault) Error

func (*ListMachineUserAssignedRolesDefault) GetPayload

func (*ListMachineUserAssignedRolesDefault) IsClientError

func (o *ListMachineUserAssignedRolesDefault) IsClientError() bool

IsClientError returns true when this list machine user assigned roles default response has a 4xx status code

func (*ListMachineUserAssignedRolesDefault) IsCode

IsCode returns true when this list machine user assigned roles default response a status code equal to that given

func (*ListMachineUserAssignedRolesDefault) IsRedirect

func (o *ListMachineUserAssignedRolesDefault) IsRedirect() bool

IsRedirect returns true when this list machine user assigned roles default response has a 3xx status code

func (*ListMachineUserAssignedRolesDefault) IsServerError

func (o *ListMachineUserAssignedRolesDefault) IsServerError() bool

IsServerError returns true when this list machine user assigned roles default response has a 5xx status code

func (*ListMachineUserAssignedRolesDefault) IsSuccess

IsSuccess returns true when this list machine user assigned roles default response has a 2xx status code

func (*ListMachineUserAssignedRolesDefault) String

type ListMachineUserAssignedRolesOK

type ListMachineUserAssignedRolesOK struct {
	Payload *models.ListMachineUserAssignedRolesResponse
}

ListMachineUserAssignedRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListMachineUserAssignedRolesOK

func NewListMachineUserAssignedRolesOK() *ListMachineUserAssignedRolesOK

NewListMachineUserAssignedRolesOK creates a ListMachineUserAssignedRolesOK with default headers values

func (*ListMachineUserAssignedRolesOK) Code

Code gets the status code for the list machine user assigned roles o k response

func (*ListMachineUserAssignedRolesOK) Error

func (*ListMachineUserAssignedRolesOK) GetPayload

func (*ListMachineUserAssignedRolesOK) IsClientError

func (o *ListMachineUserAssignedRolesOK) IsClientError() bool

IsClientError returns true when this list machine user assigned roles o k response has a 4xx status code

func (*ListMachineUserAssignedRolesOK) IsCode

func (o *ListMachineUserAssignedRolesOK) IsCode(code int) bool

IsCode returns true when this list machine user assigned roles o k response a status code equal to that given

func (*ListMachineUserAssignedRolesOK) IsRedirect

func (o *ListMachineUserAssignedRolesOK) IsRedirect() bool

IsRedirect returns true when this list machine user assigned roles o k response has a 3xx status code

func (*ListMachineUserAssignedRolesOK) IsServerError

func (o *ListMachineUserAssignedRolesOK) IsServerError() bool

IsServerError returns true when this list machine user assigned roles o k response has a 5xx status code

func (*ListMachineUserAssignedRolesOK) IsSuccess

func (o *ListMachineUserAssignedRolesOK) IsSuccess() bool

IsSuccess returns true when this list machine user assigned roles o k response has a 2xx status code

func (*ListMachineUserAssignedRolesOK) String

type ListMachineUserAssignedRolesParams

type ListMachineUserAssignedRolesParams struct {

	// Input.
	Input *models.ListMachineUserAssignedRolesRequest

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

ListMachineUserAssignedRolesParams contains all the parameters to send to the API endpoint

for the list machine user assigned roles operation.

Typically these are written to a http.Request.

func NewListMachineUserAssignedRolesParams

func NewListMachineUserAssignedRolesParams() *ListMachineUserAssignedRolesParams

NewListMachineUserAssignedRolesParams creates a new ListMachineUserAssignedRolesParams 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 NewListMachineUserAssignedRolesParamsWithContext

func NewListMachineUserAssignedRolesParamsWithContext(ctx context.Context) *ListMachineUserAssignedRolesParams

NewListMachineUserAssignedRolesParamsWithContext creates a new ListMachineUserAssignedRolesParams object with the ability to set a context for a request.

func NewListMachineUserAssignedRolesParamsWithHTTPClient

func NewListMachineUserAssignedRolesParamsWithHTTPClient(client *http.Client) *ListMachineUserAssignedRolesParams

NewListMachineUserAssignedRolesParamsWithHTTPClient creates a new ListMachineUserAssignedRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListMachineUserAssignedRolesParamsWithTimeout

func NewListMachineUserAssignedRolesParamsWithTimeout(timeout time.Duration) *ListMachineUserAssignedRolesParams

NewListMachineUserAssignedRolesParamsWithTimeout creates a new ListMachineUserAssignedRolesParams object with the ability to set a timeout on a request.

func (*ListMachineUserAssignedRolesParams) SetContext

SetContext adds the context to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) SetDefaults

func (o *ListMachineUserAssignedRolesParams) SetDefaults()

SetDefaults hydrates default values in the list machine user assigned roles params (not the query body).

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

func (*ListMachineUserAssignedRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) SetInput

SetInput adds the input to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) WithContext

WithContext adds the context to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) WithDefaults

WithDefaults hydrates default values in the list machine user assigned roles params (not the query body).

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

func (*ListMachineUserAssignedRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) WithInput

WithInput adds the input to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) WithTimeout

WithTimeout adds the timeout to the list machine user assigned roles params

func (*ListMachineUserAssignedRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListMachineUserAssignedRolesReader

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

ListMachineUserAssignedRolesReader is a Reader for the ListMachineUserAssignedRoles structure.

func (*ListMachineUserAssignedRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListMachineUsersDefault

type ListMachineUsersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListMachineUsersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListMachineUsersDefault

func NewListMachineUsersDefault(code int) *ListMachineUsersDefault

NewListMachineUsersDefault creates a ListMachineUsersDefault with default headers values

func (*ListMachineUsersDefault) Code

func (o *ListMachineUsersDefault) Code() int

Code gets the status code for the list machine users default response

func (*ListMachineUsersDefault) Error

func (o *ListMachineUsersDefault) Error() string

func (*ListMachineUsersDefault) GetPayload

func (o *ListMachineUsersDefault) GetPayload() *models.Error

func (*ListMachineUsersDefault) IsClientError

func (o *ListMachineUsersDefault) IsClientError() bool

IsClientError returns true when this list machine users default response has a 4xx status code

func (*ListMachineUsersDefault) IsCode

func (o *ListMachineUsersDefault) IsCode(code int) bool

IsCode returns true when this list machine users default response a status code equal to that given

func (*ListMachineUsersDefault) IsRedirect

func (o *ListMachineUsersDefault) IsRedirect() bool

IsRedirect returns true when this list machine users default response has a 3xx status code

func (*ListMachineUsersDefault) IsServerError

func (o *ListMachineUsersDefault) IsServerError() bool

IsServerError returns true when this list machine users default response has a 5xx status code

func (*ListMachineUsersDefault) IsSuccess

func (o *ListMachineUsersDefault) IsSuccess() bool

IsSuccess returns true when this list machine users default response has a 2xx status code

func (*ListMachineUsersDefault) String

func (o *ListMachineUsersDefault) String() string

type ListMachineUsersOK

type ListMachineUsersOK struct {
	Payload *models.ListMachineUsersResponse
}

ListMachineUsersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListMachineUsersOK

func NewListMachineUsersOK() *ListMachineUsersOK

NewListMachineUsersOK creates a ListMachineUsersOK with default headers values

func (*ListMachineUsersOK) Code

func (o *ListMachineUsersOK) Code() int

Code gets the status code for the list machine users o k response

func (*ListMachineUsersOK) Error

func (o *ListMachineUsersOK) Error() string

func (*ListMachineUsersOK) GetPayload

func (*ListMachineUsersOK) IsClientError

func (o *ListMachineUsersOK) IsClientError() bool

IsClientError returns true when this list machine users o k response has a 4xx status code

func (*ListMachineUsersOK) IsCode

func (o *ListMachineUsersOK) IsCode(code int) bool

IsCode returns true when this list machine users o k response a status code equal to that given

func (*ListMachineUsersOK) IsRedirect

func (o *ListMachineUsersOK) IsRedirect() bool

IsRedirect returns true when this list machine users o k response has a 3xx status code

func (*ListMachineUsersOK) IsServerError

func (o *ListMachineUsersOK) IsServerError() bool

IsServerError returns true when this list machine users o k response has a 5xx status code

func (*ListMachineUsersOK) IsSuccess

func (o *ListMachineUsersOK) IsSuccess() bool

IsSuccess returns true when this list machine users o k response has a 2xx status code

func (*ListMachineUsersOK) String

func (o *ListMachineUsersOK) String() string

type ListMachineUsersParams

type ListMachineUsersParams struct {

	// Input.
	Input *models.ListMachineUsersRequest

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

ListMachineUsersParams contains all the parameters to send to the API endpoint

for the list machine users operation.

Typically these are written to a http.Request.

func NewListMachineUsersParams

func NewListMachineUsersParams() *ListMachineUsersParams

NewListMachineUsersParams creates a new ListMachineUsersParams 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 NewListMachineUsersParamsWithContext

func NewListMachineUsersParamsWithContext(ctx context.Context) *ListMachineUsersParams

NewListMachineUsersParamsWithContext creates a new ListMachineUsersParams object with the ability to set a context for a request.

func NewListMachineUsersParamsWithHTTPClient

func NewListMachineUsersParamsWithHTTPClient(client *http.Client) *ListMachineUsersParams

NewListMachineUsersParamsWithHTTPClient creates a new ListMachineUsersParams object with the ability to set a custom HTTPClient for a request.

func NewListMachineUsersParamsWithTimeout

func NewListMachineUsersParamsWithTimeout(timeout time.Duration) *ListMachineUsersParams

NewListMachineUsersParamsWithTimeout creates a new ListMachineUsersParams object with the ability to set a timeout on a request.

func (*ListMachineUsersParams) SetContext

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

SetContext adds the context to the list machine users params

func (*ListMachineUsersParams) SetDefaults

func (o *ListMachineUsersParams) SetDefaults()

SetDefaults hydrates default values in the list machine users params (not the query body).

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

func (*ListMachineUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list machine users params

func (*ListMachineUsersParams) SetInput

SetInput adds the input to the list machine users params

func (*ListMachineUsersParams) SetTimeout

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

SetTimeout adds the timeout to the list machine users params

func (*ListMachineUsersParams) WithContext

WithContext adds the context to the list machine users params

func (*ListMachineUsersParams) WithDefaults

WithDefaults hydrates default values in the list machine users params (not the query body).

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

func (*ListMachineUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list machine users params

func (*ListMachineUsersParams) WithInput

WithInput adds the input to the list machine users params

func (*ListMachineUsersParams) WithTimeout

WithTimeout adds the timeout to the list machine users params

func (*ListMachineUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListMachineUsersReader

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

ListMachineUsersReader is a Reader for the ListMachineUsers structure.

func (*ListMachineUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListResourceAssigneesDefault

type ListResourceAssigneesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListResourceAssigneesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListResourceAssigneesDefault

func NewListResourceAssigneesDefault(code int) *ListResourceAssigneesDefault

NewListResourceAssigneesDefault creates a ListResourceAssigneesDefault with default headers values

func (*ListResourceAssigneesDefault) Code

Code gets the status code for the list resource assignees default response

func (*ListResourceAssigneesDefault) Error

func (*ListResourceAssigneesDefault) GetPayload

func (o *ListResourceAssigneesDefault) GetPayload() *models.Error

func (*ListResourceAssigneesDefault) IsClientError

func (o *ListResourceAssigneesDefault) IsClientError() bool

IsClientError returns true when this list resource assignees default response has a 4xx status code

func (*ListResourceAssigneesDefault) IsCode

func (o *ListResourceAssigneesDefault) IsCode(code int) bool

IsCode returns true when this list resource assignees default response a status code equal to that given

func (*ListResourceAssigneesDefault) IsRedirect

func (o *ListResourceAssigneesDefault) IsRedirect() bool

IsRedirect returns true when this list resource assignees default response has a 3xx status code

func (*ListResourceAssigneesDefault) IsServerError

func (o *ListResourceAssigneesDefault) IsServerError() bool

IsServerError returns true when this list resource assignees default response has a 5xx status code

func (*ListResourceAssigneesDefault) IsSuccess

func (o *ListResourceAssigneesDefault) IsSuccess() bool

IsSuccess returns true when this list resource assignees default response has a 2xx status code

func (*ListResourceAssigneesDefault) String

type ListResourceAssigneesOK

type ListResourceAssigneesOK struct {
	Payload *models.ListResourceAssigneesResponse
}

ListResourceAssigneesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListResourceAssigneesOK

func NewListResourceAssigneesOK() *ListResourceAssigneesOK

NewListResourceAssigneesOK creates a ListResourceAssigneesOK with default headers values

func (*ListResourceAssigneesOK) Code

func (o *ListResourceAssigneesOK) Code() int

Code gets the status code for the list resource assignees o k response

func (*ListResourceAssigneesOK) Error

func (o *ListResourceAssigneesOK) Error() string

func (*ListResourceAssigneesOK) GetPayload

func (*ListResourceAssigneesOK) IsClientError

func (o *ListResourceAssigneesOK) IsClientError() bool

IsClientError returns true when this list resource assignees o k response has a 4xx status code

func (*ListResourceAssigneesOK) IsCode

func (o *ListResourceAssigneesOK) IsCode(code int) bool

IsCode returns true when this list resource assignees o k response a status code equal to that given

func (*ListResourceAssigneesOK) IsRedirect

func (o *ListResourceAssigneesOK) IsRedirect() bool

IsRedirect returns true when this list resource assignees o k response has a 3xx status code

func (*ListResourceAssigneesOK) IsServerError

func (o *ListResourceAssigneesOK) IsServerError() bool

IsServerError returns true when this list resource assignees o k response has a 5xx status code

func (*ListResourceAssigneesOK) IsSuccess

func (o *ListResourceAssigneesOK) IsSuccess() bool

IsSuccess returns true when this list resource assignees o k response has a 2xx status code

func (*ListResourceAssigneesOK) String

func (o *ListResourceAssigneesOK) String() string

type ListResourceAssigneesParams

type ListResourceAssigneesParams struct {

	// Input.
	Input *models.ListResourceAssigneesRequest

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

ListResourceAssigneesParams contains all the parameters to send to the API endpoint

for the list resource assignees operation.

Typically these are written to a http.Request.

func NewListResourceAssigneesParams

func NewListResourceAssigneesParams() *ListResourceAssigneesParams

NewListResourceAssigneesParams creates a new ListResourceAssigneesParams 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 NewListResourceAssigneesParamsWithContext

func NewListResourceAssigneesParamsWithContext(ctx context.Context) *ListResourceAssigneesParams

NewListResourceAssigneesParamsWithContext creates a new ListResourceAssigneesParams object with the ability to set a context for a request.

func NewListResourceAssigneesParamsWithHTTPClient

func NewListResourceAssigneesParamsWithHTTPClient(client *http.Client) *ListResourceAssigneesParams

NewListResourceAssigneesParamsWithHTTPClient creates a new ListResourceAssigneesParams object with the ability to set a custom HTTPClient for a request.

func NewListResourceAssigneesParamsWithTimeout

func NewListResourceAssigneesParamsWithTimeout(timeout time.Duration) *ListResourceAssigneesParams

NewListResourceAssigneesParamsWithTimeout creates a new ListResourceAssigneesParams object with the ability to set a timeout on a request.

func (*ListResourceAssigneesParams) SetContext

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

SetContext adds the context to the list resource assignees params

func (*ListResourceAssigneesParams) SetDefaults

func (o *ListResourceAssigneesParams) SetDefaults()

SetDefaults hydrates default values in the list resource assignees params (not the query body).

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

func (*ListResourceAssigneesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list resource assignees params

func (*ListResourceAssigneesParams) SetInput

SetInput adds the input to the list resource assignees params

func (*ListResourceAssigneesParams) SetTimeout

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

SetTimeout adds the timeout to the list resource assignees params

func (*ListResourceAssigneesParams) WithContext

WithContext adds the context to the list resource assignees params

func (*ListResourceAssigneesParams) WithDefaults

WithDefaults hydrates default values in the list resource assignees params (not the query body).

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

func (*ListResourceAssigneesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list resource assignees params

func (*ListResourceAssigneesParams) WithInput

WithInput adds the input to the list resource assignees params

func (*ListResourceAssigneesParams) WithTimeout

WithTimeout adds the timeout to the list resource assignees params

func (*ListResourceAssigneesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListResourceAssigneesReader

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

ListResourceAssigneesReader is a Reader for the ListResourceAssignees structure.

func (*ListResourceAssigneesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListResourceRolesDefault

type ListResourceRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListResourceRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListResourceRolesDefault

func NewListResourceRolesDefault(code int) *ListResourceRolesDefault

NewListResourceRolesDefault creates a ListResourceRolesDefault with default headers values

func (*ListResourceRolesDefault) Code

func (o *ListResourceRolesDefault) Code() int

Code gets the status code for the list resource roles default response

func (*ListResourceRolesDefault) Error

func (o *ListResourceRolesDefault) Error() string

func (*ListResourceRolesDefault) GetPayload

func (o *ListResourceRolesDefault) GetPayload() *models.Error

func (*ListResourceRolesDefault) IsClientError

func (o *ListResourceRolesDefault) IsClientError() bool

IsClientError returns true when this list resource roles default response has a 4xx status code

func (*ListResourceRolesDefault) IsCode

func (o *ListResourceRolesDefault) IsCode(code int) bool

IsCode returns true when this list resource roles default response a status code equal to that given

func (*ListResourceRolesDefault) IsRedirect

func (o *ListResourceRolesDefault) IsRedirect() bool

IsRedirect returns true when this list resource roles default response has a 3xx status code

func (*ListResourceRolesDefault) IsServerError

func (o *ListResourceRolesDefault) IsServerError() bool

IsServerError returns true when this list resource roles default response has a 5xx status code

func (*ListResourceRolesDefault) IsSuccess

func (o *ListResourceRolesDefault) IsSuccess() bool

IsSuccess returns true when this list resource roles default response has a 2xx status code

func (*ListResourceRolesDefault) String

func (o *ListResourceRolesDefault) String() string

type ListResourceRolesOK

type ListResourceRolesOK struct {
	Payload *models.ListResourceRolesResponse
}

ListResourceRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListResourceRolesOK

func NewListResourceRolesOK() *ListResourceRolesOK

NewListResourceRolesOK creates a ListResourceRolesOK with default headers values

func (*ListResourceRolesOK) Code

func (o *ListResourceRolesOK) Code() int

Code gets the status code for the list resource roles o k response

func (*ListResourceRolesOK) Error

func (o *ListResourceRolesOK) Error() string

func (*ListResourceRolesOK) GetPayload

func (*ListResourceRolesOK) IsClientError

func (o *ListResourceRolesOK) IsClientError() bool

IsClientError returns true when this list resource roles o k response has a 4xx status code

func (*ListResourceRolesOK) IsCode

func (o *ListResourceRolesOK) IsCode(code int) bool

IsCode returns true when this list resource roles o k response a status code equal to that given

func (*ListResourceRolesOK) IsRedirect

func (o *ListResourceRolesOK) IsRedirect() bool

IsRedirect returns true when this list resource roles o k response has a 3xx status code

func (*ListResourceRolesOK) IsServerError

func (o *ListResourceRolesOK) IsServerError() bool

IsServerError returns true when this list resource roles o k response has a 5xx status code

func (*ListResourceRolesOK) IsSuccess

func (o *ListResourceRolesOK) IsSuccess() bool

IsSuccess returns true when this list resource roles o k response has a 2xx status code

func (*ListResourceRolesOK) String

func (o *ListResourceRolesOK) String() string

type ListResourceRolesParams

type ListResourceRolesParams struct {

	// Input.
	Input *models.ListResourceRolesRequest

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

ListResourceRolesParams contains all the parameters to send to the API endpoint

for the list resource roles operation.

Typically these are written to a http.Request.

func NewListResourceRolesParams

func NewListResourceRolesParams() *ListResourceRolesParams

NewListResourceRolesParams creates a new ListResourceRolesParams 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 NewListResourceRolesParamsWithContext

func NewListResourceRolesParamsWithContext(ctx context.Context) *ListResourceRolesParams

NewListResourceRolesParamsWithContext creates a new ListResourceRolesParams object with the ability to set a context for a request.

func NewListResourceRolesParamsWithHTTPClient

func NewListResourceRolesParamsWithHTTPClient(client *http.Client) *ListResourceRolesParams

NewListResourceRolesParamsWithHTTPClient creates a new ListResourceRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListResourceRolesParamsWithTimeout

func NewListResourceRolesParamsWithTimeout(timeout time.Duration) *ListResourceRolesParams

NewListResourceRolesParamsWithTimeout creates a new ListResourceRolesParams object with the ability to set a timeout on a request.

func (*ListResourceRolesParams) SetContext

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

SetContext adds the context to the list resource roles params

func (*ListResourceRolesParams) SetDefaults

func (o *ListResourceRolesParams) SetDefaults()

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

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

func (*ListResourceRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list resource roles params

func (*ListResourceRolesParams) SetInput

SetInput adds the input to the list resource roles params

func (*ListResourceRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list resource roles params

func (*ListResourceRolesParams) WithContext

WithContext adds the context to the list resource roles params

func (*ListResourceRolesParams) WithDefaults

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

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

func (*ListResourceRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list resource roles params

func (*ListResourceRolesParams) WithInput

WithInput adds the input to the list resource roles params

func (*ListResourceRolesParams) WithTimeout

WithTimeout adds the timeout to the list resource roles params

func (*ListResourceRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListResourceRolesReader

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

ListResourceRolesReader is a Reader for the ListResourceRoles structure.

func (*ListResourceRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListRolesDefault

type ListRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListRolesDefault

func NewListRolesDefault(code int) *ListRolesDefault

NewListRolesDefault creates a ListRolesDefault with default headers values

func (*ListRolesDefault) Code

func (o *ListRolesDefault) Code() int

Code gets the status code for the list roles default response

func (*ListRolesDefault) Error

func (o *ListRolesDefault) Error() string

func (*ListRolesDefault) GetPayload

func (o *ListRolesDefault) GetPayload() *models.Error

func (*ListRolesDefault) IsClientError

func (o *ListRolesDefault) IsClientError() bool

IsClientError returns true when this list roles default response has a 4xx status code

func (*ListRolesDefault) IsCode

func (o *ListRolesDefault) IsCode(code int) bool

IsCode returns true when this list roles default response a status code equal to that given

func (*ListRolesDefault) IsRedirect

func (o *ListRolesDefault) IsRedirect() bool

IsRedirect returns true when this list roles default response has a 3xx status code

func (*ListRolesDefault) IsServerError

func (o *ListRolesDefault) IsServerError() bool

IsServerError returns true when this list roles default response has a 5xx status code

func (*ListRolesDefault) IsSuccess

func (o *ListRolesDefault) IsSuccess() bool

IsSuccess returns true when this list roles default response has a 2xx status code

func (*ListRolesDefault) String

func (o *ListRolesDefault) String() string

type ListRolesOK

type ListRolesOK struct {
	Payload *models.ListRolesResponse
}

ListRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListRolesOK

func NewListRolesOK() *ListRolesOK

NewListRolesOK creates a ListRolesOK with default headers values

func (*ListRolesOK) Code

func (o *ListRolesOK) Code() int

Code gets the status code for the list roles o k response

func (*ListRolesOK) Error

func (o *ListRolesOK) Error() string

func (*ListRolesOK) GetPayload

func (o *ListRolesOK) GetPayload() *models.ListRolesResponse

func (*ListRolesOK) IsClientError

func (o *ListRolesOK) IsClientError() bool

IsClientError returns true when this list roles o k response has a 4xx status code

func (*ListRolesOK) IsCode

func (o *ListRolesOK) IsCode(code int) bool

IsCode returns true when this list roles o k response a status code equal to that given

func (*ListRolesOK) IsRedirect

func (o *ListRolesOK) IsRedirect() bool

IsRedirect returns true when this list roles o k response has a 3xx status code

func (*ListRolesOK) IsServerError

func (o *ListRolesOK) IsServerError() bool

IsServerError returns true when this list roles o k response has a 5xx status code

func (*ListRolesOK) IsSuccess

func (o *ListRolesOK) IsSuccess() bool

IsSuccess returns true when this list roles o k response has a 2xx status code

func (*ListRolesOK) String

func (o *ListRolesOK) String() string

type ListRolesParams

type ListRolesParams struct {

	// Input.
	Input *models.ListRolesRequest

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

ListRolesParams contains all the parameters to send to the API endpoint

for the list roles operation.

Typically these are written to a http.Request.

func NewListRolesParams

func NewListRolesParams() *ListRolesParams

NewListRolesParams creates a new ListRolesParams 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 NewListRolesParamsWithContext

func NewListRolesParamsWithContext(ctx context.Context) *ListRolesParams

NewListRolesParamsWithContext creates a new ListRolesParams object with the ability to set a context for a request.

func NewListRolesParamsWithHTTPClient

func NewListRolesParamsWithHTTPClient(client *http.Client) *ListRolesParams

NewListRolesParamsWithHTTPClient creates a new ListRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListRolesParamsWithTimeout

func NewListRolesParamsWithTimeout(timeout time.Duration) *ListRolesParams

NewListRolesParamsWithTimeout creates a new ListRolesParams object with the ability to set a timeout on a request.

func (*ListRolesParams) SetContext

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

SetContext adds the context to the list roles params

func (*ListRolesParams) SetDefaults

func (o *ListRolesParams) SetDefaults()

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

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

func (*ListRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list roles params

func (*ListRolesParams) SetInput

func (o *ListRolesParams) SetInput(input *models.ListRolesRequest)

SetInput adds the input to the list roles params

func (*ListRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list roles params

func (*ListRolesParams) WithContext

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

WithContext adds the context to the list roles params

func (*ListRolesParams) WithDefaults

func (o *ListRolesParams) WithDefaults() *ListRolesParams

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

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

func (*ListRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list roles params

func (*ListRolesParams) WithInput

WithInput adds the input to the list roles params

func (*ListRolesParams) WithTimeout

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

WithTimeout adds the timeout to the list roles params

func (*ListRolesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListRolesReader

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

ListRolesReader is a Reader for the ListRoles structure.

func (*ListRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSSHPublicKeysDefault

type ListSSHPublicKeysDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSSHPublicKeysDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListSSHPublicKeysDefault

func NewListSSHPublicKeysDefault(code int) *ListSSHPublicKeysDefault

NewListSSHPublicKeysDefault creates a ListSSHPublicKeysDefault with default headers values

func (*ListSSHPublicKeysDefault) Code

func (o *ListSSHPublicKeysDefault) Code() int

Code gets the status code for the list Ssh public keys default response

func (*ListSSHPublicKeysDefault) Error

func (o *ListSSHPublicKeysDefault) Error() string

func (*ListSSHPublicKeysDefault) GetPayload

func (o *ListSSHPublicKeysDefault) GetPayload() *models.Error

func (*ListSSHPublicKeysDefault) IsClientError

func (o *ListSSHPublicKeysDefault) IsClientError() bool

IsClientError returns true when this list Ssh public keys default response has a 4xx status code

func (*ListSSHPublicKeysDefault) IsCode

func (o *ListSSHPublicKeysDefault) IsCode(code int) bool

IsCode returns true when this list Ssh public keys default response a status code equal to that given

func (*ListSSHPublicKeysDefault) IsRedirect

func (o *ListSSHPublicKeysDefault) IsRedirect() bool

IsRedirect returns true when this list Ssh public keys default response has a 3xx status code

func (*ListSSHPublicKeysDefault) IsServerError

func (o *ListSSHPublicKeysDefault) IsServerError() bool

IsServerError returns true when this list Ssh public keys default response has a 5xx status code

func (*ListSSHPublicKeysDefault) IsSuccess

func (o *ListSSHPublicKeysDefault) IsSuccess() bool

IsSuccess returns true when this list Ssh public keys default response has a 2xx status code

func (*ListSSHPublicKeysDefault) String

func (o *ListSSHPublicKeysDefault) String() string

type ListSSHPublicKeysOK

type ListSSHPublicKeysOK struct {
	Payload *models.ListSSHPublicKeysResponse
}

ListSSHPublicKeysOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListSSHPublicKeysOK

func NewListSSHPublicKeysOK() *ListSSHPublicKeysOK

NewListSSHPublicKeysOK creates a ListSSHPublicKeysOK with default headers values

func (*ListSSHPublicKeysOK) Code

func (o *ListSSHPublicKeysOK) Code() int

Code gets the status code for the list Ssh public keys o k response

func (*ListSSHPublicKeysOK) Error

func (o *ListSSHPublicKeysOK) Error() string

func (*ListSSHPublicKeysOK) GetPayload

func (*ListSSHPublicKeysOK) IsClientError

func (o *ListSSHPublicKeysOK) IsClientError() bool

IsClientError returns true when this list Ssh public keys o k response has a 4xx status code

func (*ListSSHPublicKeysOK) IsCode

func (o *ListSSHPublicKeysOK) IsCode(code int) bool

IsCode returns true when this list Ssh public keys o k response a status code equal to that given

func (*ListSSHPublicKeysOK) IsRedirect

func (o *ListSSHPublicKeysOK) IsRedirect() bool

IsRedirect returns true when this list Ssh public keys o k response has a 3xx status code

func (*ListSSHPublicKeysOK) IsServerError

func (o *ListSSHPublicKeysOK) IsServerError() bool

IsServerError returns true when this list Ssh public keys o k response has a 5xx status code

func (*ListSSHPublicKeysOK) IsSuccess

func (o *ListSSHPublicKeysOK) IsSuccess() bool

IsSuccess returns true when this list Ssh public keys o k response has a 2xx status code

func (*ListSSHPublicKeysOK) String

func (o *ListSSHPublicKeysOK) String() string

type ListSSHPublicKeysParams

type ListSSHPublicKeysParams struct {

	// Input.
	Input *models.ListSSHPublicKeysRequest

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

ListSSHPublicKeysParams contains all the parameters to send to the API endpoint

for the list Ssh public keys operation.

Typically these are written to a http.Request.

func NewListSSHPublicKeysParams

func NewListSSHPublicKeysParams() *ListSSHPublicKeysParams

NewListSSHPublicKeysParams creates a new ListSSHPublicKeysParams 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 NewListSSHPublicKeysParamsWithContext

func NewListSSHPublicKeysParamsWithContext(ctx context.Context) *ListSSHPublicKeysParams

NewListSSHPublicKeysParamsWithContext creates a new ListSSHPublicKeysParams object with the ability to set a context for a request.

func NewListSSHPublicKeysParamsWithHTTPClient

func NewListSSHPublicKeysParamsWithHTTPClient(client *http.Client) *ListSSHPublicKeysParams

NewListSSHPublicKeysParamsWithHTTPClient creates a new ListSSHPublicKeysParams object with the ability to set a custom HTTPClient for a request.

func NewListSSHPublicKeysParamsWithTimeout

func NewListSSHPublicKeysParamsWithTimeout(timeout time.Duration) *ListSSHPublicKeysParams

NewListSSHPublicKeysParamsWithTimeout creates a new ListSSHPublicKeysParams object with the ability to set a timeout on a request.

func (*ListSSHPublicKeysParams) SetContext

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

SetContext adds the context to the list Ssh public keys params

func (*ListSSHPublicKeysParams) SetDefaults

func (o *ListSSHPublicKeysParams) SetDefaults()

SetDefaults hydrates default values in the list Ssh public keys params (not the query body).

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

func (*ListSSHPublicKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list Ssh public keys params

func (*ListSSHPublicKeysParams) SetInput

SetInput adds the input to the list Ssh public keys params

func (*ListSSHPublicKeysParams) SetTimeout

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

SetTimeout adds the timeout to the list Ssh public keys params

func (*ListSSHPublicKeysParams) WithContext

WithContext adds the context to the list Ssh public keys params

func (*ListSSHPublicKeysParams) WithDefaults

WithDefaults hydrates default values in the list Ssh public keys params (not the query body).

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

func (*ListSSHPublicKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list Ssh public keys params

func (*ListSSHPublicKeysParams) WithInput

WithInput adds the input to the list Ssh public keys params

func (*ListSSHPublicKeysParams) WithTimeout

WithTimeout adds the timeout to the list Ssh public keys params

func (*ListSSHPublicKeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSSHPublicKeysReader

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

ListSSHPublicKeysReader is a Reader for the ListSSHPublicKeys structure.

func (*ListSSHPublicKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSamlProvidersDefault

type ListSamlProvidersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSamlProvidersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListSamlProvidersDefault

func NewListSamlProvidersDefault(code int) *ListSamlProvidersDefault

NewListSamlProvidersDefault creates a ListSamlProvidersDefault with default headers values

func (*ListSamlProvidersDefault) Code

func (o *ListSamlProvidersDefault) Code() int

Code gets the status code for the list saml providers default response

func (*ListSamlProvidersDefault) Error

func (o *ListSamlProvidersDefault) Error() string

func (*ListSamlProvidersDefault) GetPayload

func (o *ListSamlProvidersDefault) GetPayload() *models.Error

func (*ListSamlProvidersDefault) IsClientError

func (o *ListSamlProvidersDefault) IsClientError() bool

IsClientError returns true when this list saml providers default response has a 4xx status code

func (*ListSamlProvidersDefault) IsCode

func (o *ListSamlProvidersDefault) IsCode(code int) bool

IsCode returns true when this list saml providers default response a status code equal to that given

func (*ListSamlProvidersDefault) IsRedirect

func (o *ListSamlProvidersDefault) IsRedirect() bool

IsRedirect returns true when this list saml providers default response has a 3xx status code

func (*ListSamlProvidersDefault) IsServerError

func (o *ListSamlProvidersDefault) IsServerError() bool

IsServerError returns true when this list saml providers default response has a 5xx status code

func (*ListSamlProvidersDefault) IsSuccess

func (o *ListSamlProvidersDefault) IsSuccess() bool

IsSuccess returns true when this list saml providers default response has a 2xx status code

func (*ListSamlProvidersDefault) String

func (o *ListSamlProvidersDefault) String() string

type ListSamlProvidersOK

type ListSamlProvidersOK struct {
	Payload *models.ListSamlProvidersResponse
}

ListSamlProvidersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListSamlProvidersOK

func NewListSamlProvidersOK() *ListSamlProvidersOK

NewListSamlProvidersOK creates a ListSamlProvidersOK with default headers values

func (*ListSamlProvidersOK) Code

func (o *ListSamlProvidersOK) Code() int

Code gets the status code for the list saml providers o k response

func (*ListSamlProvidersOK) Error

func (o *ListSamlProvidersOK) Error() string

func (*ListSamlProvidersOK) GetPayload

func (*ListSamlProvidersOK) IsClientError

func (o *ListSamlProvidersOK) IsClientError() bool

IsClientError returns true when this list saml providers o k response has a 4xx status code

func (*ListSamlProvidersOK) IsCode

func (o *ListSamlProvidersOK) IsCode(code int) bool

IsCode returns true when this list saml providers o k response a status code equal to that given

func (*ListSamlProvidersOK) IsRedirect

func (o *ListSamlProvidersOK) IsRedirect() bool

IsRedirect returns true when this list saml providers o k response has a 3xx status code

func (*ListSamlProvidersOK) IsServerError

func (o *ListSamlProvidersOK) IsServerError() bool

IsServerError returns true when this list saml providers o k response has a 5xx status code

func (*ListSamlProvidersOK) IsSuccess

func (o *ListSamlProvidersOK) IsSuccess() bool

IsSuccess returns true when this list saml providers o k response has a 2xx status code

func (*ListSamlProvidersOK) String

func (o *ListSamlProvidersOK) String() string

type ListSamlProvidersParams

type ListSamlProvidersParams struct {

	// Input.
	Input *models.ListSamlProvidersRequest

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

ListSamlProvidersParams contains all the parameters to send to the API endpoint

for the list saml providers operation.

Typically these are written to a http.Request.

func NewListSamlProvidersParams

func NewListSamlProvidersParams() *ListSamlProvidersParams

NewListSamlProvidersParams creates a new ListSamlProvidersParams 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 NewListSamlProvidersParamsWithContext

func NewListSamlProvidersParamsWithContext(ctx context.Context) *ListSamlProvidersParams

NewListSamlProvidersParamsWithContext creates a new ListSamlProvidersParams object with the ability to set a context for a request.

func NewListSamlProvidersParamsWithHTTPClient

func NewListSamlProvidersParamsWithHTTPClient(client *http.Client) *ListSamlProvidersParams

NewListSamlProvidersParamsWithHTTPClient creates a new ListSamlProvidersParams object with the ability to set a custom HTTPClient for a request.

func NewListSamlProvidersParamsWithTimeout

func NewListSamlProvidersParamsWithTimeout(timeout time.Duration) *ListSamlProvidersParams

NewListSamlProvidersParamsWithTimeout creates a new ListSamlProvidersParams object with the ability to set a timeout on a request.

func (*ListSamlProvidersParams) SetContext

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

SetContext adds the context to the list saml providers params

func (*ListSamlProvidersParams) SetDefaults

func (o *ListSamlProvidersParams) SetDefaults()

SetDefaults hydrates default values in the list saml providers params (not the query body).

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

func (*ListSamlProvidersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list saml providers params

func (*ListSamlProvidersParams) SetInput

SetInput adds the input to the list saml providers params

func (*ListSamlProvidersParams) SetTimeout

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

SetTimeout adds the timeout to the list saml providers params

func (*ListSamlProvidersParams) WithContext

WithContext adds the context to the list saml providers params

func (*ListSamlProvidersParams) WithDefaults

WithDefaults hydrates default values in the list saml providers params (not the query body).

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

func (*ListSamlProvidersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list saml providers params

func (*ListSamlProvidersParams) WithInput

WithInput adds the input to the list saml providers params

func (*ListSamlProvidersParams) WithTimeout

WithTimeout adds the timeout to the list saml providers params

func (*ListSamlProvidersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSamlProvidersReader

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

ListSamlProvidersReader is a Reader for the ListSamlProviders structure.

func (*ListSamlProvidersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListScimAccessTokensDefault

type ListScimAccessTokensDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListScimAccessTokensDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListScimAccessTokensDefault

func NewListScimAccessTokensDefault(code int) *ListScimAccessTokensDefault

NewListScimAccessTokensDefault creates a ListScimAccessTokensDefault with default headers values

func (*ListScimAccessTokensDefault) Code

func (o *ListScimAccessTokensDefault) Code() int

Code gets the status code for the list scim access tokens default response

func (*ListScimAccessTokensDefault) Error

func (*ListScimAccessTokensDefault) GetPayload

func (o *ListScimAccessTokensDefault) GetPayload() *models.Error

func (*ListScimAccessTokensDefault) IsClientError

func (o *ListScimAccessTokensDefault) IsClientError() bool

IsClientError returns true when this list scim access tokens default response has a 4xx status code

func (*ListScimAccessTokensDefault) IsCode

func (o *ListScimAccessTokensDefault) IsCode(code int) bool

IsCode returns true when this list scim access tokens default response a status code equal to that given

func (*ListScimAccessTokensDefault) IsRedirect

func (o *ListScimAccessTokensDefault) IsRedirect() bool

IsRedirect returns true when this list scim access tokens default response has a 3xx status code

func (*ListScimAccessTokensDefault) IsServerError

func (o *ListScimAccessTokensDefault) IsServerError() bool

IsServerError returns true when this list scim access tokens default response has a 5xx status code

func (*ListScimAccessTokensDefault) IsSuccess

func (o *ListScimAccessTokensDefault) IsSuccess() bool

IsSuccess returns true when this list scim access tokens default response has a 2xx status code

func (*ListScimAccessTokensDefault) String

func (o *ListScimAccessTokensDefault) String() string

type ListScimAccessTokensOK

type ListScimAccessTokensOK struct {
	Payload *models.ListScimAccessTokensResponse
}

ListScimAccessTokensOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListScimAccessTokensOK

func NewListScimAccessTokensOK() *ListScimAccessTokensOK

NewListScimAccessTokensOK creates a ListScimAccessTokensOK with default headers values

func (*ListScimAccessTokensOK) Code

func (o *ListScimAccessTokensOK) Code() int

Code gets the status code for the list scim access tokens o k response

func (*ListScimAccessTokensOK) Error

func (o *ListScimAccessTokensOK) Error() string

func (*ListScimAccessTokensOK) GetPayload

func (*ListScimAccessTokensOK) IsClientError

func (o *ListScimAccessTokensOK) IsClientError() bool

IsClientError returns true when this list scim access tokens o k response has a 4xx status code

func (*ListScimAccessTokensOK) IsCode

func (o *ListScimAccessTokensOK) IsCode(code int) bool

IsCode returns true when this list scim access tokens o k response a status code equal to that given

func (*ListScimAccessTokensOK) IsRedirect

func (o *ListScimAccessTokensOK) IsRedirect() bool

IsRedirect returns true when this list scim access tokens o k response has a 3xx status code

func (*ListScimAccessTokensOK) IsServerError

func (o *ListScimAccessTokensOK) IsServerError() bool

IsServerError returns true when this list scim access tokens o k response has a 5xx status code

func (*ListScimAccessTokensOK) IsSuccess

func (o *ListScimAccessTokensOK) IsSuccess() bool

IsSuccess returns true when this list scim access tokens o k response has a 2xx status code

func (*ListScimAccessTokensOK) String

func (o *ListScimAccessTokensOK) String() string

type ListScimAccessTokensParams

type ListScimAccessTokensParams struct {

	// Input.
	Input *models.ListScimAccessTokensRequest

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

ListScimAccessTokensParams contains all the parameters to send to the API endpoint

for the list scim access tokens operation.

Typically these are written to a http.Request.

func NewListScimAccessTokensParams

func NewListScimAccessTokensParams() *ListScimAccessTokensParams

NewListScimAccessTokensParams creates a new ListScimAccessTokensParams 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 NewListScimAccessTokensParamsWithContext

func NewListScimAccessTokensParamsWithContext(ctx context.Context) *ListScimAccessTokensParams

NewListScimAccessTokensParamsWithContext creates a new ListScimAccessTokensParams object with the ability to set a context for a request.

func NewListScimAccessTokensParamsWithHTTPClient

func NewListScimAccessTokensParamsWithHTTPClient(client *http.Client) *ListScimAccessTokensParams

NewListScimAccessTokensParamsWithHTTPClient creates a new ListScimAccessTokensParams object with the ability to set a custom HTTPClient for a request.

func NewListScimAccessTokensParamsWithTimeout

func NewListScimAccessTokensParamsWithTimeout(timeout time.Duration) *ListScimAccessTokensParams

NewListScimAccessTokensParamsWithTimeout creates a new ListScimAccessTokensParams object with the ability to set a timeout on a request.

func (*ListScimAccessTokensParams) SetContext

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

SetContext adds the context to the list scim access tokens params

func (*ListScimAccessTokensParams) SetDefaults

func (o *ListScimAccessTokensParams) SetDefaults()

SetDefaults hydrates default values in the list scim access tokens params (not the query body).

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

func (*ListScimAccessTokensParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list scim access tokens params

func (*ListScimAccessTokensParams) SetInput

SetInput adds the input to the list scim access tokens params

func (*ListScimAccessTokensParams) SetTimeout

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

SetTimeout adds the timeout to the list scim access tokens params

func (*ListScimAccessTokensParams) WithContext

WithContext adds the context to the list scim access tokens params

func (*ListScimAccessTokensParams) WithDefaults

WithDefaults hydrates default values in the list scim access tokens params (not the query body).

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

func (*ListScimAccessTokensParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list scim access tokens params

func (*ListScimAccessTokensParams) WithInput

WithInput adds the input to the list scim access tokens params

func (*ListScimAccessTokensParams) WithTimeout

WithTimeout adds the timeout to the list scim access tokens params

func (*ListScimAccessTokensParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListScimAccessTokensReader

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

ListScimAccessTokensReader is a Reader for the ListScimAccessTokens structure.

func (*ListScimAccessTokensReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServicePrincipalCloudIdentitiesDefault

type ListServicePrincipalCloudIdentitiesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListServicePrincipalCloudIdentitiesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListServicePrincipalCloudIdentitiesDefault

func NewListServicePrincipalCloudIdentitiesDefault(code int) *ListServicePrincipalCloudIdentitiesDefault

NewListServicePrincipalCloudIdentitiesDefault creates a ListServicePrincipalCloudIdentitiesDefault with default headers values

func (*ListServicePrincipalCloudIdentitiesDefault) Code

Code gets the status code for the list service principal cloud identities default response

func (*ListServicePrincipalCloudIdentitiesDefault) Error

func (*ListServicePrincipalCloudIdentitiesDefault) GetPayload

func (*ListServicePrincipalCloudIdentitiesDefault) IsClientError

IsClientError returns true when this list service principal cloud identities default response has a 4xx status code

func (*ListServicePrincipalCloudIdentitiesDefault) IsCode

IsCode returns true when this list service principal cloud identities default response a status code equal to that given

func (*ListServicePrincipalCloudIdentitiesDefault) IsRedirect

IsRedirect returns true when this list service principal cloud identities default response has a 3xx status code

func (*ListServicePrincipalCloudIdentitiesDefault) IsServerError

IsServerError returns true when this list service principal cloud identities default response has a 5xx status code

func (*ListServicePrincipalCloudIdentitiesDefault) IsSuccess

IsSuccess returns true when this list service principal cloud identities default response has a 2xx status code

func (*ListServicePrincipalCloudIdentitiesDefault) String

type ListServicePrincipalCloudIdentitiesOK

type ListServicePrincipalCloudIdentitiesOK struct {
	Payload *models.ListServicePrincipalCloudIdentitiesResponse
}

ListServicePrincipalCloudIdentitiesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListServicePrincipalCloudIdentitiesOK

func NewListServicePrincipalCloudIdentitiesOK() *ListServicePrincipalCloudIdentitiesOK

NewListServicePrincipalCloudIdentitiesOK creates a ListServicePrincipalCloudIdentitiesOK with default headers values

func (*ListServicePrincipalCloudIdentitiesOK) Code

Code gets the status code for the list service principal cloud identities o k response

func (*ListServicePrincipalCloudIdentitiesOK) Error

func (*ListServicePrincipalCloudIdentitiesOK) GetPayload

func (*ListServicePrincipalCloudIdentitiesOK) IsClientError

func (o *ListServicePrincipalCloudIdentitiesOK) IsClientError() bool

IsClientError returns true when this list service principal cloud identities o k response has a 4xx status code

func (*ListServicePrincipalCloudIdentitiesOK) IsCode

IsCode returns true when this list service principal cloud identities o k response a status code equal to that given

func (*ListServicePrincipalCloudIdentitiesOK) IsRedirect

IsRedirect returns true when this list service principal cloud identities o k response has a 3xx status code

func (*ListServicePrincipalCloudIdentitiesOK) IsServerError

func (o *ListServicePrincipalCloudIdentitiesOK) IsServerError() bool

IsServerError returns true when this list service principal cloud identities o k response has a 5xx status code

func (*ListServicePrincipalCloudIdentitiesOK) IsSuccess

IsSuccess returns true when this list service principal cloud identities o k response has a 2xx status code

func (*ListServicePrincipalCloudIdentitiesOK) String

type ListServicePrincipalCloudIdentitiesParams

type ListServicePrincipalCloudIdentitiesParams struct {

	// Input.
	Input *models.ListServicePrincipalCloudIdentitiesRequest

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

ListServicePrincipalCloudIdentitiesParams contains all the parameters to send to the API endpoint

for the list service principal cloud identities operation.

Typically these are written to a http.Request.

func NewListServicePrincipalCloudIdentitiesParams

func NewListServicePrincipalCloudIdentitiesParams() *ListServicePrincipalCloudIdentitiesParams

NewListServicePrincipalCloudIdentitiesParams creates a new ListServicePrincipalCloudIdentitiesParams 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 NewListServicePrincipalCloudIdentitiesParamsWithContext

func NewListServicePrincipalCloudIdentitiesParamsWithContext(ctx context.Context) *ListServicePrincipalCloudIdentitiesParams

NewListServicePrincipalCloudIdentitiesParamsWithContext creates a new ListServicePrincipalCloudIdentitiesParams object with the ability to set a context for a request.

func NewListServicePrincipalCloudIdentitiesParamsWithHTTPClient

func NewListServicePrincipalCloudIdentitiesParamsWithHTTPClient(client *http.Client) *ListServicePrincipalCloudIdentitiesParams

NewListServicePrincipalCloudIdentitiesParamsWithHTTPClient creates a new ListServicePrincipalCloudIdentitiesParams object with the ability to set a custom HTTPClient for a request.

func NewListServicePrincipalCloudIdentitiesParamsWithTimeout

func NewListServicePrincipalCloudIdentitiesParamsWithTimeout(timeout time.Duration) *ListServicePrincipalCloudIdentitiesParams

NewListServicePrincipalCloudIdentitiesParamsWithTimeout creates a new ListServicePrincipalCloudIdentitiesParams object with the ability to set a timeout on a request.

func (*ListServicePrincipalCloudIdentitiesParams) SetContext

SetContext adds the context to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) SetDefaults

SetDefaults hydrates default values in the list service principal cloud identities params (not the query body).

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

func (*ListServicePrincipalCloudIdentitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) SetInput

SetInput adds the input to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) SetTimeout

SetTimeout adds the timeout to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) WithContext

WithContext adds the context to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) WithDefaults

WithDefaults hydrates default values in the list service principal cloud identities params (not the query body).

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

func (*ListServicePrincipalCloudIdentitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) WithInput

WithInput adds the input to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) WithTimeout

WithTimeout adds the timeout to the list service principal cloud identities params

func (*ListServicePrincipalCloudIdentitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListServicePrincipalCloudIdentitiesReader

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

ListServicePrincipalCloudIdentitiesReader is a Reader for the ListServicePrincipalCloudIdentities structure.

func (*ListServicePrincipalCloudIdentitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUserAssignedResourceRolesDefault

type ListUserAssignedResourceRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListUserAssignedResourceRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListUserAssignedResourceRolesDefault

func NewListUserAssignedResourceRolesDefault(code int) *ListUserAssignedResourceRolesDefault

NewListUserAssignedResourceRolesDefault creates a ListUserAssignedResourceRolesDefault with default headers values

func (*ListUserAssignedResourceRolesDefault) Code

Code gets the status code for the list user assigned resource roles default response

func (*ListUserAssignedResourceRolesDefault) Error

func (*ListUserAssignedResourceRolesDefault) GetPayload

func (*ListUserAssignedResourceRolesDefault) IsClientError

func (o *ListUserAssignedResourceRolesDefault) IsClientError() bool

IsClientError returns true when this list user assigned resource roles default response has a 4xx status code

func (*ListUserAssignedResourceRolesDefault) IsCode

IsCode returns true when this list user assigned resource roles default response a status code equal to that given

func (*ListUserAssignedResourceRolesDefault) IsRedirect

IsRedirect returns true when this list user assigned resource roles default response has a 3xx status code

func (*ListUserAssignedResourceRolesDefault) IsServerError

func (o *ListUserAssignedResourceRolesDefault) IsServerError() bool

IsServerError returns true when this list user assigned resource roles default response has a 5xx status code

func (*ListUserAssignedResourceRolesDefault) IsSuccess

IsSuccess returns true when this list user assigned resource roles default response has a 2xx status code

func (*ListUserAssignedResourceRolesDefault) String

type ListUserAssignedResourceRolesOK

type ListUserAssignedResourceRolesOK struct {
	Payload *models.ListUserAssignedResourceRolesResponse
}

ListUserAssignedResourceRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListUserAssignedResourceRolesOK

func NewListUserAssignedResourceRolesOK() *ListUserAssignedResourceRolesOK

NewListUserAssignedResourceRolesOK creates a ListUserAssignedResourceRolesOK with default headers values

func (*ListUserAssignedResourceRolesOK) Code

Code gets the status code for the list user assigned resource roles o k response

func (*ListUserAssignedResourceRolesOK) Error

func (*ListUserAssignedResourceRolesOK) GetPayload

func (*ListUserAssignedResourceRolesOK) IsClientError

func (o *ListUserAssignedResourceRolesOK) IsClientError() bool

IsClientError returns true when this list user assigned resource roles o k response has a 4xx status code

func (*ListUserAssignedResourceRolesOK) IsCode

func (o *ListUserAssignedResourceRolesOK) IsCode(code int) bool

IsCode returns true when this list user assigned resource roles o k response a status code equal to that given

func (*ListUserAssignedResourceRolesOK) IsRedirect

func (o *ListUserAssignedResourceRolesOK) IsRedirect() bool

IsRedirect returns true when this list user assigned resource roles o k response has a 3xx status code

func (*ListUserAssignedResourceRolesOK) IsServerError

func (o *ListUserAssignedResourceRolesOK) IsServerError() bool

IsServerError returns true when this list user assigned resource roles o k response has a 5xx status code

func (*ListUserAssignedResourceRolesOK) IsSuccess

func (o *ListUserAssignedResourceRolesOK) IsSuccess() bool

IsSuccess returns true when this list user assigned resource roles o k response has a 2xx status code

func (*ListUserAssignedResourceRolesOK) String

type ListUserAssignedResourceRolesParams

type ListUserAssignedResourceRolesParams struct {

	// Input.
	Input *models.ListUserAssignedResourceRolesRequest

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

ListUserAssignedResourceRolesParams contains all the parameters to send to the API endpoint

for the list user assigned resource roles operation.

Typically these are written to a http.Request.

func NewListUserAssignedResourceRolesParams

func NewListUserAssignedResourceRolesParams() *ListUserAssignedResourceRolesParams

NewListUserAssignedResourceRolesParams creates a new ListUserAssignedResourceRolesParams 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 NewListUserAssignedResourceRolesParamsWithContext

func NewListUserAssignedResourceRolesParamsWithContext(ctx context.Context) *ListUserAssignedResourceRolesParams

NewListUserAssignedResourceRolesParamsWithContext creates a new ListUserAssignedResourceRolesParams object with the ability to set a context for a request.

func NewListUserAssignedResourceRolesParamsWithHTTPClient

func NewListUserAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListUserAssignedResourceRolesParams

NewListUserAssignedResourceRolesParamsWithHTTPClient creates a new ListUserAssignedResourceRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListUserAssignedResourceRolesParamsWithTimeout

func NewListUserAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListUserAssignedResourceRolesParams

NewListUserAssignedResourceRolesParamsWithTimeout creates a new ListUserAssignedResourceRolesParams object with the ability to set a timeout on a request.

func (*ListUserAssignedResourceRolesParams) SetContext

SetContext adds the context to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) SetDefaults

func (o *ListUserAssignedResourceRolesParams) SetDefaults()

SetDefaults hydrates default values in the list user assigned resource roles params (not the query body).

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

func (*ListUserAssignedResourceRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) SetInput

SetInput adds the input to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) WithContext

WithContext adds the context to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) WithDefaults

WithDefaults hydrates default values in the list user assigned resource roles params (not the query body).

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

func (*ListUserAssignedResourceRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) WithInput

WithInput adds the input to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) WithTimeout

WithTimeout adds the timeout to the list user assigned resource roles params

func (*ListUserAssignedResourceRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListUserAssignedResourceRolesReader

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

ListUserAssignedResourceRolesReader is a Reader for the ListUserAssignedResourceRoles structure.

func (*ListUserAssignedResourceRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUserAssignedRolesDefault

type ListUserAssignedRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListUserAssignedRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListUserAssignedRolesDefault

func NewListUserAssignedRolesDefault(code int) *ListUserAssignedRolesDefault

NewListUserAssignedRolesDefault creates a ListUserAssignedRolesDefault with default headers values

func (*ListUserAssignedRolesDefault) Code

Code gets the status code for the list user assigned roles default response

func (*ListUserAssignedRolesDefault) Error

func (*ListUserAssignedRolesDefault) GetPayload

func (o *ListUserAssignedRolesDefault) GetPayload() *models.Error

func (*ListUserAssignedRolesDefault) IsClientError

func (o *ListUserAssignedRolesDefault) IsClientError() bool

IsClientError returns true when this list user assigned roles default response has a 4xx status code

func (*ListUserAssignedRolesDefault) IsCode

func (o *ListUserAssignedRolesDefault) IsCode(code int) bool

IsCode returns true when this list user assigned roles default response a status code equal to that given

func (*ListUserAssignedRolesDefault) IsRedirect

func (o *ListUserAssignedRolesDefault) IsRedirect() bool

IsRedirect returns true when this list user assigned roles default response has a 3xx status code

func (*ListUserAssignedRolesDefault) IsServerError

func (o *ListUserAssignedRolesDefault) IsServerError() bool

IsServerError returns true when this list user assigned roles default response has a 5xx status code

func (*ListUserAssignedRolesDefault) IsSuccess

func (o *ListUserAssignedRolesDefault) IsSuccess() bool

IsSuccess returns true when this list user assigned roles default response has a 2xx status code

func (*ListUserAssignedRolesDefault) String

type ListUserAssignedRolesOK

type ListUserAssignedRolesOK struct {
	Payload *models.ListUserAssignedRolesResponse
}

ListUserAssignedRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListUserAssignedRolesOK

func NewListUserAssignedRolesOK() *ListUserAssignedRolesOK

NewListUserAssignedRolesOK creates a ListUserAssignedRolesOK with default headers values

func (*ListUserAssignedRolesOK) Code

func (o *ListUserAssignedRolesOK) Code() int

Code gets the status code for the list user assigned roles o k response

func (*ListUserAssignedRolesOK) Error

func (o *ListUserAssignedRolesOK) Error() string

func (*ListUserAssignedRolesOK) GetPayload

func (*ListUserAssignedRolesOK) IsClientError

func (o *ListUserAssignedRolesOK) IsClientError() bool

IsClientError returns true when this list user assigned roles o k response has a 4xx status code

func (*ListUserAssignedRolesOK) IsCode

func (o *ListUserAssignedRolesOK) IsCode(code int) bool

IsCode returns true when this list user assigned roles o k response a status code equal to that given

func (*ListUserAssignedRolesOK) IsRedirect

func (o *ListUserAssignedRolesOK) IsRedirect() bool

IsRedirect returns true when this list user assigned roles o k response has a 3xx status code

func (*ListUserAssignedRolesOK) IsServerError

func (o *ListUserAssignedRolesOK) IsServerError() bool

IsServerError returns true when this list user assigned roles o k response has a 5xx status code

func (*ListUserAssignedRolesOK) IsSuccess

func (o *ListUserAssignedRolesOK) IsSuccess() bool

IsSuccess returns true when this list user assigned roles o k response has a 2xx status code

func (*ListUserAssignedRolesOK) String

func (o *ListUserAssignedRolesOK) String() string

type ListUserAssignedRolesParams

type ListUserAssignedRolesParams struct {

	// Input.
	Input *models.ListUserAssignedRolesRequest

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

ListUserAssignedRolesParams contains all the parameters to send to the API endpoint

for the list user assigned roles operation.

Typically these are written to a http.Request.

func NewListUserAssignedRolesParams

func NewListUserAssignedRolesParams() *ListUserAssignedRolesParams

NewListUserAssignedRolesParams creates a new ListUserAssignedRolesParams 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 NewListUserAssignedRolesParamsWithContext

func NewListUserAssignedRolesParamsWithContext(ctx context.Context) *ListUserAssignedRolesParams

NewListUserAssignedRolesParamsWithContext creates a new ListUserAssignedRolesParams object with the ability to set a context for a request.

func NewListUserAssignedRolesParamsWithHTTPClient

func NewListUserAssignedRolesParamsWithHTTPClient(client *http.Client) *ListUserAssignedRolesParams

NewListUserAssignedRolesParamsWithHTTPClient creates a new ListUserAssignedRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListUserAssignedRolesParamsWithTimeout

func NewListUserAssignedRolesParamsWithTimeout(timeout time.Duration) *ListUserAssignedRolesParams

NewListUserAssignedRolesParamsWithTimeout creates a new ListUserAssignedRolesParams object with the ability to set a timeout on a request.

func (*ListUserAssignedRolesParams) SetContext

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

SetContext adds the context to the list user assigned roles params

func (*ListUserAssignedRolesParams) SetDefaults

func (o *ListUserAssignedRolesParams) SetDefaults()

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

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

func (*ListUserAssignedRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list user assigned roles params

func (*ListUserAssignedRolesParams) SetInput

SetInput adds the input to the list user assigned roles params

func (*ListUserAssignedRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list user assigned roles params

func (*ListUserAssignedRolesParams) WithContext

WithContext adds the context to the list user assigned roles params

func (*ListUserAssignedRolesParams) WithDefaults

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

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

func (*ListUserAssignedRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list user assigned roles params

func (*ListUserAssignedRolesParams) WithInput

WithInput adds the input to the list user assigned roles params

func (*ListUserAssignedRolesParams) WithTimeout

WithTimeout adds the timeout to the list user assigned roles params

func (*ListUserAssignedRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListUserAssignedRolesReader

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

ListUserAssignedRolesReader is a Reader for the ListUserAssignedRoles structure.

func (*ListUserAssignedRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUsersDefault

type ListUsersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListUsersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListUsersDefault

func NewListUsersDefault(code int) *ListUsersDefault

NewListUsersDefault creates a ListUsersDefault with default headers values

func (*ListUsersDefault) Code

func (o *ListUsersDefault) Code() int

Code gets the status code for the list users default response

func (*ListUsersDefault) Error

func (o *ListUsersDefault) Error() string

func (*ListUsersDefault) GetPayload

func (o *ListUsersDefault) GetPayload() *models.Error

func (*ListUsersDefault) IsClientError

func (o *ListUsersDefault) IsClientError() bool

IsClientError returns true when this list users default response has a 4xx status code

func (*ListUsersDefault) IsCode

func (o *ListUsersDefault) IsCode(code int) bool

IsCode returns true when this list users default response a status code equal to that given

func (*ListUsersDefault) IsRedirect

func (o *ListUsersDefault) IsRedirect() bool

IsRedirect returns true when this list users default response has a 3xx status code

func (*ListUsersDefault) IsServerError

func (o *ListUsersDefault) IsServerError() bool

IsServerError returns true when this list users default response has a 5xx status code

func (*ListUsersDefault) IsSuccess

func (o *ListUsersDefault) IsSuccess() bool

IsSuccess returns true when this list users default response has a 2xx status code

func (*ListUsersDefault) String

func (o *ListUsersDefault) String() string

type ListUsersOK

type ListUsersOK struct {
	Payload *models.ListUsersResponse
}

ListUsersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListUsersOK

func NewListUsersOK() *ListUsersOK

NewListUsersOK creates a ListUsersOK with default headers values

func (*ListUsersOK) Code

func (o *ListUsersOK) Code() int

Code gets the status code for the list users o k response

func (*ListUsersOK) Error

func (o *ListUsersOK) Error() string

func (*ListUsersOK) GetPayload

func (o *ListUsersOK) GetPayload() *models.ListUsersResponse

func (*ListUsersOK) IsClientError

func (o *ListUsersOK) IsClientError() bool

IsClientError returns true when this list users o k response has a 4xx status code

func (*ListUsersOK) IsCode

func (o *ListUsersOK) IsCode(code int) bool

IsCode returns true when this list users o k response a status code equal to that given

func (*ListUsersOK) IsRedirect

func (o *ListUsersOK) IsRedirect() bool

IsRedirect returns true when this list users o k response has a 3xx status code

func (*ListUsersOK) IsServerError

func (o *ListUsersOK) IsServerError() bool

IsServerError returns true when this list users o k response has a 5xx status code

func (*ListUsersOK) IsSuccess

func (o *ListUsersOK) IsSuccess() bool

IsSuccess returns true when this list users o k response has a 2xx status code

func (*ListUsersOK) String

func (o *ListUsersOK) String() string

type ListUsersParams

type ListUsersParams struct {

	// Input.
	Input *models.ListUsersRequest

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

ListUsersParams contains all the parameters to send to the API endpoint

for the list users operation.

Typically these are written to a http.Request.

func NewListUsersParams

func NewListUsersParams() *ListUsersParams

NewListUsersParams creates a new ListUsersParams 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 NewListUsersParamsWithContext

func NewListUsersParamsWithContext(ctx context.Context) *ListUsersParams

NewListUsersParamsWithContext creates a new ListUsersParams object with the ability to set a context for a request.

func NewListUsersParamsWithHTTPClient

func NewListUsersParamsWithHTTPClient(client *http.Client) *ListUsersParams

NewListUsersParamsWithHTTPClient creates a new ListUsersParams object with the ability to set a custom HTTPClient for a request.

func NewListUsersParamsWithTimeout

func NewListUsersParamsWithTimeout(timeout time.Duration) *ListUsersParams

NewListUsersParamsWithTimeout creates a new ListUsersParams object with the ability to set a timeout on a request.

func (*ListUsersParams) SetContext

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

SetContext adds the context to the list users params

func (*ListUsersParams) SetDefaults

func (o *ListUsersParams) SetDefaults()

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

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

func (*ListUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) SetInput

func (o *ListUsersParams) SetInput(input *models.ListUsersRequest)

SetInput adds the input to the list users params

func (*ListUsersParams) SetTimeout

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

SetTimeout adds the timeout to the list users params

func (*ListUsersParams) WithContext

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

WithContext adds the context to the list users params

func (*ListUsersParams) WithDefaults

func (o *ListUsersParams) WithDefaults() *ListUsersParams

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

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

func (*ListUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) WithInput

WithInput adds the input to the list users params

func (*ListUsersParams) WithTimeout

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

WithTimeout adds the timeout to the list users params

func (*ListUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListUsersReader

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

ListUsersReader is a Reader for the ListUsers structure.

func (*ListUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveMachineUserFromGroupDefault

type RemoveMachineUserFromGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RemoveMachineUserFromGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRemoveMachineUserFromGroupDefault

func NewRemoveMachineUserFromGroupDefault(code int) *RemoveMachineUserFromGroupDefault

NewRemoveMachineUserFromGroupDefault creates a RemoveMachineUserFromGroupDefault with default headers values

func (*RemoveMachineUserFromGroupDefault) Code

Code gets the status code for the remove machine user from group default response

func (*RemoveMachineUserFromGroupDefault) Error

func (*RemoveMachineUserFromGroupDefault) GetPayload

func (*RemoveMachineUserFromGroupDefault) IsClientError

func (o *RemoveMachineUserFromGroupDefault) IsClientError() bool

IsClientError returns true when this remove machine user from group default response has a 4xx status code

func (*RemoveMachineUserFromGroupDefault) IsCode

func (o *RemoveMachineUserFromGroupDefault) IsCode(code int) bool

IsCode returns true when this remove machine user from group default response a status code equal to that given

func (*RemoveMachineUserFromGroupDefault) IsRedirect

func (o *RemoveMachineUserFromGroupDefault) IsRedirect() bool

IsRedirect returns true when this remove machine user from group default response has a 3xx status code

func (*RemoveMachineUserFromGroupDefault) IsServerError

func (o *RemoveMachineUserFromGroupDefault) IsServerError() bool

IsServerError returns true when this remove machine user from group default response has a 5xx status code

func (*RemoveMachineUserFromGroupDefault) IsSuccess

func (o *RemoveMachineUserFromGroupDefault) IsSuccess() bool

IsSuccess returns true when this remove machine user from group default response has a 2xx status code

func (*RemoveMachineUserFromGroupDefault) String

type RemoveMachineUserFromGroupOK

type RemoveMachineUserFromGroupOK struct {
	Payload models.RemoveMachineUserFromGroupResponse
}

RemoveMachineUserFromGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRemoveMachineUserFromGroupOK

func NewRemoveMachineUserFromGroupOK() *RemoveMachineUserFromGroupOK

NewRemoveMachineUserFromGroupOK creates a RemoveMachineUserFromGroupOK with default headers values

func (*RemoveMachineUserFromGroupOK) Code

Code gets the status code for the remove machine user from group o k response

func (*RemoveMachineUserFromGroupOK) Error

func (*RemoveMachineUserFromGroupOK) GetPayload

func (*RemoveMachineUserFromGroupOK) IsClientError

func (o *RemoveMachineUserFromGroupOK) IsClientError() bool

IsClientError returns true when this remove machine user from group o k response has a 4xx status code

func (*RemoveMachineUserFromGroupOK) IsCode

func (o *RemoveMachineUserFromGroupOK) IsCode(code int) bool

IsCode returns true when this remove machine user from group o k response a status code equal to that given

func (*RemoveMachineUserFromGroupOK) IsRedirect

func (o *RemoveMachineUserFromGroupOK) IsRedirect() bool

IsRedirect returns true when this remove machine user from group o k response has a 3xx status code

func (*RemoveMachineUserFromGroupOK) IsServerError

func (o *RemoveMachineUserFromGroupOK) IsServerError() bool

IsServerError returns true when this remove machine user from group o k response has a 5xx status code

func (*RemoveMachineUserFromGroupOK) IsSuccess

func (o *RemoveMachineUserFromGroupOK) IsSuccess() bool

IsSuccess returns true when this remove machine user from group o k response has a 2xx status code

func (*RemoveMachineUserFromGroupOK) String

type RemoveMachineUserFromGroupParams

type RemoveMachineUserFromGroupParams struct {

	// Input.
	Input *models.RemoveMachineUserFromGroupRequest

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

RemoveMachineUserFromGroupParams contains all the parameters to send to the API endpoint

for the remove machine user from group operation.

Typically these are written to a http.Request.

func NewRemoveMachineUserFromGroupParams

func NewRemoveMachineUserFromGroupParams() *RemoveMachineUserFromGroupParams

NewRemoveMachineUserFromGroupParams creates a new RemoveMachineUserFromGroupParams 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 NewRemoveMachineUserFromGroupParamsWithContext

func NewRemoveMachineUserFromGroupParamsWithContext(ctx context.Context) *RemoveMachineUserFromGroupParams

NewRemoveMachineUserFromGroupParamsWithContext creates a new RemoveMachineUserFromGroupParams object with the ability to set a context for a request.

func NewRemoveMachineUserFromGroupParamsWithHTTPClient

func NewRemoveMachineUserFromGroupParamsWithHTTPClient(client *http.Client) *RemoveMachineUserFromGroupParams

NewRemoveMachineUserFromGroupParamsWithHTTPClient creates a new RemoveMachineUserFromGroupParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveMachineUserFromGroupParamsWithTimeout

func NewRemoveMachineUserFromGroupParamsWithTimeout(timeout time.Duration) *RemoveMachineUserFromGroupParams

NewRemoveMachineUserFromGroupParamsWithTimeout creates a new RemoveMachineUserFromGroupParams object with the ability to set a timeout on a request.

func (*RemoveMachineUserFromGroupParams) SetContext

SetContext adds the context to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) SetDefaults

func (o *RemoveMachineUserFromGroupParams) SetDefaults()

SetDefaults hydrates default values in the remove machine user from group params (not the query body).

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

func (*RemoveMachineUserFromGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) SetInput

SetInput adds the input to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) SetTimeout

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

SetTimeout adds the timeout to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) WithContext

WithContext adds the context to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) WithDefaults

WithDefaults hydrates default values in the remove machine user from group params (not the query body).

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

func (*RemoveMachineUserFromGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) WithInput

WithInput adds the input to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) WithTimeout

WithTimeout adds the timeout to the remove machine user from group params

func (*RemoveMachineUserFromGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveMachineUserFromGroupReader

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

RemoveMachineUserFromGroupReader is a Reader for the RemoveMachineUserFromGroup structure.

func (*RemoveMachineUserFromGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveUserFromGroupDefault

type RemoveUserFromGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RemoveUserFromGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRemoveUserFromGroupDefault

func NewRemoveUserFromGroupDefault(code int) *RemoveUserFromGroupDefault

NewRemoveUserFromGroupDefault creates a RemoveUserFromGroupDefault with default headers values

func (*RemoveUserFromGroupDefault) Code

func (o *RemoveUserFromGroupDefault) Code() int

Code gets the status code for the remove user from group default response

func (*RemoveUserFromGroupDefault) Error

func (*RemoveUserFromGroupDefault) GetPayload

func (o *RemoveUserFromGroupDefault) GetPayload() *models.Error

func (*RemoveUserFromGroupDefault) IsClientError

func (o *RemoveUserFromGroupDefault) IsClientError() bool

IsClientError returns true when this remove user from group default response has a 4xx status code

func (*RemoveUserFromGroupDefault) IsCode

func (o *RemoveUserFromGroupDefault) IsCode(code int) bool

IsCode returns true when this remove user from group default response a status code equal to that given

func (*RemoveUserFromGroupDefault) IsRedirect

func (o *RemoveUserFromGroupDefault) IsRedirect() bool

IsRedirect returns true when this remove user from group default response has a 3xx status code

func (*RemoveUserFromGroupDefault) IsServerError

func (o *RemoveUserFromGroupDefault) IsServerError() bool

IsServerError returns true when this remove user from group default response has a 5xx status code

func (*RemoveUserFromGroupDefault) IsSuccess

func (o *RemoveUserFromGroupDefault) IsSuccess() bool

IsSuccess returns true when this remove user from group default response has a 2xx status code

func (*RemoveUserFromGroupDefault) String

func (o *RemoveUserFromGroupDefault) String() string

type RemoveUserFromGroupOK

type RemoveUserFromGroupOK struct {
	Payload models.RemoveUserFromGroupResponse
}

RemoveUserFromGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRemoveUserFromGroupOK

func NewRemoveUserFromGroupOK() *RemoveUserFromGroupOK

NewRemoveUserFromGroupOK creates a RemoveUserFromGroupOK with default headers values

func (*RemoveUserFromGroupOK) Code

func (o *RemoveUserFromGroupOK) Code() int

Code gets the status code for the remove user from group o k response

func (*RemoveUserFromGroupOK) Error

func (o *RemoveUserFromGroupOK) Error() string

func (*RemoveUserFromGroupOK) GetPayload

func (*RemoveUserFromGroupOK) IsClientError

func (o *RemoveUserFromGroupOK) IsClientError() bool

IsClientError returns true when this remove user from group o k response has a 4xx status code

func (*RemoveUserFromGroupOK) IsCode

func (o *RemoveUserFromGroupOK) IsCode(code int) bool

IsCode returns true when this remove user from group o k response a status code equal to that given

func (*RemoveUserFromGroupOK) IsRedirect

func (o *RemoveUserFromGroupOK) IsRedirect() bool

IsRedirect returns true when this remove user from group o k response has a 3xx status code

func (*RemoveUserFromGroupOK) IsServerError

func (o *RemoveUserFromGroupOK) IsServerError() bool

IsServerError returns true when this remove user from group o k response has a 5xx status code

func (*RemoveUserFromGroupOK) IsSuccess

func (o *RemoveUserFromGroupOK) IsSuccess() bool

IsSuccess returns true when this remove user from group o k response has a 2xx status code

func (*RemoveUserFromGroupOK) String

func (o *RemoveUserFromGroupOK) String() string

type RemoveUserFromGroupParams

type RemoveUserFromGroupParams struct {

	// Input.
	Input *models.RemoveUserFromGroupRequest

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

RemoveUserFromGroupParams contains all the parameters to send to the API endpoint

for the remove user from group operation.

Typically these are written to a http.Request.

func NewRemoveUserFromGroupParams

func NewRemoveUserFromGroupParams() *RemoveUserFromGroupParams

NewRemoveUserFromGroupParams creates a new RemoveUserFromGroupParams 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 NewRemoveUserFromGroupParamsWithContext

func NewRemoveUserFromGroupParamsWithContext(ctx context.Context) *RemoveUserFromGroupParams

NewRemoveUserFromGroupParamsWithContext creates a new RemoveUserFromGroupParams object with the ability to set a context for a request.

func NewRemoveUserFromGroupParamsWithHTTPClient

func NewRemoveUserFromGroupParamsWithHTTPClient(client *http.Client) *RemoveUserFromGroupParams

NewRemoveUserFromGroupParamsWithHTTPClient creates a new RemoveUserFromGroupParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveUserFromGroupParamsWithTimeout

func NewRemoveUserFromGroupParamsWithTimeout(timeout time.Duration) *RemoveUserFromGroupParams

NewRemoveUserFromGroupParamsWithTimeout creates a new RemoveUserFromGroupParams object with the ability to set a timeout on a request.

func (*RemoveUserFromGroupParams) SetContext

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

SetContext adds the context to the remove user from group params

func (*RemoveUserFromGroupParams) SetDefaults

func (o *RemoveUserFromGroupParams) SetDefaults()

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

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

func (*RemoveUserFromGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove user from group params

func (*RemoveUserFromGroupParams) SetInput

SetInput adds the input to the remove user from group params

func (*RemoveUserFromGroupParams) SetTimeout

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

SetTimeout adds the timeout to the remove user from group params

func (*RemoveUserFromGroupParams) WithContext

WithContext adds the context to the remove user from group params

func (*RemoveUserFromGroupParams) WithDefaults

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

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

func (*RemoveUserFromGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove user from group params

func (*RemoveUserFromGroupParams) WithInput

WithInput adds the input to the remove user from group params

func (*RemoveUserFromGroupParams) WithTimeout

WithTimeout adds the timeout to the remove user from group params

func (*RemoveUserFromGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveUserFromGroupReader

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

RemoveUserFromGroupReader is a Reader for the RemoveUserFromGroup structure.

func (*RemoveUserFromGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAccountMessagesDefault

type SetAccountMessagesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetAccountMessagesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetAccountMessagesDefault

func NewSetAccountMessagesDefault(code int) *SetAccountMessagesDefault

NewSetAccountMessagesDefault creates a SetAccountMessagesDefault with default headers values

func (*SetAccountMessagesDefault) Code

func (o *SetAccountMessagesDefault) Code() int

Code gets the status code for the set account messages default response

func (*SetAccountMessagesDefault) Error

func (o *SetAccountMessagesDefault) Error() string

func (*SetAccountMessagesDefault) GetPayload

func (o *SetAccountMessagesDefault) GetPayload() *models.Error

func (*SetAccountMessagesDefault) IsClientError

func (o *SetAccountMessagesDefault) IsClientError() bool

IsClientError returns true when this set account messages default response has a 4xx status code

func (*SetAccountMessagesDefault) IsCode

func (o *SetAccountMessagesDefault) IsCode(code int) bool

IsCode returns true when this set account messages default response a status code equal to that given

func (*SetAccountMessagesDefault) IsRedirect

func (o *SetAccountMessagesDefault) IsRedirect() bool

IsRedirect returns true when this set account messages default response has a 3xx status code

func (*SetAccountMessagesDefault) IsServerError

func (o *SetAccountMessagesDefault) IsServerError() bool

IsServerError returns true when this set account messages default response has a 5xx status code

func (*SetAccountMessagesDefault) IsSuccess

func (o *SetAccountMessagesDefault) IsSuccess() bool

IsSuccess returns true when this set account messages default response has a 2xx status code

func (*SetAccountMessagesDefault) String

func (o *SetAccountMessagesDefault) String() string

type SetAccountMessagesOK

type SetAccountMessagesOK struct {
	Payload models.SetAccountMessagesResponse
}

SetAccountMessagesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetAccountMessagesOK

func NewSetAccountMessagesOK() *SetAccountMessagesOK

NewSetAccountMessagesOK creates a SetAccountMessagesOK with default headers values

func (*SetAccountMessagesOK) Code

func (o *SetAccountMessagesOK) Code() int

Code gets the status code for the set account messages o k response

func (*SetAccountMessagesOK) Error

func (o *SetAccountMessagesOK) Error() string

func (*SetAccountMessagesOK) GetPayload

func (*SetAccountMessagesOK) IsClientError

func (o *SetAccountMessagesOK) IsClientError() bool

IsClientError returns true when this set account messages o k response has a 4xx status code

func (*SetAccountMessagesOK) IsCode

func (o *SetAccountMessagesOK) IsCode(code int) bool

IsCode returns true when this set account messages o k response a status code equal to that given

func (*SetAccountMessagesOK) IsRedirect

func (o *SetAccountMessagesOK) IsRedirect() bool

IsRedirect returns true when this set account messages o k response has a 3xx status code

func (*SetAccountMessagesOK) IsServerError

func (o *SetAccountMessagesOK) IsServerError() bool

IsServerError returns true when this set account messages o k response has a 5xx status code

func (*SetAccountMessagesOK) IsSuccess

func (o *SetAccountMessagesOK) IsSuccess() bool

IsSuccess returns true when this set account messages o k response has a 2xx status code

func (*SetAccountMessagesOK) String

func (o *SetAccountMessagesOK) String() string

type SetAccountMessagesParams

type SetAccountMessagesParams struct {

	// Input.
	Input *models.SetAccountMessagesRequest

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

SetAccountMessagesParams contains all the parameters to send to the API endpoint

for the set account messages operation.

Typically these are written to a http.Request.

func NewSetAccountMessagesParams

func NewSetAccountMessagesParams() *SetAccountMessagesParams

NewSetAccountMessagesParams creates a new SetAccountMessagesParams 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 NewSetAccountMessagesParamsWithContext

func NewSetAccountMessagesParamsWithContext(ctx context.Context) *SetAccountMessagesParams

NewSetAccountMessagesParamsWithContext creates a new SetAccountMessagesParams object with the ability to set a context for a request.

func NewSetAccountMessagesParamsWithHTTPClient

func NewSetAccountMessagesParamsWithHTTPClient(client *http.Client) *SetAccountMessagesParams

NewSetAccountMessagesParamsWithHTTPClient creates a new SetAccountMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewSetAccountMessagesParamsWithTimeout

func NewSetAccountMessagesParamsWithTimeout(timeout time.Duration) *SetAccountMessagesParams

NewSetAccountMessagesParamsWithTimeout creates a new SetAccountMessagesParams object with the ability to set a timeout on a request.

func (*SetAccountMessagesParams) SetContext

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

SetContext adds the context to the set account messages params

func (*SetAccountMessagesParams) SetDefaults

func (o *SetAccountMessagesParams) SetDefaults()

SetDefaults hydrates default values in the set account messages params (not the query body).

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

func (*SetAccountMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set account messages params

func (*SetAccountMessagesParams) SetInput

SetInput adds the input to the set account messages params

func (*SetAccountMessagesParams) SetTimeout

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

SetTimeout adds the timeout to the set account messages params

func (*SetAccountMessagesParams) WithContext

WithContext adds the context to the set account messages params

func (*SetAccountMessagesParams) WithDefaults

WithDefaults hydrates default values in the set account messages params (not the query body).

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

func (*SetAccountMessagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set account messages params

func (*SetAccountMessagesParams) WithInput

WithInput adds the input to the set account messages params

func (*SetAccountMessagesParams) WithTimeout

WithTimeout adds the timeout to the set account messages params

func (*SetAccountMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAccountMessagesReader

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

SetAccountMessagesReader is a Reader for the SetAccountMessages structure.

func (*SetAccountMessagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAuthenticationPolicyDefault

type SetAuthenticationPolicyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetAuthenticationPolicyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetAuthenticationPolicyDefault

func NewSetAuthenticationPolicyDefault(code int) *SetAuthenticationPolicyDefault

NewSetAuthenticationPolicyDefault creates a SetAuthenticationPolicyDefault with default headers values

func (*SetAuthenticationPolicyDefault) Code

Code gets the status code for the set authentication policy default response

func (*SetAuthenticationPolicyDefault) Error

func (*SetAuthenticationPolicyDefault) GetPayload

func (o *SetAuthenticationPolicyDefault) GetPayload() *models.Error

func (*SetAuthenticationPolicyDefault) IsClientError

func (o *SetAuthenticationPolicyDefault) IsClientError() bool

IsClientError returns true when this set authentication policy default response has a 4xx status code

func (*SetAuthenticationPolicyDefault) IsCode

func (o *SetAuthenticationPolicyDefault) IsCode(code int) bool

IsCode returns true when this set authentication policy default response a status code equal to that given

func (*SetAuthenticationPolicyDefault) IsRedirect

func (o *SetAuthenticationPolicyDefault) IsRedirect() bool

IsRedirect returns true when this set authentication policy default response has a 3xx status code

func (*SetAuthenticationPolicyDefault) IsServerError

func (o *SetAuthenticationPolicyDefault) IsServerError() bool

IsServerError returns true when this set authentication policy default response has a 5xx status code

func (*SetAuthenticationPolicyDefault) IsSuccess

func (o *SetAuthenticationPolicyDefault) IsSuccess() bool

IsSuccess returns true when this set authentication policy default response has a 2xx status code

func (*SetAuthenticationPolicyDefault) String

type SetAuthenticationPolicyOK

type SetAuthenticationPolicyOK struct {
	Payload models.SetAuthenticationPolicyResponse
}

SetAuthenticationPolicyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetAuthenticationPolicyOK

func NewSetAuthenticationPolicyOK() *SetAuthenticationPolicyOK

NewSetAuthenticationPolicyOK creates a SetAuthenticationPolicyOK with default headers values

func (*SetAuthenticationPolicyOK) Code

func (o *SetAuthenticationPolicyOK) Code() int

Code gets the status code for the set authentication policy o k response

func (*SetAuthenticationPolicyOK) Error

func (o *SetAuthenticationPolicyOK) Error() string

func (*SetAuthenticationPolicyOK) GetPayload

func (*SetAuthenticationPolicyOK) IsClientError

func (o *SetAuthenticationPolicyOK) IsClientError() bool

IsClientError returns true when this set authentication policy o k response has a 4xx status code

func (*SetAuthenticationPolicyOK) IsCode

func (o *SetAuthenticationPolicyOK) IsCode(code int) bool

IsCode returns true when this set authentication policy o k response a status code equal to that given

func (*SetAuthenticationPolicyOK) IsRedirect

func (o *SetAuthenticationPolicyOK) IsRedirect() bool

IsRedirect returns true when this set authentication policy o k response has a 3xx status code

func (*SetAuthenticationPolicyOK) IsServerError

func (o *SetAuthenticationPolicyOK) IsServerError() bool

IsServerError returns true when this set authentication policy o k response has a 5xx status code

func (*SetAuthenticationPolicyOK) IsSuccess

func (o *SetAuthenticationPolicyOK) IsSuccess() bool

IsSuccess returns true when this set authentication policy o k response has a 2xx status code

func (*SetAuthenticationPolicyOK) String

func (o *SetAuthenticationPolicyOK) String() string

type SetAuthenticationPolicyParams

type SetAuthenticationPolicyParams struct {

	// Input.
	Input *models.SetAuthenticationPolicyRequest

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

SetAuthenticationPolicyParams contains all the parameters to send to the API endpoint

for the set authentication policy operation.

Typically these are written to a http.Request.

func NewSetAuthenticationPolicyParams

func NewSetAuthenticationPolicyParams() *SetAuthenticationPolicyParams

NewSetAuthenticationPolicyParams creates a new SetAuthenticationPolicyParams 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 NewSetAuthenticationPolicyParamsWithContext

func NewSetAuthenticationPolicyParamsWithContext(ctx context.Context) *SetAuthenticationPolicyParams

NewSetAuthenticationPolicyParamsWithContext creates a new SetAuthenticationPolicyParams object with the ability to set a context for a request.

func NewSetAuthenticationPolicyParamsWithHTTPClient

func NewSetAuthenticationPolicyParamsWithHTTPClient(client *http.Client) *SetAuthenticationPolicyParams

NewSetAuthenticationPolicyParamsWithHTTPClient creates a new SetAuthenticationPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewSetAuthenticationPolicyParamsWithTimeout

func NewSetAuthenticationPolicyParamsWithTimeout(timeout time.Duration) *SetAuthenticationPolicyParams

NewSetAuthenticationPolicyParamsWithTimeout creates a new SetAuthenticationPolicyParams object with the ability to set a timeout on a request.

func (*SetAuthenticationPolicyParams) SetContext

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

SetContext adds the context to the set authentication policy params

func (*SetAuthenticationPolicyParams) SetDefaults

func (o *SetAuthenticationPolicyParams) SetDefaults()

SetDefaults hydrates default values in the set authentication policy params (not the query body).

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

func (*SetAuthenticationPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set authentication policy params

func (*SetAuthenticationPolicyParams) SetInput

SetInput adds the input to the set authentication policy params

func (*SetAuthenticationPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the set authentication policy params

func (*SetAuthenticationPolicyParams) WithContext

WithContext adds the context to the set authentication policy params

func (*SetAuthenticationPolicyParams) WithDefaults

WithDefaults hydrates default values in the set authentication policy params (not the query body).

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

func (*SetAuthenticationPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set authentication policy params

func (*SetAuthenticationPolicyParams) WithInput

WithInput adds the input to the set authentication policy params

func (*SetAuthenticationPolicyParams) WithTimeout

WithTimeout adds the timeout to the set authentication policy params

func (*SetAuthenticationPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAuthenticationPolicyReader

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

SetAuthenticationPolicyReader is a Reader for the SetAuthenticationPolicy structure.

func (*SetAuthenticationPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDefaultIdentityProviderDefault added in v0.4.2

type SetDefaultIdentityProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetDefaultIdentityProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetDefaultIdentityProviderDefault added in v0.4.2

func NewSetDefaultIdentityProviderDefault(code int) *SetDefaultIdentityProviderDefault

NewSetDefaultIdentityProviderDefault creates a SetDefaultIdentityProviderDefault with default headers values

func (*SetDefaultIdentityProviderDefault) Code added in v0.4.2

Code gets the status code for the set default identity provider default response

func (*SetDefaultIdentityProviderDefault) Error added in v0.4.2

func (*SetDefaultIdentityProviderDefault) GetPayload added in v0.4.2

func (*SetDefaultIdentityProviderDefault) IsClientError added in v0.4.2

func (o *SetDefaultIdentityProviderDefault) IsClientError() bool

IsClientError returns true when this set default identity provider default response has a 4xx status code

func (*SetDefaultIdentityProviderDefault) IsCode added in v0.4.2

func (o *SetDefaultIdentityProviderDefault) IsCode(code int) bool

IsCode returns true when this set default identity provider default response a status code equal to that given

func (*SetDefaultIdentityProviderDefault) IsRedirect added in v0.4.2

func (o *SetDefaultIdentityProviderDefault) IsRedirect() bool

IsRedirect returns true when this set default identity provider default response has a 3xx status code

func (*SetDefaultIdentityProviderDefault) IsServerError added in v0.4.2

func (o *SetDefaultIdentityProviderDefault) IsServerError() bool

IsServerError returns true when this set default identity provider default response has a 5xx status code

func (*SetDefaultIdentityProviderDefault) IsSuccess added in v0.4.2

func (o *SetDefaultIdentityProviderDefault) IsSuccess() bool

IsSuccess returns true when this set default identity provider default response has a 2xx status code

func (*SetDefaultIdentityProviderDefault) String added in v0.4.2

type SetDefaultIdentityProviderOK added in v0.4.2

type SetDefaultIdentityProviderOK struct {
	Payload models.SetDefaultIdentityProviderResponse
}

SetDefaultIdentityProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetDefaultIdentityProviderOK added in v0.4.2

func NewSetDefaultIdentityProviderOK() *SetDefaultIdentityProviderOK

NewSetDefaultIdentityProviderOK creates a SetDefaultIdentityProviderOK with default headers values

func (*SetDefaultIdentityProviderOK) Code added in v0.4.2

Code gets the status code for the set default identity provider o k response

func (*SetDefaultIdentityProviderOK) Error added in v0.4.2

func (*SetDefaultIdentityProviderOK) GetPayload added in v0.4.2

func (*SetDefaultIdentityProviderOK) IsClientError added in v0.4.2

func (o *SetDefaultIdentityProviderOK) IsClientError() bool

IsClientError returns true when this set default identity provider o k response has a 4xx status code

func (*SetDefaultIdentityProviderOK) IsCode added in v0.4.2

func (o *SetDefaultIdentityProviderOK) IsCode(code int) bool

IsCode returns true when this set default identity provider o k response a status code equal to that given

func (*SetDefaultIdentityProviderOK) IsRedirect added in v0.4.2

func (o *SetDefaultIdentityProviderOK) IsRedirect() bool

IsRedirect returns true when this set default identity provider o k response has a 3xx status code

func (*SetDefaultIdentityProviderOK) IsServerError added in v0.4.2

func (o *SetDefaultIdentityProviderOK) IsServerError() bool

IsServerError returns true when this set default identity provider o k response has a 5xx status code

func (*SetDefaultIdentityProviderOK) IsSuccess added in v0.4.2

func (o *SetDefaultIdentityProviderOK) IsSuccess() bool

IsSuccess returns true when this set default identity provider o k response has a 2xx status code

func (*SetDefaultIdentityProviderOK) String added in v0.4.2

type SetDefaultIdentityProviderParams added in v0.4.2

type SetDefaultIdentityProviderParams struct {

	// Input.
	Input *models.SetDefaultIdentityProviderRequest

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

SetDefaultIdentityProviderParams contains all the parameters to send to the API endpoint

for the set default identity provider operation.

Typically these are written to a http.Request.

func NewSetDefaultIdentityProviderParams added in v0.4.2

func NewSetDefaultIdentityProviderParams() *SetDefaultIdentityProviderParams

NewSetDefaultIdentityProviderParams creates a new SetDefaultIdentityProviderParams 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 NewSetDefaultIdentityProviderParamsWithContext added in v0.4.2

func NewSetDefaultIdentityProviderParamsWithContext(ctx context.Context) *SetDefaultIdentityProviderParams

NewSetDefaultIdentityProviderParamsWithContext creates a new SetDefaultIdentityProviderParams object with the ability to set a context for a request.

func NewSetDefaultIdentityProviderParamsWithHTTPClient added in v0.4.2

func NewSetDefaultIdentityProviderParamsWithHTTPClient(client *http.Client) *SetDefaultIdentityProviderParams

NewSetDefaultIdentityProviderParamsWithHTTPClient creates a new SetDefaultIdentityProviderParams object with the ability to set a custom HTTPClient for a request.

func NewSetDefaultIdentityProviderParamsWithTimeout added in v0.4.2

func NewSetDefaultIdentityProviderParamsWithTimeout(timeout time.Duration) *SetDefaultIdentityProviderParams

NewSetDefaultIdentityProviderParamsWithTimeout creates a new SetDefaultIdentityProviderParams object with the ability to set a timeout on a request.

func (*SetDefaultIdentityProviderParams) SetContext added in v0.4.2

SetContext adds the context to the set default identity provider params

func (*SetDefaultIdentityProviderParams) SetDefaults added in v0.4.2

func (o *SetDefaultIdentityProviderParams) SetDefaults()

SetDefaults hydrates default values in the set default identity provider params (not the query body).

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

func (*SetDefaultIdentityProviderParams) SetHTTPClient added in v0.4.2

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

SetHTTPClient adds the HTTPClient to the set default identity provider params

func (*SetDefaultIdentityProviderParams) SetInput added in v0.4.2

SetInput adds the input to the set default identity provider params

func (*SetDefaultIdentityProviderParams) SetTimeout added in v0.4.2

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

SetTimeout adds the timeout to the set default identity provider params

func (*SetDefaultIdentityProviderParams) WithContext added in v0.4.2

WithContext adds the context to the set default identity provider params

func (*SetDefaultIdentityProviderParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the set default identity provider params (not the query body).

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

func (*SetDefaultIdentityProviderParams) WithHTTPClient added in v0.4.2

WithHTTPClient adds the HTTPClient to the set default identity provider params

func (*SetDefaultIdentityProviderParams) WithInput added in v0.4.2

WithInput adds the input to the set default identity provider params

func (*SetDefaultIdentityProviderParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the set default identity provider params

func (*SetDefaultIdentityProviderParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type SetDefaultIdentityProviderReader added in v0.4.2

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

SetDefaultIdentityProviderReader is a Reader for the SetDefaultIdentityProvider structure.

func (*SetDefaultIdentityProviderReader) ReadResponse added in v0.4.2

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

ReadResponse reads a server response into the received o.

type SetWorkloadPasswordDefault

type SetWorkloadPasswordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetWorkloadPasswordDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetWorkloadPasswordDefault

func NewSetWorkloadPasswordDefault(code int) *SetWorkloadPasswordDefault

NewSetWorkloadPasswordDefault creates a SetWorkloadPasswordDefault with default headers values

func (*SetWorkloadPasswordDefault) Code

func (o *SetWorkloadPasswordDefault) Code() int

Code gets the status code for the set workload password default response

func (*SetWorkloadPasswordDefault) Error

func (*SetWorkloadPasswordDefault) GetPayload

func (o *SetWorkloadPasswordDefault) GetPayload() *models.Error

func (*SetWorkloadPasswordDefault) IsClientError

func (o *SetWorkloadPasswordDefault) IsClientError() bool

IsClientError returns true when this set workload password default response has a 4xx status code

func (*SetWorkloadPasswordDefault) IsCode

func (o *SetWorkloadPasswordDefault) IsCode(code int) bool

IsCode returns true when this set workload password default response a status code equal to that given

func (*SetWorkloadPasswordDefault) IsRedirect

func (o *SetWorkloadPasswordDefault) IsRedirect() bool

IsRedirect returns true when this set workload password default response has a 3xx status code

func (*SetWorkloadPasswordDefault) IsServerError

func (o *SetWorkloadPasswordDefault) IsServerError() bool

IsServerError returns true when this set workload password default response has a 5xx status code

func (*SetWorkloadPasswordDefault) IsSuccess

func (o *SetWorkloadPasswordDefault) IsSuccess() bool

IsSuccess returns true when this set workload password default response has a 2xx status code

func (*SetWorkloadPasswordDefault) String

func (o *SetWorkloadPasswordDefault) String() string

type SetWorkloadPasswordOK

type SetWorkloadPasswordOK struct {
	Payload models.SetWorkloadPasswordResponse
}

SetWorkloadPasswordOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetWorkloadPasswordOK

func NewSetWorkloadPasswordOK() *SetWorkloadPasswordOK

NewSetWorkloadPasswordOK creates a SetWorkloadPasswordOK with default headers values

func (*SetWorkloadPasswordOK) Code

func (o *SetWorkloadPasswordOK) Code() int

Code gets the status code for the set workload password o k response

func (*SetWorkloadPasswordOK) Error

func (o *SetWorkloadPasswordOK) Error() string

func (*SetWorkloadPasswordOK) GetPayload

func (*SetWorkloadPasswordOK) IsClientError

func (o *SetWorkloadPasswordOK) IsClientError() bool

IsClientError returns true when this set workload password o k response has a 4xx status code

func (*SetWorkloadPasswordOK) IsCode

func (o *SetWorkloadPasswordOK) IsCode(code int) bool

IsCode returns true when this set workload password o k response a status code equal to that given

func (*SetWorkloadPasswordOK) IsRedirect

func (o *SetWorkloadPasswordOK) IsRedirect() bool

IsRedirect returns true when this set workload password o k response has a 3xx status code

func (*SetWorkloadPasswordOK) IsServerError

func (o *SetWorkloadPasswordOK) IsServerError() bool

IsServerError returns true when this set workload password o k response has a 5xx status code

func (*SetWorkloadPasswordOK) IsSuccess

func (o *SetWorkloadPasswordOK) IsSuccess() bool

IsSuccess returns true when this set workload password o k response has a 2xx status code

func (*SetWorkloadPasswordOK) String

func (o *SetWorkloadPasswordOK) String() string

type SetWorkloadPasswordParams

type SetWorkloadPasswordParams struct {

	// Input.
	Input *models.SetWorkloadPasswordRequest

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

SetWorkloadPasswordParams contains all the parameters to send to the API endpoint

for the set workload password operation.

Typically these are written to a http.Request.

func NewSetWorkloadPasswordParams

func NewSetWorkloadPasswordParams() *SetWorkloadPasswordParams

NewSetWorkloadPasswordParams creates a new SetWorkloadPasswordParams 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 NewSetWorkloadPasswordParamsWithContext

func NewSetWorkloadPasswordParamsWithContext(ctx context.Context) *SetWorkloadPasswordParams

NewSetWorkloadPasswordParamsWithContext creates a new SetWorkloadPasswordParams object with the ability to set a context for a request.

func NewSetWorkloadPasswordParamsWithHTTPClient

func NewSetWorkloadPasswordParamsWithHTTPClient(client *http.Client) *SetWorkloadPasswordParams

NewSetWorkloadPasswordParamsWithHTTPClient creates a new SetWorkloadPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewSetWorkloadPasswordParamsWithTimeout

func NewSetWorkloadPasswordParamsWithTimeout(timeout time.Duration) *SetWorkloadPasswordParams

NewSetWorkloadPasswordParamsWithTimeout creates a new SetWorkloadPasswordParams object with the ability to set a timeout on a request.

func (*SetWorkloadPasswordParams) SetContext

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

SetContext adds the context to the set workload password params

func (*SetWorkloadPasswordParams) SetDefaults

func (o *SetWorkloadPasswordParams) SetDefaults()

SetDefaults hydrates default values in the set workload password params (not the query body).

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

func (*SetWorkloadPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set workload password params

func (*SetWorkloadPasswordParams) SetInput

SetInput adds the input to the set workload password params

func (*SetWorkloadPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the set workload password params

func (*SetWorkloadPasswordParams) WithContext

WithContext adds the context to the set workload password params

func (*SetWorkloadPasswordParams) WithDefaults

WithDefaults hydrates default values in the set workload password params (not the query body).

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

func (*SetWorkloadPasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set workload password params

func (*SetWorkloadPasswordParams) WithInput

WithInput adds the input to the set workload password params

func (*SetWorkloadPasswordParams) WithTimeout

WithTimeout adds the timeout to the set workload password params

func (*SetWorkloadPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetWorkloadPasswordPolicyDefault

type SetWorkloadPasswordPolicyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetWorkloadPasswordPolicyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetWorkloadPasswordPolicyDefault

func NewSetWorkloadPasswordPolicyDefault(code int) *SetWorkloadPasswordPolicyDefault

NewSetWorkloadPasswordPolicyDefault creates a SetWorkloadPasswordPolicyDefault with default headers values

func (*SetWorkloadPasswordPolicyDefault) Code

Code gets the status code for the set workload password policy default response

func (*SetWorkloadPasswordPolicyDefault) Error

func (*SetWorkloadPasswordPolicyDefault) GetPayload

func (*SetWorkloadPasswordPolicyDefault) IsClientError

func (o *SetWorkloadPasswordPolicyDefault) IsClientError() bool

IsClientError returns true when this set workload password policy default response has a 4xx status code

func (*SetWorkloadPasswordPolicyDefault) IsCode

func (o *SetWorkloadPasswordPolicyDefault) IsCode(code int) bool

IsCode returns true when this set workload password policy default response a status code equal to that given

func (*SetWorkloadPasswordPolicyDefault) IsRedirect

func (o *SetWorkloadPasswordPolicyDefault) IsRedirect() bool

IsRedirect returns true when this set workload password policy default response has a 3xx status code

func (*SetWorkloadPasswordPolicyDefault) IsServerError

func (o *SetWorkloadPasswordPolicyDefault) IsServerError() bool

IsServerError returns true when this set workload password policy default response has a 5xx status code

func (*SetWorkloadPasswordPolicyDefault) IsSuccess

func (o *SetWorkloadPasswordPolicyDefault) IsSuccess() bool

IsSuccess returns true when this set workload password policy default response has a 2xx status code

func (*SetWorkloadPasswordPolicyDefault) String

type SetWorkloadPasswordPolicyOK

type SetWorkloadPasswordPolicyOK struct {
	Payload models.SetWorkloadPasswordPolicyResponse
}

SetWorkloadPasswordPolicyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetWorkloadPasswordPolicyOK

func NewSetWorkloadPasswordPolicyOK() *SetWorkloadPasswordPolicyOK

NewSetWorkloadPasswordPolicyOK creates a SetWorkloadPasswordPolicyOK with default headers values

func (*SetWorkloadPasswordPolicyOK) Code

func (o *SetWorkloadPasswordPolicyOK) Code() int

Code gets the status code for the set workload password policy o k response

func (*SetWorkloadPasswordPolicyOK) Error

func (*SetWorkloadPasswordPolicyOK) GetPayload

func (*SetWorkloadPasswordPolicyOK) IsClientError

func (o *SetWorkloadPasswordPolicyOK) IsClientError() bool

IsClientError returns true when this set workload password policy o k response has a 4xx status code

func (*SetWorkloadPasswordPolicyOK) IsCode

func (o *SetWorkloadPasswordPolicyOK) IsCode(code int) bool

IsCode returns true when this set workload password policy o k response a status code equal to that given

func (*SetWorkloadPasswordPolicyOK) IsRedirect

func (o *SetWorkloadPasswordPolicyOK) IsRedirect() bool

IsRedirect returns true when this set workload password policy o k response has a 3xx status code

func (*SetWorkloadPasswordPolicyOK) IsServerError

func (o *SetWorkloadPasswordPolicyOK) IsServerError() bool

IsServerError returns true when this set workload password policy o k response has a 5xx status code

func (*SetWorkloadPasswordPolicyOK) IsSuccess

func (o *SetWorkloadPasswordPolicyOK) IsSuccess() bool

IsSuccess returns true when this set workload password policy o k response has a 2xx status code

func (*SetWorkloadPasswordPolicyOK) String

func (o *SetWorkloadPasswordPolicyOK) String() string

type SetWorkloadPasswordPolicyParams

type SetWorkloadPasswordPolicyParams struct {

	// Input.
	Input *models.SetWorkloadPasswordPolicyRequest

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

SetWorkloadPasswordPolicyParams contains all the parameters to send to the API endpoint

for the set workload password policy operation.

Typically these are written to a http.Request.

func NewSetWorkloadPasswordPolicyParams

func NewSetWorkloadPasswordPolicyParams() *SetWorkloadPasswordPolicyParams

NewSetWorkloadPasswordPolicyParams creates a new SetWorkloadPasswordPolicyParams 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 NewSetWorkloadPasswordPolicyParamsWithContext

func NewSetWorkloadPasswordPolicyParamsWithContext(ctx context.Context) *SetWorkloadPasswordPolicyParams

NewSetWorkloadPasswordPolicyParamsWithContext creates a new SetWorkloadPasswordPolicyParams object with the ability to set a context for a request.

func NewSetWorkloadPasswordPolicyParamsWithHTTPClient

func NewSetWorkloadPasswordPolicyParamsWithHTTPClient(client *http.Client) *SetWorkloadPasswordPolicyParams

NewSetWorkloadPasswordPolicyParamsWithHTTPClient creates a new SetWorkloadPasswordPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewSetWorkloadPasswordPolicyParamsWithTimeout

func NewSetWorkloadPasswordPolicyParamsWithTimeout(timeout time.Duration) *SetWorkloadPasswordPolicyParams

NewSetWorkloadPasswordPolicyParamsWithTimeout creates a new SetWorkloadPasswordPolicyParams object with the ability to set a timeout on a request.

func (*SetWorkloadPasswordPolicyParams) SetContext

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

SetContext adds the context to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) SetDefaults

func (o *SetWorkloadPasswordPolicyParams) SetDefaults()

SetDefaults hydrates default values in the set workload password policy params (not the query body).

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

func (*SetWorkloadPasswordPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) SetInput

SetInput adds the input to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) WithContext

WithContext adds the context to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) WithDefaults

WithDefaults hydrates default values in the set workload password policy params (not the query body).

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

func (*SetWorkloadPasswordPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) WithInput

WithInput adds the input to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) WithTimeout

WithTimeout adds the timeout to the set workload password policy params

func (*SetWorkloadPasswordPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetWorkloadPasswordPolicyReader

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

SetWorkloadPasswordPolicyReader is a Reader for the SetWorkloadPasswordPolicy structure.

func (*SetWorkloadPasswordPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetWorkloadPasswordReader

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

SetWorkloadPasswordReader is a Reader for the SetWorkloadPassword structure.

func (*SetWorkloadPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignAzureCloudIdentityDefault

type UnassignAzureCloudIdentityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignAzureCloudIdentityDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignAzureCloudIdentityDefault

func NewUnassignAzureCloudIdentityDefault(code int) *UnassignAzureCloudIdentityDefault

NewUnassignAzureCloudIdentityDefault creates a UnassignAzureCloudIdentityDefault with default headers values

func (*UnassignAzureCloudIdentityDefault) Code

Code gets the status code for the unassign azure cloud identity default response

func (*UnassignAzureCloudIdentityDefault) Error

func (*UnassignAzureCloudIdentityDefault) GetPayload

func (*UnassignAzureCloudIdentityDefault) IsClientError

func (o *UnassignAzureCloudIdentityDefault) IsClientError() bool

IsClientError returns true when this unassign azure cloud identity default response has a 4xx status code

func (*UnassignAzureCloudIdentityDefault) IsCode

func (o *UnassignAzureCloudIdentityDefault) IsCode(code int) bool

IsCode returns true when this unassign azure cloud identity default response a status code equal to that given

func (*UnassignAzureCloudIdentityDefault) IsRedirect

func (o *UnassignAzureCloudIdentityDefault) IsRedirect() bool

IsRedirect returns true when this unassign azure cloud identity default response has a 3xx status code

func (*UnassignAzureCloudIdentityDefault) IsServerError

func (o *UnassignAzureCloudIdentityDefault) IsServerError() bool

IsServerError returns true when this unassign azure cloud identity default response has a 5xx status code

func (*UnassignAzureCloudIdentityDefault) IsSuccess

func (o *UnassignAzureCloudIdentityDefault) IsSuccess() bool

IsSuccess returns true when this unassign azure cloud identity default response has a 2xx status code

func (*UnassignAzureCloudIdentityDefault) String

type UnassignAzureCloudIdentityOK

type UnassignAzureCloudIdentityOK struct {
	Payload models.UnassignAzureCloudIdentityResponse
}

UnassignAzureCloudIdentityOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignAzureCloudIdentityOK

func NewUnassignAzureCloudIdentityOK() *UnassignAzureCloudIdentityOK

NewUnassignAzureCloudIdentityOK creates a UnassignAzureCloudIdentityOK with default headers values

func (*UnassignAzureCloudIdentityOK) Code

Code gets the status code for the unassign azure cloud identity o k response

func (*UnassignAzureCloudIdentityOK) Error

func (*UnassignAzureCloudIdentityOK) GetPayload

func (*UnassignAzureCloudIdentityOK) IsClientError

func (o *UnassignAzureCloudIdentityOK) IsClientError() bool

IsClientError returns true when this unassign azure cloud identity o k response has a 4xx status code

func (*UnassignAzureCloudIdentityOK) IsCode

func (o *UnassignAzureCloudIdentityOK) IsCode(code int) bool

IsCode returns true when this unassign azure cloud identity o k response a status code equal to that given

func (*UnassignAzureCloudIdentityOK) IsRedirect

func (o *UnassignAzureCloudIdentityOK) IsRedirect() bool

IsRedirect returns true when this unassign azure cloud identity o k response has a 3xx status code

func (*UnassignAzureCloudIdentityOK) IsServerError

func (o *UnassignAzureCloudIdentityOK) IsServerError() bool

IsServerError returns true when this unassign azure cloud identity o k response has a 5xx status code

func (*UnassignAzureCloudIdentityOK) IsSuccess

func (o *UnassignAzureCloudIdentityOK) IsSuccess() bool

IsSuccess returns true when this unassign azure cloud identity o k response has a 2xx status code

func (*UnassignAzureCloudIdentityOK) String

type UnassignAzureCloudIdentityParams

type UnassignAzureCloudIdentityParams struct {

	// Input.
	Input *models.UnassignAzureCloudIdentityRequest

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

UnassignAzureCloudIdentityParams contains all the parameters to send to the API endpoint

for the unassign azure cloud identity operation.

Typically these are written to a http.Request.

func NewUnassignAzureCloudIdentityParams

func NewUnassignAzureCloudIdentityParams() *UnassignAzureCloudIdentityParams

NewUnassignAzureCloudIdentityParams creates a new UnassignAzureCloudIdentityParams 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 NewUnassignAzureCloudIdentityParamsWithContext

func NewUnassignAzureCloudIdentityParamsWithContext(ctx context.Context) *UnassignAzureCloudIdentityParams

NewUnassignAzureCloudIdentityParamsWithContext creates a new UnassignAzureCloudIdentityParams object with the ability to set a context for a request.

func NewUnassignAzureCloudIdentityParamsWithHTTPClient

func NewUnassignAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *UnassignAzureCloudIdentityParams

NewUnassignAzureCloudIdentityParamsWithHTTPClient creates a new UnassignAzureCloudIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignAzureCloudIdentityParamsWithTimeout

func NewUnassignAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *UnassignAzureCloudIdentityParams

NewUnassignAzureCloudIdentityParamsWithTimeout creates a new UnassignAzureCloudIdentityParams object with the ability to set a timeout on a request.

func (*UnassignAzureCloudIdentityParams) SetContext

SetContext adds the context to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) SetDefaults

func (o *UnassignAzureCloudIdentityParams) SetDefaults()

SetDefaults hydrates default values in the unassign azure cloud identity params (not the query body).

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

func (*UnassignAzureCloudIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) SetInput

SetInput adds the input to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) WithContext

WithContext adds the context to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) WithDefaults

WithDefaults hydrates default values in the unassign azure cloud identity params (not the query body).

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

func (*UnassignAzureCloudIdentityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) WithInput

WithInput adds the input to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) WithTimeout

WithTimeout adds the timeout to the unassign azure cloud identity params

func (*UnassignAzureCloudIdentityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignAzureCloudIdentityReader

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

UnassignAzureCloudIdentityReader is a Reader for the UnassignAzureCloudIdentity structure.

func (*UnassignAzureCloudIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignGroupResourceRoleDefault

type UnassignGroupResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignGroupResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignGroupResourceRoleDefault

func NewUnassignGroupResourceRoleDefault(code int) *UnassignGroupResourceRoleDefault

NewUnassignGroupResourceRoleDefault creates a UnassignGroupResourceRoleDefault with default headers values

func (*UnassignGroupResourceRoleDefault) Code

Code gets the status code for the unassign group resource role default response

func (*UnassignGroupResourceRoleDefault) Error

func (*UnassignGroupResourceRoleDefault) GetPayload

func (*UnassignGroupResourceRoleDefault) IsClientError

func (o *UnassignGroupResourceRoleDefault) IsClientError() bool

IsClientError returns true when this unassign group resource role default response has a 4xx status code

func (*UnassignGroupResourceRoleDefault) IsCode

func (o *UnassignGroupResourceRoleDefault) IsCode(code int) bool

IsCode returns true when this unassign group resource role default response a status code equal to that given

func (*UnassignGroupResourceRoleDefault) IsRedirect

func (o *UnassignGroupResourceRoleDefault) IsRedirect() bool

IsRedirect returns true when this unassign group resource role default response has a 3xx status code

func (*UnassignGroupResourceRoleDefault) IsServerError

func (o *UnassignGroupResourceRoleDefault) IsServerError() bool

IsServerError returns true when this unassign group resource role default response has a 5xx status code

func (*UnassignGroupResourceRoleDefault) IsSuccess

func (o *UnassignGroupResourceRoleDefault) IsSuccess() bool

IsSuccess returns true when this unassign group resource role default response has a 2xx status code

func (*UnassignGroupResourceRoleDefault) String

type UnassignGroupResourceRoleOK

type UnassignGroupResourceRoleOK struct {
	Payload models.UnassignGroupResourceRoleResponse
}

UnassignGroupResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignGroupResourceRoleOK

func NewUnassignGroupResourceRoleOK() *UnassignGroupResourceRoleOK

NewUnassignGroupResourceRoleOK creates a UnassignGroupResourceRoleOK with default headers values

func (*UnassignGroupResourceRoleOK) Code

func (o *UnassignGroupResourceRoleOK) Code() int

Code gets the status code for the unassign group resource role o k response

func (*UnassignGroupResourceRoleOK) Error

func (*UnassignGroupResourceRoleOK) GetPayload

func (*UnassignGroupResourceRoleOK) IsClientError

func (o *UnassignGroupResourceRoleOK) IsClientError() bool

IsClientError returns true when this unassign group resource role o k response has a 4xx status code

func (*UnassignGroupResourceRoleOK) IsCode

func (o *UnassignGroupResourceRoleOK) IsCode(code int) bool

IsCode returns true when this unassign group resource role o k response a status code equal to that given

func (*UnassignGroupResourceRoleOK) IsRedirect

func (o *UnassignGroupResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign group resource role o k response has a 3xx status code

func (*UnassignGroupResourceRoleOK) IsServerError

func (o *UnassignGroupResourceRoleOK) IsServerError() bool

IsServerError returns true when this unassign group resource role o k response has a 5xx status code

func (*UnassignGroupResourceRoleOK) IsSuccess

func (o *UnassignGroupResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign group resource role o k response has a 2xx status code

func (*UnassignGroupResourceRoleOK) String

func (o *UnassignGroupResourceRoleOK) String() string

type UnassignGroupResourceRoleParams

type UnassignGroupResourceRoleParams struct {

	// Input.
	Input *models.UnassignGroupResourceRoleRequest

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

UnassignGroupResourceRoleParams contains all the parameters to send to the API endpoint

for the unassign group resource role operation.

Typically these are written to a http.Request.

func NewUnassignGroupResourceRoleParams

func NewUnassignGroupResourceRoleParams() *UnassignGroupResourceRoleParams

NewUnassignGroupResourceRoleParams creates a new UnassignGroupResourceRoleParams 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 NewUnassignGroupResourceRoleParamsWithContext

func NewUnassignGroupResourceRoleParamsWithContext(ctx context.Context) *UnassignGroupResourceRoleParams

NewUnassignGroupResourceRoleParamsWithContext creates a new UnassignGroupResourceRoleParams object with the ability to set a context for a request.

func NewUnassignGroupResourceRoleParamsWithHTTPClient

func NewUnassignGroupResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignGroupResourceRoleParams

NewUnassignGroupResourceRoleParamsWithHTTPClient creates a new UnassignGroupResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignGroupResourceRoleParamsWithTimeout

func NewUnassignGroupResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignGroupResourceRoleParams

NewUnassignGroupResourceRoleParamsWithTimeout creates a new UnassignGroupResourceRoleParams object with the ability to set a timeout on a request.

func (*UnassignGroupResourceRoleParams) SetContext

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

SetContext adds the context to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) SetDefaults

func (o *UnassignGroupResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the unassign group resource role params (not the query body).

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

func (*UnassignGroupResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) SetInput

SetInput adds the input to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) WithContext

WithContext adds the context to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the unassign group resource role params (not the query body).

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

func (*UnassignGroupResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) WithInput

WithInput adds the input to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign group resource role params

func (*UnassignGroupResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignGroupResourceRoleReader

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

UnassignGroupResourceRoleReader is a Reader for the UnassignGroupResourceRole structure.

func (*UnassignGroupResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignGroupRoleDefault

type UnassignGroupRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignGroupRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignGroupRoleDefault

func NewUnassignGroupRoleDefault(code int) *UnassignGroupRoleDefault

NewUnassignGroupRoleDefault creates a UnassignGroupRoleDefault with default headers values

func (*UnassignGroupRoleDefault) Code

func (o *UnassignGroupRoleDefault) Code() int

Code gets the status code for the unassign group role default response

func (*UnassignGroupRoleDefault) Error

func (o *UnassignGroupRoleDefault) Error() string

func (*UnassignGroupRoleDefault) GetPayload

func (o *UnassignGroupRoleDefault) GetPayload() *models.Error

func (*UnassignGroupRoleDefault) IsClientError

func (o *UnassignGroupRoleDefault) IsClientError() bool

IsClientError returns true when this unassign group role default response has a 4xx status code

func (*UnassignGroupRoleDefault) IsCode

func (o *UnassignGroupRoleDefault) IsCode(code int) bool

IsCode returns true when this unassign group role default response a status code equal to that given

func (*UnassignGroupRoleDefault) IsRedirect

func (o *UnassignGroupRoleDefault) IsRedirect() bool

IsRedirect returns true when this unassign group role default response has a 3xx status code

func (*UnassignGroupRoleDefault) IsServerError

func (o *UnassignGroupRoleDefault) IsServerError() bool

IsServerError returns true when this unassign group role default response has a 5xx status code

func (*UnassignGroupRoleDefault) IsSuccess

func (o *UnassignGroupRoleDefault) IsSuccess() bool

IsSuccess returns true when this unassign group role default response has a 2xx status code

func (*UnassignGroupRoleDefault) String

func (o *UnassignGroupRoleDefault) String() string

type UnassignGroupRoleOK

type UnassignGroupRoleOK struct {
	Payload models.UnassignGroupRoleResponse
}

UnassignGroupRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignGroupRoleOK

func NewUnassignGroupRoleOK() *UnassignGroupRoleOK

NewUnassignGroupRoleOK creates a UnassignGroupRoleOK with default headers values

func (*UnassignGroupRoleOK) Code

func (o *UnassignGroupRoleOK) Code() int

Code gets the status code for the unassign group role o k response

func (*UnassignGroupRoleOK) Error

func (o *UnassignGroupRoleOK) Error() string

func (*UnassignGroupRoleOK) GetPayload

func (*UnassignGroupRoleOK) IsClientError

func (o *UnassignGroupRoleOK) IsClientError() bool

IsClientError returns true when this unassign group role o k response has a 4xx status code

func (*UnassignGroupRoleOK) IsCode

func (o *UnassignGroupRoleOK) IsCode(code int) bool

IsCode returns true when this unassign group role o k response a status code equal to that given

func (*UnassignGroupRoleOK) IsRedirect

func (o *UnassignGroupRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign group role o k response has a 3xx status code

func (*UnassignGroupRoleOK) IsServerError

func (o *UnassignGroupRoleOK) IsServerError() bool

IsServerError returns true when this unassign group role o k response has a 5xx status code

func (*UnassignGroupRoleOK) IsSuccess

func (o *UnassignGroupRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign group role o k response has a 2xx status code

func (*UnassignGroupRoleOK) String

func (o *UnassignGroupRoleOK) String() string

type UnassignGroupRoleParams

type UnassignGroupRoleParams struct {

	// Input.
	Input *models.UnassignGroupRoleRequest

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

UnassignGroupRoleParams contains all the parameters to send to the API endpoint

for the unassign group role operation.

Typically these are written to a http.Request.

func NewUnassignGroupRoleParams

func NewUnassignGroupRoleParams() *UnassignGroupRoleParams

NewUnassignGroupRoleParams creates a new UnassignGroupRoleParams 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 NewUnassignGroupRoleParamsWithContext

func NewUnassignGroupRoleParamsWithContext(ctx context.Context) *UnassignGroupRoleParams

NewUnassignGroupRoleParamsWithContext creates a new UnassignGroupRoleParams object with the ability to set a context for a request.

func NewUnassignGroupRoleParamsWithHTTPClient

func NewUnassignGroupRoleParamsWithHTTPClient(client *http.Client) *UnassignGroupRoleParams

NewUnassignGroupRoleParamsWithHTTPClient creates a new UnassignGroupRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignGroupRoleParamsWithTimeout

func NewUnassignGroupRoleParamsWithTimeout(timeout time.Duration) *UnassignGroupRoleParams

NewUnassignGroupRoleParamsWithTimeout creates a new UnassignGroupRoleParams object with the ability to set a timeout on a request.

func (*UnassignGroupRoleParams) SetContext

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

SetContext adds the context to the unassign group role params

func (*UnassignGroupRoleParams) SetDefaults

func (o *UnassignGroupRoleParams) SetDefaults()

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

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

func (*UnassignGroupRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign group role params

func (*UnassignGroupRoleParams) SetInput

SetInput adds the input to the unassign group role params

func (*UnassignGroupRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign group role params

func (*UnassignGroupRoleParams) WithContext

WithContext adds the context to the unassign group role params

func (*UnassignGroupRoleParams) WithDefaults

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

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

func (*UnassignGroupRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unassign group role params

func (*UnassignGroupRoleParams) WithInput

WithInput adds the input to the unassign group role params

func (*UnassignGroupRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign group role params

func (*UnassignGroupRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignGroupRoleReader

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

UnassignGroupRoleReader is a Reader for the UnassignGroupRole structure.

func (*UnassignGroupRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignMachineUserResourceRoleDefault

type UnassignMachineUserResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignMachineUserResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignMachineUserResourceRoleDefault

func NewUnassignMachineUserResourceRoleDefault(code int) *UnassignMachineUserResourceRoleDefault

NewUnassignMachineUserResourceRoleDefault creates a UnassignMachineUserResourceRoleDefault with default headers values

func (*UnassignMachineUserResourceRoleDefault) Code

Code gets the status code for the unassign machine user resource role default response

func (*UnassignMachineUserResourceRoleDefault) Error

func (*UnassignMachineUserResourceRoleDefault) GetPayload

func (*UnassignMachineUserResourceRoleDefault) IsClientError

func (o *UnassignMachineUserResourceRoleDefault) IsClientError() bool

IsClientError returns true when this unassign machine user resource role default response has a 4xx status code

func (*UnassignMachineUserResourceRoleDefault) IsCode

IsCode returns true when this unassign machine user resource role default response a status code equal to that given

func (*UnassignMachineUserResourceRoleDefault) IsRedirect

IsRedirect returns true when this unassign machine user resource role default response has a 3xx status code

func (*UnassignMachineUserResourceRoleDefault) IsServerError

func (o *UnassignMachineUserResourceRoleDefault) IsServerError() bool

IsServerError returns true when this unassign machine user resource role default response has a 5xx status code

func (*UnassignMachineUserResourceRoleDefault) IsSuccess

IsSuccess returns true when this unassign machine user resource role default response has a 2xx status code

func (*UnassignMachineUserResourceRoleDefault) String

type UnassignMachineUserResourceRoleOK

type UnassignMachineUserResourceRoleOK struct {
	Payload models.UnassignMachineUserResourceRoleResponse
}

UnassignMachineUserResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignMachineUserResourceRoleOK

func NewUnassignMachineUserResourceRoleOK() *UnassignMachineUserResourceRoleOK

NewUnassignMachineUserResourceRoleOK creates a UnassignMachineUserResourceRoleOK with default headers values

func (*UnassignMachineUserResourceRoleOK) Code

Code gets the status code for the unassign machine user resource role o k response

func (*UnassignMachineUserResourceRoleOK) Error

func (*UnassignMachineUserResourceRoleOK) GetPayload

func (*UnassignMachineUserResourceRoleOK) IsClientError

func (o *UnassignMachineUserResourceRoleOK) IsClientError() bool

IsClientError returns true when this unassign machine user resource role o k response has a 4xx status code

func (*UnassignMachineUserResourceRoleOK) IsCode

func (o *UnassignMachineUserResourceRoleOK) IsCode(code int) bool

IsCode returns true when this unassign machine user resource role o k response a status code equal to that given

func (*UnassignMachineUserResourceRoleOK) IsRedirect

func (o *UnassignMachineUserResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign machine user resource role o k response has a 3xx status code

func (*UnassignMachineUserResourceRoleOK) IsServerError

func (o *UnassignMachineUserResourceRoleOK) IsServerError() bool

IsServerError returns true when this unassign machine user resource role o k response has a 5xx status code

func (*UnassignMachineUserResourceRoleOK) IsSuccess

func (o *UnassignMachineUserResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign machine user resource role o k response has a 2xx status code

func (*UnassignMachineUserResourceRoleOK) String

type UnassignMachineUserResourceRoleParams

type UnassignMachineUserResourceRoleParams struct {

	// Input.
	Input *models.UnassignMachineUserResourceRoleRequest

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

UnassignMachineUserResourceRoleParams contains all the parameters to send to the API endpoint

for the unassign machine user resource role operation.

Typically these are written to a http.Request.

func NewUnassignMachineUserResourceRoleParams

func NewUnassignMachineUserResourceRoleParams() *UnassignMachineUserResourceRoleParams

NewUnassignMachineUserResourceRoleParams creates a new UnassignMachineUserResourceRoleParams 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 NewUnassignMachineUserResourceRoleParamsWithContext

func NewUnassignMachineUserResourceRoleParamsWithContext(ctx context.Context) *UnassignMachineUserResourceRoleParams

NewUnassignMachineUserResourceRoleParamsWithContext creates a new UnassignMachineUserResourceRoleParams object with the ability to set a context for a request.

func NewUnassignMachineUserResourceRoleParamsWithHTTPClient

func NewUnassignMachineUserResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignMachineUserResourceRoleParams

NewUnassignMachineUserResourceRoleParamsWithHTTPClient creates a new UnassignMachineUserResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignMachineUserResourceRoleParamsWithTimeout

func NewUnassignMachineUserResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignMachineUserResourceRoleParams

NewUnassignMachineUserResourceRoleParamsWithTimeout creates a new UnassignMachineUserResourceRoleParams object with the ability to set a timeout on a request.

func (*UnassignMachineUserResourceRoleParams) SetContext

SetContext adds the context to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) SetDefaults

func (o *UnassignMachineUserResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the unassign machine user resource role params (not the query body).

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

func (*UnassignMachineUserResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) SetInput

SetInput adds the input to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) WithContext

WithContext adds the context to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the unassign machine user resource role params (not the query body).

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

func (*UnassignMachineUserResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) WithInput

WithInput adds the input to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign machine user resource role params

func (*UnassignMachineUserResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignMachineUserResourceRoleReader

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

UnassignMachineUserResourceRoleReader is a Reader for the UnassignMachineUserResourceRole structure.

func (*UnassignMachineUserResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignMachineUserRoleDefault

type UnassignMachineUserRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignMachineUserRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignMachineUserRoleDefault

func NewUnassignMachineUserRoleDefault(code int) *UnassignMachineUserRoleDefault

NewUnassignMachineUserRoleDefault creates a UnassignMachineUserRoleDefault with default headers values

func (*UnassignMachineUserRoleDefault) Code

Code gets the status code for the unassign machine user role default response

func (*UnassignMachineUserRoleDefault) Error

func (*UnassignMachineUserRoleDefault) GetPayload

func (o *UnassignMachineUserRoleDefault) GetPayload() *models.Error

func (*UnassignMachineUserRoleDefault) IsClientError

func (o *UnassignMachineUserRoleDefault) IsClientError() bool

IsClientError returns true when this unassign machine user role default response has a 4xx status code

func (*UnassignMachineUserRoleDefault) IsCode

func (o *UnassignMachineUserRoleDefault) IsCode(code int) bool

IsCode returns true when this unassign machine user role default response a status code equal to that given

func (*UnassignMachineUserRoleDefault) IsRedirect

func (o *UnassignMachineUserRoleDefault) IsRedirect() bool

IsRedirect returns true when this unassign machine user role default response has a 3xx status code

func (*UnassignMachineUserRoleDefault) IsServerError

func (o *UnassignMachineUserRoleDefault) IsServerError() bool

IsServerError returns true when this unassign machine user role default response has a 5xx status code

func (*UnassignMachineUserRoleDefault) IsSuccess

func (o *UnassignMachineUserRoleDefault) IsSuccess() bool

IsSuccess returns true when this unassign machine user role default response has a 2xx status code

func (*UnassignMachineUserRoleDefault) String

type UnassignMachineUserRoleOK

type UnassignMachineUserRoleOK struct {
	Payload models.UnassignMachineUserRoleResponse
}

UnassignMachineUserRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignMachineUserRoleOK

func NewUnassignMachineUserRoleOK() *UnassignMachineUserRoleOK

NewUnassignMachineUserRoleOK creates a UnassignMachineUserRoleOK with default headers values

func (*UnassignMachineUserRoleOK) Code

func (o *UnassignMachineUserRoleOK) Code() int

Code gets the status code for the unassign machine user role o k response

func (*UnassignMachineUserRoleOK) Error

func (o *UnassignMachineUserRoleOK) Error() string

func (*UnassignMachineUserRoleOK) GetPayload

func (*UnassignMachineUserRoleOK) IsClientError

func (o *UnassignMachineUserRoleOK) IsClientError() bool

IsClientError returns true when this unassign machine user role o k response has a 4xx status code

func (*UnassignMachineUserRoleOK) IsCode

func (o *UnassignMachineUserRoleOK) IsCode(code int) bool

IsCode returns true when this unassign machine user role o k response a status code equal to that given

func (*UnassignMachineUserRoleOK) IsRedirect

func (o *UnassignMachineUserRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign machine user role o k response has a 3xx status code

func (*UnassignMachineUserRoleOK) IsServerError

func (o *UnassignMachineUserRoleOK) IsServerError() bool

IsServerError returns true when this unassign machine user role o k response has a 5xx status code

func (*UnassignMachineUserRoleOK) IsSuccess

func (o *UnassignMachineUserRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign machine user role o k response has a 2xx status code

func (*UnassignMachineUserRoleOK) String

func (o *UnassignMachineUserRoleOK) String() string

type UnassignMachineUserRoleParams

type UnassignMachineUserRoleParams struct {

	// Input.
	Input *models.UnassignMachineUserRoleRequest

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

UnassignMachineUserRoleParams contains all the parameters to send to the API endpoint

for the unassign machine user role operation.

Typically these are written to a http.Request.

func NewUnassignMachineUserRoleParams

func NewUnassignMachineUserRoleParams() *UnassignMachineUserRoleParams

NewUnassignMachineUserRoleParams creates a new UnassignMachineUserRoleParams 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 NewUnassignMachineUserRoleParamsWithContext

func NewUnassignMachineUserRoleParamsWithContext(ctx context.Context) *UnassignMachineUserRoleParams

NewUnassignMachineUserRoleParamsWithContext creates a new UnassignMachineUserRoleParams object with the ability to set a context for a request.

func NewUnassignMachineUserRoleParamsWithHTTPClient

func NewUnassignMachineUserRoleParamsWithHTTPClient(client *http.Client) *UnassignMachineUserRoleParams

NewUnassignMachineUserRoleParamsWithHTTPClient creates a new UnassignMachineUserRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignMachineUserRoleParamsWithTimeout

func NewUnassignMachineUserRoleParamsWithTimeout(timeout time.Duration) *UnassignMachineUserRoleParams

NewUnassignMachineUserRoleParamsWithTimeout creates a new UnassignMachineUserRoleParams object with the ability to set a timeout on a request.

func (*UnassignMachineUserRoleParams) SetContext

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

SetContext adds the context to the unassign machine user role params

func (*UnassignMachineUserRoleParams) SetDefaults

func (o *UnassignMachineUserRoleParams) SetDefaults()

SetDefaults hydrates default values in the unassign machine user role params (not the query body).

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

func (*UnassignMachineUserRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign machine user role params

func (*UnassignMachineUserRoleParams) SetInput

SetInput adds the input to the unassign machine user role params

func (*UnassignMachineUserRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign machine user role params

func (*UnassignMachineUserRoleParams) WithContext

WithContext adds the context to the unassign machine user role params

func (*UnassignMachineUserRoleParams) WithDefaults

WithDefaults hydrates default values in the unassign machine user role params (not the query body).

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

func (*UnassignMachineUserRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign machine user role params

func (*UnassignMachineUserRoleParams) WithInput

WithInput adds the input to the unassign machine user role params

func (*UnassignMachineUserRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign machine user role params

func (*UnassignMachineUserRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignMachineUserRoleReader

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

UnassignMachineUserRoleReader is a Reader for the UnassignMachineUserRole structure.

func (*UnassignMachineUserRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignServicePrincipalAzureCloudIdentityDefault

type UnassignServicePrincipalAzureCloudIdentityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignServicePrincipalAzureCloudIdentityDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignServicePrincipalAzureCloudIdentityDefault

func NewUnassignServicePrincipalAzureCloudIdentityDefault(code int) *UnassignServicePrincipalAzureCloudIdentityDefault

NewUnassignServicePrincipalAzureCloudIdentityDefault creates a UnassignServicePrincipalAzureCloudIdentityDefault with default headers values

func (*UnassignServicePrincipalAzureCloudIdentityDefault) Code

Code gets the status code for the unassign service principal azure cloud identity default response

func (*UnassignServicePrincipalAzureCloudIdentityDefault) Error

func (*UnassignServicePrincipalAzureCloudIdentityDefault) GetPayload

func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsClientError

IsClientError returns true when this unassign service principal azure cloud identity default response has a 4xx status code

func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsCode

IsCode returns true when this unassign service principal azure cloud identity default response a status code equal to that given

func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsRedirect

IsRedirect returns true when this unassign service principal azure cloud identity default response has a 3xx status code

func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsServerError

IsServerError returns true when this unassign service principal azure cloud identity default response has a 5xx status code

func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsSuccess

IsSuccess returns true when this unassign service principal azure cloud identity default response has a 2xx status code

func (*UnassignServicePrincipalAzureCloudIdentityDefault) String

type UnassignServicePrincipalAzureCloudIdentityOK

type UnassignServicePrincipalAzureCloudIdentityOK struct {
	Payload models.UnassignServicePrincipalAzureCloudIdentityResponse
}

UnassignServicePrincipalAzureCloudIdentityOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignServicePrincipalAzureCloudIdentityOK

func NewUnassignServicePrincipalAzureCloudIdentityOK() *UnassignServicePrincipalAzureCloudIdentityOK

NewUnassignServicePrincipalAzureCloudIdentityOK creates a UnassignServicePrincipalAzureCloudIdentityOK with default headers values

func (*UnassignServicePrincipalAzureCloudIdentityOK) Code

Code gets the status code for the unassign service principal azure cloud identity o k response

func (*UnassignServicePrincipalAzureCloudIdentityOK) Error

func (*UnassignServicePrincipalAzureCloudIdentityOK) GetPayload

func (*UnassignServicePrincipalAzureCloudIdentityOK) IsClientError

IsClientError returns true when this unassign service principal azure cloud identity o k response has a 4xx status code

func (*UnassignServicePrincipalAzureCloudIdentityOK) IsCode

IsCode returns true when this unassign service principal azure cloud identity o k response a status code equal to that given

func (*UnassignServicePrincipalAzureCloudIdentityOK) IsRedirect

IsRedirect returns true when this unassign service principal azure cloud identity o k response has a 3xx status code

func (*UnassignServicePrincipalAzureCloudIdentityOK) IsServerError

IsServerError returns true when this unassign service principal azure cloud identity o k response has a 5xx status code

func (*UnassignServicePrincipalAzureCloudIdentityOK) IsSuccess

IsSuccess returns true when this unassign service principal azure cloud identity o k response has a 2xx status code

func (*UnassignServicePrincipalAzureCloudIdentityOK) String

type UnassignServicePrincipalAzureCloudIdentityParams

type UnassignServicePrincipalAzureCloudIdentityParams struct {

	// Input.
	Input *models.UnassignServicePrincipalAzureCloudIdentityRequest

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

UnassignServicePrincipalAzureCloudIdentityParams contains all the parameters to send to the API endpoint

for the unassign service principal azure cloud identity operation.

Typically these are written to a http.Request.

func NewUnassignServicePrincipalAzureCloudIdentityParams

func NewUnassignServicePrincipalAzureCloudIdentityParams() *UnassignServicePrincipalAzureCloudIdentityParams

NewUnassignServicePrincipalAzureCloudIdentityParams creates a new UnassignServicePrincipalAzureCloudIdentityParams 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 NewUnassignServicePrincipalAzureCloudIdentityParamsWithContext

func NewUnassignServicePrincipalAzureCloudIdentityParamsWithContext(ctx context.Context) *UnassignServicePrincipalAzureCloudIdentityParams

NewUnassignServicePrincipalAzureCloudIdentityParamsWithContext creates a new UnassignServicePrincipalAzureCloudIdentityParams object with the ability to set a context for a request.

func NewUnassignServicePrincipalAzureCloudIdentityParamsWithHTTPClient

func NewUnassignServicePrincipalAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *UnassignServicePrincipalAzureCloudIdentityParams

NewUnassignServicePrincipalAzureCloudIdentityParamsWithHTTPClient creates a new UnassignServicePrincipalAzureCloudIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignServicePrincipalAzureCloudIdentityParamsWithTimeout

func NewUnassignServicePrincipalAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *UnassignServicePrincipalAzureCloudIdentityParams

NewUnassignServicePrincipalAzureCloudIdentityParamsWithTimeout creates a new UnassignServicePrincipalAzureCloudIdentityParams object with the ability to set a timeout on a request.

func (*UnassignServicePrincipalAzureCloudIdentityParams) SetContext

SetContext adds the context to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) SetDefaults

SetDefaults hydrates default values in the unassign service principal azure cloud identity params (not the query body).

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

func (*UnassignServicePrincipalAzureCloudIdentityParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) SetInput

SetInput adds the input to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) SetTimeout

SetTimeout adds the timeout to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) WithContext

WithContext adds the context to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) WithDefaults

WithDefaults hydrates default values in the unassign service principal azure cloud identity params (not the query body).

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

func (*UnassignServicePrincipalAzureCloudIdentityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) WithInput

WithInput adds the input to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) WithTimeout

WithTimeout adds the timeout to the unassign service principal azure cloud identity params

func (*UnassignServicePrincipalAzureCloudIdentityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignServicePrincipalAzureCloudIdentityReader

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

UnassignServicePrincipalAzureCloudIdentityReader is a Reader for the UnassignServicePrincipalAzureCloudIdentity structure.

func (*UnassignServicePrincipalAzureCloudIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignUserResourceRoleDefault

type UnassignUserResourceRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignUserResourceRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignUserResourceRoleDefault

func NewUnassignUserResourceRoleDefault(code int) *UnassignUserResourceRoleDefault

NewUnassignUserResourceRoleDefault creates a UnassignUserResourceRoleDefault with default headers values

func (*UnassignUserResourceRoleDefault) Code

Code gets the status code for the unassign user resource role default response

func (*UnassignUserResourceRoleDefault) Error

func (*UnassignUserResourceRoleDefault) GetPayload

func (o *UnassignUserResourceRoleDefault) GetPayload() *models.Error

func (*UnassignUserResourceRoleDefault) IsClientError

func (o *UnassignUserResourceRoleDefault) IsClientError() bool

IsClientError returns true when this unassign user resource role default response has a 4xx status code

func (*UnassignUserResourceRoleDefault) IsCode

func (o *UnassignUserResourceRoleDefault) IsCode(code int) bool

IsCode returns true when this unassign user resource role default response a status code equal to that given

func (*UnassignUserResourceRoleDefault) IsRedirect

func (o *UnassignUserResourceRoleDefault) IsRedirect() bool

IsRedirect returns true when this unassign user resource role default response has a 3xx status code

func (*UnassignUserResourceRoleDefault) IsServerError

func (o *UnassignUserResourceRoleDefault) IsServerError() bool

IsServerError returns true when this unassign user resource role default response has a 5xx status code

func (*UnassignUserResourceRoleDefault) IsSuccess

func (o *UnassignUserResourceRoleDefault) IsSuccess() bool

IsSuccess returns true when this unassign user resource role default response has a 2xx status code

func (*UnassignUserResourceRoleDefault) String

type UnassignUserResourceRoleOK

type UnassignUserResourceRoleOK struct {
	Payload models.UnassignUserResourceRoleResponse
}

UnassignUserResourceRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignUserResourceRoleOK

func NewUnassignUserResourceRoleOK() *UnassignUserResourceRoleOK

NewUnassignUserResourceRoleOK creates a UnassignUserResourceRoleOK with default headers values

func (*UnassignUserResourceRoleOK) Code

func (o *UnassignUserResourceRoleOK) Code() int

Code gets the status code for the unassign user resource role o k response

func (*UnassignUserResourceRoleOK) Error

func (*UnassignUserResourceRoleOK) GetPayload

func (*UnassignUserResourceRoleOK) IsClientError

func (o *UnassignUserResourceRoleOK) IsClientError() bool

IsClientError returns true when this unassign user resource role o k response has a 4xx status code

func (*UnassignUserResourceRoleOK) IsCode

func (o *UnassignUserResourceRoleOK) IsCode(code int) bool

IsCode returns true when this unassign user resource role o k response a status code equal to that given

func (*UnassignUserResourceRoleOK) IsRedirect

func (o *UnassignUserResourceRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign user resource role o k response has a 3xx status code

func (*UnassignUserResourceRoleOK) IsServerError

func (o *UnassignUserResourceRoleOK) IsServerError() bool

IsServerError returns true when this unassign user resource role o k response has a 5xx status code

func (*UnassignUserResourceRoleOK) IsSuccess

func (o *UnassignUserResourceRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign user resource role o k response has a 2xx status code

func (*UnassignUserResourceRoleOK) String

func (o *UnassignUserResourceRoleOK) String() string

type UnassignUserResourceRoleParams

type UnassignUserResourceRoleParams struct {

	// Input.
	Input *models.UnassignUserResourceRoleRequest

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

UnassignUserResourceRoleParams contains all the parameters to send to the API endpoint

for the unassign user resource role operation.

Typically these are written to a http.Request.

func NewUnassignUserResourceRoleParams

func NewUnassignUserResourceRoleParams() *UnassignUserResourceRoleParams

NewUnassignUserResourceRoleParams creates a new UnassignUserResourceRoleParams 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 NewUnassignUserResourceRoleParamsWithContext

func NewUnassignUserResourceRoleParamsWithContext(ctx context.Context) *UnassignUserResourceRoleParams

NewUnassignUserResourceRoleParamsWithContext creates a new UnassignUserResourceRoleParams object with the ability to set a context for a request.

func NewUnassignUserResourceRoleParamsWithHTTPClient

func NewUnassignUserResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignUserResourceRoleParams

NewUnassignUserResourceRoleParamsWithHTTPClient creates a new UnassignUserResourceRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignUserResourceRoleParamsWithTimeout

func NewUnassignUserResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignUserResourceRoleParams

NewUnassignUserResourceRoleParamsWithTimeout creates a new UnassignUserResourceRoleParams object with the ability to set a timeout on a request.

func (*UnassignUserResourceRoleParams) SetContext

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

SetContext adds the context to the unassign user resource role params

func (*UnassignUserResourceRoleParams) SetDefaults

func (o *UnassignUserResourceRoleParams) SetDefaults()

SetDefaults hydrates default values in the unassign user resource role params (not the query body).

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

func (*UnassignUserResourceRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign user resource role params

func (*UnassignUserResourceRoleParams) SetInput

SetInput adds the input to the unassign user resource role params

func (*UnassignUserResourceRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign user resource role params

func (*UnassignUserResourceRoleParams) WithContext

WithContext adds the context to the unassign user resource role params

func (*UnassignUserResourceRoleParams) WithDefaults

WithDefaults hydrates default values in the unassign user resource role params (not the query body).

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

func (*UnassignUserResourceRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unassign user resource role params

func (*UnassignUserResourceRoleParams) WithInput

WithInput adds the input to the unassign user resource role params

func (*UnassignUserResourceRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign user resource role params

func (*UnassignUserResourceRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignUserResourceRoleReader

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

UnassignUserResourceRoleReader is a Reader for the UnassignUserResourceRole structure.

func (*UnassignUserResourceRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnassignUserRoleDefault

type UnassignUserRoleDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnassignUserRoleDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnassignUserRoleDefault

func NewUnassignUserRoleDefault(code int) *UnassignUserRoleDefault

NewUnassignUserRoleDefault creates a UnassignUserRoleDefault with default headers values

func (*UnassignUserRoleDefault) Code

func (o *UnassignUserRoleDefault) Code() int

Code gets the status code for the unassign user role default response

func (*UnassignUserRoleDefault) Error

func (o *UnassignUserRoleDefault) Error() string

func (*UnassignUserRoleDefault) GetPayload

func (o *UnassignUserRoleDefault) GetPayload() *models.Error

func (*UnassignUserRoleDefault) IsClientError

func (o *UnassignUserRoleDefault) IsClientError() bool

IsClientError returns true when this unassign user role default response has a 4xx status code

func (*UnassignUserRoleDefault) IsCode

func (o *UnassignUserRoleDefault) IsCode(code int) bool

IsCode returns true when this unassign user role default response a status code equal to that given

func (*UnassignUserRoleDefault) IsRedirect

func (o *UnassignUserRoleDefault) IsRedirect() bool

IsRedirect returns true when this unassign user role default response has a 3xx status code

func (*UnassignUserRoleDefault) IsServerError

func (o *UnassignUserRoleDefault) IsServerError() bool

IsServerError returns true when this unassign user role default response has a 5xx status code

func (*UnassignUserRoleDefault) IsSuccess

func (o *UnassignUserRoleDefault) IsSuccess() bool

IsSuccess returns true when this unassign user role default response has a 2xx status code

func (*UnassignUserRoleDefault) String

func (o *UnassignUserRoleDefault) String() string

type UnassignUserRoleOK

type UnassignUserRoleOK struct {
	Payload models.UnassignUserRoleResponse
}

UnassignUserRoleOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnassignUserRoleOK

func NewUnassignUserRoleOK() *UnassignUserRoleOK

NewUnassignUserRoleOK creates a UnassignUserRoleOK with default headers values

func (*UnassignUserRoleOK) Code

func (o *UnassignUserRoleOK) Code() int

Code gets the status code for the unassign user role o k response

func (*UnassignUserRoleOK) Error

func (o *UnassignUserRoleOK) Error() string

func (*UnassignUserRoleOK) GetPayload

func (*UnassignUserRoleOK) IsClientError

func (o *UnassignUserRoleOK) IsClientError() bool

IsClientError returns true when this unassign user role o k response has a 4xx status code

func (*UnassignUserRoleOK) IsCode

func (o *UnassignUserRoleOK) IsCode(code int) bool

IsCode returns true when this unassign user role o k response a status code equal to that given

func (*UnassignUserRoleOK) IsRedirect

func (o *UnassignUserRoleOK) IsRedirect() bool

IsRedirect returns true when this unassign user role o k response has a 3xx status code

func (*UnassignUserRoleOK) IsServerError

func (o *UnassignUserRoleOK) IsServerError() bool

IsServerError returns true when this unassign user role o k response has a 5xx status code

func (*UnassignUserRoleOK) IsSuccess

func (o *UnassignUserRoleOK) IsSuccess() bool

IsSuccess returns true when this unassign user role o k response has a 2xx status code

func (*UnassignUserRoleOK) String

func (o *UnassignUserRoleOK) String() string

type UnassignUserRoleParams

type UnassignUserRoleParams struct {

	// Input.
	Input *models.UnassignUserRoleRequest

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

UnassignUserRoleParams contains all the parameters to send to the API endpoint

for the unassign user role operation.

Typically these are written to a http.Request.

func NewUnassignUserRoleParams

func NewUnassignUserRoleParams() *UnassignUserRoleParams

NewUnassignUserRoleParams creates a new UnassignUserRoleParams 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 NewUnassignUserRoleParamsWithContext

func NewUnassignUserRoleParamsWithContext(ctx context.Context) *UnassignUserRoleParams

NewUnassignUserRoleParamsWithContext creates a new UnassignUserRoleParams object with the ability to set a context for a request.

func NewUnassignUserRoleParamsWithHTTPClient

func NewUnassignUserRoleParamsWithHTTPClient(client *http.Client) *UnassignUserRoleParams

NewUnassignUserRoleParamsWithHTTPClient creates a new UnassignUserRoleParams object with the ability to set a custom HTTPClient for a request.

func NewUnassignUserRoleParamsWithTimeout

func NewUnassignUserRoleParamsWithTimeout(timeout time.Duration) *UnassignUserRoleParams

NewUnassignUserRoleParamsWithTimeout creates a new UnassignUserRoleParams object with the ability to set a timeout on a request.

func (*UnassignUserRoleParams) SetContext

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

SetContext adds the context to the unassign user role params

func (*UnassignUserRoleParams) SetDefaults

func (o *UnassignUserRoleParams) SetDefaults()

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

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

func (*UnassignUserRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unassign user role params

func (*UnassignUserRoleParams) SetInput

SetInput adds the input to the unassign user role params

func (*UnassignUserRoleParams) SetTimeout

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

SetTimeout adds the timeout to the unassign user role params

func (*UnassignUserRoleParams) WithContext

WithContext adds the context to the unassign user role params

func (*UnassignUserRoleParams) WithDefaults

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

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

func (*UnassignUserRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unassign user role params

func (*UnassignUserRoleParams) WithInput

WithInput adds the input to the unassign user role params

func (*UnassignUserRoleParams) WithTimeout

WithTimeout adds the timeout to the unassign user role params

func (*UnassignUserRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnassignUserRoleReader

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

UnassignUserRoleReader is a Reader for the UnassignUserRole structure.

func (*UnassignUserRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnlockMachineUserInControlPlaneDefault

type UnlockMachineUserInControlPlaneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnlockMachineUserInControlPlaneDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnlockMachineUserInControlPlaneDefault

func NewUnlockMachineUserInControlPlaneDefault(code int) *UnlockMachineUserInControlPlaneDefault

NewUnlockMachineUserInControlPlaneDefault creates a UnlockMachineUserInControlPlaneDefault with default headers values

func (*UnlockMachineUserInControlPlaneDefault) Code

Code gets the status code for the unlock machine user in control plane default response

func (*UnlockMachineUserInControlPlaneDefault) Error

func (*UnlockMachineUserInControlPlaneDefault) GetPayload

func (*UnlockMachineUserInControlPlaneDefault) IsClientError

func (o *UnlockMachineUserInControlPlaneDefault) IsClientError() bool

IsClientError returns true when this unlock machine user in control plane default response has a 4xx status code

func (*UnlockMachineUserInControlPlaneDefault) IsCode

IsCode returns true when this unlock machine user in control plane default response a status code equal to that given

func (*UnlockMachineUserInControlPlaneDefault) IsRedirect

IsRedirect returns true when this unlock machine user in control plane default response has a 3xx status code

func (*UnlockMachineUserInControlPlaneDefault) IsServerError

func (o *UnlockMachineUserInControlPlaneDefault) IsServerError() bool

IsServerError returns true when this unlock machine user in control plane default response has a 5xx status code

func (*UnlockMachineUserInControlPlaneDefault) IsSuccess

IsSuccess returns true when this unlock machine user in control plane default response has a 2xx status code

func (*UnlockMachineUserInControlPlaneDefault) String

type UnlockMachineUserInControlPlaneOK

type UnlockMachineUserInControlPlaneOK struct {
	Payload *models.UnlockMachineUserInControlPlaneResponse
}

UnlockMachineUserInControlPlaneOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnlockMachineUserInControlPlaneOK

func NewUnlockMachineUserInControlPlaneOK() *UnlockMachineUserInControlPlaneOK

NewUnlockMachineUserInControlPlaneOK creates a UnlockMachineUserInControlPlaneOK with default headers values

func (*UnlockMachineUserInControlPlaneOK) Code

Code gets the status code for the unlock machine user in control plane o k response

func (*UnlockMachineUserInControlPlaneOK) Error

func (*UnlockMachineUserInControlPlaneOK) GetPayload

func (*UnlockMachineUserInControlPlaneOK) IsClientError

func (o *UnlockMachineUserInControlPlaneOK) IsClientError() bool

IsClientError returns true when this unlock machine user in control plane o k response has a 4xx status code

func (*UnlockMachineUserInControlPlaneOK) IsCode

func (o *UnlockMachineUserInControlPlaneOK) IsCode(code int) bool

IsCode returns true when this unlock machine user in control plane o k response a status code equal to that given

func (*UnlockMachineUserInControlPlaneOK) IsRedirect

func (o *UnlockMachineUserInControlPlaneOK) IsRedirect() bool

IsRedirect returns true when this unlock machine user in control plane o k response has a 3xx status code

func (*UnlockMachineUserInControlPlaneOK) IsServerError

func (o *UnlockMachineUserInControlPlaneOK) IsServerError() bool

IsServerError returns true when this unlock machine user in control plane o k response has a 5xx status code

func (*UnlockMachineUserInControlPlaneOK) IsSuccess

func (o *UnlockMachineUserInControlPlaneOK) IsSuccess() bool

IsSuccess returns true when this unlock machine user in control plane o k response has a 2xx status code

func (*UnlockMachineUserInControlPlaneOK) String

type UnlockMachineUserInControlPlaneParams

type UnlockMachineUserInControlPlaneParams struct {

	// Input.
	Input *models.UnlockMachineUserInControlPlaneRequest

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

UnlockMachineUserInControlPlaneParams contains all the parameters to send to the API endpoint

for the unlock machine user in control plane operation.

Typically these are written to a http.Request.

func NewUnlockMachineUserInControlPlaneParams

func NewUnlockMachineUserInControlPlaneParams() *UnlockMachineUserInControlPlaneParams

NewUnlockMachineUserInControlPlaneParams creates a new UnlockMachineUserInControlPlaneParams 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 NewUnlockMachineUserInControlPlaneParamsWithContext

func NewUnlockMachineUserInControlPlaneParamsWithContext(ctx context.Context) *UnlockMachineUserInControlPlaneParams

NewUnlockMachineUserInControlPlaneParamsWithContext creates a new UnlockMachineUserInControlPlaneParams object with the ability to set a context for a request.

func NewUnlockMachineUserInControlPlaneParamsWithHTTPClient

func NewUnlockMachineUserInControlPlaneParamsWithHTTPClient(client *http.Client) *UnlockMachineUserInControlPlaneParams

NewUnlockMachineUserInControlPlaneParamsWithHTTPClient creates a new UnlockMachineUserInControlPlaneParams object with the ability to set a custom HTTPClient for a request.

func NewUnlockMachineUserInControlPlaneParamsWithTimeout

func NewUnlockMachineUserInControlPlaneParamsWithTimeout(timeout time.Duration) *UnlockMachineUserInControlPlaneParams

NewUnlockMachineUserInControlPlaneParamsWithTimeout creates a new UnlockMachineUserInControlPlaneParams object with the ability to set a timeout on a request.

func (*UnlockMachineUserInControlPlaneParams) SetContext

SetContext adds the context to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) SetDefaults

func (o *UnlockMachineUserInControlPlaneParams) SetDefaults()

SetDefaults hydrates default values in the unlock machine user in control plane params (not the query body).

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

func (*UnlockMachineUserInControlPlaneParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) SetInput

SetInput adds the input to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) SetTimeout

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

SetTimeout adds the timeout to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) WithContext

WithContext adds the context to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) WithDefaults

WithDefaults hydrates default values in the unlock machine user in control plane params (not the query body).

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

func (*UnlockMachineUserInControlPlaneParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) WithInput

WithInput adds the input to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) WithTimeout

WithTimeout adds the timeout to the unlock machine user in control plane params

func (*UnlockMachineUserInControlPlaneParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnlockMachineUserInControlPlaneReader

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

UnlockMachineUserInControlPlaneReader is a Reader for the UnlockMachineUserInControlPlane structure.

func (*UnlockMachineUserInControlPlaneReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnlockUserInControlPlaneDefault

type UnlockUserInControlPlaneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnlockUserInControlPlaneDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnlockUserInControlPlaneDefault

func NewUnlockUserInControlPlaneDefault(code int) *UnlockUserInControlPlaneDefault

NewUnlockUserInControlPlaneDefault creates a UnlockUserInControlPlaneDefault with default headers values

func (*UnlockUserInControlPlaneDefault) Code

Code gets the status code for the unlock user in control plane default response

func (*UnlockUserInControlPlaneDefault) Error

func (*UnlockUserInControlPlaneDefault) GetPayload

func (o *UnlockUserInControlPlaneDefault) GetPayload() *models.Error

func (*UnlockUserInControlPlaneDefault) IsClientError

func (o *UnlockUserInControlPlaneDefault) IsClientError() bool

IsClientError returns true when this unlock user in control plane default response has a 4xx status code

func (*UnlockUserInControlPlaneDefault) IsCode

func (o *UnlockUserInControlPlaneDefault) IsCode(code int) bool

IsCode returns true when this unlock user in control plane default response a status code equal to that given

func (*UnlockUserInControlPlaneDefault) IsRedirect

func (o *UnlockUserInControlPlaneDefault) IsRedirect() bool

IsRedirect returns true when this unlock user in control plane default response has a 3xx status code

func (*UnlockUserInControlPlaneDefault) IsServerError

func (o *UnlockUserInControlPlaneDefault) IsServerError() bool

IsServerError returns true when this unlock user in control plane default response has a 5xx status code

func (*UnlockUserInControlPlaneDefault) IsSuccess

func (o *UnlockUserInControlPlaneDefault) IsSuccess() bool

IsSuccess returns true when this unlock user in control plane default response has a 2xx status code

func (*UnlockUserInControlPlaneDefault) String

type UnlockUserInControlPlaneOK

type UnlockUserInControlPlaneOK struct {
	Payload *models.UnlockUserInControlPlaneResponse
}

UnlockUserInControlPlaneOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnlockUserInControlPlaneOK

func NewUnlockUserInControlPlaneOK() *UnlockUserInControlPlaneOK

NewUnlockUserInControlPlaneOK creates a UnlockUserInControlPlaneOK with default headers values

func (*UnlockUserInControlPlaneOK) Code

func (o *UnlockUserInControlPlaneOK) Code() int

Code gets the status code for the unlock user in control plane o k response

func (*UnlockUserInControlPlaneOK) Error

func (*UnlockUserInControlPlaneOK) GetPayload

func (*UnlockUserInControlPlaneOK) IsClientError

func (o *UnlockUserInControlPlaneOK) IsClientError() bool

IsClientError returns true when this unlock user in control plane o k response has a 4xx status code

func (*UnlockUserInControlPlaneOK) IsCode

func (o *UnlockUserInControlPlaneOK) IsCode(code int) bool

IsCode returns true when this unlock user in control plane o k response a status code equal to that given

func (*UnlockUserInControlPlaneOK) IsRedirect

func (o *UnlockUserInControlPlaneOK) IsRedirect() bool

IsRedirect returns true when this unlock user in control plane o k response has a 3xx status code

func (*UnlockUserInControlPlaneOK) IsServerError

func (o *UnlockUserInControlPlaneOK) IsServerError() bool

IsServerError returns true when this unlock user in control plane o k response has a 5xx status code

func (*UnlockUserInControlPlaneOK) IsSuccess

func (o *UnlockUserInControlPlaneOK) IsSuccess() bool

IsSuccess returns true when this unlock user in control plane o k response has a 2xx status code

func (*UnlockUserInControlPlaneOK) String

func (o *UnlockUserInControlPlaneOK) String() string

type UnlockUserInControlPlaneParams

type UnlockUserInControlPlaneParams struct {

	// Input.
	Input *models.UnlockUserInControlPlaneRequest

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

UnlockUserInControlPlaneParams contains all the parameters to send to the API endpoint

for the unlock user in control plane operation.

Typically these are written to a http.Request.

func NewUnlockUserInControlPlaneParams

func NewUnlockUserInControlPlaneParams() *UnlockUserInControlPlaneParams

NewUnlockUserInControlPlaneParams creates a new UnlockUserInControlPlaneParams 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 NewUnlockUserInControlPlaneParamsWithContext

func NewUnlockUserInControlPlaneParamsWithContext(ctx context.Context) *UnlockUserInControlPlaneParams

NewUnlockUserInControlPlaneParamsWithContext creates a new UnlockUserInControlPlaneParams object with the ability to set a context for a request.

func NewUnlockUserInControlPlaneParamsWithHTTPClient

func NewUnlockUserInControlPlaneParamsWithHTTPClient(client *http.Client) *UnlockUserInControlPlaneParams

NewUnlockUserInControlPlaneParamsWithHTTPClient creates a new UnlockUserInControlPlaneParams object with the ability to set a custom HTTPClient for a request.

func NewUnlockUserInControlPlaneParamsWithTimeout

func NewUnlockUserInControlPlaneParamsWithTimeout(timeout time.Duration) *UnlockUserInControlPlaneParams

NewUnlockUserInControlPlaneParamsWithTimeout creates a new UnlockUserInControlPlaneParams object with the ability to set a timeout on a request.

func (*UnlockUserInControlPlaneParams) SetContext

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

SetContext adds the context to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) SetDefaults

func (o *UnlockUserInControlPlaneParams) SetDefaults()

SetDefaults hydrates default values in the unlock user in control plane params (not the query body).

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

func (*UnlockUserInControlPlaneParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) SetInput

SetInput adds the input to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) SetTimeout

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

SetTimeout adds the timeout to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) WithContext

WithContext adds the context to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) WithDefaults

WithDefaults hydrates default values in the unlock user in control plane params (not the query body).

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

func (*UnlockUserInControlPlaneParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) WithInput

WithInput adds the input to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) WithTimeout

WithTimeout adds the timeout to the unlock user in control plane params

func (*UnlockUserInControlPlaneParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnlockUserInControlPlaneReader

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

UnlockUserInControlPlaneReader is a Reader for the UnlockUserInControlPlane structure.

func (*UnlockUserInControlPlaneReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnsetWorkloadPasswordMinLifetimeDefault

type UnsetWorkloadPasswordMinLifetimeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnsetWorkloadPasswordMinLifetimeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnsetWorkloadPasswordMinLifetimeDefault

func NewUnsetWorkloadPasswordMinLifetimeDefault(code int) *UnsetWorkloadPasswordMinLifetimeDefault

NewUnsetWorkloadPasswordMinLifetimeDefault creates a UnsetWorkloadPasswordMinLifetimeDefault with default headers values

func (*UnsetWorkloadPasswordMinLifetimeDefault) Code

Code gets the status code for the unset workload password min lifetime default response

func (*UnsetWorkloadPasswordMinLifetimeDefault) Error

func (*UnsetWorkloadPasswordMinLifetimeDefault) GetPayload

func (*UnsetWorkloadPasswordMinLifetimeDefault) IsClientError

func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsClientError() bool

IsClientError returns true when this unset workload password min lifetime default response has a 4xx status code

func (*UnsetWorkloadPasswordMinLifetimeDefault) IsCode

IsCode returns true when this unset workload password min lifetime default response a status code equal to that given

func (*UnsetWorkloadPasswordMinLifetimeDefault) IsRedirect

IsRedirect returns true when this unset workload password min lifetime default response has a 3xx status code

func (*UnsetWorkloadPasswordMinLifetimeDefault) IsServerError

func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsServerError() bool

IsServerError returns true when this unset workload password min lifetime default response has a 5xx status code

func (*UnsetWorkloadPasswordMinLifetimeDefault) IsSuccess

IsSuccess returns true when this unset workload password min lifetime default response has a 2xx status code

func (*UnsetWorkloadPasswordMinLifetimeDefault) String

type UnsetWorkloadPasswordMinLifetimeOK

type UnsetWorkloadPasswordMinLifetimeOK struct {
	Payload models.UnsetWorkloadPasswordMinLifetimeResponse
}

UnsetWorkloadPasswordMinLifetimeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnsetWorkloadPasswordMinLifetimeOK

func NewUnsetWorkloadPasswordMinLifetimeOK() *UnsetWorkloadPasswordMinLifetimeOK

NewUnsetWorkloadPasswordMinLifetimeOK creates a UnsetWorkloadPasswordMinLifetimeOK with default headers values

func (*UnsetWorkloadPasswordMinLifetimeOK) Code

Code gets the status code for the unset workload password min lifetime o k response

func (*UnsetWorkloadPasswordMinLifetimeOK) Error

func (*UnsetWorkloadPasswordMinLifetimeOK) GetPayload

func (*UnsetWorkloadPasswordMinLifetimeOK) IsClientError

func (o *UnsetWorkloadPasswordMinLifetimeOK) IsClientError() bool

IsClientError returns true when this unset workload password min lifetime o k response has a 4xx status code

func (*UnsetWorkloadPasswordMinLifetimeOK) IsCode

IsCode returns true when this unset workload password min lifetime o k response a status code equal to that given

func (*UnsetWorkloadPasswordMinLifetimeOK) IsRedirect

func (o *UnsetWorkloadPasswordMinLifetimeOK) IsRedirect() bool

IsRedirect returns true when this unset workload password min lifetime o k response has a 3xx status code

func (*UnsetWorkloadPasswordMinLifetimeOK) IsServerError

func (o *UnsetWorkloadPasswordMinLifetimeOK) IsServerError() bool

IsServerError returns true when this unset workload password min lifetime o k response has a 5xx status code

func (*UnsetWorkloadPasswordMinLifetimeOK) IsSuccess

IsSuccess returns true when this unset workload password min lifetime o k response has a 2xx status code

func (*UnsetWorkloadPasswordMinLifetimeOK) String

type UnsetWorkloadPasswordMinLifetimeParams

type UnsetWorkloadPasswordMinLifetimeParams struct {

	// Input.
	Input *models.UnsetWorkloadPasswordMinLifetimeRequest

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

UnsetWorkloadPasswordMinLifetimeParams contains all the parameters to send to the API endpoint

for the unset workload password min lifetime operation.

Typically these are written to a http.Request.

func NewUnsetWorkloadPasswordMinLifetimeParams

func NewUnsetWorkloadPasswordMinLifetimeParams() *UnsetWorkloadPasswordMinLifetimeParams

NewUnsetWorkloadPasswordMinLifetimeParams creates a new UnsetWorkloadPasswordMinLifetimeParams 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 NewUnsetWorkloadPasswordMinLifetimeParamsWithContext

func NewUnsetWorkloadPasswordMinLifetimeParamsWithContext(ctx context.Context) *UnsetWorkloadPasswordMinLifetimeParams

NewUnsetWorkloadPasswordMinLifetimeParamsWithContext creates a new UnsetWorkloadPasswordMinLifetimeParams object with the ability to set a context for a request.

func NewUnsetWorkloadPasswordMinLifetimeParamsWithHTTPClient

func NewUnsetWorkloadPasswordMinLifetimeParamsWithHTTPClient(client *http.Client) *UnsetWorkloadPasswordMinLifetimeParams

NewUnsetWorkloadPasswordMinLifetimeParamsWithHTTPClient creates a new UnsetWorkloadPasswordMinLifetimeParams object with the ability to set a custom HTTPClient for a request.

func NewUnsetWorkloadPasswordMinLifetimeParamsWithTimeout

func NewUnsetWorkloadPasswordMinLifetimeParamsWithTimeout(timeout time.Duration) *UnsetWorkloadPasswordMinLifetimeParams

NewUnsetWorkloadPasswordMinLifetimeParamsWithTimeout creates a new UnsetWorkloadPasswordMinLifetimeParams object with the ability to set a timeout on a request.

func (*UnsetWorkloadPasswordMinLifetimeParams) SetContext

SetContext adds the context to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) SetDefaults

func (o *UnsetWorkloadPasswordMinLifetimeParams) SetDefaults()

SetDefaults hydrates default values in the unset workload password min lifetime params (not the query body).

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

func (*UnsetWorkloadPasswordMinLifetimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) SetInput

SetInput adds the input to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) SetTimeout

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

SetTimeout adds the timeout to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) WithContext

WithContext adds the context to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) WithDefaults

WithDefaults hydrates default values in the unset workload password min lifetime params (not the query body).

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

func (*UnsetWorkloadPasswordMinLifetimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) WithInput

WithInput adds the input to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) WithTimeout

WithTimeout adds the timeout to the unset workload password min lifetime params

func (*UnsetWorkloadPasswordMinLifetimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnsetWorkloadPasswordMinLifetimeReader

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

UnsetWorkloadPasswordMinLifetimeReader is a Reader for the UnsetWorkloadPasswordMinLifetime structure.

func (*UnsetWorkloadPasswordMinLifetimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnsetWorkloadPasswordPolicyDefault

type UnsetWorkloadPasswordPolicyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnsetWorkloadPasswordPolicyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUnsetWorkloadPasswordPolicyDefault

func NewUnsetWorkloadPasswordPolicyDefault(code int) *UnsetWorkloadPasswordPolicyDefault

NewUnsetWorkloadPasswordPolicyDefault creates a UnsetWorkloadPasswordPolicyDefault with default headers values

func (*UnsetWorkloadPasswordPolicyDefault) Code

Code gets the status code for the unset workload password policy default response

func (*UnsetWorkloadPasswordPolicyDefault) Error

func (*UnsetWorkloadPasswordPolicyDefault) GetPayload

func (*UnsetWorkloadPasswordPolicyDefault) IsClientError

func (o *UnsetWorkloadPasswordPolicyDefault) IsClientError() bool

IsClientError returns true when this unset workload password policy default response has a 4xx status code

func (*UnsetWorkloadPasswordPolicyDefault) IsCode

IsCode returns true when this unset workload password policy default response a status code equal to that given

func (*UnsetWorkloadPasswordPolicyDefault) IsRedirect

func (o *UnsetWorkloadPasswordPolicyDefault) IsRedirect() bool

IsRedirect returns true when this unset workload password policy default response has a 3xx status code

func (*UnsetWorkloadPasswordPolicyDefault) IsServerError

func (o *UnsetWorkloadPasswordPolicyDefault) IsServerError() bool

IsServerError returns true when this unset workload password policy default response has a 5xx status code

func (*UnsetWorkloadPasswordPolicyDefault) IsSuccess

IsSuccess returns true when this unset workload password policy default response has a 2xx status code

func (*UnsetWorkloadPasswordPolicyDefault) String

type UnsetWorkloadPasswordPolicyOK

type UnsetWorkloadPasswordPolicyOK struct {
	Payload models.UnsetWorkloadPasswordPolicyResponse
}

UnsetWorkloadPasswordPolicyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUnsetWorkloadPasswordPolicyOK

func NewUnsetWorkloadPasswordPolicyOK() *UnsetWorkloadPasswordPolicyOK

NewUnsetWorkloadPasswordPolicyOK creates a UnsetWorkloadPasswordPolicyOK with default headers values

func (*UnsetWorkloadPasswordPolicyOK) Code

Code gets the status code for the unset workload password policy o k response

func (*UnsetWorkloadPasswordPolicyOK) Error

func (*UnsetWorkloadPasswordPolicyOK) GetPayload

func (*UnsetWorkloadPasswordPolicyOK) IsClientError

func (o *UnsetWorkloadPasswordPolicyOK) IsClientError() bool

IsClientError returns true when this unset workload password policy o k response has a 4xx status code

func (*UnsetWorkloadPasswordPolicyOK) IsCode

func (o *UnsetWorkloadPasswordPolicyOK) IsCode(code int) bool

IsCode returns true when this unset workload password policy o k response a status code equal to that given

func (*UnsetWorkloadPasswordPolicyOK) IsRedirect

func (o *UnsetWorkloadPasswordPolicyOK) IsRedirect() bool

IsRedirect returns true when this unset workload password policy o k response has a 3xx status code

func (*UnsetWorkloadPasswordPolicyOK) IsServerError

func (o *UnsetWorkloadPasswordPolicyOK) IsServerError() bool

IsServerError returns true when this unset workload password policy o k response has a 5xx status code

func (*UnsetWorkloadPasswordPolicyOK) IsSuccess

func (o *UnsetWorkloadPasswordPolicyOK) IsSuccess() bool

IsSuccess returns true when this unset workload password policy o k response has a 2xx status code

func (*UnsetWorkloadPasswordPolicyOK) String

type UnsetWorkloadPasswordPolicyParams

type UnsetWorkloadPasswordPolicyParams struct {

	// Input.
	Input *models.UnsetWorkloadPasswordPolicyRequest

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

UnsetWorkloadPasswordPolicyParams contains all the parameters to send to the API endpoint

for the unset workload password policy operation.

Typically these are written to a http.Request.

func NewUnsetWorkloadPasswordPolicyParams

func NewUnsetWorkloadPasswordPolicyParams() *UnsetWorkloadPasswordPolicyParams

NewUnsetWorkloadPasswordPolicyParams creates a new UnsetWorkloadPasswordPolicyParams 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 NewUnsetWorkloadPasswordPolicyParamsWithContext

func NewUnsetWorkloadPasswordPolicyParamsWithContext(ctx context.Context) *UnsetWorkloadPasswordPolicyParams

NewUnsetWorkloadPasswordPolicyParamsWithContext creates a new UnsetWorkloadPasswordPolicyParams object with the ability to set a context for a request.

func NewUnsetWorkloadPasswordPolicyParamsWithHTTPClient

func NewUnsetWorkloadPasswordPolicyParamsWithHTTPClient(client *http.Client) *UnsetWorkloadPasswordPolicyParams

NewUnsetWorkloadPasswordPolicyParamsWithHTTPClient creates a new UnsetWorkloadPasswordPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewUnsetWorkloadPasswordPolicyParamsWithTimeout

func NewUnsetWorkloadPasswordPolicyParamsWithTimeout(timeout time.Duration) *UnsetWorkloadPasswordPolicyParams

NewUnsetWorkloadPasswordPolicyParamsWithTimeout creates a new UnsetWorkloadPasswordPolicyParams object with the ability to set a timeout on a request.

func (*UnsetWorkloadPasswordPolicyParams) SetContext

SetContext adds the context to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) SetDefaults

func (o *UnsetWorkloadPasswordPolicyParams) SetDefaults()

SetDefaults hydrates default values in the unset workload password policy params (not the query body).

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

func (*UnsetWorkloadPasswordPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) SetInput

SetInput adds the input to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) WithContext

WithContext adds the context to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) WithDefaults

WithDefaults hydrates default values in the unset workload password policy params (not the query body).

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

func (*UnsetWorkloadPasswordPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) WithInput

WithInput adds the input to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) WithTimeout

WithTimeout adds the timeout to the unset workload password policy params

func (*UnsetWorkloadPasswordPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnsetWorkloadPasswordPolicyReader

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

UnsetWorkloadPasswordPolicyReader is a Reader for the UnsetWorkloadPasswordPolicy structure.

func (*UnsetWorkloadPasswordPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAccessKeyDefault

type UpdateAccessKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAccessKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAccessKeyDefault

func NewUpdateAccessKeyDefault(code int) *UpdateAccessKeyDefault

NewUpdateAccessKeyDefault creates a UpdateAccessKeyDefault with default headers values

func (*UpdateAccessKeyDefault) Code

func (o *UpdateAccessKeyDefault) Code() int

Code gets the status code for the update access key default response

func (*UpdateAccessKeyDefault) Error

func (o *UpdateAccessKeyDefault) Error() string

func (*UpdateAccessKeyDefault) GetPayload

func (o *UpdateAccessKeyDefault) GetPayload() *models.Error

func (*UpdateAccessKeyDefault) IsClientError

func (o *UpdateAccessKeyDefault) IsClientError() bool

IsClientError returns true when this update access key default response has a 4xx status code

func (*UpdateAccessKeyDefault) IsCode

func (o *UpdateAccessKeyDefault) IsCode(code int) bool

IsCode returns true when this update access key default response a status code equal to that given

func (*UpdateAccessKeyDefault) IsRedirect

func (o *UpdateAccessKeyDefault) IsRedirect() bool

IsRedirect returns true when this update access key default response has a 3xx status code

func (*UpdateAccessKeyDefault) IsServerError

func (o *UpdateAccessKeyDefault) IsServerError() bool

IsServerError returns true when this update access key default response has a 5xx status code

func (*UpdateAccessKeyDefault) IsSuccess

func (o *UpdateAccessKeyDefault) IsSuccess() bool

IsSuccess returns true when this update access key default response has a 2xx status code

func (*UpdateAccessKeyDefault) String

func (o *UpdateAccessKeyDefault) String() string

type UpdateAccessKeyOK

type UpdateAccessKeyOK struct {
	Payload *models.UpdateAccessKeyResponse
}

UpdateAccessKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAccessKeyOK

func NewUpdateAccessKeyOK() *UpdateAccessKeyOK

NewUpdateAccessKeyOK creates a UpdateAccessKeyOK with default headers values

func (*UpdateAccessKeyOK) Code

func (o *UpdateAccessKeyOK) Code() int

Code gets the status code for the update access key o k response

func (*UpdateAccessKeyOK) Error

func (o *UpdateAccessKeyOK) Error() string

func (*UpdateAccessKeyOK) GetPayload

func (*UpdateAccessKeyOK) IsClientError

func (o *UpdateAccessKeyOK) IsClientError() bool

IsClientError returns true when this update access key o k response has a 4xx status code

func (*UpdateAccessKeyOK) IsCode

func (o *UpdateAccessKeyOK) IsCode(code int) bool

IsCode returns true when this update access key o k response a status code equal to that given

func (*UpdateAccessKeyOK) IsRedirect

func (o *UpdateAccessKeyOK) IsRedirect() bool

IsRedirect returns true when this update access key o k response has a 3xx status code

func (*UpdateAccessKeyOK) IsServerError

func (o *UpdateAccessKeyOK) IsServerError() bool

IsServerError returns true when this update access key o k response has a 5xx status code

func (*UpdateAccessKeyOK) IsSuccess

func (o *UpdateAccessKeyOK) IsSuccess() bool

IsSuccess returns true when this update access key o k response has a 2xx status code

func (*UpdateAccessKeyOK) String

func (o *UpdateAccessKeyOK) String() string

type UpdateAccessKeyParams

type UpdateAccessKeyParams struct {

	// Input.
	Input *models.UpdateAccessKeyRequest

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

UpdateAccessKeyParams contains all the parameters to send to the API endpoint

for the update access key operation.

Typically these are written to a http.Request.

func NewUpdateAccessKeyParams

func NewUpdateAccessKeyParams() *UpdateAccessKeyParams

NewUpdateAccessKeyParams creates a new UpdateAccessKeyParams 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 NewUpdateAccessKeyParamsWithContext

func NewUpdateAccessKeyParamsWithContext(ctx context.Context) *UpdateAccessKeyParams

NewUpdateAccessKeyParamsWithContext creates a new UpdateAccessKeyParams object with the ability to set a context for a request.

func NewUpdateAccessKeyParamsWithHTTPClient

func NewUpdateAccessKeyParamsWithHTTPClient(client *http.Client) *UpdateAccessKeyParams

NewUpdateAccessKeyParamsWithHTTPClient creates a new UpdateAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAccessKeyParamsWithTimeout

func NewUpdateAccessKeyParamsWithTimeout(timeout time.Duration) *UpdateAccessKeyParams

NewUpdateAccessKeyParamsWithTimeout creates a new UpdateAccessKeyParams object with the ability to set a timeout on a request.

func (*UpdateAccessKeyParams) SetContext

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

SetContext adds the context to the update access key params

func (*UpdateAccessKeyParams) SetDefaults

func (o *UpdateAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the update access key params (not the query body).

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

func (*UpdateAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update access key params

func (*UpdateAccessKeyParams) SetInput

SetInput adds the input to the update access key params

func (*UpdateAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the update access key params

func (*UpdateAccessKeyParams) WithContext

WithContext adds the context to the update access key params

func (*UpdateAccessKeyParams) WithDefaults

func (o *UpdateAccessKeyParams) WithDefaults() *UpdateAccessKeyParams

WithDefaults hydrates default values in the update access key params (not the query body).

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

func (*UpdateAccessKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update access key params

func (*UpdateAccessKeyParams) WithInput

WithInput adds the input to the update access key params

func (*UpdateAccessKeyParams) WithTimeout

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

WithTimeout adds the timeout to the update access key params

func (*UpdateAccessKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateAccessKeyReader

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

UpdateAccessKeyReader is a Reader for the UpdateAccessKey structure.

func (*UpdateAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateGroupDefault

type UpdateGroupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateGroupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateGroupDefault

func NewUpdateGroupDefault(code int) *UpdateGroupDefault

NewUpdateGroupDefault creates a UpdateGroupDefault with default headers values

func (*UpdateGroupDefault) Code

func (o *UpdateGroupDefault) Code() int

Code gets the status code for the update group default response

func (*UpdateGroupDefault) Error

func (o *UpdateGroupDefault) Error() string

func (*UpdateGroupDefault) GetPayload

func (o *UpdateGroupDefault) GetPayload() *models.Error

func (*UpdateGroupDefault) IsClientError

func (o *UpdateGroupDefault) IsClientError() bool

IsClientError returns true when this update group default response has a 4xx status code

func (*UpdateGroupDefault) IsCode

func (o *UpdateGroupDefault) IsCode(code int) bool

IsCode returns true when this update group default response a status code equal to that given

func (*UpdateGroupDefault) IsRedirect

func (o *UpdateGroupDefault) IsRedirect() bool

IsRedirect returns true when this update group default response has a 3xx status code

func (*UpdateGroupDefault) IsServerError

func (o *UpdateGroupDefault) IsServerError() bool

IsServerError returns true when this update group default response has a 5xx status code

func (*UpdateGroupDefault) IsSuccess

func (o *UpdateGroupDefault) IsSuccess() bool

IsSuccess returns true when this update group default response has a 2xx status code

func (*UpdateGroupDefault) String

func (o *UpdateGroupDefault) String() string

type UpdateGroupOK

type UpdateGroupOK struct {
	Payload *models.UpdateGroupResponse
}

UpdateGroupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateGroupOK

func NewUpdateGroupOK() *UpdateGroupOK

NewUpdateGroupOK creates a UpdateGroupOK with default headers values

func (*UpdateGroupOK) Code

func (o *UpdateGroupOK) Code() int

Code gets the status code for the update group o k response

func (*UpdateGroupOK) Error

func (o *UpdateGroupOK) Error() string

func (*UpdateGroupOK) GetPayload

func (o *UpdateGroupOK) GetPayload() *models.UpdateGroupResponse

func (*UpdateGroupOK) IsClientError

func (o *UpdateGroupOK) IsClientError() bool

IsClientError returns true when this update group o k response has a 4xx status code

func (*UpdateGroupOK) IsCode

func (o *UpdateGroupOK) IsCode(code int) bool

IsCode returns true when this update group o k response a status code equal to that given

func (*UpdateGroupOK) IsRedirect

func (o *UpdateGroupOK) IsRedirect() bool

IsRedirect returns true when this update group o k response has a 3xx status code

func (*UpdateGroupOK) IsServerError

func (o *UpdateGroupOK) IsServerError() bool

IsServerError returns true when this update group o k response has a 5xx status code

func (*UpdateGroupOK) IsSuccess

func (o *UpdateGroupOK) IsSuccess() bool

IsSuccess returns true when this update group o k response has a 2xx status code

func (*UpdateGroupOK) String

func (o *UpdateGroupOK) String() string

type UpdateGroupParams

type UpdateGroupParams struct {

	// Input.
	Input *models.UpdateGroupRequest

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

UpdateGroupParams contains all the parameters to send to the API endpoint

for the update group operation.

Typically these are written to a http.Request.

func NewUpdateGroupParams

func NewUpdateGroupParams() *UpdateGroupParams

NewUpdateGroupParams creates a new UpdateGroupParams 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 NewUpdateGroupParamsWithContext

func NewUpdateGroupParamsWithContext(ctx context.Context) *UpdateGroupParams

NewUpdateGroupParamsWithContext creates a new UpdateGroupParams object with the ability to set a context for a request.

func NewUpdateGroupParamsWithHTTPClient

func NewUpdateGroupParamsWithHTTPClient(client *http.Client) *UpdateGroupParams

NewUpdateGroupParamsWithHTTPClient creates a new UpdateGroupParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGroupParamsWithTimeout

func NewUpdateGroupParamsWithTimeout(timeout time.Duration) *UpdateGroupParams

NewUpdateGroupParamsWithTimeout creates a new UpdateGroupParams object with the ability to set a timeout on a request.

func (*UpdateGroupParams) SetContext

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

SetContext adds the context to the update group params

func (*UpdateGroupParams) SetDefaults

func (o *UpdateGroupParams) SetDefaults()

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

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

func (*UpdateGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update group params

func (*UpdateGroupParams) SetInput

func (o *UpdateGroupParams) SetInput(input *models.UpdateGroupRequest)

SetInput adds the input to the update group params

func (*UpdateGroupParams) SetTimeout

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

SetTimeout adds the timeout to the update group params

func (*UpdateGroupParams) WithContext

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

WithContext adds the context to the update group params

func (*UpdateGroupParams) WithDefaults

func (o *UpdateGroupParams) WithDefaults() *UpdateGroupParams

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

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

func (*UpdateGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update group params

func (*UpdateGroupParams) WithInput

WithInput adds the input to the update group params

func (*UpdateGroupParams) WithTimeout

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

WithTimeout adds the timeout to the update group params

func (*UpdateGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateGroupReader

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

UpdateGroupReader is a Reader for the UpdateGroup structure.

func (*UpdateGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSamlProviderDefault

type UpdateSamlProviderDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSamlProviderDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateSamlProviderDefault

func NewUpdateSamlProviderDefault(code int) *UpdateSamlProviderDefault

NewUpdateSamlProviderDefault creates a UpdateSamlProviderDefault with default headers values

func (*UpdateSamlProviderDefault) Code

func (o *UpdateSamlProviderDefault) Code() int

Code gets the status code for the update saml provider default response

func (*UpdateSamlProviderDefault) Error

func (o *UpdateSamlProviderDefault) Error() string

func (*UpdateSamlProviderDefault) GetPayload

func (o *UpdateSamlProviderDefault) GetPayload() *models.Error

func (*UpdateSamlProviderDefault) IsClientError

func (o *UpdateSamlProviderDefault) IsClientError() bool

IsClientError returns true when this update saml provider default response has a 4xx status code

func (*UpdateSamlProviderDefault) IsCode

func (o *UpdateSamlProviderDefault) IsCode(code int) bool

IsCode returns true when this update saml provider default response a status code equal to that given

func (*UpdateSamlProviderDefault) IsRedirect

func (o *UpdateSamlProviderDefault) IsRedirect() bool

IsRedirect returns true when this update saml provider default response has a 3xx status code

func (*UpdateSamlProviderDefault) IsServerError

func (o *UpdateSamlProviderDefault) IsServerError() bool

IsServerError returns true when this update saml provider default response has a 5xx status code

func (*UpdateSamlProviderDefault) IsSuccess

func (o *UpdateSamlProviderDefault) IsSuccess() bool

IsSuccess returns true when this update saml provider default response has a 2xx status code

func (*UpdateSamlProviderDefault) String

func (o *UpdateSamlProviderDefault) String() string

type UpdateSamlProviderOK

type UpdateSamlProviderOK struct {
	Payload *models.UpdateSamlProviderResponse
}

UpdateSamlProviderOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateSamlProviderOK

func NewUpdateSamlProviderOK() *UpdateSamlProviderOK

NewUpdateSamlProviderOK creates a UpdateSamlProviderOK with default headers values

func (*UpdateSamlProviderOK) Code

func (o *UpdateSamlProviderOK) Code() int

Code gets the status code for the update saml provider o k response

func (*UpdateSamlProviderOK) Error

func (o *UpdateSamlProviderOK) Error() string

func (*UpdateSamlProviderOK) GetPayload

func (*UpdateSamlProviderOK) IsClientError

func (o *UpdateSamlProviderOK) IsClientError() bool

IsClientError returns true when this update saml provider o k response has a 4xx status code

func (*UpdateSamlProviderOK) IsCode

func (o *UpdateSamlProviderOK) IsCode(code int) bool

IsCode returns true when this update saml provider o k response a status code equal to that given

func (*UpdateSamlProviderOK) IsRedirect

func (o *UpdateSamlProviderOK) IsRedirect() bool

IsRedirect returns true when this update saml provider o k response has a 3xx status code

func (*UpdateSamlProviderOK) IsServerError

func (o *UpdateSamlProviderOK) IsServerError() bool

IsServerError returns true when this update saml provider o k response has a 5xx status code

func (*UpdateSamlProviderOK) IsSuccess

func (o *UpdateSamlProviderOK) IsSuccess() bool

IsSuccess returns true when this update saml provider o k response has a 2xx status code

func (*UpdateSamlProviderOK) String

func (o *UpdateSamlProviderOK) String() string

type UpdateSamlProviderParams

type UpdateSamlProviderParams struct {

	// Input.
	Input *models.UpdateSamlProviderRequest

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

UpdateSamlProviderParams contains all the parameters to send to the API endpoint

for the update saml provider operation.

Typically these are written to a http.Request.

func NewUpdateSamlProviderParams

func NewUpdateSamlProviderParams() *UpdateSamlProviderParams

NewUpdateSamlProviderParams creates a new UpdateSamlProviderParams 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 NewUpdateSamlProviderParamsWithContext

func NewUpdateSamlProviderParamsWithContext(ctx context.Context) *UpdateSamlProviderParams

NewUpdateSamlProviderParamsWithContext creates a new UpdateSamlProviderParams object with the ability to set a context for a request.

func NewUpdateSamlProviderParamsWithHTTPClient

func NewUpdateSamlProviderParamsWithHTTPClient(client *http.Client) *UpdateSamlProviderParams

NewUpdateSamlProviderParamsWithHTTPClient creates a new UpdateSamlProviderParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSamlProviderParamsWithTimeout

func NewUpdateSamlProviderParamsWithTimeout(timeout time.Duration) *UpdateSamlProviderParams

NewUpdateSamlProviderParamsWithTimeout creates a new UpdateSamlProviderParams object with the ability to set a timeout on a request.

func (*UpdateSamlProviderParams) SetContext

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

SetContext adds the context to the update saml provider params

func (*UpdateSamlProviderParams) SetDefaults

func (o *UpdateSamlProviderParams) SetDefaults()

SetDefaults hydrates default values in the update saml provider params (not the query body).

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

func (*UpdateSamlProviderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update saml provider params

func (*UpdateSamlProviderParams) SetInput

SetInput adds the input to the update saml provider params

func (*UpdateSamlProviderParams) SetTimeout

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

SetTimeout adds the timeout to the update saml provider params

func (*UpdateSamlProviderParams) WithContext

WithContext adds the context to the update saml provider params

func (*UpdateSamlProviderParams) WithDefaults

WithDefaults hydrates default values in the update saml provider params (not the query body).

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

func (*UpdateSamlProviderParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update saml provider params

func (*UpdateSamlProviderParams) WithInput

WithInput adds the input to the update saml provider params

func (*UpdateSamlProviderParams) WithTimeout

WithTimeout adds the timeout to the update saml provider params

func (*UpdateSamlProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSamlProviderReader

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

UpdateSamlProviderReader is a Reader for the UpdateSamlProvider structure.

func (*UpdateSamlProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserDefault

type UpdateUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateUserDefault

func NewUpdateUserDefault(code int) *UpdateUserDefault

NewUpdateUserDefault creates a UpdateUserDefault with default headers values

func (*UpdateUserDefault) Code

func (o *UpdateUserDefault) Code() int

Code gets the status code for the update user default response

func (*UpdateUserDefault) Error

func (o *UpdateUserDefault) Error() string

func (*UpdateUserDefault) GetPayload

func (o *UpdateUserDefault) GetPayload() *models.Error

func (*UpdateUserDefault) IsClientError

func (o *UpdateUserDefault) IsClientError() bool

IsClientError returns true when this update user default response has a 4xx status code

func (*UpdateUserDefault) IsCode

func (o *UpdateUserDefault) IsCode(code int) bool

IsCode returns true when this update user default response a status code equal to that given

func (*UpdateUserDefault) IsRedirect

func (o *UpdateUserDefault) IsRedirect() bool

IsRedirect returns true when this update user default response has a 3xx status code

func (*UpdateUserDefault) IsServerError

func (o *UpdateUserDefault) IsServerError() bool

IsServerError returns true when this update user default response has a 5xx status code

func (*UpdateUserDefault) IsSuccess

func (o *UpdateUserDefault) IsSuccess() bool

IsSuccess returns true when this update user default response has a 2xx status code

func (*UpdateUserDefault) String

func (o *UpdateUserDefault) String() string

type UpdateUserOK

type UpdateUserOK struct {
	Payload *models.UpdateUserResponse
}

UpdateUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateUserOK

func NewUpdateUserOK() *UpdateUserOK

NewUpdateUserOK creates a UpdateUserOK with default headers values

func (*UpdateUserOK) Code

func (o *UpdateUserOK) Code() int

Code gets the status code for the update user o k response

func (*UpdateUserOK) Error

func (o *UpdateUserOK) Error() string

func (*UpdateUserOK) GetPayload

func (o *UpdateUserOK) GetPayload() *models.UpdateUserResponse

func (*UpdateUserOK) IsClientError

func (o *UpdateUserOK) IsClientError() bool

IsClientError returns true when this update user o k response has a 4xx status code

func (*UpdateUserOK) IsCode

func (o *UpdateUserOK) IsCode(code int) bool

IsCode returns true when this update user o k response a status code equal to that given

func (*UpdateUserOK) IsRedirect

func (o *UpdateUserOK) IsRedirect() bool

IsRedirect returns true when this update user o k response has a 3xx status code

func (*UpdateUserOK) IsServerError

func (o *UpdateUserOK) IsServerError() bool

IsServerError returns true when this update user o k response has a 5xx status code

func (*UpdateUserOK) IsSuccess

func (o *UpdateUserOK) IsSuccess() bool

IsSuccess returns true when this update user o k response has a 2xx status code

func (*UpdateUserOK) String

func (o *UpdateUserOK) String() string

type UpdateUserParams

type UpdateUserParams struct {

	// Input.
	Input *models.UpdateUserRequest

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

UpdateUserParams contains all the parameters to send to the API endpoint

for the update user operation.

Typically these are written to a http.Request.

func NewUpdateUserParams

func NewUpdateUserParams() *UpdateUserParams

NewUpdateUserParams creates a new UpdateUserParams 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 NewUpdateUserParamsWithContext

func NewUpdateUserParamsWithContext(ctx context.Context) *UpdateUserParams

NewUpdateUserParamsWithContext creates a new UpdateUserParams object with the ability to set a context for a request.

func NewUpdateUserParamsWithHTTPClient

func NewUpdateUserParamsWithHTTPClient(client *http.Client) *UpdateUserParams

NewUpdateUserParamsWithHTTPClient creates a new UpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserParamsWithTimeout

func NewUpdateUserParamsWithTimeout(timeout time.Duration) *UpdateUserParams

NewUpdateUserParamsWithTimeout creates a new UpdateUserParams object with the ability to set a timeout on a request.

func (*UpdateUserParams) SetContext

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

SetContext adds the context to the update user params

func (*UpdateUserParams) SetDefaults

func (o *UpdateUserParams) SetDefaults()

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

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

func (*UpdateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) SetInput

func (o *UpdateUserParams) SetInput(input *models.UpdateUserRequest)

SetInput adds the input to the update user params

func (*UpdateUserParams) SetTimeout

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

SetTimeout adds the timeout to the update user params

func (*UpdateUserParams) WithContext

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

WithContext adds the context to the update user params

func (*UpdateUserParams) WithDefaults

func (o *UpdateUserParams) WithDefaults() *UpdateUserParams

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

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

func (*UpdateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) WithInput

WithInput adds the input to the update user params

func (*UpdateUserParams) WithTimeout

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

WithTimeout adds the timeout to the update user params

func (*UpdateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUserReader

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

UpdateUserReader is a Reader for the UpdateUser structure.

func (*UpdateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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