Documentation ¶
Index ¶
- type AddMachineUserToGroupDefault
- func (o *AddMachineUserToGroupDefault) Code() int
- func (o *AddMachineUserToGroupDefault) Error() string
- func (o *AddMachineUserToGroupDefault) GetPayload() *models.Error
- func (o *AddMachineUserToGroupDefault) IsClientError() bool
- func (o *AddMachineUserToGroupDefault) IsCode(code int) bool
- func (o *AddMachineUserToGroupDefault) IsRedirect() bool
- func (o *AddMachineUserToGroupDefault) IsServerError() bool
- func (o *AddMachineUserToGroupDefault) IsSuccess() bool
- func (o *AddMachineUserToGroupDefault) String() string
- type AddMachineUserToGroupOK
- func (o *AddMachineUserToGroupOK) Code() int
- func (o *AddMachineUserToGroupOK) Error() string
- func (o *AddMachineUserToGroupOK) GetPayload() models.AddMachineUserToGroupResponse
- func (o *AddMachineUserToGroupOK) IsClientError() bool
- func (o *AddMachineUserToGroupOK) IsCode(code int) bool
- func (o *AddMachineUserToGroupOK) IsRedirect() bool
- func (o *AddMachineUserToGroupOK) IsServerError() bool
- func (o *AddMachineUserToGroupOK) IsSuccess() bool
- func (o *AddMachineUserToGroupOK) String() string
- type AddMachineUserToGroupParams
- func NewAddMachineUserToGroupParams() *AddMachineUserToGroupParams
- func NewAddMachineUserToGroupParamsWithContext(ctx context.Context) *AddMachineUserToGroupParams
- func NewAddMachineUserToGroupParamsWithHTTPClient(client *http.Client) *AddMachineUserToGroupParams
- func NewAddMachineUserToGroupParamsWithTimeout(timeout time.Duration) *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) SetContext(ctx context.Context)
- func (o *AddMachineUserToGroupParams) SetDefaults()
- func (o *AddMachineUserToGroupParams) SetHTTPClient(client *http.Client)
- func (o *AddMachineUserToGroupParams) SetInput(input *models.AddMachineUserToGroupRequest)
- func (o *AddMachineUserToGroupParams) SetTimeout(timeout time.Duration)
- func (o *AddMachineUserToGroupParams) WithContext(ctx context.Context) *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) WithDefaults() *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) WithHTTPClient(client *http.Client) *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) WithInput(input *models.AddMachineUserToGroupRequest) *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) WithTimeout(timeout time.Duration) *AddMachineUserToGroupParams
- func (o *AddMachineUserToGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddMachineUserToGroupReader
- type AddSSHPublicKeyDefault
- func (o *AddSSHPublicKeyDefault) Code() int
- func (o *AddSSHPublicKeyDefault) Error() string
- func (o *AddSSHPublicKeyDefault) GetPayload() *models.Error
- func (o *AddSSHPublicKeyDefault) IsClientError() bool
- func (o *AddSSHPublicKeyDefault) IsCode(code int) bool
- func (o *AddSSHPublicKeyDefault) IsRedirect() bool
- func (o *AddSSHPublicKeyDefault) IsServerError() bool
- func (o *AddSSHPublicKeyDefault) IsSuccess() bool
- func (o *AddSSHPublicKeyDefault) String() string
- type AddSSHPublicKeyOK
- func (o *AddSSHPublicKeyOK) Code() int
- func (o *AddSSHPublicKeyOK) Error() string
- func (o *AddSSHPublicKeyOK) GetPayload() *models.AddSSHPublicKeyResponse
- func (o *AddSSHPublicKeyOK) IsClientError() bool
- func (o *AddSSHPublicKeyOK) IsCode(code int) bool
- func (o *AddSSHPublicKeyOK) IsRedirect() bool
- func (o *AddSSHPublicKeyOK) IsServerError() bool
- func (o *AddSSHPublicKeyOK) IsSuccess() bool
- func (o *AddSSHPublicKeyOK) String() string
- type AddSSHPublicKeyParams
- func NewAddSSHPublicKeyParams() *AddSSHPublicKeyParams
- func NewAddSSHPublicKeyParamsWithContext(ctx context.Context) *AddSSHPublicKeyParams
- func NewAddSSHPublicKeyParamsWithHTTPClient(client *http.Client) *AddSSHPublicKeyParams
- func NewAddSSHPublicKeyParamsWithTimeout(timeout time.Duration) *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) SetContext(ctx context.Context)
- func (o *AddSSHPublicKeyParams) SetDefaults()
- func (o *AddSSHPublicKeyParams) SetHTTPClient(client *http.Client)
- func (o *AddSSHPublicKeyParams) SetInput(input *models.AddSSHPublicKeyRequest)
- func (o *AddSSHPublicKeyParams) SetTimeout(timeout time.Duration)
- func (o *AddSSHPublicKeyParams) WithContext(ctx context.Context) *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) WithDefaults() *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) WithHTTPClient(client *http.Client) *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) WithInput(input *models.AddSSHPublicKeyRequest) *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) WithTimeout(timeout time.Duration) *AddSSHPublicKeyParams
- func (o *AddSSHPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddSSHPublicKeyReader
- type AddUserToGroupDefault
- func (o *AddUserToGroupDefault) Code() int
- func (o *AddUserToGroupDefault) Error() string
- func (o *AddUserToGroupDefault) GetPayload() *models.Error
- func (o *AddUserToGroupDefault) IsClientError() bool
- func (o *AddUserToGroupDefault) IsCode(code int) bool
- func (o *AddUserToGroupDefault) IsRedirect() bool
- func (o *AddUserToGroupDefault) IsServerError() bool
- func (o *AddUserToGroupDefault) IsSuccess() bool
- func (o *AddUserToGroupDefault) String() string
- type AddUserToGroupOK
- func (o *AddUserToGroupOK) Code() int
- func (o *AddUserToGroupOK) Error() string
- func (o *AddUserToGroupOK) GetPayload() models.AddUserToGroupResponse
- func (o *AddUserToGroupOK) IsClientError() bool
- func (o *AddUserToGroupOK) IsCode(code int) bool
- func (o *AddUserToGroupOK) IsRedirect() bool
- func (o *AddUserToGroupOK) IsServerError() bool
- func (o *AddUserToGroupOK) IsSuccess() bool
- func (o *AddUserToGroupOK) String() string
- type AddUserToGroupParams
- func NewAddUserToGroupParams() *AddUserToGroupParams
- func NewAddUserToGroupParamsWithContext(ctx context.Context) *AddUserToGroupParams
- func NewAddUserToGroupParamsWithHTTPClient(client *http.Client) *AddUserToGroupParams
- func NewAddUserToGroupParamsWithTimeout(timeout time.Duration) *AddUserToGroupParams
- func (o *AddUserToGroupParams) SetContext(ctx context.Context)
- func (o *AddUserToGroupParams) SetDefaults()
- func (o *AddUserToGroupParams) SetHTTPClient(client *http.Client)
- func (o *AddUserToGroupParams) SetInput(input *models.AddUserToGroupRequest)
- func (o *AddUserToGroupParams) SetTimeout(timeout time.Duration)
- func (o *AddUserToGroupParams) WithContext(ctx context.Context) *AddUserToGroupParams
- func (o *AddUserToGroupParams) WithDefaults() *AddUserToGroupParams
- func (o *AddUserToGroupParams) WithHTTPClient(client *http.Client) *AddUserToGroupParams
- func (o *AddUserToGroupParams) WithInput(input *models.AddUserToGroupRequest) *AddUserToGroupParams
- func (o *AddUserToGroupParams) WithTimeout(timeout time.Duration) *AddUserToGroupParams
- func (o *AddUserToGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddUserToGroupReader
- type AssignAzureCloudIdentityDefault
- func (o *AssignAzureCloudIdentityDefault) Code() int
- func (o *AssignAzureCloudIdentityDefault) Error() string
- func (o *AssignAzureCloudIdentityDefault) GetPayload() *models.Error
- func (o *AssignAzureCloudIdentityDefault) IsClientError() bool
- func (o *AssignAzureCloudIdentityDefault) IsCode(code int) bool
- func (o *AssignAzureCloudIdentityDefault) IsRedirect() bool
- func (o *AssignAzureCloudIdentityDefault) IsServerError() bool
- func (o *AssignAzureCloudIdentityDefault) IsSuccess() bool
- func (o *AssignAzureCloudIdentityDefault) String() string
- type AssignAzureCloudIdentityOK
- func (o *AssignAzureCloudIdentityOK) Code() int
- func (o *AssignAzureCloudIdentityOK) Error() string
- func (o *AssignAzureCloudIdentityOK) GetPayload() models.AssignAzureCloudIdentityResponse
- func (o *AssignAzureCloudIdentityOK) IsClientError() bool
- func (o *AssignAzureCloudIdentityOK) IsCode(code int) bool
- func (o *AssignAzureCloudIdentityOK) IsRedirect() bool
- func (o *AssignAzureCloudIdentityOK) IsServerError() bool
- func (o *AssignAzureCloudIdentityOK) IsSuccess() bool
- func (o *AssignAzureCloudIdentityOK) String() string
- type AssignAzureCloudIdentityParams
- func NewAssignAzureCloudIdentityParams() *AssignAzureCloudIdentityParams
- func NewAssignAzureCloudIdentityParamsWithContext(ctx context.Context) *AssignAzureCloudIdentityParams
- func NewAssignAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *AssignAzureCloudIdentityParams
- func NewAssignAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) SetContext(ctx context.Context)
- func (o *AssignAzureCloudIdentityParams) SetDefaults()
- func (o *AssignAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
- func (o *AssignAzureCloudIdentityParams) SetInput(input *models.AssignAzureCloudIdentityRequest)
- func (o *AssignAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
- func (o *AssignAzureCloudIdentityParams) WithContext(ctx context.Context) *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) WithDefaults() *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) WithInput(input *models.AssignAzureCloudIdentityRequest) *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *AssignAzureCloudIdentityParams
- func (o *AssignAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignAzureCloudIdentityReader
- type AssignGroupResourceRoleDefault
- func (o *AssignGroupResourceRoleDefault) Code() int
- func (o *AssignGroupResourceRoleDefault) Error() string
- func (o *AssignGroupResourceRoleDefault) GetPayload() *models.Error
- func (o *AssignGroupResourceRoleDefault) IsClientError() bool
- func (o *AssignGroupResourceRoleDefault) IsCode(code int) bool
- func (o *AssignGroupResourceRoleDefault) IsRedirect() bool
- func (o *AssignGroupResourceRoleDefault) IsServerError() bool
- func (o *AssignGroupResourceRoleDefault) IsSuccess() bool
- func (o *AssignGroupResourceRoleDefault) String() string
- type AssignGroupResourceRoleOK
- func (o *AssignGroupResourceRoleOK) Code() int
- func (o *AssignGroupResourceRoleOK) Error() string
- func (o *AssignGroupResourceRoleOK) GetPayload() models.AssignGroupResourceRoleResponse
- func (o *AssignGroupResourceRoleOK) IsClientError() bool
- func (o *AssignGroupResourceRoleOK) IsCode(code int) bool
- func (o *AssignGroupResourceRoleOK) IsRedirect() bool
- func (o *AssignGroupResourceRoleOK) IsServerError() bool
- func (o *AssignGroupResourceRoleOK) IsSuccess() bool
- func (o *AssignGroupResourceRoleOK) String() string
- type AssignGroupResourceRoleParams
- func NewAssignGroupResourceRoleParams() *AssignGroupResourceRoleParams
- func NewAssignGroupResourceRoleParamsWithContext(ctx context.Context) *AssignGroupResourceRoleParams
- func NewAssignGroupResourceRoleParamsWithHTTPClient(client *http.Client) *AssignGroupResourceRoleParams
- func NewAssignGroupResourceRoleParamsWithTimeout(timeout time.Duration) *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) SetContext(ctx context.Context)
- func (o *AssignGroupResourceRoleParams) SetDefaults()
- func (o *AssignGroupResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignGroupResourceRoleParams) SetInput(input *models.AssignGroupResourceRoleRequest)
- func (o *AssignGroupResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignGroupResourceRoleParams) WithContext(ctx context.Context) *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) WithDefaults() *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) WithHTTPClient(client *http.Client) *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) WithInput(input *models.AssignGroupResourceRoleRequest) *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) WithTimeout(timeout time.Duration) *AssignGroupResourceRoleParams
- func (o *AssignGroupResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignGroupResourceRoleReader
- type AssignGroupRoleDefault
- func (o *AssignGroupRoleDefault) Code() int
- func (o *AssignGroupRoleDefault) Error() string
- func (o *AssignGroupRoleDefault) GetPayload() *models.Error
- func (o *AssignGroupRoleDefault) IsClientError() bool
- func (o *AssignGroupRoleDefault) IsCode(code int) bool
- func (o *AssignGroupRoleDefault) IsRedirect() bool
- func (o *AssignGroupRoleDefault) IsServerError() bool
- func (o *AssignGroupRoleDefault) IsSuccess() bool
- func (o *AssignGroupRoleDefault) String() string
- type AssignGroupRoleOK
- func (o *AssignGroupRoleOK) Code() int
- func (o *AssignGroupRoleOK) Error() string
- func (o *AssignGroupRoleOK) GetPayload() models.AssignGroupRoleResponse
- func (o *AssignGroupRoleOK) IsClientError() bool
- func (o *AssignGroupRoleOK) IsCode(code int) bool
- func (o *AssignGroupRoleOK) IsRedirect() bool
- func (o *AssignGroupRoleOK) IsServerError() bool
- func (o *AssignGroupRoleOK) IsSuccess() bool
- func (o *AssignGroupRoleOK) String() string
- type AssignGroupRoleParams
- func NewAssignGroupRoleParams() *AssignGroupRoleParams
- func NewAssignGroupRoleParamsWithContext(ctx context.Context) *AssignGroupRoleParams
- func NewAssignGroupRoleParamsWithHTTPClient(client *http.Client) *AssignGroupRoleParams
- func NewAssignGroupRoleParamsWithTimeout(timeout time.Duration) *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) SetContext(ctx context.Context)
- func (o *AssignGroupRoleParams) SetDefaults()
- func (o *AssignGroupRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignGroupRoleParams) SetInput(input *models.AssignGroupRoleRequest)
- func (o *AssignGroupRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignGroupRoleParams) WithContext(ctx context.Context) *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) WithDefaults() *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) WithHTTPClient(client *http.Client) *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) WithInput(input *models.AssignGroupRoleRequest) *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) WithTimeout(timeout time.Duration) *AssignGroupRoleParams
- func (o *AssignGroupRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignGroupRoleReader
- type AssignMachineUserResourceRoleDefault
- func (o *AssignMachineUserResourceRoleDefault) Code() int
- func (o *AssignMachineUserResourceRoleDefault) Error() string
- func (o *AssignMachineUserResourceRoleDefault) GetPayload() *models.Error
- func (o *AssignMachineUserResourceRoleDefault) IsClientError() bool
- func (o *AssignMachineUserResourceRoleDefault) IsCode(code int) bool
- func (o *AssignMachineUserResourceRoleDefault) IsRedirect() bool
- func (o *AssignMachineUserResourceRoleDefault) IsServerError() bool
- func (o *AssignMachineUserResourceRoleDefault) IsSuccess() bool
- func (o *AssignMachineUserResourceRoleDefault) String() string
- type AssignMachineUserResourceRoleOK
- func (o *AssignMachineUserResourceRoleOK) Code() int
- func (o *AssignMachineUserResourceRoleOK) Error() string
- func (o *AssignMachineUserResourceRoleOK) GetPayload() models.AssignMachineUserResourceRoleResponse
- func (o *AssignMachineUserResourceRoleOK) IsClientError() bool
- func (o *AssignMachineUserResourceRoleOK) IsCode(code int) bool
- func (o *AssignMachineUserResourceRoleOK) IsRedirect() bool
- func (o *AssignMachineUserResourceRoleOK) IsServerError() bool
- func (o *AssignMachineUserResourceRoleOK) IsSuccess() bool
- func (o *AssignMachineUserResourceRoleOK) String() string
- type AssignMachineUserResourceRoleParams
- func NewAssignMachineUserResourceRoleParams() *AssignMachineUserResourceRoleParams
- func NewAssignMachineUserResourceRoleParamsWithContext(ctx context.Context) *AssignMachineUserResourceRoleParams
- func NewAssignMachineUserResourceRoleParamsWithHTTPClient(client *http.Client) *AssignMachineUserResourceRoleParams
- func NewAssignMachineUserResourceRoleParamsWithTimeout(timeout time.Duration) *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) SetContext(ctx context.Context)
- func (o *AssignMachineUserResourceRoleParams) SetDefaults()
- func (o *AssignMachineUserResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignMachineUserResourceRoleParams) SetInput(input *models.AssignMachineUserResourceRoleRequest)
- func (o *AssignMachineUserResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignMachineUserResourceRoleParams) WithContext(ctx context.Context) *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) WithDefaults() *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) WithHTTPClient(client *http.Client) *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) WithInput(input *models.AssignMachineUserResourceRoleRequest) *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) WithTimeout(timeout time.Duration) *AssignMachineUserResourceRoleParams
- func (o *AssignMachineUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignMachineUserResourceRoleReader
- type AssignMachineUserRoleDefault
- func (o *AssignMachineUserRoleDefault) Code() int
- func (o *AssignMachineUserRoleDefault) Error() string
- func (o *AssignMachineUserRoleDefault) GetPayload() *models.Error
- func (o *AssignMachineUserRoleDefault) IsClientError() bool
- func (o *AssignMachineUserRoleDefault) IsCode(code int) bool
- func (o *AssignMachineUserRoleDefault) IsRedirect() bool
- func (o *AssignMachineUserRoleDefault) IsServerError() bool
- func (o *AssignMachineUserRoleDefault) IsSuccess() bool
- func (o *AssignMachineUserRoleDefault) String() string
- type AssignMachineUserRoleOK
- func (o *AssignMachineUserRoleOK) Code() int
- func (o *AssignMachineUserRoleOK) Error() string
- func (o *AssignMachineUserRoleOK) GetPayload() models.AssignMachineUserRoleResponse
- func (o *AssignMachineUserRoleOK) IsClientError() bool
- func (o *AssignMachineUserRoleOK) IsCode(code int) bool
- func (o *AssignMachineUserRoleOK) IsRedirect() bool
- func (o *AssignMachineUserRoleOK) IsServerError() bool
- func (o *AssignMachineUserRoleOK) IsSuccess() bool
- func (o *AssignMachineUserRoleOK) String() string
- type AssignMachineUserRoleParams
- func NewAssignMachineUserRoleParams() *AssignMachineUserRoleParams
- func NewAssignMachineUserRoleParamsWithContext(ctx context.Context) *AssignMachineUserRoleParams
- func NewAssignMachineUserRoleParamsWithHTTPClient(client *http.Client) *AssignMachineUserRoleParams
- func NewAssignMachineUserRoleParamsWithTimeout(timeout time.Duration) *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) SetContext(ctx context.Context)
- func (o *AssignMachineUserRoleParams) SetDefaults()
- func (o *AssignMachineUserRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignMachineUserRoleParams) SetInput(input *models.AssignMachineUserRoleRequest)
- func (o *AssignMachineUserRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignMachineUserRoleParams) WithContext(ctx context.Context) *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) WithDefaults() *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) WithHTTPClient(client *http.Client) *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) WithInput(input *models.AssignMachineUserRoleRequest) *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) WithTimeout(timeout time.Duration) *AssignMachineUserRoleParams
- func (o *AssignMachineUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignMachineUserRoleReader
- type AssignServicePrincipalAzureCloudIdentityDefault
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) Code() int
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) Error() string
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) GetPayload() *models.Error
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsClientError() bool
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsCode(code int) bool
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsRedirect() bool
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsServerError() bool
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsSuccess() bool
- func (o *AssignServicePrincipalAzureCloudIdentityDefault) String() string
- type AssignServicePrincipalAzureCloudIdentityOK
- func (o *AssignServicePrincipalAzureCloudIdentityOK) Code() int
- func (o *AssignServicePrincipalAzureCloudIdentityOK) Error() string
- func (o *AssignServicePrincipalAzureCloudIdentityOK) GetPayload() models.AssignServicePrincipalAzureCloudIdentityResponse
- func (o *AssignServicePrincipalAzureCloudIdentityOK) IsClientError() bool
- func (o *AssignServicePrincipalAzureCloudIdentityOK) IsCode(code int) bool
- func (o *AssignServicePrincipalAzureCloudIdentityOK) IsRedirect() bool
- func (o *AssignServicePrincipalAzureCloudIdentityOK) IsServerError() bool
- func (o *AssignServicePrincipalAzureCloudIdentityOK) IsSuccess() bool
- func (o *AssignServicePrincipalAzureCloudIdentityOK) String() string
- type AssignServicePrincipalAzureCloudIdentityParams
- func NewAssignServicePrincipalAzureCloudIdentityParams() *AssignServicePrincipalAzureCloudIdentityParams
- func NewAssignServicePrincipalAzureCloudIdentityParamsWithContext(ctx context.Context) *AssignServicePrincipalAzureCloudIdentityParams
- func NewAssignServicePrincipalAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *AssignServicePrincipalAzureCloudIdentityParams
- func NewAssignServicePrincipalAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) SetContext(ctx context.Context)
- func (o *AssignServicePrincipalAzureCloudIdentityParams) SetDefaults()
- func (o *AssignServicePrincipalAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
- func (o *AssignServicePrincipalAzureCloudIdentityParams) SetInput(input *models.AssignServicePrincipalAzureCloudIdentityRequest)
- func (o *AssignServicePrincipalAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WithContext(ctx context.Context) *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WithDefaults() *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WithInput(input *models.AssignServicePrincipalAzureCloudIdentityRequest) *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *AssignServicePrincipalAzureCloudIdentityParams
- func (o *AssignServicePrincipalAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignServicePrincipalAzureCloudIdentityReader
- type AssignUserResourceRoleDefault
- func (o *AssignUserResourceRoleDefault) Code() int
- func (o *AssignUserResourceRoleDefault) Error() string
- func (o *AssignUserResourceRoleDefault) GetPayload() *models.Error
- func (o *AssignUserResourceRoleDefault) IsClientError() bool
- func (o *AssignUserResourceRoleDefault) IsCode(code int) bool
- func (o *AssignUserResourceRoleDefault) IsRedirect() bool
- func (o *AssignUserResourceRoleDefault) IsServerError() bool
- func (o *AssignUserResourceRoleDefault) IsSuccess() bool
- func (o *AssignUserResourceRoleDefault) String() string
- type AssignUserResourceRoleOK
- func (o *AssignUserResourceRoleOK) Code() int
- func (o *AssignUserResourceRoleOK) Error() string
- func (o *AssignUserResourceRoleOK) GetPayload() models.AssignUserResourceRoleResponse
- func (o *AssignUserResourceRoleOK) IsClientError() bool
- func (o *AssignUserResourceRoleOK) IsCode(code int) bool
- func (o *AssignUserResourceRoleOK) IsRedirect() bool
- func (o *AssignUserResourceRoleOK) IsServerError() bool
- func (o *AssignUserResourceRoleOK) IsSuccess() bool
- func (o *AssignUserResourceRoleOK) String() string
- type AssignUserResourceRoleParams
- func NewAssignUserResourceRoleParams() *AssignUserResourceRoleParams
- func NewAssignUserResourceRoleParamsWithContext(ctx context.Context) *AssignUserResourceRoleParams
- func NewAssignUserResourceRoleParamsWithHTTPClient(client *http.Client) *AssignUserResourceRoleParams
- func NewAssignUserResourceRoleParamsWithTimeout(timeout time.Duration) *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) SetContext(ctx context.Context)
- func (o *AssignUserResourceRoleParams) SetDefaults()
- func (o *AssignUserResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignUserResourceRoleParams) SetInput(input *models.AssignUserResourceRoleRequest)
- func (o *AssignUserResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignUserResourceRoleParams) WithContext(ctx context.Context) *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) WithDefaults() *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) WithHTTPClient(client *http.Client) *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) WithInput(input *models.AssignUserResourceRoleRequest) *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) WithTimeout(timeout time.Duration) *AssignUserResourceRoleParams
- func (o *AssignUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignUserResourceRoleReader
- type AssignUserRoleDefault
- func (o *AssignUserRoleDefault) Code() int
- func (o *AssignUserRoleDefault) Error() string
- func (o *AssignUserRoleDefault) GetPayload() *models.Error
- func (o *AssignUserRoleDefault) IsClientError() bool
- func (o *AssignUserRoleDefault) IsCode(code int) bool
- func (o *AssignUserRoleDefault) IsRedirect() bool
- func (o *AssignUserRoleDefault) IsServerError() bool
- func (o *AssignUserRoleDefault) IsSuccess() bool
- func (o *AssignUserRoleDefault) String() string
- type AssignUserRoleOK
- func (o *AssignUserRoleOK) Code() int
- func (o *AssignUserRoleOK) Error() string
- func (o *AssignUserRoleOK) GetPayload() models.AssignUserRoleResponse
- func (o *AssignUserRoleOK) IsClientError() bool
- func (o *AssignUserRoleOK) IsCode(code int) bool
- func (o *AssignUserRoleOK) IsRedirect() bool
- func (o *AssignUserRoleOK) IsServerError() bool
- func (o *AssignUserRoleOK) IsSuccess() bool
- func (o *AssignUserRoleOK) String() string
- type AssignUserRoleParams
- func NewAssignUserRoleParams() *AssignUserRoleParams
- func NewAssignUserRoleParamsWithContext(ctx context.Context) *AssignUserRoleParams
- func NewAssignUserRoleParamsWithHTTPClient(client *http.Client) *AssignUserRoleParams
- func NewAssignUserRoleParamsWithTimeout(timeout time.Duration) *AssignUserRoleParams
- func (o *AssignUserRoleParams) SetContext(ctx context.Context)
- func (o *AssignUserRoleParams) SetDefaults()
- func (o *AssignUserRoleParams) SetHTTPClient(client *http.Client)
- func (o *AssignUserRoleParams) SetInput(input *models.AssignUserRoleRequest)
- func (o *AssignUserRoleParams) SetTimeout(timeout time.Duration)
- func (o *AssignUserRoleParams) WithContext(ctx context.Context) *AssignUserRoleParams
- func (o *AssignUserRoleParams) WithDefaults() *AssignUserRoleParams
- func (o *AssignUserRoleParams) WithHTTPClient(client *http.Client) *AssignUserRoleParams
- func (o *AssignUserRoleParams) WithInput(input *models.AssignUserRoleRequest) *AssignUserRoleParams
- func (o *AssignUserRoleParams) WithTimeout(timeout time.Duration) *AssignUserRoleParams
- func (o *AssignUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssignUserRoleReader
- type Client
- func (a *Client) AddMachineUserToGroup(params *AddMachineUserToGroupParams, opts ...ClientOption) (*AddMachineUserToGroupOK, error)
- func (a *Client) AddSSHPublicKey(params *AddSSHPublicKeyParams, opts ...ClientOption) (*AddSSHPublicKeyOK, error)
- func (a *Client) AddUserToGroup(params *AddUserToGroupParams, opts ...ClientOption) (*AddUserToGroupOK, error)
- func (a *Client) AssignAzureCloudIdentity(params *AssignAzureCloudIdentityParams, opts ...ClientOption) (*AssignAzureCloudIdentityOK, error)
- func (a *Client) AssignGroupResourceRole(params *AssignGroupResourceRoleParams, opts ...ClientOption) (*AssignGroupResourceRoleOK, error)
- func (a *Client) AssignGroupRole(params *AssignGroupRoleParams, opts ...ClientOption) (*AssignGroupRoleOK, error)
- func (a *Client) AssignMachineUserResourceRole(params *AssignMachineUserResourceRoleParams, opts ...ClientOption) (*AssignMachineUserResourceRoleOK, error)
- func (a *Client) AssignMachineUserRole(params *AssignMachineUserRoleParams, opts ...ClientOption) (*AssignMachineUserRoleOK, error)
- func (a *Client) AssignServicePrincipalAzureCloudIdentity(params *AssignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*AssignServicePrincipalAzureCloudIdentityOK, error)
- func (a *Client) AssignUserResourceRole(params *AssignUserResourceRoleParams, opts ...ClientOption) (*AssignUserResourceRoleOK, error)
- func (a *Client) AssignUserRole(params *AssignUserRoleParams, opts ...ClientOption) (*AssignUserRoleOK, error)
- func (a *Client) CreateGroup(params *CreateGroupParams, opts ...ClientOption) (*CreateGroupOK, error)
- func (a *Client) CreateMachineUser(params *CreateMachineUserParams, opts ...ClientOption) (*CreateMachineUserOK, error)
- func (a *Client) CreateMachineUserAccessKey(params *CreateMachineUserAccessKeyParams, opts ...ClientOption) (*CreateMachineUserAccessKeyOK, error)
- func (a *Client) CreateSamlProvider(params *CreateSamlProviderParams, opts ...ClientOption) (*CreateSamlProviderOK, error)
- func (a *Client) CreateScimAccessToken(params *CreateScimAccessTokenParams, opts ...ClientOption) (*CreateScimAccessTokenOK, error)
- func (a *Client) CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserOK, error)
- func (a *Client) CreateUserAccessKey(params *CreateUserAccessKeyParams, opts ...ClientOption) (*CreateUserAccessKeyOK, error)
- func (a *Client) DeleteAccessKey(params *DeleteAccessKeyParams, opts ...ClientOption) (*DeleteAccessKeyOK, error)
- func (a *Client) DeleteGroup(params *DeleteGroupParams, opts ...ClientOption) (*DeleteGroupOK, error)
- func (a *Client) DeleteMachineUser(params *DeleteMachineUserParams, opts ...ClientOption) (*DeleteMachineUserOK, error)
- func (a *Client) DeleteSSHPublicKey(params *DeleteSSHPublicKeyParams, opts ...ClientOption) (*DeleteSSHPublicKeyOK, error)
- func (a *Client) DeleteSamlProvider(params *DeleteSamlProviderParams, opts ...ClientOption) (*DeleteSamlProviderOK, error)
- func (a *Client) DeleteScimAccessToken(params *DeleteScimAccessTokenParams, opts ...ClientOption) (*DeleteScimAccessTokenOK, error)
- func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)
- func (a *Client) DescribeSSHPublicKey(params *DescribeSSHPublicKeyParams, opts ...ClientOption) (*DescribeSSHPublicKeyOK, error)
- func (a *Client) DescribeSamlProvider(params *DescribeSamlProviderParams, opts ...ClientOption) (*DescribeSamlProviderOK, error)
- func (a *Client) DisableClouderaSSOLogin(params *DisableClouderaSSOLoginParams, opts ...ClientOption) (*DisableClouderaSSOLoginOK, error)
- func (a *Client) EnableClouderaSSOLogin(params *EnableClouderaSSOLoginParams, opts ...ClientOption) (*EnableClouderaSSOLoginOK, error)
- func (a *Client) GenerateWorkloadAuthToken(params *GenerateWorkloadAuthTokenParams, opts ...ClientOption) (*GenerateWorkloadAuthTokenOK, error)
- func (a *Client) GetAccessKey(params *GetAccessKeyParams, opts ...ClientOption) (*GetAccessKeyOK, error)
- func (a *Client) GetAccount(params *GetAccountParams, opts ...ClientOption) (*GetAccountOK, error)
- func (a *Client) GetAccountMessages(params *GetAccountMessagesParams, opts ...ClientOption) (*GetAccountMessagesOK, error)
- func (a *Client) GetUser(params *GetUserParams, opts ...ClientOption) (*GetUserOK, error)
- func (a *Client) ListAccessKeys(params *ListAccessKeysParams, opts ...ClientOption) (*ListAccessKeysOK, error)
- func (a *Client) ListGroupAssignedResourceRoles(params *ListGroupAssignedResourceRolesParams, opts ...ClientOption) (*ListGroupAssignedResourceRolesOK, error)
- func (a *Client) ListGroupAssignedRoles(params *ListGroupAssignedRolesParams, opts ...ClientOption) (*ListGroupAssignedRolesOK, error)
- func (a *Client) ListGroupMembers(params *ListGroupMembersParams, opts ...ClientOption) (*ListGroupMembersOK, error)
- func (a *Client) ListGroups(params *ListGroupsParams, opts ...ClientOption) (*ListGroupsOK, error)
- func (a *Client) ListGroupsForMachineUser(params *ListGroupsForMachineUserParams, opts ...ClientOption) (*ListGroupsForMachineUserOK, error)
- func (a *Client) ListGroupsForUser(params *ListGroupsForUserParams, opts ...ClientOption) (*ListGroupsForUserOK, error)
- func (a *Client) ListMachineUserAssignedResourceRoles(params *ListMachineUserAssignedResourceRolesParams, opts ...ClientOption) (*ListMachineUserAssignedResourceRolesOK, error)
- func (a *Client) ListMachineUserAssignedRoles(params *ListMachineUserAssignedRolesParams, opts ...ClientOption) (*ListMachineUserAssignedRolesOK, error)
- func (a *Client) ListMachineUsers(params *ListMachineUsersParams, opts ...ClientOption) (*ListMachineUsersOK, error)
- func (a *Client) ListResourceAssignees(params *ListResourceAssigneesParams, opts ...ClientOption) (*ListResourceAssigneesOK, error)
- func (a *Client) ListResourceRoles(params *ListResourceRolesParams, opts ...ClientOption) (*ListResourceRolesOK, error)
- func (a *Client) ListRoles(params *ListRolesParams, opts ...ClientOption) (*ListRolesOK, error)
- func (a *Client) ListSSHPublicKeys(params *ListSSHPublicKeysParams, opts ...ClientOption) (*ListSSHPublicKeysOK, error)
- func (a *Client) ListSamlProviders(params *ListSamlProvidersParams, opts ...ClientOption) (*ListSamlProvidersOK, error)
- func (a *Client) ListScimAccessTokens(params *ListScimAccessTokensParams, opts ...ClientOption) (*ListScimAccessTokensOK, error)
- func (a *Client) ListServicePrincipalCloudIdentities(params *ListServicePrincipalCloudIdentitiesParams, opts ...ClientOption) (*ListServicePrincipalCloudIdentitiesOK, error)
- func (a *Client) ListUserAssignedResourceRoles(params *ListUserAssignedResourceRolesParams, opts ...ClientOption) (*ListUserAssignedResourceRolesOK, error)
- func (a *Client) ListUserAssignedRoles(params *ListUserAssignedRolesParams, opts ...ClientOption) (*ListUserAssignedRolesOK, error)
- func (a *Client) ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)
- func (a *Client) RemoveMachineUserFromGroup(params *RemoveMachineUserFromGroupParams, opts ...ClientOption) (*RemoveMachineUserFromGroupOK, error)
- func (a *Client) RemoveUserFromGroup(params *RemoveUserFromGroupParams, opts ...ClientOption) (*RemoveUserFromGroupOK, error)
- func (a *Client) SetAccountMessages(params *SetAccountMessagesParams, opts ...ClientOption) (*SetAccountMessagesOK, error)
- func (a *Client) SetAuthenticationPolicy(params *SetAuthenticationPolicyParams, opts ...ClientOption) (*SetAuthenticationPolicyOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SetWorkloadPassword(params *SetWorkloadPasswordParams, opts ...ClientOption) (*SetWorkloadPasswordOK, error)
- func (a *Client) SetWorkloadPasswordPolicy(params *SetWorkloadPasswordPolicyParams, opts ...ClientOption) (*SetWorkloadPasswordPolicyOK, error)
- func (a *Client) UnassignAzureCloudIdentity(params *UnassignAzureCloudIdentityParams, opts ...ClientOption) (*UnassignAzureCloudIdentityOK, error)
- func (a *Client) UnassignGroupResourceRole(params *UnassignGroupResourceRoleParams, opts ...ClientOption) (*UnassignGroupResourceRoleOK, error)
- func (a *Client) UnassignGroupRole(params *UnassignGroupRoleParams, opts ...ClientOption) (*UnassignGroupRoleOK, error)
- func (a *Client) UnassignMachineUserResourceRole(params *UnassignMachineUserResourceRoleParams, opts ...ClientOption) (*UnassignMachineUserResourceRoleOK, error)
- func (a *Client) UnassignMachineUserRole(params *UnassignMachineUserRoleParams, opts ...ClientOption) (*UnassignMachineUserRoleOK, error)
- func (a *Client) UnassignServicePrincipalAzureCloudIdentity(params *UnassignServicePrincipalAzureCloudIdentityParams, opts ...ClientOption) (*UnassignServicePrincipalAzureCloudIdentityOK, error)
- func (a *Client) UnassignUserResourceRole(params *UnassignUserResourceRoleParams, opts ...ClientOption) (*UnassignUserResourceRoleOK, error)
- func (a *Client) UnassignUserRole(params *UnassignUserRoleParams, opts ...ClientOption) (*UnassignUserRoleOK, error)
- func (a *Client) UnlockMachineUserInControlPlane(params *UnlockMachineUserInControlPlaneParams, opts ...ClientOption) (*UnlockMachineUserInControlPlaneOK, error)
- func (a *Client) UnlockUserInControlPlane(params *UnlockUserInControlPlaneParams, opts ...ClientOption) (*UnlockUserInControlPlaneOK, error)
- func (a *Client) UnsetWorkloadPasswordMinLifetime(params *UnsetWorkloadPasswordMinLifetimeParams, opts ...ClientOption) (*UnsetWorkloadPasswordMinLifetimeOK, error)
- func (a *Client) UnsetWorkloadPasswordPolicy(params *UnsetWorkloadPasswordPolicyParams, opts ...ClientOption) (*UnsetWorkloadPasswordPolicyOK, error)
- func (a *Client) UpdateAccessKey(params *UpdateAccessKeyParams, opts ...ClientOption) (*UpdateAccessKeyOK, error)
- func (a *Client) UpdateGroup(params *UpdateGroupParams, opts ...ClientOption) (*UpdateGroupOK, error)
- func (a *Client) UpdateSamlProvider(params *UpdateSamlProviderParams, opts ...ClientOption) (*UpdateSamlProviderOK, error)
- func (a *Client) UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, error)
- type ClientOption
- type ClientService
- type CreateGroupDefault
- func (o *CreateGroupDefault) Code() int
- func (o *CreateGroupDefault) Error() string
- func (o *CreateGroupDefault) GetPayload() *models.Error
- func (o *CreateGroupDefault) IsClientError() bool
- func (o *CreateGroupDefault) IsCode(code int) bool
- func (o *CreateGroupDefault) IsRedirect() bool
- func (o *CreateGroupDefault) IsServerError() bool
- func (o *CreateGroupDefault) IsSuccess() bool
- func (o *CreateGroupDefault) String() string
- type CreateGroupOK
- func (o *CreateGroupOK) Code() int
- func (o *CreateGroupOK) Error() string
- func (o *CreateGroupOK) GetPayload() *models.CreateGroupResponse
- func (o *CreateGroupOK) IsClientError() bool
- func (o *CreateGroupOK) IsCode(code int) bool
- func (o *CreateGroupOK) IsRedirect() bool
- func (o *CreateGroupOK) IsServerError() bool
- func (o *CreateGroupOK) IsSuccess() bool
- func (o *CreateGroupOK) String() string
- type CreateGroupParams
- func (o *CreateGroupParams) SetContext(ctx context.Context)
- func (o *CreateGroupParams) SetDefaults()
- func (o *CreateGroupParams) SetHTTPClient(client *http.Client)
- func (o *CreateGroupParams) SetInput(input *models.CreateGroupRequest)
- func (o *CreateGroupParams) SetTimeout(timeout time.Duration)
- func (o *CreateGroupParams) WithContext(ctx context.Context) *CreateGroupParams
- func (o *CreateGroupParams) WithDefaults() *CreateGroupParams
- func (o *CreateGroupParams) WithHTTPClient(client *http.Client) *CreateGroupParams
- func (o *CreateGroupParams) WithInput(input *models.CreateGroupRequest) *CreateGroupParams
- func (o *CreateGroupParams) WithTimeout(timeout time.Duration) *CreateGroupParams
- func (o *CreateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGroupReader
- type CreateMachineUserAccessKeyDefault
- func (o *CreateMachineUserAccessKeyDefault) Code() int
- func (o *CreateMachineUserAccessKeyDefault) Error() string
- func (o *CreateMachineUserAccessKeyDefault) GetPayload() *models.Error
- func (o *CreateMachineUserAccessKeyDefault) IsClientError() bool
- func (o *CreateMachineUserAccessKeyDefault) IsCode(code int) bool
- func (o *CreateMachineUserAccessKeyDefault) IsRedirect() bool
- func (o *CreateMachineUserAccessKeyDefault) IsServerError() bool
- func (o *CreateMachineUserAccessKeyDefault) IsSuccess() bool
- func (o *CreateMachineUserAccessKeyDefault) String() string
- type CreateMachineUserAccessKeyOK
- func (o *CreateMachineUserAccessKeyOK) Code() int
- func (o *CreateMachineUserAccessKeyOK) Error() string
- func (o *CreateMachineUserAccessKeyOK) GetPayload() *models.CreateMachineUserAccessKeyResponse
- func (o *CreateMachineUserAccessKeyOK) IsClientError() bool
- func (o *CreateMachineUserAccessKeyOK) IsCode(code int) bool
- func (o *CreateMachineUserAccessKeyOK) IsRedirect() bool
- func (o *CreateMachineUserAccessKeyOK) IsServerError() bool
- func (o *CreateMachineUserAccessKeyOK) IsSuccess() bool
- func (o *CreateMachineUserAccessKeyOK) String() string
- type CreateMachineUserAccessKeyParams
- func NewCreateMachineUserAccessKeyParams() *CreateMachineUserAccessKeyParams
- func NewCreateMachineUserAccessKeyParamsWithContext(ctx context.Context) *CreateMachineUserAccessKeyParams
- func NewCreateMachineUserAccessKeyParamsWithHTTPClient(client *http.Client) *CreateMachineUserAccessKeyParams
- func NewCreateMachineUserAccessKeyParamsWithTimeout(timeout time.Duration) *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) SetContext(ctx context.Context)
- func (o *CreateMachineUserAccessKeyParams) SetDefaults()
- func (o *CreateMachineUserAccessKeyParams) SetHTTPClient(client *http.Client)
- func (o *CreateMachineUserAccessKeyParams) SetInput(input *models.CreateMachineUserAccessKeyRequest)
- func (o *CreateMachineUserAccessKeyParams) SetTimeout(timeout time.Duration)
- func (o *CreateMachineUserAccessKeyParams) WithContext(ctx context.Context) *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) WithDefaults() *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) WithHTTPClient(client *http.Client) *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) WithInput(input *models.CreateMachineUserAccessKeyRequest) *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) WithTimeout(timeout time.Duration) *CreateMachineUserAccessKeyParams
- func (o *CreateMachineUserAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateMachineUserAccessKeyReader
- type CreateMachineUserDefault
- func (o *CreateMachineUserDefault) Code() int
- func (o *CreateMachineUserDefault) Error() string
- func (o *CreateMachineUserDefault) GetPayload() *models.Error
- func (o *CreateMachineUserDefault) IsClientError() bool
- func (o *CreateMachineUserDefault) IsCode(code int) bool
- func (o *CreateMachineUserDefault) IsRedirect() bool
- func (o *CreateMachineUserDefault) IsServerError() bool
- func (o *CreateMachineUserDefault) IsSuccess() bool
- func (o *CreateMachineUserDefault) String() string
- type CreateMachineUserOK
- func (o *CreateMachineUserOK) Code() int
- func (o *CreateMachineUserOK) Error() string
- func (o *CreateMachineUserOK) GetPayload() *models.CreateMachineUserResponse
- func (o *CreateMachineUserOK) IsClientError() bool
- func (o *CreateMachineUserOK) IsCode(code int) bool
- func (o *CreateMachineUserOK) IsRedirect() bool
- func (o *CreateMachineUserOK) IsServerError() bool
- func (o *CreateMachineUserOK) IsSuccess() bool
- func (o *CreateMachineUserOK) String() string
- type CreateMachineUserParams
- func NewCreateMachineUserParams() *CreateMachineUserParams
- func NewCreateMachineUserParamsWithContext(ctx context.Context) *CreateMachineUserParams
- func NewCreateMachineUserParamsWithHTTPClient(client *http.Client) *CreateMachineUserParams
- func NewCreateMachineUserParamsWithTimeout(timeout time.Duration) *CreateMachineUserParams
- func (o *CreateMachineUserParams) SetContext(ctx context.Context)
- func (o *CreateMachineUserParams) SetDefaults()
- func (o *CreateMachineUserParams) SetHTTPClient(client *http.Client)
- func (o *CreateMachineUserParams) SetInput(input *models.CreateMachineUserRequest)
- func (o *CreateMachineUserParams) SetTimeout(timeout time.Duration)
- func (o *CreateMachineUserParams) WithContext(ctx context.Context) *CreateMachineUserParams
- func (o *CreateMachineUserParams) WithDefaults() *CreateMachineUserParams
- func (o *CreateMachineUserParams) WithHTTPClient(client *http.Client) *CreateMachineUserParams
- func (o *CreateMachineUserParams) WithInput(input *models.CreateMachineUserRequest) *CreateMachineUserParams
- func (o *CreateMachineUserParams) WithTimeout(timeout time.Duration) *CreateMachineUserParams
- func (o *CreateMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateMachineUserReader
- type CreateSamlProviderDefault
- func (o *CreateSamlProviderDefault) Code() int
- func (o *CreateSamlProviderDefault) Error() string
- func (o *CreateSamlProviderDefault) GetPayload() *models.Error
- func (o *CreateSamlProviderDefault) IsClientError() bool
- func (o *CreateSamlProviderDefault) IsCode(code int) bool
- func (o *CreateSamlProviderDefault) IsRedirect() bool
- func (o *CreateSamlProviderDefault) IsServerError() bool
- func (o *CreateSamlProviderDefault) IsSuccess() bool
- func (o *CreateSamlProviderDefault) String() string
- type CreateSamlProviderOK
- func (o *CreateSamlProviderOK) Code() int
- func (o *CreateSamlProviderOK) Error() string
- func (o *CreateSamlProviderOK) GetPayload() *models.CreateSamlProviderResponse
- func (o *CreateSamlProviderOK) IsClientError() bool
- func (o *CreateSamlProviderOK) IsCode(code int) bool
- func (o *CreateSamlProviderOK) IsRedirect() bool
- func (o *CreateSamlProviderOK) IsServerError() bool
- func (o *CreateSamlProviderOK) IsSuccess() bool
- func (o *CreateSamlProviderOK) String() string
- type CreateSamlProviderParams
- func NewCreateSamlProviderParams() *CreateSamlProviderParams
- func NewCreateSamlProviderParamsWithContext(ctx context.Context) *CreateSamlProviderParams
- func NewCreateSamlProviderParamsWithHTTPClient(client *http.Client) *CreateSamlProviderParams
- func NewCreateSamlProviderParamsWithTimeout(timeout time.Duration) *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) SetContext(ctx context.Context)
- func (o *CreateSamlProviderParams) SetDefaults()
- func (o *CreateSamlProviderParams) SetHTTPClient(client *http.Client)
- func (o *CreateSamlProviderParams) SetInput(input *models.CreateSamlProviderRequest)
- func (o *CreateSamlProviderParams) SetTimeout(timeout time.Duration)
- func (o *CreateSamlProviderParams) WithContext(ctx context.Context) *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) WithDefaults() *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) WithHTTPClient(client *http.Client) *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) WithInput(input *models.CreateSamlProviderRequest) *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) WithTimeout(timeout time.Duration) *CreateSamlProviderParams
- func (o *CreateSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSamlProviderReader
- type CreateScimAccessTokenDefault
- func (o *CreateScimAccessTokenDefault) Code() int
- func (o *CreateScimAccessTokenDefault) Error() string
- func (o *CreateScimAccessTokenDefault) GetPayload() *models.Error
- func (o *CreateScimAccessTokenDefault) IsClientError() bool
- func (o *CreateScimAccessTokenDefault) IsCode(code int) bool
- func (o *CreateScimAccessTokenDefault) IsRedirect() bool
- func (o *CreateScimAccessTokenDefault) IsServerError() bool
- func (o *CreateScimAccessTokenDefault) IsSuccess() bool
- func (o *CreateScimAccessTokenDefault) String() string
- type CreateScimAccessTokenOK
- func (o *CreateScimAccessTokenOK) Code() int
- func (o *CreateScimAccessTokenOK) Error() string
- func (o *CreateScimAccessTokenOK) GetPayload() *models.CreateScimAccessTokenResponse
- func (o *CreateScimAccessTokenOK) IsClientError() bool
- func (o *CreateScimAccessTokenOK) IsCode(code int) bool
- func (o *CreateScimAccessTokenOK) IsRedirect() bool
- func (o *CreateScimAccessTokenOK) IsServerError() bool
- func (o *CreateScimAccessTokenOK) IsSuccess() bool
- func (o *CreateScimAccessTokenOK) String() string
- type CreateScimAccessTokenParams
- func NewCreateScimAccessTokenParams() *CreateScimAccessTokenParams
- func NewCreateScimAccessTokenParamsWithContext(ctx context.Context) *CreateScimAccessTokenParams
- func NewCreateScimAccessTokenParamsWithHTTPClient(client *http.Client) *CreateScimAccessTokenParams
- func NewCreateScimAccessTokenParamsWithTimeout(timeout time.Duration) *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) SetContext(ctx context.Context)
- func (o *CreateScimAccessTokenParams) SetDefaults()
- func (o *CreateScimAccessTokenParams) SetHTTPClient(client *http.Client)
- func (o *CreateScimAccessTokenParams) SetInput(input *models.CreateScimAccessTokenRequest)
- func (o *CreateScimAccessTokenParams) SetTimeout(timeout time.Duration)
- func (o *CreateScimAccessTokenParams) WithContext(ctx context.Context) *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) WithDefaults() *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) WithHTTPClient(client *http.Client) *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) WithInput(input *models.CreateScimAccessTokenRequest) *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) WithTimeout(timeout time.Duration) *CreateScimAccessTokenParams
- func (o *CreateScimAccessTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateScimAccessTokenReader
- type CreateUserAccessKeyDefault
- func (o *CreateUserAccessKeyDefault) Code() int
- func (o *CreateUserAccessKeyDefault) Error() string
- func (o *CreateUserAccessKeyDefault) GetPayload() *models.Error
- func (o *CreateUserAccessKeyDefault) IsClientError() bool
- func (o *CreateUserAccessKeyDefault) IsCode(code int) bool
- func (o *CreateUserAccessKeyDefault) IsRedirect() bool
- func (o *CreateUserAccessKeyDefault) IsServerError() bool
- func (o *CreateUserAccessKeyDefault) IsSuccess() bool
- func (o *CreateUserAccessKeyDefault) String() string
- type CreateUserAccessKeyOK
- func (o *CreateUserAccessKeyOK) Code() int
- func (o *CreateUserAccessKeyOK) Error() string
- func (o *CreateUserAccessKeyOK) GetPayload() *models.CreateUserAccessKeyResponse
- func (o *CreateUserAccessKeyOK) IsClientError() bool
- func (o *CreateUserAccessKeyOK) IsCode(code int) bool
- func (o *CreateUserAccessKeyOK) IsRedirect() bool
- func (o *CreateUserAccessKeyOK) IsServerError() bool
- func (o *CreateUserAccessKeyOK) IsSuccess() bool
- func (o *CreateUserAccessKeyOK) String() string
- type CreateUserAccessKeyParams
- func NewCreateUserAccessKeyParams() *CreateUserAccessKeyParams
- func NewCreateUserAccessKeyParamsWithContext(ctx context.Context) *CreateUserAccessKeyParams
- func NewCreateUserAccessKeyParamsWithHTTPClient(client *http.Client) *CreateUserAccessKeyParams
- func NewCreateUserAccessKeyParamsWithTimeout(timeout time.Duration) *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) SetContext(ctx context.Context)
- func (o *CreateUserAccessKeyParams) SetDefaults()
- func (o *CreateUserAccessKeyParams) SetHTTPClient(client *http.Client)
- func (o *CreateUserAccessKeyParams) SetInput(input *models.CreateUserAccessKeyRequest)
- func (o *CreateUserAccessKeyParams) SetTimeout(timeout time.Duration)
- func (o *CreateUserAccessKeyParams) WithContext(ctx context.Context) *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) WithDefaults() *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) WithHTTPClient(client *http.Client) *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) WithInput(input *models.CreateUserAccessKeyRequest) *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) WithTimeout(timeout time.Duration) *CreateUserAccessKeyParams
- func (o *CreateUserAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUserAccessKeyReader
- type CreateUserDefault
- func (o *CreateUserDefault) Code() int
- func (o *CreateUserDefault) Error() string
- func (o *CreateUserDefault) GetPayload() *models.Error
- func (o *CreateUserDefault) IsClientError() bool
- func (o *CreateUserDefault) IsCode(code int) bool
- func (o *CreateUserDefault) IsRedirect() bool
- func (o *CreateUserDefault) IsServerError() bool
- func (o *CreateUserDefault) IsSuccess() bool
- func (o *CreateUserDefault) String() string
- type CreateUserOK
- func (o *CreateUserOK) Code() int
- func (o *CreateUserOK) Error() string
- func (o *CreateUserOK) GetPayload() *models.CreateUserResponse
- func (o *CreateUserOK) IsClientError() bool
- func (o *CreateUserOK) IsCode(code int) bool
- func (o *CreateUserOK) IsRedirect() bool
- func (o *CreateUserOK) IsServerError() bool
- func (o *CreateUserOK) IsSuccess() bool
- func (o *CreateUserOK) String() string
- type CreateUserParams
- func (o *CreateUserParams) SetContext(ctx context.Context)
- func (o *CreateUserParams) SetDefaults()
- func (o *CreateUserParams) SetHTTPClient(client *http.Client)
- func (o *CreateUserParams) SetInput(input *models.CreateUserRequest)
- func (o *CreateUserParams) SetTimeout(timeout time.Duration)
- func (o *CreateUserParams) WithContext(ctx context.Context) *CreateUserParams
- func (o *CreateUserParams) WithDefaults() *CreateUserParams
- func (o *CreateUserParams) WithHTTPClient(client *http.Client) *CreateUserParams
- func (o *CreateUserParams) WithInput(input *models.CreateUserRequest) *CreateUserParams
- func (o *CreateUserParams) WithTimeout(timeout time.Duration) *CreateUserParams
- func (o *CreateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUserReader
- type DeleteAccessKeyDefault
- func (o *DeleteAccessKeyDefault) Code() int
- func (o *DeleteAccessKeyDefault) Error() string
- func (o *DeleteAccessKeyDefault) GetPayload() *models.Error
- func (o *DeleteAccessKeyDefault) IsClientError() bool
- func (o *DeleteAccessKeyDefault) IsCode(code int) bool
- func (o *DeleteAccessKeyDefault) IsRedirect() bool
- func (o *DeleteAccessKeyDefault) IsServerError() bool
- func (o *DeleteAccessKeyDefault) IsSuccess() bool
- func (o *DeleteAccessKeyDefault) String() string
- type DeleteAccessKeyOK
- func (o *DeleteAccessKeyOK) Code() int
- func (o *DeleteAccessKeyOK) Error() string
- func (o *DeleteAccessKeyOK) GetPayload() models.DeleteAccessKeyResponse
- func (o *DeleteAccessKeyOK) IsClientError() bool
- func (o *DeleteAccessKeyOK) IsCode(code int) bool
- func (o *DeleteAccessKeyOK) IsRedirect() bool
- func (o *DeleteAccessKeyOK) IsServerError() bool
- func (o *DeleteAccessKeyOK) IsSuccess() bool
- func (o *DeleteAccessKeyOK) String() string
- type DeleteAccessKeyParams
- func NewDeleteAccessKeyParams() *DeleteAccessKeyParams
- func NewDeleteAccessKeyParamsWithContext(ctx context.Context) *DeleteAccessKeyParams
- func NewDeleteAccessKeyParamsWithHTTPClient(client *http.Client) *DeleteAccessKeyParams
- func NewDeleteAccessKeyParamsWithTimeout(timeout time.Duration) *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) SetContext(ctx context.Context)
- func (o *DeleteAccessKeyParams) SetDefaults()
- func (o *DeleteAccessKeyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAccessKeyParams) SetInput(input *models.DeleteAccessKeyRequest)
- func (o *DeleteAccessKeyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAccessKeyParams) WithContext(ctx context.Context) *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) WithDefaults() *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) WithHTTPClient(client *http.Client) *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) WithInput(input *models.DeleteAccessKeyRequest) *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) WithTimeout(timeout time.Duration) *DeleteAccessKeyParams
- func (o *DeleteAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAccessKeyReader
- type DeleteGroupDefault
- func (o *DeleteGroupDefault) Code() int
- func (o *DeleteGroupDefault) Error() string
- func (o *DeleteGroupDefault) GetPayload() *models.Error
- func (o *DeleteGroupDefault) IsClientError() bool
- func (o *DeleteGroupDefault) IsCode(code int) bool
- func (o *DeleteGroupDefault) IsRedirect() bool
- func (o *DeleteGroupDefault) IsServerError() bool
- func (o *DeleteGroupDefault) IsSuccess() bool
- func (o *DeleteGroupDefault) String() string
- type DeleteGroupOK
- func (o *DeleteGroupOK) Code() int
- func (o *DeleteGroupOK) Error() string
- func (o *DeleteGroupOK) GetPayload() models.DeleteGroupResponse
- func (o *DeleteGroupOK) IsClientError() bool
- func (o *DeleteGroupOK) IsCode(code int) bool
- func (o *DeleteGroupOK) IsRedirect() bool
- func (o *DeleteGroupOK) IsServerError() bool
- func (o *DeleteGroupOK) IsSuccess() bool
- func (o *DeleteGroupOK) String() string
- type DeleteGroupParams
- func (o *DeleteGroupParams) SetContext(ctx context.Context)
- func (o *DeleteGroupParams) SetDefaults()
- func (o *DeleteGroupParams) SetHTTPClient(client *http.Client)
- func (o *DeleteGroupParams) SetInput(input *models.DeleteGroupRequest)
- func (o *DeleteGroupParams) SetTimeout(timeout time.Duration)
- func (o *DeleteGroupParams) WithContext(ctx context.Context) *DeleteGroupParams
- func (o *DeleteGroupParams) WithDefaults() *DeleteGroupParams
- func (o *DeleteGroupParams) WithHTTPClient(client *http.Client) *DeleteGroupParams
- func (o *DeleteGroupParams) WithInput(input *models.DeleteGroupRequest) *DeleteGroupParams
- func (o *DeleteGroupParams) WithTimeout(timeout time.Duration) *DeleteGroupParams
- func (o *DeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteGroupReader
- type DeleteMachineUserDefault
- func (o *DeleteMachineUserDefault) Code() int
- func (o *DeleteMachineUserDefault) Error() string
- func (o *DeleteMachineUserDefault) GetPayload() *models.Error
- func (o *DeleteMachineUserDefault) IsClientError() bool
- func (o *DeleteMachineUserDefault) IsCode(code int) bool
- func (o *DeleteMachineUserDefault) IsRedirect() bool
- func (o *DeleteMachineUserDefault) IsServerError() bool
- func (o *DeleteMachineUserDefault) IsSuccess() bool
- func (o *DeleteMachineUserDefault) String() string
- type DeleteMachineUserOK
- func (o *DeleteMachineUserOK) Code() int
- func (o *DeleteMachineUserOK) Error() string
- func (o *DeleteMachineUserOK) GetPayload() *models.DeleteMachineUserResponse
- func (o *DeleteMachineUserOK) IsClientError() bool
- func (o *DeleteMachineUserOK) IsCode(code int) bool
- func (o *DeleteMachineUserOK) IsRedirect() bool
- func (o *DeleteMachineUserOK) IsServerError() bool
- func (o *DeleteMachineUserOK) IsSuccess() bool
- func (o *DeleteMachineUserOK) String() string
- type DeleteMachineUserParams
- func NewDeleteMachineUserParams() *DeleteMachineUserParams
- func NewDeleteMachineUserParamsWithContext(ctx context.Context) *DeleteMachineUserParams
- func NewDeleteMachineUserParamsWithHTTPClient(client *http.Client) *DeleteMachineUserParams
- func NewDeleteMachineUserParamsWithTimeout(timeout time.Duration) *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) SetContext(ctx context.Context)
- func (o *DeleteMachineUserParams) SetDefaults()
- func (o *DeleteMachineUserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteMachineUserParams) SetInput(input *models.DeleteMachineUserRequest)
- func (o *DeleteMachineUserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteMachineUserParams) WithContext(ctx context.Context) *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) WithDefaults() *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) WithHTTPClient(client *http.Client) *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) WithInput(input *models.DeleteMachineUserRequest) *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) WithTimeout(timeout time.Duration) *DeleteMachineUserParams
- func (o *DeleteMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMachineUserReader
- type DeleteSSHPublicKeyDefault
- func (o *DeleteSSHPublicKeyDefault) Code() int
- func (o *DeleteSSHPublicKeyDefault) Error() string
- func (o *DeleteSSHPublicKeyDefault) GetPayload() *models.Error
- func (o *DeleteSSHPublicKeyDefault) IsClientError() bool
- func (o *DeleteSSHPublicKeyDefault) IsCode(code int) bool
- func (o *DeleteSSHPublicKeyDefault) IsRedirect() bool
- func (o *DeleteSSHPublicKeyDefault) IsServerError() bool
- func (o *DeleteSSHPublicKeyDefault) IsSuccess() bool
- func (o *DeleteSSHPublicKeyDefault) String() string
- type DeleteSSHPublicKeyOK
- func (o *DeleteSSHPublicKeyOK) Code() int
- func (o *DeleteSSHPublicKeyOK) Error() string
- func (o *DeleteSSHPublicKeyOK) GetPayload() models.DeleteSSHPublicKeyResponse
- func (o *DeleteSSHPublicKeyOK) IsClientError() bool
- func (o *DeleteSSHPublicKeyOK) IsCode(code int) bool
- func (o *DeleteSSHPublicKeyOK) IsRedirect() bool
- func (o *DeleteSSHPublicKeyOK) IsServerError() bool
- func (o *DeleteSSHPublicKeyOK) IsSuccess() bool
- func (o *DeleteSSHPublicKeyOK) String() string
- type DeleteSSHPublicKeyParams
- func NewDeleteSSHPublicKeyParams() *DeleteSSHPublicKeyParams
- func NewDeleteSSHPublicKeyParamsWithContext(ctx context.Context) *DeleteSSHPublicKeyParams
- func NewDeleteSSHPublicKeyParamsWithHTTPClient(client *http.Client) *DeleteSSHPublicKeyParams
- func NewDeleteSSHPublicKeyParamsWithTimeout(timeout time.Duration) *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) SetContext(ctx context.Context)
- func (o *DeleteSSHPublicKeyParams) SetDefaults()
- func (o *DeleteSSHPublicKeyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSSHPublicKeyParams) SetInput(input *models.DeleteSSHPublicKeyRequest)
- func (o *DeleteSSHPublicKeyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSSHPublicKeyParams) WithContext(ctx context.Context) *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) WithDefaults() *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) WithHTTPClient(client *http.Client) *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) WithInput(input *models.DeleteSSHPublicKeyRequest) *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) WithTimeout(timeout time.Duration) *DeleteSSHPublicKeyParams
- func (o *DeleteSSHPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSSHPublicKeyReader
- type DeleteSamlProviderDefault
- func (o *DeleteSamlProviderDefault) Code() int
- func (o *DeleteSamlProviderDefault) Error() string
- func (o *DeleteSamlProviderDefault) GetPayload() *models.Error
- func (o *DeleteSamlProviderDefault) IsClientError() bool
- func (o *DeleteSamlProviderDefault) IsCode(code int) bool
- func (o *DeleteSamlProviderDefault) IsRedirect() bool
- func (o *DeleteSamlProviderDefault) IsServerError() bool
- func (o *DeleteSamlProviderDefault) IsSuccess() bool
- func (o *DeleteSamlProviderDefault) String() string
- type DeleteSamlProviderOK
- func (o *DeleteSamlProviderOK) Code() int
- func (o *DeleteSamlProviderOK) Error() string
- func (o *DeleteSamlProviderOK) GetPayload() models.DeleteSamlProviderResponse
- func (o *DeleteSamlProviderOK) IsClientError() bool
- func (o *DeleteSamlProviderOK) IsCode(code int) bool
- func (o *DeleteSamlProviderOK) IsRedirect() bool
- func (o *DeleteSamlProviderOK) IsServerError() bool
- func (o *DeleteSamlProviderOK) IsSuccess() bool
- func (o *DeleteSamlProviderOK) String() string
- type DeleteSamlProviderParams
- func NewDeleteSamlProviderParams() *DeleteSamlProviderParams
- func NewDeleteSamlProviderParamsWithContext(ctx context.Context) *DeleteSamlProviderParams
- func NewDeleteSamlProviderParamsWithHTTPClient(client *http.Client) *DeleteSamlProviderParams
- func NewDeleteSamlProviderParamsWithTimeout(timeout time.Duration) *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) SetContext(ctx context.Context)
- func (o *DeleteSamlProviderParams) SetDefaults()
- func (o *DeleteSamlProviderParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSamlProviderParams) SetInput(input *models.DeleteSamlProviderRequest)
- func (o *DeleteSamlProviderParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSamlProviderParams) WithContext(ctx context.Context) *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) WithDefaults() *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) WithHTTPClient(client *http.Client) *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) WithInput(input *models.DeleteSamlProviderRequest) *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) WithTimeout(timeout time.Duration) *DeleteSamlProviderParams
- func (o *DeleteSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSamlProviderReader
- type DeleteScimAccessTokenDefault
- func (o *DeleteScimAccessTokenDefault) Code() int
- func (o *DeleteScimAccessTokenDefault) Error() string
- func (o *DeleteScimAccessTokenDefault) GetPayload() *models.Error
- func (o *DeleteScimAccessTokenDefault) IsClientError() bool
- func (o *DeleteScimAccessTokenDefault) IsCode(code int) bool
- func (o *DeleteScimAccessTokenDefault) IsRedirect() bool
- func (o *DeleteScimAccessTokenDefault) IsServerError() bool
- func (o *DeleteScimAccessTokenDefault) IsSuccess() bool
- func (o *DeleteScimAccessTokenDefault) String() string
- type DeleteScimAccessTokenOK
- func (o *DeleteScimAccessTokenOK) Code() int
- func (o *DeleteScimAccessTokenOK) Error() string
- func (o *DeleteScimAccessTokenOK) GetPayload() models.DeleteScimAccessTokenResponse
- func (o *DeleteScimAccessTokenOK) IsClientError() bool
- func (o *DeleteScimAccessTokenOK) IsCode(code int) bool
- func (o *DeleteScimAccessTokenOK) IsRedirect() bool
- func (o *DeleteScimAccessTokenOK) IsServerError() bool
- func (o *DeleteScimAccessTokenOK) IsSuccess() bool
- func (o *DeleteScimAccessTokenOK) String() string
- type DeleteScimAccessTokenParams
- func NewDeleteScimAccessTokenParams() *DeleteScimAccessTokenParams
- func NewDeleteScimAccessTokenParamsWithContext(ctx context.Context) *DeleteScimAccessTokenParams
- func NewDeleteScimAccessTokenParamsWithHTTPClient(client *http.Client) *DeleteScimAccessTokenParams
- func NewDeleteScimAccessTokenParamsWithTimeout(timeout time.Duration) *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) SetContext(ctx context.Context)
- func (o *DeleteScimAccessTokenParams) SetDefaults()
- func (o *DeleteScimAccessTokenParams) SetHTTPClient(client *http.Client)
- func (o *DeleteScimAccessTokenParams) SetInput(input *models.DeleteScimAccessTokenRequest)
- func (o *DeleteScimAccessTokenParams) SetTimeout(timeout time.Duration)
- func (o *DeleteScimAccessTokenParams) WithContext(ctx context.Context) *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) WithDefaults() *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) WithHTTPClient(client *http.Client) *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) WithInput(input *models.DeleteScimAccessTokenRequest) *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) WithTimeout(timeout time.Duration) *DeleteScimAccessTokenParams
- func (o *DeleteScimAccessTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteScimAccessTokenReader
- type DeleteUserDefault
- func (o *DeleteUserDefault) Code() int
- func (o *DeleteUserDefault) Error() string
- func (o *DeleteUserDefault) GetPayload() *models.Error
- func (o *DeleteUserDefault) IsClientError() bool
- func (o *DeleteUserDefault) IsCode(code int) bool
- func (o *DeleteUserDefault) IsRedirect() bool
- func (o *DeleteUserDefault) IsServerError() bool
- func (o *DeleteUserDefault) IsSuccess() bool
- func (o *DeleteUserDefault) String() string
- type DeleteUserOK
- func (o *DeleteUserOK) Code() int
- func (o *DeleteUserOK) Error() string
- func (o *DeleteUserOK) GetPayload() *models.DeleteUserResponse
- func (o *DeleteUserOK) IsClientError() bool
- func (o *DeleteUserOK) IsCode(code int) bool
- func (o *DeleteUserOK) IsRedirect() bool
- func (o *DeleteUserOK) IsServerError() bool
- func (o *DeleteUserOK) IsSuccess() bool
- func (o *DeleteUserOK) String() string
- type DeleteUserParams
- func (o *DeleteUserParams) SetContext(ctx context.Context)
- func (o *DeleteUserParams) SetDefaults()
- func (o *DeleteUserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserParams) SetInput(input *models.DeleteUserRequest)
- func (o *DeleteUserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams
- func (o *DeleteUserParams) WithDefaults() *DeleteUserParams
- func (o *DeleteUserParams) WithHTTPClient(client *http.Client) *DeleteUserParams
- func (o *DeleteUserParams) WithInput(input *models.DeleteUserRequest) *DeleteUserParams
- func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams
- func (o *DeleteUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserReader
- type DescribeSSHPublicKeyDefault
- func (o *DescribeSSHPublicKeyDefault) Code() int
- func (o *DescribeSSHPublicKeyDefault) Error() string
- func (o *DescribeSSHPublicKeyDefault) GetPayload() *models.Error
- func (o *DescribeSSHPublicKeyDefault) IsClientError() bool
- func (o *DescribeSSHPublicKeyDefault) IsCode(code int) bool
- func (o *DescribeSSHPublicKeyDefault) IsRedirect() bool
- func (o *DescribeSSHPublicKeyDefault) IsServerError() bool
- func (o *DescribeSSHPublicKeyDefault) IsSuccess() bool
- func (o *DescribeSSHPublicKeyDefault) String() string
- type DescribeSSHPublicKeyOK
- func (o *DescribeSSHPublicKeyOK) Code() int
- func (o *DescribeSSHPublicKeyOK) Error() string
- func (o *DescribeSSHPublicKeyOK) GetPayload() *models.DescribeSSHPublicKeyResponse
- func (o *DescribeSSHPublicKeyOK) IsClientError() bool
- func (o *DescribeSSHPublicKeyOK) IsCode(code int) bool
- func (o *DescribeSSHPublicKeyOK) IsRedirect() bool
- func (o *DescribeSSHPublicKeyOK) IsServerError() bool
- func (o *DescribeSSHPublicKeyOK) IsSuccess() bool
- func (o *DescribeSSHPublicKeyOK) String() string
- type DescribeSSHPublicKeyParams
- func NewDescribeSSHPublicKeyParams() *DescribeSSHPublicKeyParams
- func NewDescribeSSHPublicKeyParamsWithContext(ctx context.Context) *DescribeSSHPublicKeyParams
- func NewDescribeSSHPublicKeyParamsWithHTTPClient(client *http.Client) *DescribeSSHPublicKeyParams
- func NewDescribeSSHPublicKeyParamsWithTimeout(timeout time.Duration) *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) SetContext(ctx context.Context)
- func (o *DescribeSSHPublicKeyParams) SetDefaults()
- func (o *DescribeSSHPublicKeyParams) SetHTTPClient(client *http.Client)
- func (o *DescribeSSHPublicKeyParams) SetInput(input *models.DescribeSSHPublicKeyRequest)
- func (o *DescribeSSHPublicKeyParams) SetTimeout(timeout time.Duration)
- func (o *DescribeSSHPublicKeyParams) WithContext(ctx context.Context) *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) WithDefaults() *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) WithHTTPClient(client *http.Client) *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) WithInput(input *models.DescribeSSHPublicKeyRequest) *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) WithTimeout(timeout time.Duration) *DescribeSSHPublicKeyParams
- func (o *DescribeSSHPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeSSHPublicKeyReader
- type DescribeSamlProviderDefault
- func (o *DescribeSamlProviderDefault) Code() int
- func (o *DescribeSamlProviderDefault) Error() string
- func (o *DescribeSamlProviderDefault) GetPayload() *models.Error
- func (o *DescribeSamlProviderDefault) IsClientError() bool
- func (o *DescribeSamlProviderDefault) IsCode(code int) bool
- func (o *DescribeSamlProviderDefault) IsRedirect() bool
- func (o *DescribeSamlProviderDefault) IsServerError() bool
- func (o *DescribeSamlProviderDefault) IsSuccess() bool
- func (o *DescribeSamlProviderDefault) String() string
- type DescribeSamlProviderOK
- func (o *DescribeSamlProviderOK) Code() int
- func (o *DescribeSamlProviderOK) Error() string
- func (o *DescribeSamlProviderOK) GetPayload() *models.DescribeSamlProviderResponse
- func (o *DescribeSamlProviderOK) IsClientError() bool
- func (o *DescribeSamlProviderOK) IsCode(code int) bool
- func (o *DescribeSamlProviderOK) IsRedirect() bool
- func (o *DescribeSamlProviderOK) IsServerError() bool
- func (o *DescribeSamlProviderOK) IsSuccess() bool
- func (o *DescribeSamlProviderOK) String() string
- type DescribeSamlProviderParams
- func NewDescribeSamlProviderParams() *DescribeSamlProviderParams
- func NewDescribeSamlProviderParamsWithContext(ctx context.Context) *DescribeSamlProviderParams
- func NewDescribeSamlProviderParamsWithHTTPClient(client *http.Client) *DescribeSamlProviderParams
- func NewDescribeSamlProviderParamsWithTimeout(timeout time.Duration) *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) SetContext(ctx context.Context)
- func (o *DescribeSamlProviderParams) SetDefaults()
- func (o *DescribeSamlProviderParams) SetHTTPClient(client *http.Client)
- func (o *DescribeSamlProviderParams) SetInput(input *models.DescribeSamlProviderRequest)
- func (o *DescribeSamlProviderParams) SetTimeout(timeout time.Duration)
- func (o *DescribeSamlProviderParams) WithContext(ctx context.Context) *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) WithDefaults() *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) WithHTTPClient(client *http.Client) *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) WithInput(input *models.DescribeSamlProviderRequest) *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) WithTimeout(timeout time.Duration) *DescribeSamlProviderParams
- func (o *DescribeSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeSamlProviderReader
- type DisableClouderaSSOLoginDefault
- func (o *DisableClouderaSSOLoginDefault) Code() int
- func (o *DisableClouderaSSOLoginDefault) Error() string
- func (o *DisableClouderaSSOLoginDefault) GetPayload() *models.Error
- func (o *DisableClouderaSSOLoginDefault) IsClientError() bool
- func (o *DisableClouderaSSOLoginDefault) IsCode(code int) bool
- func (o *DisableClouderaSSOLoginDefault) IsRedirect() bool
- func (o *DisableClouderaSSOLoginDefault) IsServerError() bool
- func (o *DisableClouderaSSOLoginDefault) IsSuccess() bool
- func (o *DisableClouderaSSOLoginDefault) String() string
- type DisableClouderaSSOLoginOK
- func (o *DisableClouderaSSOLoginOK) Code() int
- func (o *DisableClouderaSSOLoginOK) Error() string
- func (o *DisableClouderaSSOLoginOK) GetPayload() models.DisableClouderaSSOLoginResponse
- func (o *DisableClouderaSSOLoginOK) IsClientError() bool
- func (o *DisableClouderaSSOLoginOK) IsCode(code int) bool
- func (o *DisableClouderaSSOLoginOK) IsRedirect() bool
- func (o *DisableClouderaSSOLoginOK) IsServerError() bool
- func (o *DisableClouderaSSOLoginOK) IsSuccess() bool
- func (o *DisableClouderaSSOLoginOK) String() string
- type DisableClouderaSSOLoginParams
- func NewDisableClouderaSSOLoginParams() *DisableClouderaSSOLoginParams
- func NewDisableClouderaSSOLoginParamsWithContext(ctx context.Context) *DisableClouderaSSOLoginParams
- func NewDisableClouderaSSOLoginParamsWithHTTPClient(client *http.Client) *DisableClouderaSSOLoginParams
- func NewDisableClouderaSSOLoginParamsWithTimeout(timeout time.Duration) *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) SetContext(ctx context.Context)
- func (o *DisableClouderaSSOLoginParams) SetDefaults()
- func (o *DisableClouderaSSOLoginParams) SetHTTPClient(client *http.Client)
- func (o *DisableClouderaSSOLoginParams) SetInput(input models.DisableClouderaSSOLoginRequest)
- func (o *DisableClouderaSSOLoginParams) SetTimeout(timeout time.Duration)
- func (o *DisableClouderaSSOLoginParams) WithContext(ctx context.Context) *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) WithDefaults() *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) WithHTTPClient(client *http.Client) *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) WithInput(input models.DisableClouderaSSOLoginRequest) *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) WithTimeout(timeout time.Duration) *DisableClouderaSSOLoginParams
- func (o *DisableClouderaSSOLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DisableClouderaSSOLoginReader
- type EnableClouderaSSOLoginDefault
- func (o *EnableClouderaSSOLoginDefault) Code() int
- func (o *EnableClouderaSSOLoginDefault) Error() string
- func (o *EnableClouderaSSOLoginDefault) GetPayload() *models.Error
- func (o *EnableClouderaSSOLoginDefault) IsClientError() bool
- func (o *EnableClouderaSSOLoginDefault) IsCode(code int) bool
- func (o *EnableClouderaSSOLoginDefault) IsRedirect() bool
- func (o *EnableClouderaSSOLoginDefault) IsServerError() bool
- func (o *EnableClouderaSSOLoginDefault) IsSuccess() bool
- func (o *EnableClouderaSSOLoginDefault) String() string
- type EnableClouderaSSOLoginOK
- func (o *EnableClouderaSSOLoginOK) Code() int
- func (o *EnableClouderaSSOLoginOK) Error() string
- func (o *EnableClouderaSSOLoginOK) GetPayload() models.EnableClouderaSSOLoginResponse
- func (o *EnableClouderaSSOLoginOK) IsClientError() bool
- func (o *EnableClouderaSSOLoginOK) IsCode(code int) bool
- func (o *EnableClouderaSSOLoginOK) IsRedirect() bool
- func (o *EnableClouderaSSOLoginOK) IsServerError() bool
- func (o *EnableClouderaSSOLoginOK) IsSuccess() bool
- func (o *EnableClouderaSSOLoginOK) String() string
- type EnableClouderaSSOLoginParams
- func NewEnableClouderaSSOLoginParams() *EnableClouderaSSOLoginParams
- func NewEnableClouderaSSOLoginParamsWithContext(ctx context.Context) *EnableClouderaSSOLoginParams
- func NewEnableClouderaSSOLoginParamsWithHTTPClient(client *http.Client) *EnableClouderaSSOLoginParams
- func NewEnableClouderaSSOLoginParamsWithTimeout(timeout time.Duration) *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) SetContext(ctx context.Context)
- func (o *EnableClouderaSSOLoginParams) SetDefaults()
- func (o *EnableClouderaSSOLoginParams) SetHTTPClient(client *http.Client)
- func (o *EnableClouderaSSOLoginParams) SetInput(input models.EnableClouderaSSOLoginRequest)
- func (o *EnableClouderaSSOLoginParams) SetTimeout(timeout time.Duration)
- func (o *EnableClouderaSSOLoginParams) WithContext(ctx context.Context) *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) WithDefaults() *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) WithHTTPClient(client *http.Client) *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) WithInput(input models.EnableClouderaSSOLoginRequest) *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) WithTimeout(timeout time.Duration) *EnableClouderaSSOLoginParams
- func (o *EnableClouderaSSOLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableClouderaSSOLoginReader
- type GenerateWorkloadAuthTokenDefault
- func (o *GenerateWorkloadAuthTokenDefault) Code() int
- func (o *GenerateWorkloadAuthTokenDefault) Error() string
- func (o *GenerateWorkloadAuthTokenDefault) GetPayload() *models.Error
- func (o *GenerateWorkloadAuthTokenDefault) IsClientError() bool
- func (o *GenerateWorkloadAuthTokenDefault) IsCode(code int) bool
- func (o *GenerateWorkloadAuthTokenDefault) IsRedirect() bool
- func (o *GenerateWorkloadAuthTokenDefault) IsServerError() bool
- func (o *GenerateWorkloadAuthTokenDefault) IsSuccess() bool
- func (o *GenerateWorkloadAuthTokenDefault) String() string
- type GenerateWorkloadAuthTokenOK
- func (o *GenerateWorkloadAuthTokenOK) Code() int
- func (o *GenerateWorkloadAuthTokenOK) Error() string
- func (o *GenerateWorkloadAuthTokenOK) GetPayload() *models.GenerateWorkloadAuthTokenResponse
- func (o *GenerateWorkloadAuthTokenOK) IsClientError() bool
- func (o *GenerateWorkloadAuthTokenOK) IsCode(code int) bool
- func (o *GenerateWorkloadAuthTokenOK) IsRedirect() bool
- func (o *GenerateWorkloadAuthTokenOK) IsServerError() bool
- func (o *GenerateWorkloadAuthTokenOK) IsSuccess() bool
- func (o *GenerateWorkloadAuthTokenOK) String() string
- type GenerateWorkloadAuthTokenParams
- func NewGenerateWorkloadAuthTokenParams() *GenerateWorkloadAuthTokenParams
- func NewGenerateWorkloadAuthTokenParamsWithContext(ctx context.Context) *GenerateWorkloadAuthTokenParams
- func NewGenerateWorkloadAuthTokenParamsWithHTTPClient(client *http.Client) *GenerateWorkloadAuthTokenParams
- func NewGenerateWorkloadAuthTokenParamsWithTimeout(timeout time.Duration) *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) SetContext(ctx context.Context)
- func (o *GenerateWorkloadAuthTokenParams) SetDefaults()
- func (o *GenerateWorkloadAuthTokenParams) SetHTTPClient(client *http.Client)
- func (o *GenerateWorkloadAuthTokenParams) SetInput(input *models.GenerateWorkloadAuthTokenRequest)
- func (o *GenerateWorkloadAuthTokenParams) SetTimeout(timeout time.Duration)
- func (o *GenerateWorkloadAuthTokenParams) WithContext(ctx context.Context) *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) WithDefaults() *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) WithHTTPClient(client *http.Client) *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) WithInput(input *models.GenerateWorkloadAuthTokenRequest) *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) WithTimeout(timeout time.Duration) *GenerateWorkloadAuthTokenParams
- func (o *GenerateWorkloadAuthTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenerateWorkloadAuthTokenReader
- type GetAccessKeyDefault
- func (o *GetAccessKeyDefault) Code() int
- func (o *GetAccessKeyDefault) Error() string
- func (o *GetAccessKeyDefault) GetPayload() *models.Error
- func (o *GetAccessKeyDefault) IsClientError() bool
- func (o *GetAccessKeyDefault) IsCode(code int) bool
- func (o *GetAccessKeyDefault) IsRedirect() bool
- func (o *GetAccessKeyDefault) IsServerError() bool
- func (o *GetAccessKeyDefault) IsSuccess() bool
- func (o *GetAccessKeyDefault) String() string
- type GetAccessKeyOK
- func (o *GetAccessKeyOK) Code() int
- func (o *GetAccessKeyOK) Error() string
- func (o *GetAccessKeyOK) GetPayload() *models.GetAccessKeyResponse
- func (o *GetAccessKeyOK) IsClientError() bool
- func (o *GetAccessKeyOK) IsCode(code int) bool
- func (o *GetAccessKeyOK) IsRedirect() bool
- func (o *GetAccessKeyOK) IsServerError() bool
- func (o *GetAccessKeyOK) IsSuccess() bool
- func (o *GetAccessKeyOK) String() string
- type GetAccessKeyParams
- func (o *GetAccessKeyParams) SetContext(ctx context.Context)
- func (o *GetAccessKeyParams) SetDefaults()
- func (o *GetAccessKeyParams) SetHTTPClient(client *http.Client)
- func (o *GetAccessKeyParams) SetInput(input *models.GetAccessKeyRequest)
- func (o *GetAccessKeyParams) SetTimeout(timeout time.Duration)
- func (o *GetAccessKeyParams) WithContext(ctx context.Context) *GetAccessKeyParams
- func (o *GetAccessKeyParams) WithDefaults() *GetAccessKeyParams
- func (o *GetAccessKeyParams) WithHTTPClient(client *http.Client) *GetAccessKeyParams
- func (o *GetAccessKeyParams) WithInput(input *models.GetAccessKeyRequest) *GetAccessKeyParams
- func (o *GetAccessKeyParams) WithTimeout(timeout time.Duration) *GetAccessKeyParams
- func (o *GetAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccessKeyReader
- type GetAccountDefault
- func (o *GetAccountDefault) Code() int
- func (o *GetAccountDefault) Error() string
- func (o *GetAccountDefault) GetPayload() *models.Error
- func (o *GetAccountDefault) IsClientError() bool
- func (o *GetAccountDefault) IsCode(code int) bool
- func (o *GetAccountDefault) IsRedirect() bool
- func (o *GetAccountDefault) IsServerError() bool
- func (o *GetAccountDefault) IsSuccess() bool
- func (o *GetAccountDefault) String() string
- type GetAccountMessagesDefault
- func (o *GetAccountMessagesDefault) Code() int
- func (o *GetAccountMessagesDefault) Error() string
- func (o *GetAccountMessagesDefault) GetPayload() *models.Error
- func (o *GetAccountMessagesDefault) IsClientError() bool
- func (o *GetAccountMessagesDefault) IsCode(code int) bool
- func (o *GetAccountMessagesDefault) IsRedirect() bool
- func (o *GetAccountMessagesDefault) IsServerError() bool
- func (o *GetAccountMessagesDefault) IsSuccess() bool
- func (o *GetAccountMessagesDefault) String() string
- type GetAccountMessagesOK
- func (o *GetAccountMessagesOK) Code() int
- func (o *GetAccountMessagesOK) Error() string
- func (o *GetAccountMessagesOK) GetPayload() *models.GetAccountMessagesResponse
- func (o *GetAccountMessagesOK) IsClientError() bool
- func (o *GetAccountMessagesOK) IsCode(code int) bool
- func (o *GetAccountMessagesOK) IsRedirect() bool
- func (o *GetAccountMessagesOK) IsServerError() bool
- func (o *GetAccountMessagesOK) IsSuccess() bool
- func (o *GetAccountMessagesOK) String() string
- type GetAccountMessagesParams
- func NewGetAccountMessagesParams() *GetAccountMessagesParams
- func NewGetAccountMessagesParamsWithContext(ctx context.Context) *GetAccountMessagesParams
- func NewGetAccountMessagesParamsWithHTTPClient(client *http.Client) *GetAccountMessagesParams
- func NewGetAccountMessagesParamsWithTimeout(timeout time.Duration) *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) SetContext(ctx context.Context)
- func (o *GetAccountMessagesParams) SetDefaults()
- func (o *GetAccountMessagesParams) SetHTTPClient(client *http.Client)
- func (o *GetAccountMessagesParams) SetInput(input models.GetAccountMessagesRequest)
- func (o *GetAccountMessagesParams) SetTimeout(timeout time.Duration)
- func (o *GetAccountMessagesParams) WithContext(ctx context.Context) *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) WithDefaults() *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) WithHTTPClient(client *http.Client) *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) WithInput(input models.GetAccountMessagesRequest) *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) WithTimeout(timeout time.Duration) *GetAccountMessagesParams
- func (o *GetAccountMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccountMessagesReader
- type GetAccountOK
- func (o *GetAccountOK) Code() int
- func (o *GetAccountOK) Error() string
- func (o *GetAccountOK) GetPayload() *models.GetAccountResponse
- func (o *GetAccountOK) IsClientError() bool
- func (o *GetAccountOK) IsCode(code int) bool
- func (o *GetAccountOK) IsRedirect() bool
- func (o *GetAccountOK) IsServerError() bool
- func (o *GetAccountOK) IsSuccess() bool
- func (o *GetAccountOK) String() string
- type GetAccountParams
- func (o *GetAccountParams) SetContext(ctx context.Context)
- func (o *GetAccountParams) SetDefaults()
- func (o *GetAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetAccountParams) SetInput(input models.GetAccountRequest)
- func (o *GetAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetAccountParams) WithContext(ctx context.Context) *GetAccountParams
- func (o *GetAccountParams) WithDefaults() *GetAccountParams
- func (o *GetAccountParams) WithHTTPClient(client *http.Client) *GetAccountParams
- func (o *GetAccountParams) WithInput(input models.GetAccountRequest) *GetAccountParams
- func (o *GetAccountParams) WithTimeout(timeout time.Duration) *GetAccountParams
- func (o *GetAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccountReader
- type GetUserDefault
- func (o *GetUserDefault) Code() int
- func (o *GetUserDefault) Error() string
- func (o *GetUserDefault) GetPayload() *models.Error
- func (o *GetUserDefault) IsClientError() bool
- func (o *GetUserDefault) IsCode(code int) bool
- func (o *GetUserDefault) IsRedirect() bool
- func (o *GetUserDefault) IsServerError() bool
- func (o *GetUserDefault) IsSuccess() bool
- func (o *GetUserDefault) String() string
- type GetUserOK
- func (o *GetUserOK) Code() int
- func (o *GetUserOK) Error() string
- func (o *GetUserOK) GetPayload() *models.GetUserResponse
- func (o *GetUserOK) IsClientError() bool
- func (o *GetUserOK) IsCode(code int) bool
- func (o *GetUserOK) IsRedirect() bool
- func (o *GetUserOK) IsServerError() bool
- func (o *GetUserOK) IsSuccess() bool
- func (o *GetUserOK) String() string
- type GetUserParams
- func (o *GetUserParams) SetContext(ctx context.Context)
- func (o *GetUserParams) SetDefaults()
- func (o *GetUserParams) SetHTTPClient(client *http.Client)
- func (o *GetUserParams) SetInput(input *models.GetUserRequest)
- func (o *GetUserParams) SetTimeout(timeout time.Duration)
- func (o *GetUserParams) WithContext(ctx context.Context) *GetUserParams
- func (o *GetUserParams) WithDefaults() *GetUserParams
- func (o *GetUserParams) WithHTTPClient(client *http.Client) *GetUserParams
- func (o *GetUserParams) WithInput(input *models.GetUserRequest) *GetUserParams
- func (o *GetUserParams) WithTimeout(timeout time.Duration) *GetUserParams
- func (o *GetUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserReader
- type ListAccessKeysDefault
- func (o *ListAccessKeysDefault) Code() int
- func (o *ListAccessKeysDefault) Error() string
- func (o *ListAccessKeysDefault) GetPayload() *models.Error
- func (o *ListAccessKeysDefault) IsClientError() bool
- func (o *ListAccessKeysDefault) IsCode(code int) bool
- func (o *ListAccessKeysDefault) IsRedirect() bool
- func (o *ListAccessKeysDefault) IsServerError() bool
- func (o *ListAccessKeysDefault) IsSuccess() bool
- func (o *ListAccessKeysDefault) String() string
- type ListAccessKeysOK
- func (o *ListAccessKeysOK) Code() int
- func (o *ListAccessKeysOK) Error() string
- func (o *ListAccessKeysOK) GetPayload() *models.ListAccessKeysResponse
- func (o *ListAccessKeysOK) IsClientError() bool
- func (o *ListAccessKeysOK) IsCode(code int) bool
- func (o *ListAccessKeysOK) IsRedirect() bool
- func (o *ListAccessKeysOK) IsServerError() bool
- func (o *ListAccessKeysOK) IsSuccess() bool
- func (o *ListAccessKeysOK) String() string
- type ListAccessKeysParams
- func NewListAccessKeysParams() *ListAccessKeysParams
- func NewListAccessKeysParamsWithContext(ctx context.Context) *ListAccessKeysParams
- func NewListAccessKeysParamsWithHTTPClient(client *http.Client) *ListAccessKeysParams
- func NewListAccessKeysParamsWithTimeout(timeout time.Duration) *ListAccessKeysParams
- func (o *ListAccessKeysParams) SetContext(ctx context.Context)
- func (o *ListAccessKeysParams) SetDefaults()
- func (o *ListAccessKeysParams) SetHTTPClient(client *http.Client)
- func (o *ListAccessKeysParams) SetInput(input *models.ListAccessKeysRequest)
- func (o *ListAccessKeysParams) SetTimeout(timeout time.Duration)
- func (o *ListAccessKeysParams) WithContext(ctx context.Context) *ListAccessKeysParams
- func (o *ListAccessKeysParams) WithDefaults() *ListAccessKeysParams
- func (o *ListAccessKeysParams) WithHTTPClient(client *http.Client) *ListAccessKeysParams
- func (o *ListAccessKeysParams) WithInput(input *models.ListAccessKeysRequest) *ListAccessKeysParams
- func (o *ListAccessKeysParams) WithTimeout(timeout time.Duration) *ListAccessKeysParams
- func (o *ListAccessKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAccessKeysReader
- type ListGroupAssignedResourceRolesDefault
- func (o *ListGroupAssignedResourceRolesDefault) Code() int
- func (o *ListGroupAssignedResourceRolesDefault) Error() string
- func (o *ListGroupAssignedResourceRolesDefault) GetPayload() *models.Error
- func (o *ListGroupAssignedResourceRolesDefault) IsClientError() bool
- func (o *ListGroupAssignedResourceRolesDefault) IsCode(code int) bool
- func (o *ListGroupAssignedResourceRolesDefault) IsRedirect() bool
- func (o *ListGroupAssignedResourceRolesDefault) IsServerError() bool
- func (o *ListGroupAssignedResourceRolesDefault) IsSuccess() bool
- func (o *ListGroupAssignedResourceRolesDefault) String() string
- type ListGroupAssignedResourceRolesOK
- func (o *ListGroupAssignedResourceRolesOK) Code() int
- func (o *ListGroupAssignedResourceRolesOK) Error() string
- func (o *ListGroupAssignedResourceRolesOK) GetPayload() *models.ListGroupAssignedResourceRolesResponse
- func (o *ListGroupAssignedResourceRolesOK) IsClientError() bool
- func (o *ListGroupAssignedResourceRolesOK) IsCode(code int) bool
- func (o *ListGroupAssignedResourceRolesOK) IsRedirect() bool
- func (o *ListGroupAssignedResourceRolesOK) IsServerError() bool
- func (o *ListGroupAssignedResourceRolesOK) IsSuccess() bool
- func (o *ListGroupAssignedResourceRolesOK) String() string
- type ListGroupAssignedResourceRolesParams
- func NewListGroupAssignedResourceRolesParams() *ListGroupAssignedResourceRolesParams
- func NewListGroupAssignedResourceRolesParamsWithContext(ctx context.Context) *ListGroupAssignedResourceRolesParams
- func NewListGroupAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListGroupAssignedResourceRolesParams
- func NewListGroupAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) SetContext(ctx context.Context)
- func (o *ListGroupAssignedResourceRolesParams) SetDefaults()
- func (o *ListGroupAssignedResourceRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupAssignedResourceRolesParams) SetInput(input *models.ListGroupAssignedResourceRolesRequest)
- func (o *ListGroupAssignedResourceRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupAssignedResourceRolesParams) WithContext(ctx context.Context) *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) WithDefaults() *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) WithInput(input *models.ListGroupAssignedResourceRolesRequest) *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListGroupAssignedResourceRolesParams
- func (o *ListGroupAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupAssignedResourceRolesReader
- type ListGroupAssignedRolesDefault
- func (o *ListGroupAssignedRolesDefault) Code() int
- func (o *ListGroupAssignedRolesDefault) Error() string
- func (o *ListGroupAssignedRolesDefault) GetPayload() *models.Error
- func (o *ListGroupAssignedRolesDefault) IsClientError() bool
- func (o *ListGroupAssignedRolesDefault) IsCode(code int) bool
- func (o *ListGroupAssignedRolesDefault) IsRedirect() bool
- func (o *ListGroupAssignedRolesDefault) IsServerError() bool
- func (o *ListGroupAssignedRolesDefault) IsSuccess() bool
- func (o *ListGroupAssignedRolesDefault) String() string
- type ListGroupAssignedRolesOK
- func (o *ListGroupAssignedRolesOK) Code() int
- func (o *ListGroupAssignedRolesOK) Error() string
- func (o *ListGroupAssignedRolesOK) GetPayload() *models.ListGroupAssignedRolesResponse
- func (o *ListGroupAssignedRolesOK) IsClientError() bool
- func (o *ListGroupAssignedRolesOK) IsCode(code int) bool
- func (o *ListGroupAssignedRolesOK) IsRedirect() bool
- func (o *ListGroupAssignedRolesOK) IsServerError() bool
- func (o *ListGroupAssignedRolesOK) IsSuccess() bool
- func (o *ListGroupAssignedRolesOK) String() string
- type ListGroupAssignedRolesParams
- func NewListGroupAssignedRolesParams() *ListGroupAssignedRolesParams
- func NewListGroupAssignedRolesParamsWithContext(ctx context.Context) *ListGroupAssignedRolesParams
- func NewListGroupAssignedRolesParamsWithHTTPClient(client *http.Client) *ListGroupAssignedRolesParams
- func NewListGroupAssignedRolesParamsWithTimeout(timeout time.Duration) *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) SetContext(ctx context.Context)
- func (o *ListGroupAssignedRolesParams) SetDefaults()
- func (o *ListGroupAssignedRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupAssignedRolesParams) SetInput(input *models.ListGroupAssignedRolesRequest)
- func (o *ListGroupAssignedRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupAssignedRolesParams) WithContext(ctx context.Context) *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) WithDefaults() *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) WithHTTPClient(client *http.Client) *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) WithInput(input *models.ListGroupAssignedRolesRequest) *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) WithTimeout(timeout time.Duration) *ListGroupAssignedRolesParams
- func (o *ListGroupAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupAssignedRolesReader
- type ListGroupMembersDefault
- func (o *ListGroupMembersDefault) Code() int
- func (o *ListGroupMembersDefault) Error() string
- func (o *ListGroupMembersDefault) GetPayload() *models.Error
- func (o *ListGroupMembersDefault) IsClientError() bool
- func (o *ListGroupMembersDefault) IsCode(code int) bool
- func (o *ListGroupMembersDefault) IsRedirect() bool
- func (o *ListGroupMembersDefault) IsServerError() bool
- func (o *ListGroupMembersDefault) IsSuccess() bool
- func (o *ListGroupMembersDefault) String() string
- type ListGroupMembersOK
- func (o *ListGroupMembersOK) Code() int
- func (o *ListGroupMembersOK) Error() string
- func (o *ListGroupMembersOK) GetPayload() *models.ListGroupMembersResponse
- func (o *ListGroupMembersOK) IsClientError() bool
- func (o *ListGroupMembersOK) IsCode(code int) bool
- func (o *ListGroupMembersOK) IsRedirect() bool
- func (o *ListGroupMembersOK) IsServerError() bool
- func (o *ListGroupMembersOK) IsSuccess() bool
- func (o *ListGroupMembersOK) String() string
- type ListGroupMembersParams
- func NewListGroupMembersParams() *ListGroupMembersParams
- func NewListGroupMembersParamsWithContext(ctx context.Context) *ListGroupMembersParams
- func NewListGroupMembersParamsWithHTTPClient(client *http.Client) *ListGroupMembersParams
- func NewListGroupMembersParamsWithTimeout(timeout time.Duration) *ListGroupMembersParams
- func (o *ListGroupMembersParams) SetContext(ctx context.Context)
- func (o *ListGroupMembersParams) SetDefaults()
- func (o *ListGroupMembersParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupMembersParams) SetInput(input *models.ListGroupMembersRequest)
- func (o *ListGroupMembersParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupMembersParams) WithContext(ctx context.Context) *ListGroupMembersParams
- func (o *ListGroupMembersParams) WithDefaults() *ListGroupMembersParams
- func (o *ListGroupMembersParams) WithHTTPClient(client *http.Client) *ListGroupMembersParams
- func (o *ListGroupMembersParams) WithInput(input *models.ListGroupMembersRequest) *ListGroupMembersParams
- func (o *ListGroupMembersParams) WithTimeout(timeout time.Duration) *ListGroupMembersParams
- func (o *ListGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupMembersReader
- type ListGroupsDefault
- func (o *ListGroupsDefault) Code() int
- func (o *ListGroupsDefault) Error() string
- func (o *ListGroupsDefault) GetPayload() *models.Error
- func (o *ListGroupsDefault) IsClientError() bool
- func (o *ListGroupsDefault) IsCode(code int) bool
- func (o *ListGroupsDefault) IsRedirect() bool
- func (o *ListGroupsDefault) IsServerError() bool
- func (o *ListGroupsDefault) IsSuccess() bool
- func (o *ListGroupsDefault) String() string
- type ListGroupsForMachineUserDefault
- func (o *ListGroupsForMachineUserDefault) Code() int
- func (o *ListGroupsForMachineUserDefault) Error() string
- func (o *ListGroupsForMachineUserDefault) GetPayload() *models.Error
- func (o *ListGroupsForMachineUserDefault) IsClientError() bool
- func (o *ListGroupsForMachineUserDefault) IsCode(code int) bool
- func (o *ListGroupsForMachineUserDefault) IsRedirect() bool
- func (o *ListGroupsForMachineUserDefault) IsServerError() bool
- func (o *ListGroupsForMachineUserDefault) IsSuccess() bool
- func (o *ListGroupsForMachineUserDefault) String() string
- type ListGroupsForMachineUserOK
- func (o *ListGroupsForMachineUserOK) Code() int
- func (o *ListGroupsForMachineUserOK) Error() string
- func (o *ListGroupsForMachineUserOK) GetPayload() *models.ListGroupsForMachineUserResponse
- func (o *ListGroupsForMachineUserOK) IsClientError() bool
- func (o *ListGroupsForMachineUserOK) IsCode(code int) bool
- func (o *ListGroupsForMachineUserOK) IsRedirect() bool
- func (o *ListGroupsForMachineUserOK) IsServerError() bool
- func (o *ListGroupsForMachineUserOK) IsSuccess() bool
- func (o *ListGroupsForMachineUserOK) String() string
- type ListGroupsForMachineUserParams
- func NewListGroupsForMachineUserParams() *ListGroupsForMachineUserParams
- func NewListGroupsForMachineUserParamsWithContext(ctx context.Context) *ListGroupsForMachineUserParams
- func NewListGroupsForMachineUserParamsWithHTTPClient(client *http.Client) *ListGroupsForMachineUserParams
- func NewListGroupsForMachineUserParamsWithTimeout(timeout time.Duration) *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) SetContext(ctx context.Context)
- func (o *ListGroupsForMachineUserParams) SetDefaults()
- func (o *ListGroupsForMachineUserParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupsForMachineUserParams) SetInput(input *models.ListGroupsForMachineUserRequest)
- func (o *ListGroupsForMachineUserParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupsForMachineUserParams) WithContext(ctx context.Context) *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) WithDefaults() *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) WithHTTPClient(client *http.Client) *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) WithInput(input *models.ListGroupsForMachineUserRequest) *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) WithTimeout(timeout time.Duration) *ListGroupsForMachineUserParams
- func (o *ListGroupsForMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupsForMachineUserReader
- type ListGroupsForUserDefault
- func (o *ListGroupsForUserDefault) Code() int
- func (o *ListGroupsForUserDefault) Error() string
- func (o *ListGroupsForUserDefault) GetPayload() *models.Error
- func (o *ListGroupsForUserDefault) IsClientError() bool
- func (o *ListGroupsForUserDefault) IsCode(code int) bool
- func (o *ListGroupsForUserDefault) IsRedirect() bool
- func (o *ListGroupsForUserDefault) IsServerError() bool
- func (o *ListGroupsForUserDefault) IsSuccess() bool
- func (o *ListGroupsForUserDefault) String() string
- type ListGroupsForUserOK
- func (o *ListGroupsForUserOK) Code() int
- func (o *ListGroupsForUserOK) Error() string
- func (o *ListGroupsForUserOK) GetPayload() *models.ListGroupsForUserResponse
- func (o *ListGroupsForUserOK) IsClientError() bool
- func (o *ListGroupsForUserOK) IsCode(code int) bool
- func (o *ListGroupsForUserOK) IsRedirect() bool
- func (o *ListGroupsForUserOK) IsServerError() bool
- func (o *ListGroupsForUserOK) IsSuccess() bool
- func (o *ListGroupsForUserOK) String() string
- type ListGroupsForUserParams
- func NewListGroupsForUserParams() *ListGroupsForUserParams
- func NewListGroupsForUserParamsWithContext(ctx context.Context) *ListGroupsForUserParams
- func NewListGroupsForUserParamsWithHTTPClient(client *http.Client) *ListGroupsForUserParams
- func NewListGroupsForUserParamsWithTimeout(timeout time.Duration) *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) SetContext(ctx context.Context)
- func (o *ListGroupsForUserParams) SetDefaults()
- func (o *ListGroupsForUserParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupsForUserParams) SetInput(input *models.ListGroupsForUserRequest)
- func (o *ListGroupsForUserParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupsForUserParams) WithContext(ctx context.Context) *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) WithDefaults() *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) WithHTTPClient(client *http.Client) *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) WithInput(input *models.ListGroupsForUserRequest) *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) WithTimeout(timeout time.Duration) *ListGroupsForUserParams
- func (o *ListGroupsForUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupsForUserReader
- type ListGroupsOK
- func (o *ListGroupsOK) Code() int
- func (o *ListGroupsOK) Error() string
- func (o *ListGroupsOK) GetPayload() *models.ListGroupsResponse
- func (o *ListGroupsOK) IsClientError() bool
- func (o *ListGroupsOK) IsCode(code int) bool
- func (o *ListGroupsOK) IsRedirect() bool
- func (o *ListGroupsOK) IsServerError() bool
- func (o *ListGroupsOK) IsSuccess() bool
- func (o *ListGroupsOK) String() string
- type ListGroupsParams
- func (o *ListGroupsParams) SetContext(ctx context.Context)
- func (o *ListGroupsParams) SetDefaults()
- func (o *ListGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListGroupsParams) SetInput(input *models.ListGroupsRequest)
- func (o *ListGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListGroupsParams) WithContext(ctx context.Context) *ListGroupsParams
- func (o *ListGroupsParams) WithDefaults() *ListGroupsParams
- func (o *ListGroupsParams) WithHTTPClient(client *http.Client) *ListGroupsParams
- func (o *ListGroupsParams) WithInput(input *models.ListGroupsRequest) *ListGroupsParams
- func (o *ListGroupsParams) WithTimeout(timeout time.Duration) *ListGroupsParams
- func (o *ListGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGroupsReader
- type ListMachineUserAssignedResourceRolesDefault
- func (o *ListMachineUserAssignedResourceRolesDefault) Code() int
- func (o *ListMachineUserAssignedResourceRolesDefault) Error() string
- func (o *ListMachineUserAssignedResourceRolesDefault) GetPayload() *models.Error
- func (o *ListMachineUserAssignedResourceRolesDefault) IsClientError() bool
- func (o *ListMachineUserAssignedResourceRolesDefault) IsCode(code int) bool
- func (o *ListMachineUserAssignedResourceRolesDefault) IsRedirect() bool
- func (o *ListMachineUserAssignedResourceRolesDefault) IsServerError() bool
- func (o *ListMachineUserAssignedResourceRolesDefault) IsSuccess() bool
- func (o *ListMachineUserAssignedResourceRolesDefault) String() string
- type ListMachineUserAssignedResourceRolesOK
- func (o *ListMachineUserAssignedResourceRolesOK) Code() int
- func (o *ListMachineUserAssignedResourceRolesOK) Error() string
- func (o *ListMachineUserAssignedResourceRolesOK) GetPayload() *models.ListMachineUserAssignedResourceRolesResponse
- func (o *ListMachineUserAssignedResourceRolesOK) IsClientError() bool
- func (o *ListMachineUserAssignedResourceRolesOK) IsCode(code int) bool
- func (o *ListMachineUserAssignedResourceRolesOK) IsRedirect() bool
- func (o *ListMachineUserAssignedResourceRolesOK) IsServerError() bool
- func (o *ListMachineUserAssignedResourceRolesOK) IsSuccess() bool
- func (o *ListMachineUserAssignedResourceRolesOK) String() string
- type ListMachineUserAssignedResourceRolesParams
- func NewListMachineUserAssignedResourceRolesParams() *ListMachineUserAssignedResourceRolesParams
- func NewListMachineUserAssignedResourceRolesParamsWithContext(ctx context.Context) *ListMachineUserAssignedResourceRolesParams
- func NewListMachineUserAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListMachineUserAssignedResourceRolesParams
- func NewListMachineUserAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) SetContext(ctx context.Context)
- func (o *ListMachineUserAssignedResourceRolesParams) SetDefaults()
- func (o *ListMachineUserAssignedResourceRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListMachineUserAssignedResourceRolesParams) SetInput(input *models.ListMachineUserAssignedResourceRolesRequest)
- func (o *ListMachineUserAssignedResourceRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListMachineUserAssignedResourceRolesParams) WithContext(ctx context.Context) *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) WithDefaults() *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) WithInput(input *models.ListMachineUserAssignedResourceRolesRequest) *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListMachineUserAssignedResourceRolesParams
- func (o *ListMachineUserAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMachineUserAssignedResourceRolesReader
- type ListMachineUserAssignedRolesDefault
- func (o *ListMachineUserAssignedRolesDefault) Code() int
- func (o *ListMachineUserAssignedRolesDefault) Error() string
- func (o *ListMachineUserAssignedRolesDefault) GetPayload() *models.Error
- func (o *ListMachineUserAssignedRolesDefault) IsClientError() bool
- func (o *ListMachineUserAssignedRolesDefault) IsCode(code int) bool
- func (o *ListMachineUserAssignedRolesDefault) IsRedirect() bool
- func (o *ListMachineUserAssignedRolesDefault) IsServerError() bool
- func (o *ListMachineUserAssignedRolesDefault) IsSuccess() bool
- func (o *ListMachineUserAssignedRolesDefault) String() string
- type ListMachineUserAssignedRolesOK
- func (o *ListMachineUserAssignedRolesOK) Code() int
- func (o *ListMachineUserAssignedRolesOK) Error() string
- func (o *ListMachineUserAssignedRolesOK) GetPayload() *models.ListMachineUserAssignedRolesResponse
- func (o *ListMachineUserAssignedRolesOK) IsClientError() bool
- func (o *ListMachineUserAssignedRolesOK) IsCode(code int) bool
- func (o *ListMachineUserAssignedRolesOK) IsRedirect() bool
- func (o *ListMachineUserAssignedRolesOK) IsServerError() bool
- func (o *ListMachineUserAssignedRolesOK) IsSuccess() bool
- func (o *ListMachineUserAssignedRolesOK) String() string
- type ListMachineUserAssignedRolesParams
- func NewListMachineUserAssignedRolesParams() *ListMachineUserAssignedRolesParams
- func NewListMachineUserAssignedRolesParamsWithContext(ctx context.Context) *ListMachineUserAssignedRolesParams
- func NewListMachineUserAssignedRolesParamsWithHTTPClient(client *http.Client) *ListMachineUserAssignedRolesParams
- func NewListMachineUserAssignedRolesParamsWithTimeout(timeout time.Duration) *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) SetContext(ctx context.Context)
- func (o *ListMachineUserAssignedRolesParams) SetDefaults()
- func (o *ListMachineUserAssignedRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListMachineUserAssignedRolesParams) SetInput(input *models.ListMachineUserAssignedRolesRequest)
- func (o *ListMachineUserAssignedRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListMachineUserAssignedRolesParams) WithContext(ctx context.Context) *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) WithDefaults() *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) WithHTTPClient(client *http.Client) *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) WithInput(input *models.ListMachineUserAssignedRolesRequest) *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) WithTimeout(timeout time.Duration) *ListMachineUserAssignedRolesParams
- func (o *ListMachineUserAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMachineUserAssignedRolesReader
- type ListMachineUsersDefault
- func (o *ListMachineUsersDefault) Code() int
- func (o *ListMachineUsersDefault) Error() string
- func (o *ListMachineUsersDefault) GetPayload() *models.Error
- func (o *ListMachineUsersDefault) IsClientError() bool
- func (o *ListMachineUsersDefault) IsCode(code int) bool
- func (o *ListMachineUsersDefault) IsRedirect() bool
- func (o *ListMachineUsersDefault) IsServerError() bool
- func (o *ListMachineUsersDefault) IsSuccess() bool
- func (o *ListMachineUsersDefault) String() string
- type ListMachineUsersOK
- func (o *ListMachineUsersOK) Code() int
- func (o *ListMachineUsersOK) Error() string
- func (o *ListMachineUsersOK) GetPayload() *models.ListMachineUsersResponse
- func (o *ListMachineUsersOK) IsClientError() bool
- func (o *ListMachineUsersOK) IsCode(code int) bool
- func (o *ListMachineUsersOK) IsRedirect() bool
- func (o *ListMachineUsersOK) IsServerError() bool
- func (o *ListMachineUsersOK) IsSuccess() bool
- func (o *ListMachineUsersOK) String() string
- type ListMachineUsersParams
- func NewListMachineUsersParams() *ListMachineUsersParams
- func NewListMachineUsersParamsWithContext(ctx context.Context) *ListMachineUsersParams
- func NewListMachineUsersParamsWithHTTPClient(client *http.Client) *ListMachineUsersParams
- func NewListMachineUsersParamsWithTimeout(timeout time.Duration) *ListMachineUsersParams
- func (o *ListMachineUsersParams) SetContext(ctx context.Context)
- func (o *ListMachineUsersParams) SetDefaults()
- func (o *ListMachineUsersParams) SetHTTPClient(client *http.Client)
- func (o *ListMachineUsersParams) SetInput(input *models.ListMachineUsersRequest)
- func (o *ListMachineUsersParams) SetTimeout(timeout time.Duration)
- func (o *ListMachineUsersParams) WithContext(ctx context.Context) *ListMachineUsersParams
- func (o *ListMachineUsersParams) WithDefaults() *ListMachineUsersParams
- func (o *ListMachineUsersParams) WithHTTPClient(client *http.Client) *ListMachineUsersParams
- func (o *ListMachineUsersParams) WithInput(input *models.ListMachineUsersRequest) *ListMachineUsersParams
- func (o *ListMachineUsersParams) WithTimeout(timeout time.Duration) *ListMachineUsersParams
- func (o *ListMachineUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMachineUsersReader
- type ListResourceAssigneesDefault
- func (o *ListResourceAssigneesDefault) Code() int
- func (o *ListResourceAssigneesDefault) Error() string
- func (o *ListResourceAssigneesDefault) GetPayload() *models.Error
- func (o *ListResourceAssigneesDefault) IsClientError() bool
- func (o *ListResourceAssigneesDefault) IsCode(code int) bool
- func (o *ListResourceAssigneesDefault) IsRedirect() bool
- func (o *ListResourceAssigneesDefault) IsServerError() bool
- func (o *ListResourceAssigneesDefault) IsSuccess() bool
- func (o *ListResourceAssigneesDefault) String() string
- type ListResourceAssigneesOK
- func (o *ListResourceAssigneesOK) Code() int
- func (o *ListResourceAssigneesOK) Error() string
- func (o *ListResourceAssigneesOK) GetPayload() *models.ListResourceAssigneesResponse
- func (o *ListResourceAssigneesOK) IsClientError() bool
- func (o *ListResourceAssigneesOK) IsCode(code int) bool
- func (o *ListResourceAssigneesOK) IsRedirect() bool
- func (o *ListResourceAssigneesOK) IsServerError() bool
- func (o *ListResourceAssigneesOK) IsSuccess() bool
- func (o *ListResourceAssigneesOK) String() string
- type ListResourceAssigneesParams
- func NewListResourceAssigneesParams() *ListResourceAssigneesParams
- func NewListResourceAssigneesParamsWithContext(ctx context.Context) *ListResourceAssigneesParams
- func NewListResourceAssigneesParamsWithHTTPClient(client *http.Client) *ListResourceAssigneesParams
- func NewListResourceAssigneesParamsWithTimeout(timeout time.Duration) *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) SetContext(ctx context.Context)
- func (o *ListResourceAssigneesParams) SetDefaults()
- func (o *ListResourceAssigneesParams) SetHTTPClient(client *http.Client)
- func (o *ListResourceAssigneesParams) SetInput(input *models.ListResourceAssigneesRequest)
- func (o *ListResourceAssigneesParams) SetTimeout(timeout time.Duration)
- func (o *ListResourceAssigneesParams) WithContext(ctx context.Context) *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) WithDefaults() *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) WithHTTPClient(client *http.Client) *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) WithInput(input *models.ListResourceAssigneesRequest) *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) WithTimeout(timeout time.Duration) *ListResourceAssigneesParams
- func (o *ListResourceAssigneesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListResourceAssigneesReader
- type ListResourceRolesDefault
- func (o *ListResourceRolesDefault) Code() int
- func (o *ListResourceRolesDefault) Error() string
- func (o *ListResourceRolesDefault) GetPayload() *models.Error
- func (o *ListResourceRolesDefault) IsClientError() bool
- func (o *ListResourceRolesDefault) IsCode(code int) bool
- func (o *ListResourceRolesDefault) IsRedirect() bool
- func (o *ListResourceRolesDefault) IsServerError() bool
- func (o *ListResourceRolesDefault) IsSuccess() bool
- func (o *ListResourceRolesDefault) String() string
- type ListResourceRolesOK
- func (o *ListResourceRolesOK) Code() int
- func (o *ListResourceRolesOK) Error() string
- func (o *ListResourceRolesOK) GetPayload() *models.ListResourceRolesResponse
- func (o *ListResourceRolesOK) IsClientError() bool
- func (o *ListResourceRolesOK) IsCode(code int) bool
- func (o *ListResourceRolesOK) IsRedirect() bool
- func (o *ListResourceRolesOK) IsServerError() bool
- func (o *ListResourceRolesOK) IsSuccess() bool
- func (o *ListResourceRolesOK) String() string
- type ListResourceRolesParams
- func NewListResourceRolesParams() *ListResourceRolesParams
- func NewListResourceRolesParamsWithContext(ctx context.Context) *ListResourceRolesParams
- func NewListResourceRolesParamsWithHTTPClient(client *http.Client) *ListResourceRolesParams
- func NewListResourceRolesParamsWithTimeout(timeout time.Duration) *ListResourceRolesParams
- func (o *ListResourceRolesParams) SetContext(ctx context.Context)
- func (o *ListResourceRolesParams) SetDefaults()
- func (o *ListResourceRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListResourceRolesParams) SetInput(input *models.ListResourceRolesRequest)
- func (o *ListResourceRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListResourceRolesParams) WithContext(ctx context.Context) *ListResourceRolesParams
- func (o *ListResourceRolesParams) WithDefaults() *ListResourceRolesParams
- func (o *ListResourceRolesParams) WithHTTPClient(client *http.Client) *ListResourceRolesParams
- func (o *ListResourceRolesParams) WithInput(input *models.ListResourceRolesRequest) *ListResourceRolesParams
- func (o *ListResourceRolesParams) WithTimeout(timeout time.Duration) *ListResourceRolesParams
- func (o *ListResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListResourceRolesReader
- type ListRolesDefault
- func (o *ListRolesDefault) Code() int
- func (o *ListRolesDefault) Error() string
- func (o *ListRolesDefault) GetPayload() *models.Error
- func (o *ListRolesDefault) IsClientError() bool
- func (o *ListRolesDefault) IsCode(code int) bool
- func (o *ListRolesDefault) IsRedirect() bool
- func (o *ListRolesDefault) IsServerError() bool
- func (o *ListRolesDefault) IsSuccess() bool
- func (o *ListRolesDefault) String() string
- type ListRolesOK
- func (o *ListRolesOK) Code() int
- func (o *ListRolesOK) Error() string
- func (o *ListRolesOK) GetPayload() *models.ListRolesResponse
- func (o *ListRolesOK) IsClientError() bool
- func (o *ListRolesOK) IsCode(code int) bool
- func (o *ListRolesOK) IsRedirect() bool
- func (o *ListRolesOK) IsServerError() bool
- func (o *ListRolesOK) IsSuccess() bool
- func (o *ListRolesOK) String() string
- type ListRolesParams
- func (o *ListRolesParams) SetContext(ctx context.Context)
- func (o *ListRolesParams) SetDefaults()
- func (o *ListRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListRolesParams) SetInput(input *models.ListRolesRequest)
- func (o *ListRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListRolesParams) WithContext(ctx context.Context) *ListRolesParams
- func (o *ListRolesParams) WithDefaults() *ListRolesParams
- func (o *ListRolesParams) WithHTTPClient(client *http.Client) *ListRolesParams
- func (o *ListRolesParams) WithInput(input *models.ListRolesRequest) *ListRolesParams
- func (o *ListRolesParams) WithTimeout(timeout time.Duration) *ListRolesParams
- func (o *ListRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListRolesReader
- type ListSSHPublicKeysDefault
- func (o *ListSSHPublicKeysDefault) Code() int
- func (o *ListSSHPublicKeysDefault) Error() string
- func (o *ListSSHPublicKeysDefault) GetPayload() *models.Error
- func (o *ListSSHPublicKeysDefault) IsClientError() bool
- func (o *ListSSHPublicKeysDefault) IsCode(code int) bool
- func (o *ListSSHPublicKeysDefault) IsRedirect() bool
- func (o *ListSSHPublicKeysDefault) IsServerError() bool
- func (o *ListSSHPublicKeysDefault) IsSuccess() bool
- func (o *ListSSHPublicKeysDefault) String() string
- type ListSSHPublicKeysOK
- func (o *ListSSHPublicKeysOK) Code() int
- func (o *ListSSHPublicKeysOK) Error() string
- func (o *ListSSHPublicKeysOK) GetPayload() *models.ListSSHPublicKeysResponse
- func (o *ListSSHPublicKeysOK) IsClientError() bool
- func (o *ListSSHPublicKeysOK) IsCode(code int) bool
- func (o *ListSSHPublicKeysOK) IsRedirect() bool
- func (o *ListSSHPublicKeysOK) IsServerError() bool
- func (o *ListSSHPublicKeysOK) IsSuccess() bool
- func (o *ListSSHPublicKeysOK) String() string
- type ListSSHPublicKeysParams
- func NewListSSHPublicKeysParams() *ListSSHPublicKeysParams
- func NewListSSHPublicKeysParamsWithContext(ctx context.Context) *ListSSHPublicKeysParams
- func NewListSSHPublicKeysParamsWithHTTPClient(client *http.Client) *ListSSHPublicKeysParams
- func NewListSSHPublicKeysParamsWithTimeout(timeout time.Duration) *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) SetContext(ctx context.Context)
- func (o *ListSSHPublicKeysParams) SetDefaults()
- func (o *ListSSHPublicKeysParams) SetHTTPClient(client *http.Client)
- func (o *ListSSHPublicKeysParams) SetInput(input *models.ListSSHPublicKeysRequest)
- func (o *ListSSHPublicKeysParams) SetTimeout(timeout time.Duration)
- func (o *ListSSHPublicKeysParams) WithContext(ctx context.Context) *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) WithDefaults() *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) WithHTTPClient(client *http.Client) *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) WithInput(input *models.ListSSHPublicKeysRequest) *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) WithTimeout(timeout time.Duration) *ListSSHPublicKeysParams
- func (o *ListSSHPublicKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSSHPublicKeysReader
- type ListSamlProvidersDefault
- func (o *ListSamlProvidersDefault) Code() int
- func (o *ListSamlProvidersDefault) Error() string
- func (o *ListSamlProvidersDefault) GetPayload() *models.Error
- func (o *ListSamlProvidersDefault) IsClientError() bool
- func (o *ListSamlProvidersDefault) IsCode(code int) bool
- func (o *ListSamlProvidersDefault) IsRedirect() bool
- func (o *ListSamlProvidersDefault) IsServerError() bool
- func (o *ListSamlProvidersDefault) IsSuccess() bool
- func (o *ListSamlProvidersDefault) String() string
- type ListSamlProvidersOK
- func (o *ListSamlProvidersOK) Code() int
- func (o *ListSamlProvidersOK) Error() string
- func (o *ListSamlProvidersOK) GetPayload() *models.ListSamlProvidersResponse
- func (o *ListSamlProvidersOK) IsClientError() bool
- func (o *ListSamlProvidersOK) IsCode(code int) bool
- func (o *ListSamlProvidersOK) IsRedirect() bool
- func (o *ListSamlProvidersOK) IsServerError() bool
- func (o *ListSamlProvidersOK) IsSuccess() bool
- func (o *ListSamlProvidersOK) String() string
- type ListSamlProvidersParams
- func NewListSamlProvidersParams() *ListSamlProvidersParams
- func NewListSamlProvidersParamsWithContext(ctx context.Context) *ListSamlProvidersParams
- func NewListSamlProvidersParamsWithHTTPClient(client *http.Client) *ListSamlProvidersParams
- func NewListSamlProvidersParamsWithTimeout(timeout time.Duration) *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) SetContext(ctx context.Context)
- func (o *ListSamlProvidersParams) SetDefaults()
- func (o *ListSamlProvidersParams) SetHTTPClient(client *http.Client)
- func (o *ListSamlProvidersParams) SetInput(input *models.ListSamlProvidersRequest)
- func (o *ListSamlProvidersParams) SetTimeout(timeout time.Duration)
- func (o *ListSamlProvidersParams) WithContext(ctx context.Context) *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) WithDefaults() *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) WithHTTPClient(client *http.Client) *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) WithInput(input *models.ListSamlProvidersRequest) *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) WithTimeout(timeout time.Duration) *ListSamlProvidersParams
- func (o *ListSamlProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSamlProvidersReader
- type ListScimAccessTokensDefault
- func (o *ListScimAccessTokensDefault) Code() int
- func (o *ListScimAccessTokensDefault) Error() string
- func (o *ListScimAccessTokensDefault) GetPayload() *models.Error
- func (o *ListScimAccessTokensDefault) IsClientError() bool
- func (o *ListScimAccessTokensDefault) IsCode(code int) bool
- func (o *ListScimAccessTokensDefault) IsRedirect() bool
- func (o *ListScimAccessTokensDefault) IsServerError() bool
- func (o *ListScimAccessTokensDefault) IsSuccess() bool
- func (o *ListScimAccessTokensDefault) String() string
- type ListScimAccessTokensOK
- func (o *ListScimAccessTokensOK) Code() int
- func (o *ListScimAccessTokensOK) Error() string
- func (o *ListScimAccessTokensOK) GetPayload() *models.ListScimAccessTokensResponse
- func (o *ListScimAccessTokensOK) IsClientError() bool
- func (o *ListScimAccessTokensOK) IsCode(code int) bool
- func (o *ListScimAccessTokensOK) IsRedirect() bool
- func (o *ListScimAccessTokensOK) IsServerError() bool
- func (o *ListScimAccessTokensOK) IsSuccess() bool
- func (o *ListScimAccessTokensOK) String() string
- type ListScimAccessTokensParams
- func NewListScimAccessTokensParams() *ListScimAccessTokensParams
- func NewListScimAccessTokensParamsWithContext(ctx context.Context) *ListScimAccessTokensParams
- func NewListScimAccessTokensParamsWithHTTPClient(client *http.Client) *ListScimAccessTokensParams
- func NewListScimAccessTokensParamsWithTimeout(timeout time.Duration) *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) SetContext(ctx context.Context)
- func (o *ListScimAccessTokensParams) SetDefaults()
- func (o *ListScimAccessTokensParams) SetHTTPClient(client *http.Client)
- func (o *ListScimAccessTokensParams) SetInput(input *models.ListScimAccessTokensRequest)
- func (o *ListScimAccessTokensParams) SetTimeout(timeout time.Duration)
- func (o *ListScimAccessTokensParams) WithContext(ctx context.Context) *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) WithDefaults() *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) WithHTTPClient(client *http.Client) *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) WithInput(input *models.ListScimAccessTokensRequest) *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) WithTimeout(timeout time.Duration) *ListScimAccessTokensParams
- func (o *ListScimAccessTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListScimAccessTokensReader
- type ListServicePrincipalCloudIdentitiesDefault
- func (o *ListServicePrincipalCloudIdentitiesDefault) Code() int
- func (o *ListServicePrincipalCloudIdentitiesDefault) Error() string
- func (o *ListServicePrincipalCloudIdentitiesDefault) GetPayload() *models.Error
- func (o *ListServicePrincipalCloudIdentitiesDefault) IsClientError() bool
- func (o *ListServicePrincipalCloudIdentitiesDefault) IsCode(code int) bool
- func (o *ListServicePrincipalCloudIdentitiesDefault) IsRedirect() bool
- func (o *ListServicePrincipalCloudIdentitiesDefault) IsServerError() bool
- func (o *ListServicePrincipalCloudIdentitiesDefault) IsSuccess() bool
- func (o *ListServicePrincipalCloudIdentitiesDefault) String() string
- type ListServicePrincipalCloudIdentitiesOK
- func (o *ListServicePrincipalCloudIdentitiesOK) Code() int
- func (o *ListServicePrincipalCloudIdentitiesOK) Error() string
- func (o *ListServicePrincipalCloudIdentitiesOK) GetPayload() *models.ListServicePrincipalCloudIdentitiesResponse
- func (o *ListServicePrincipalCloudIdentitiesOK) IsClientError() bool
- func (o *ListServicePrincipalCloudIdentitiesOK) IsCode(code int) bool
- func (o *ListServicePrincipalCloudIdentitiesOK) IsRedirect() bool
- func (o *ListServicePrincipalCloudIdentitiesOK) IsServerError() bool
- func (o *ListServicePrincipalCloudIdentitiesOK) IsSuccess() bool
- func (o *ListServicePrincipalCloudIdentitiesOK) String() string
- type ListServicePrincipalCloudIdentitiesParams
- func NewListServicePrincipalCloudIdentitiesParams() *ListServicePrincipalCloudIdentitiesParams
- func NewListServicePrincipalCloudIdentitiesParamsWithContext(ctx context.Context) *ListServicePrincipalCloudIdentitiesParams
- func NewListServicePrincipalCloudIdentitiesParamsWithHTTPClient(client *http.Client) *ListServicePrincipalCloudIdentitiesParams
- func NewListServicePrincipalCloudIdentitiesParamsWithTimeout(timeout time.Duration) *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) SetContext(ctx context.Context)
- func (o *ListServicePrincipalCloudIdentitiesParams) SetDefaults()
- func (o *ListServicePrincipalCloudIdentitiesParams) SetHTTPClient(client *http.Client)
- func (o *ListServicePrincipalCloudIdentitiesParams) SetInput(input *models.ListServicePrincipalCloudIdentitiesRequest)
- func (o *ListServicePrincipalCloudIdentitiesParams) SetTimeout(timeout time.Duration)
- func (o *ListServicePrincipalCloudIdentitiesParams) WithContext(ctx context.Context) *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) WithDefaults() *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) WithHTTPClient(client *http.Client) *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) WithInput(input *models.ListServicePrincipalCloudIdentitiesRequest) *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) WithTimeout(timeout time.Duration) *ListServicePrincipalCloudIdentitiesParams
- func (o *ListServicePrincipalCloudIdentitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServicePrincipalCloudIdentitiesReader
- type ListUserAssignedResourceRolesDefault
- func (o *ListUserAssignedResourceRolesDefault) Code() int
- func (o *ListUserAssignedResourceRolesDefault) Error() string
- func (o *ListUserAssignedResourceRolesDefault) GetPayload() *models.Error
- func (o *ListUserAssignedResourceRolesDefault) IsClientError() bool
- func (o *ListUserAssignedResourceRolesDefault) IsCode(code int) bool
- func (o *ListUserAssignedResourceRolesDefault) IsRedirect() bool
- func (o *ListUserAssignedResourceRolesDefault) IsServerError() bool
- func (o *ListUserAssignedResourceRolesDefault) IsSuccess() bool
- func (o *ListUserAssignedResourceRolesDefault) String() string
- type ListUserAssignedResourceRolesOK
- func (o *ListUserAssignedResourceRolesOK) Code() int
- func (o *ListUserAssignedResourceRolesOK) Error() string
- func (o *ListUserAssignedResourceRolesOK) GetPayload() *models.ListUserAssignedResourceRolesResponse
- func (o *ListUserAssignedResourceRolesOK) IsClientError() bool
- func (o *ListUserAssignedResourceRolesOK) IsCode(code int) bool
- func (o *ListUserAssignedResourceRolesOK) IsRedirect() bool
- func (o *ListUserAssignedResourceRolesOK) IsServerError() bool
- func (o *ListUserAssignedResourceRolesOK) IsSuccess() bool
- func (o *ListUserAssignedResourceRolesOK) String() string
- type ListUserAssignedResourceRolesParams
- func NewListUserAssignedResourceRolesParams() *ListUserAssignedResourceRolesParams
- func NewListUserAssignedResourceRolesParamsWithContext(ctx context.Context) *ListUserAssignedResourceRolesParams
- func NewListUserAssignedResourceRolesParamsWithHTTPClient(client *http.Client) *ListUserAssignedResourceRolesParams
- func NewListUserAssignedResourceRolesParamsWithTimeout(timeout time.Duration) *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) SetContext(ctx context.Context)
- func (o *ListUserAssignedResourceRolesParams) SetDefaults()
- func (o *ListUserAssignedResourceRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListUserAssignedResourceRolesParams) SetInput(input *models.ListUserAssignedResourceRolesRequest)
- func (o *ListUserAssignedResourceRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListUserAssignedResourceRolesParams) WithContext(ctx context.Context) *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) WithDefaults() *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) WithInput(input *models.ListUserAssignedResourceRolesRequest) *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListUserAssignedResourceRolesParams
- func (o *ListUserAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUserAssignedResourceRolesReader
- type ListUserAssignedRolesDefault
- func (o *ListUserAssignedRolesDefault) Code() int
- func (o *ListUserAssignedRolesDefault) Error() string
- func (o *ListUserAssignedRolesDefault) GetPayload() *models.Error
- func (o *ListUserAssignedRolesDefault) IsClientError() bool
- func (o *ListUserAssignedRolesDefault) IsCode(code int) bool
- func (o *ListUserAssignedRolesDefault) IsRedirect() bool
- func (o *ListUserAssignedRolesDefault) IsServerError() bool
- func (o *ListUserAssignedRolesDefault) IsSuccess() bool
- func (o *ListUserAssignedRolesDefault) String() string
- type ListUserAssignedRolesOK
- func (o *ListUserAssignedRolesOK) Code() int
- func (o *ListUserAssignedRolesOK) Error() string
- func (o *ListUserAssignedRolesOK) GetPayload() *models.ListUserAssignedRolesResponse
- func (o *ListUserAssignedRolesOK) IsClientError() bool
- func (o *ListUserAssignedRolesOK) IsCode(code int) bool
- func (o *ListUserAssignedRolesOK) IsRedirect() bool
- func (o *ListUserAssignedRolesOK) IsServerError() bool
- func (o *ListUserAssignedRolesOK) IsSuccess() bool
- func (o *ListUserAssignedRolesOK) String() string
- type ListUserAssignedRolesParams
- func NewListUserAssignedRolesParams() *ListUserAssignedRolesParams
- func NewListUserAssignedRolesParamsWithContext(ctx context.Context) *ListUserAssignedRolesParams
- func NewListUserAssignedRolesParamsWithHTTPClient(client *http.Client) *ListUserAssignedRolesParams
- func NewListUserAssignedRolesParamsWithTimeout(timeout time.Duration) *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) SetContext(ctx context.Context)
- func (o *ListUserAssignedRolesParams) SetDefaults()
- func (o *ListUserAssignedRolesParams) SetHTTPClient(client *http.Client)
- func (o *ListUserAssignedRolesParams) SetInput(input *models.ListUserAssignedRolesRequest)
- func (o *ListUserAssignedRolesParams) SetTimeout(timeout time.Duration)
- func (o *ListUserAssignedRolesParams) WithContext(ctx context.Context) *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) WithDefaults() *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) WithHTTPClient(client *http.Client) *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) WithInput(input *models.ListUserAssignedRolesRequest) *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) WithTimeout(timeout time.Duration) *ListUserAssignedRolesParams
- func (o *ListUserAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUserAssignedRolesReader
- type ListUsersDefault
- func (o *ListUsersDefault) Code() int
- func (o *ListUsersDefault) Error() string
- func (o *ListUsersDefault) GetPayload() *models.Error
- func (o *ListUsersDefault) IsClientError() bool
- func (o *ListUsersDefault) IsCode(code int) bool
- func (o *ListUsersDefault) IsRedirect() bool
- func (o *ListUsersDefault) IsServerError() bool
- func (o *ListUsersDefault) IsSuccess() bool
- func (o *ListUsersDefault) String() string
- type ListUsersOK
- func (o *ListUsersOK) Code() int
- func (o *ListUsersOK) Error() string
- func (o *ListUsersOK) GetPayload() *models.ListUsersResponse
- func (o *ListUsersOK) IsClientError() bool
- func (o *ListUsersOK) IsCode(code int) bool
- func (o *ListUsersOK) IsRedirect() bool
- func (o *ListUsersOK) IsServerError() bool
- func (o *ListUsersOK) IsSuccess() bool
- func (o *ListUsersOK) String() string
- type ListUsersParams
- func (o *ListUsersParams) SetContext(ctx context.Context)
- func (o *ListUsersParams) SetDefaults()
- func (o *ListUsersParams) SetHTTPClient(client *http.Client)
- func (o *ListUsersParams) SetInput(input *models.ListUsersRequest)
- func (o *ListUsersParams) SetTimeout(timeout time.Duration)
- func (o *ListUsersParams) WithContext(ctx context.Context) *ListUsersParams
- func (o *ListUsersParams) WithDefaults() *ListUsersParams
- func (o *ListUsersParams) WithHTTPClient(client *http.Client) *ListUsersParams
- func (o *ListUsersParams) WithInput(input *models.ListUsersRequest) *ListUsersParams
- func (o *ListUsersParams) WithTimeout(timeout time.Duration) *ListUsersParams
- func (o *ListUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUsersReader
- type RemoveMachineUserFromGroupDefault
- func (o *RemoveMachineUserFromGroupDefault) Code() int
- func (o *RemoveMachineUserFromGroupDefault) Error() string
- func (o *RemoveMachineUserFromGroupDefault) GetPayload() *models.Error
- func (o *RemoveMachineUserFromGroupDefault) IsClientError() bool
- func (o *RemoveMachineUserFromGroupDefault) IsCode(code int) bool
- func (o *RemoveMachineUserFromGroupDefault) IsRedirect() bool
- func (o *RemoveMachineUserFromGroupDefault) IsServerError() bool
- func (o *RemoveMachineUserFromGroupDefault) IsSuccess() bool
- func (o *RemoveMachineUserFromGroupDefault) String() string
- type RemoveMachineUserFromGroupOK
- func (o *RemoveMachineUserFromGroupOK) Code() int
- func (o *RemoveMachineUserFromGroupOK) Error() string
- func (o *RemoveMachineUserFromGroupOK) GetPayload() models.RemoveMachineUserFromGroupResponse
- func (o *RemoveMachineUserFromGroupOK) IsClientError() bool
- func (o *RemoveMachineUserFromGroupOK) IsCode(code int) bool
- func (o *RemoveMachineUserFromGroupOK) IsRedirect() bool
- func (o *RemoveMachineUserFromGroupOK) IsServerError() bool
- func (o *RemoveMachineUserFromGroupOK) IsSuccess() bool
- func (o *RemoveMachineUserFromGroupOK) String() string
- type RemoveMachineUserFromGroupParams
- func NewRemoveMachineUserFromGroupParams() *RemoveMachineUserFromGroupParams
- func NewRemoveMachineUserFromGroupParamsWithContext(ctx context.Context) *RemoveMachineUserFromGroupParams
- func NewRemoveMachineUserFromGroupParamsWithHTTPClient(client *http.Client) *RemoveMachineUserFromGroupParams
- func NewRemoveMachineUserFromGroupParamsWithTimeout(timeout time.Duration) *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) SetContext(ctx context.Context)
- func (o *RemoveMachineUserFromGroupParams) SetDefaults()
- func (o *RemoveMachineUserFromGroupParams) SetHTTPClient(client *http.Client)
- func (o *RemoveMachineUserFromGroupParams) SetInput(input *models.RemoveMachineUserFromGroupRequest)
- func (o *RemoveMachineUserFromGroupParams) SetTimeout(timeout time.Duration)
- func (o *RemoveMachineUserFromGroupParams) WithContext(ctx context.Context) *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) WithDefaults() *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) WithHTTPClient(client *http.Client) *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) WithInput(input *models.RemoveMachineUserFromGroupRequest) *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) WithTimeout(timeout time.Duration) *RemoveMachineUserFromGroupParams
- func (o *RemoveMachineUserFromGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveMachineUserFromGroupReader
- type RemoveUserFromGroupDefault
- func (o *RemoveUserFromGroupDefault) Code() int
- func (o *RemoveUserFromGroupDefault) Error() string
- func (o *RemoveUserFromGroupDefault) GetPayload() *models.Error
- func (o *RemoveUserFromGroupDefault) IsClientError() bool
- func (o *RemoveUserFromGroupDefault) IsCode(code int) bool
- func (o *RemoveUserFromGroupDefault) IsRedirect() bool
- func (o *RemoveUserFromGroupDefault) IsServerError() bool
- func (o *RemoveUserFromGroupDefault) IsSuccess() bool
- func (o *RemoveUserFromGroupDefault) String() string
- type RemoveUserFromGroupOK
- func (o *RemoveUserFromGroupOK) Code() int
- func (o *RemoveUserFromGroupOK) Error() string
- func (o *RemoveUserFromGroupOK) GetPayload() models.RemoveUserFromGroupResponse
- func (o *RemoveUserFromGroupOK) IsClientError() bool
- func (o *RemoveUserFromGroupOK) IsCode(code int) bool
- func (o *RemoveUserFromGroupOK) IsRedirect() bool
- func (o *RemoveUserFromGroupOK) IsServerError() bool
- func (o *RemoveUserFromGroupOK) IsSuccess() bool
- func (o *RemoveUserFromGroupOK) String() string
- type RemoveUserFromGroupParams
- func NewRemoveUserFromGroupParams() *RemoveUserFromGroupParams
- func NewRemoveUserFromGroupParamsWithContext(ctx context.Context) *RemoveUserFromGroupParams
- func NewRemoveUserFromGroupParamsWithHTTPClient(client *http.Client) *RemoveUserFromGroupParams
- func NewRemoveUserFromGroupParamsWithTimeout(timeout time.Duration) *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) SetContext(ctx context.Context)
- func (o *RemoveUserFromGroupParams) SetDefaults()
- func (o *RemoveUserFromGroupParams) SetHTTPClient(client *http.Client)
- func (o *RemoveUserFromGroupParams) SetInput(input *models.RemoveUserFromGroupRequest)
- func (o *RemoveUserFromGroupParams) SetTimeout(timeout time.Duration)
- func (o *RemoveUserFromGroupParams) WithContext(ctx context.Context) *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) WithDefaults() *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) WithHTTPClient(client *http.Client) *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) WithInput(input *models.RemoveUserFromGroupRequest) *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) WithTimeout(timeout time.Duration) *RemoveUserFromGroupParams
- func (o *RemoveUserFromGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveUserFromGroupReader
- type SetAccountMessagesDefault
- func (o *SetAccountMessagesDefault) Code() int
- func (o *SetAccountMessagesDefault) Error() string
- func (o *SetAccountMessagesDefault) GetPayload() *models.Error
- func (o *SetAccountMessagesDefault) IsClientError() bool
- func (o *SetAccountMessagesDefault) IsCode(code int) bool
- func (o *SetAccountMessagesDefault) IsRedirect() bool
- func (o *SetAccountMessagesDefault) IsServerError() bool
- func (o *SetAccountMessagesDefault) IsSuccess() bool
- func (o *SetAccountMessagesDefault) String() string
- type SetAccountMessagesOK
- func (o *SetAccountMessagesOK) Code() int
- func (o *SetAccountMessagesOK) Error() string
- func (o *SetAccountMessagesOK) GetPayload() models.SetAccountMessagesResponse
- func (o *SetAccountMessagesOK) IsClientError() bool
- func (o *SetAccountMessagesOK) IsCode(code int) bool
- func (o *SetAccountMessagesOK) IsRedirect() bool
- func (o *SetAccountMessagesOK) IsServerError() bool
- func (o *SetAccountMessagesOK) IsSuccess() bool
- func (o *SetAccountMessagesOK) String() string
- type SetAccountMessagesParams
- func NewSetAccountMessagesParams() *SetAccountMessagesParams
- func NewSetAccountMessagesParamsWithContext(ctx context.Context) *SetAccountMessagesParams
- func NewSetAccountMessagesParamsWithHTTPClient(client *http.Client) *SetAccountMessagesParams
- func NewSetAccountMessagesParamsWithTimeout(timeout time.Duration) *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) SetContext(ctx context.Context)
- func (o *SetAccountMessagesParams) SetDefaults()
- func (o *SetAccountMessagesParams) SetHTTPClient(client *http.Client)
- func (o *SetAccountMessagesParams) SetInput(input *models.SetAccountMessagesRequest)
- func (o *SetAccountMessagesParams) SetTimeout(timeout time.Duration)
- func (o *SetAccountMessagesParams) WithContext(ctx context.Context) *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) WithDefaults() *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) WithHTTPClient(client *http.Client) *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) WithInput(input *models.SetAccountMessagesRequest) *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) WithTimeout(timeout time.Duration) *SetAccountMessagesParams
- func (o *SetAccountMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetAccountMessagesReader
- type SetAuthenticationPolicyDefault
- func (o *SetAuthenticationPolicyDefault) Code() int
- func (o *SetAuthenticationPolicyDefault) Error() string
- func (o *SetAuthenticationPolicyDefault) GetPayload() *models.Error
- func (o *SetAuthenticationPolicyDefault) IsClientError() bool
- func (o *SetAuthenticationPolicyDefault) IsCode(code int) bool
- func (o *SetAuthenticationPolicyDefault) IsRedirect() bool
- func (o *SetAuthenticationPolicyDefault) IsServerError() bool
- func (o *SetAuthenticationPolicyDefault) IsSuccess() bool
- func (o *SetAuthenticationPolicyDefault) String() string
- type SetAuthenticationPolicyOK
- func (o *SetAuthenticationPolicyOK) Code() int
- func (o *SetAuthenticationPolicyOK) Error() string
- func (o *SetAuthenticationPolicyOK) GetPayload() models.SetAuthenticationPolicyResponse
- func (o *SetAuthenticationPolicyOK) IsClientError() bool
- func (o *SetAuthenticationPolicyOK) IsCode(code int) bool
- func (o *SetAuthenticationPolicyOK) IsRedirect() bool
- func (o *SetAuthenticationPolicyOK) IsServerError() bool
- func (o *SetAuthenticationPolicyOK) IsSuccess() bool
- func (o *SetAuthenticationPolicyOK) String() string
- type SetAuthenticationPolicyParams
- func NewSetAuthenticationPolicyParams() *SetAuthenticationPolicyParams
- func NewSetAuthenticationPolicyParamsWithContext(ctx context.Context) *SetAuthenticationPolicyParams
- func NewSetAuthenticationPolicyParamsWithHTTPClient(client *http.Client) *SetAuthenticationPolicyParams
- func NewSetAuthenticationPolicyParamsWithTimeout(timeout time.Duration) *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) SetContext(ctx context.Context)
- func (o *SetAuthenticationPolicyParams) SetDefaults()
- func (o *SetAuthenticationPolicyParams) SetHTTPClient(client *http.Client)
- func (o *SetAuthenticationPolicyParams) SetInput(input *models.SetAuthenticationPolicyRequest)
- func (o *SetAuthenticationPolicyParams) SetTimeout(timeout time.Duration)
- func (o *SetAuthenticationPolicyParams) WithContext(ctx context.Context) *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) WithDefaults() *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) WithHTTPClient(client *http.Client) *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) WithInput(input *models.SetAuthenticationPolicyRequest) *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) WithTimeout(timeout time.Duration) *SetAuthenticationPolicyParams
- func (o *SetAuthenticationPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetAuthenticationPolicyReader
- type SetWorkloadPasswordDefault
- func (o *SetWorkloadPasswordDefault) Code() int
- func (o *SetWorkloadPasswordDefault) Error() string
- func (o *SetWorkloadPasswordDefault) GetPayload() *models.Error
- func (o *SetWorkloadPasswordDefault) IsClientError() bool
- func (o *SetWorkloadPasswordDefault) IsCode(code int) bool
- func (o *SetWorkloadPasswordDefault) IsRedirect() bool
- func (o *SetWorkloadPasswordDefault) IsServerError() bool
- func (o *SetWorkloadPasswordDefault) IsSuccess() bool
- func (o *SetWorkloadPasswordDefault) String() string
- type SetWorkloadPasswordOK
- func (o *SetWorkloadPasswordOK) Code() int
- func (o *SetWorkloadPasswordOK) Error() string
- func (o *SetWorkloadPasswordOK) GetPayload() models.SetWorkloadPasswordResponse
- func (o *SetWorkloadPasswordOK) IsClientError() bool
- func (o *SetWorkloadPasswordOK) IsCode(code int) bool
- func (o *SetWorkloadPasswordOK) IsRedirect() bool
- func (o *SetWorkloadPasswordOK) IsServerError() bool
- func (o *SetWorkloadPasswordOK) IsSuccess() bool
- func (o *SetWorkloadPasswordOK) String() string
- type SetWorkloadPasswordParams
- func NewSetWorkloadPasswordParams() *SetWorkloadPasswordParams
- func NewSetWorkloadPasswordParamsWithContext(ctx context.Context) *SetWorkloadPasswordParams
- func NewSetWorkloadPasswordParamsWithHTTPClient(client *http.Client) *SetWorkloadPasswordParams
- func NewSetWorkloadPasswordParamsWithTimeout(timeout time.Duration) *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) SetContext(ctx context.Context)
- func (o *SetWorkloadPasswordParams) SetDefaults()
- func (o *SetWorkloadPasswordParams) SetHTTPClient(client *http.Client)
- func (o *SetWorkloadPasswordParams) SetInput(input *models.SetWorkloadPasswordRequest)
- func (o *SetWorkloadPasswordParams) SetTimeout(timeout time.Duration)
- func (o *SetWorkloadPasswordParams) WithContext(ctx context.Context) *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) WithDefaults() *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) WithHTTPClient(client *http.Client) *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) WithInput(input *models.SetWorkloadPasswordRequest) *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) WithTimeout(timeout time.Duration) *SetWorkloadPasswordParams
- func (o *SetWorkloadPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetWorkloadPasswordPolicyDefault
- func (o *SetWorkloadPasswordPolicyDefault) Code() int
- func (o *SetWorkloadPasswordPolicyDefault) Error() string
- func (o *SetWorkloadPasswordPolicyDefault) GetPayload() *models.Error
- func (o *SetWorkloadPasswordPolicyDefault) IsClientError() bool
- func (o *SetWorkloadPasswordPolicyDefault) IsCode(code int) bool
- func (o *SetWorkloadPasswordPolicyDefault) IsRedirect() bool
- func (o *SetWorkloadPasswordPolicyDefault) IsServerError() bool
- func (o *SetWorkloadPasswordPolicyDefault) IsSuccess() bool
- func (o *SetWorkloadPasswordPolicyDefault) String() string
- type SetWorkloadPasswordPolicyOK
- func (o *SetWorkloadPasswordPolicyOK) Code() int
- func (o *SetWorkloadPasswordPolicyOK) Error() string
- func (o *SetWorkloadPasswordPolicyOK) GetPayload() models.SetWorkloadPasswordPolicyResponse
- func (o *SetWorkloadPasswordPolicyOK) IsClientError() bool
- func (o *SetWorkloadPasswordPolicyOK) IsCode(code int) bool
- func (o *SetWorkloadPasswordPolicyOK) IsRedirect() bool
- func (o *SetWorkloadPasswordPolicyOK) IsServerError() bool
- func (o *SetWorkloadPasswordPolicyOK) IsSuccess() bool
- func (o *SetWorkloadPasswordPolicyOK) String() string
- type SetWorkloadPasswordPolicyParams
- func NewSetWorkloadPasswordPolicyParams() *SetWorkloadPasswordPolicyParams
- func NewSetWorkloadPasswordPolicyParamsWithContext(ctx context.Context) *SetWorkloadPasswordPolicyParams
- func NewSetWorkloadPasswordPolicyParamsWithHTTPClient(client *http.Client) *SetWorkloadPasswordPolicyParams
- func NewSetWorkloadPasswordPolicyParamsWithTimeout(timeout time.Duration) *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) SetContext(ctx context.Context)
- func (o *SetWorkloadPasswordPolicyParams) SetDefaults()
- func (o *SetWorkloadPasswordPolicyParams) SetHTTPClient(client *http.Client)
- func (o *SetWorkloadPasswordPolicyParams) SetInput(input *models.SetWorkloadPasswordPolicyRequest)
- func (o *SetWorkloadPasswordPolicyParams) SetTimeout(timeout time.Duration)
- func (o *SetWorkloadPasswordPolicyParams) WithContext(ctx context.Context) *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) WithDefaults() *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) WithHTTPClient(client *http.Client) *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) WithInput(input *models.SetWorkloadPasswordPolicyRequest) *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) WithTimeout(timeout time.Duration) *SetWorkloadPasswordPolicyParams
- func (o *SetWorkloadPasswordPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetWorkloadPasswordPolicyReader
- type SetWorkloadPasswordReader
- type UnassignAzureCloudIdentityDefault
- func (o *UnassignAzureCloudIdentityDefault) Code() int
- func (o *UnassignAzureCloudIdentityDefault) Error() string
- func (o *UnassignAzureCloudIdentityDefault) GetPayload() *models.Error
- func (o *UnassignAzureCloudIdentityDefault) IsClientError() bool
- func (o *UnassignAzureCloudIdentityDefault) IsCode(code int) bool
- func (o *UnassignAzureCloudIdentityDefault) IsRedirect() bool
- func (o *UnassignAzureCloudIdentityDefault) IsServerError() bool
- func (o *UnassignAzureCloudIdentityDefault) IsSuccess() bool
- func (o *UnassignAzureCloudIdentityDefault) String() string
- type UnassignAzureCloudIdentityOK
- func (o *UnassignAzureCloudIdentityOK) Code() int
- func (o *UnassignAzureCloudIdentityOK) Error() string
- func (o *UnassignAzureCloudIdentityOK) GetPayload() models.UnassignAzureCloudIdentityResponse
- func (o *UnassignAzureCloudIdentityOK) IsClientError() bool
- func (o *UnassignAzureCloudIdentityOK) IsCode(code int) bool
- func (o *UnassignAzureCloudIdentityOK) IsRedirect() bool
- func (o *UnassignAzureCloudIdentityOK) IsServerError() bool
- func (o *UnassignAzureCloudIdentityOK) IsSuccess() bool
- func (o *UnassignAzureCloudIdentityOK) String() string
- type UnassignAzureCloudIdentityParams
- func NewUnassignAzureCloudIdentityParams() *UnassignAzureCloudIdentityParams
- func NewUnassignAzureCloudIdentityParamsWithContext(ctx context.Context) *UnassignAzureCloudIdentityParams
- func NewUnassignAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *UnassignAzureCloudIdentityParams
- func NewUnassignAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) SetContext(ctx context.Context)
- func (o *UnassignAzureCloudIdentityParams) SetDefaults()
- func (o *UnassignAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
- func (o *UnassignAzureCloudIdentityParams) SetInput(input *models.UnassignAzureCloudIdentityRequest)
- func (o *UnassignAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
- func (o *UnassignAzureCloudIdentityParams) WithContext(ctx context.Context) *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) WithDefaults() *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) WithInput(input *models.UnassignAzureCloudIdentityRequest) *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *UnassignAzureCloudIdentityParams
- func (o *UnassignAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignAzureCloudIdentityReader
- type UnassignGroupResourceRoleDefault
- func (o *UnassignGroupResourceRoleDefault) Code() int
- func (o *UnassignGroupResourceRoleDefault) Error() string
- func (o *UnassignGroupResourceRoleDefault) GetPayload() *models.Error
- func (o *UnassignGroupResourceRoleDefault) IsClientError() bool
- func (o *UnassignGroupResourceRoleDefault) IsCode(code int) bool
- func (o *UnassignGroupResourceRoleDefault) IsRedirect() bool
- func (o *UnassignGroupResourceRoleDefault) IsServerError() bool
- func (o *UnassignGroupResourceRoleDefault) IsSuccess() bool
- func (o *UnassignGroupResourceRoleDefault) String() string
- type UnassignGroupResourceRoleOK
- func (o *UnassignGroupResourceRoleOK) Code() int
- func (o *UnassignGroupResourceRoleOK) Error() string
- func (o *UnassignGroupResourceRoleOK) GetPayload() models.UnassignGroupResourceRoleResponse
- func (o *UnassignGroupResourceRoleOK) IsClientError() bool
- func (o *UnassignGroupResourceRoleOK) IsCode(code int) bool
- func (o *UnassignGroupResourceRoleOK) IsRedirect() bool
- func (o *UnassignGroupResourceRoleOK) IsServerError() bool
- func (o *UnassignGroupResourceRoleOK) IsSuccess() bool
- func (o *UnassignGroupResourceRoleOK) String() string
- type UnassignGroupResourceRoleParams
- func NewUnassignGroupResourceRoleParams() *UnassignGroupResourceRoleParams
- func NewUnassignGroupResourceRoleParamsWithContext(ctx context.Context) *UnassignGroupResourceRoleParams
- func NewUnassignGroupResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignGroupResourceRoleParams
- func NewUnassignGroupResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) SetContext(ctx context.Context)
- func (o *UnassignGroupResourceRoleParams) SetDefaults()
- func (o *UnassignGroupResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignGroupResourceRoleParams) SetInput(input *models.UnassignGroupResourceRoleRequest)
- func (o *UnassignGroupResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignGroupResourceRoleParams) WithContext(ctx context.Context) *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) WithDefaults() *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) WithInput(input *models.UnassignGroupResourceRoleRequest) *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignGroupResourceRoleParams
- func (o *UnassignGroupResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignGroupResourceRoleReader
- type UnassignGroupRoleDefault
- func (o *UnassignGroupRoleDefault) Code() int
- func (o *UnassignGroupRoleDefault) Error() string
- func (o *UnassignGroupRoleDefault) GetPayload() *models.Error
- func (o *UnassignGroupRoleDefault) IsClientError() bool
- func (o *UnassignGroupRoleDefault) IsCode(code int) bool
- func (o *UnassignGroupRoleDefault) IsRedirect() bool
- func (o *UnassignGroupRoleDefault) IsServerError() bool
- func (o *UnassignGroupRoleDefault) IsSuccess() bool
- func (o *UnassignGroupRoleDefault) String() string
- type UnassignGroupRoleOK
- func (o *UnassignGroupRoleOK) Code() int
- func (o *UnassignGroupRoleOK) Error() string
- func (o *UnassignGroupRoleOK) GetPayload() models.UnassignGroupRoleResponse
- func (o *UnassignGroupRoleOK) IsClientError() bool
- func (o *UnassignGroupRoleOK) IsCode(code int) bool
- func (o *UnassignGroupRoleOK) IsRedirect() bool
- func (o *UnassignGroupRoleOK) IsServerError() bool
- func (o *UnassignGroupRoleOK) IsSuccess() bool
- func (o *UnassignGroupRoleOK) String() string
- type UnassignGroupRoleParams
- func NewUnassignGroupRoleParams() *UnassignGroupRoleParams
- func NewUnassignGroupRoleParamsWithContext(ctx context.Context) *UnassignGroupRoleParams
- func NewUnassignGroupRoleParamsWithHTTPClient(client *http.Client) *UnassignGroupRoleParams
- func NewUnassignGroupRoleParamsWithTimeout(timeout time.Duration) *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) SetContext(ctx context.Context)
- func (o *UnassignGroupRoleParams) SetDefaults()
- func (o *UnassignGroupRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignGroupRoleParams) SetInput(input *models.UnassignGroupRoleRequest)
- func (o *UnassignGroupRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignGroupRoleParams) WithContext(ctx context.Context) *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) WithDefaults() *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) WithHTTPClient(client *http.Client) *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) WithInput(input *models.UnassignGroupRoleRequest) *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) WithTimeout(timeout time.Duration) *UnassignGroupRoleParams
- func (o *UnassignGroupRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignGroupRoleReader
- type UnassignMachineUserResourceRoleDefault
- func (o *UnassignMachineUserResourceRoleDefault) Code() int
- func (o *UnassignMachineUserResourceRoleDefault) Error() string
- func (o *UnassignMachineUserResourceRoleDefault) GetPayload() *models.Error
- func (o *UnassignMachineUserResourceRoleDefault) IsClientError() bool
- func (o *UnassignMachineUserResourceRoleDefault) IsCode(code int) bool
- func (o *UnassignMachineUserResourceRoleDefault) IsRedirect() bool
- func (o *UnassignMachineUserResourceRoleDefault) IsServerError() bool
- func (o *UnassignMachineUserResourceRoleDefault) IsSuccess() bool
- func (o *UnassignMachineUserResourceRoleDefault) String() string
- type UnassignMachineUserResourceRoleOK
- func (o *UnassignMachineUserResourceRoleOK) Code() int
- func (o *UnassignMachineUserResourceRoleOK) Error() string
- func (o *UnassignMachineUserResourceRoleOK) GetPayload() models.UnassignMachineUserResourceRoleResponse
- func (o *UnassignMachineUserResourceRoleOK) IsClientError() bool
- func (o *UnassignMachineUserResourceRoleOK) IsCode(code int) bool
- func (o *UnassignMachineUserResourceRoleOK) IsRedirect() bool
- func (o *UnassignMachineUserResourceRoleOK) IsServerError() bool
- func (o *UnassignMachineUserResourceRoleOK) IsSuccess() bool
- func (o *UnassignMachineUserResourceRoleOK) String() string
- type UnassignMachineUserResourceRoleParams
- func NewUnassignMachineUserResourceRoleParams() *UnassignMachineUserResourceRoleParams
- func NewUnassignMachineUserResourceRoleParamsWithContext(ctx context.Context) *UnassignMachineUserResourceRoleParams
- func NewUnassignMachineUserResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignMachineUserResourceRoleParams
- func NewUnassignMachineUserResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) SetContext(ctx context.Context)
- func (o *UnassignMachineUserResourceRoleParams) SetDefaults()
- func (o *UnassignMachineUserResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignMachineUserResourceRoleParams) SetInput(input *models.UnassignMachineUserResourceRoleRequest)
- func (o *UnassignMachineUserResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignMachineUserResourceRoleParams) WithContext(ctx context.Context) *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) WithDefaults() *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) WithInput(input *models.UnassignMachineUserResourceRoleRequest) *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignMachineUserResourceRoleParams
- func (o *UnassignMachineUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignMachineUserResourceRoleReader
- type UnassignMachineUserRoleDefault
- func (o *UnassignMachineUserRoleDefault) Code() int
- func (o *UnassignMachineUserRoleDefault) Error() string
- func (o *UnassignMachineUserRoleDefault) GetPayload() *models.Error
- func (o *UnassignMachineUserRoleDefault) IsClientError() bool
- func (o *UnassignMachineUserRoleDefault) IsCode(code int) bool
- func (o *UnassignMachineUserRoleDefault) IsRedirect() bool
- func (o *UnassignMachineUserRoleDefault) IsServerError() bool
- func (o *UnassignMachineUserRoleDefault) IsSuccess() bool
- func (o *UnassignMachineUserRoleDefault) String() string
- type UnassignMachineUserRoleOK
- func (o *UnassignMachineUserRoleOK) Code() int
- func (o *UnassignMachineUserRoleOK) Error() string
- func (o *UnassignMachineUserRoleOK) GetPayload() models.UnassignMachineUserRoleResponse
- func (o *UnassignMachineUserRoleOK) IsClientError() bool
- func (o *UnassignMachineUserRoleOK) IsCode(code int) bool
- func (o *UnassignMachineUserRoleOK) IsRedirect() bool
- func (o *UnassignMachineUserRoleOK) IsServerError() bool
- func (o *UnassignMachineUserRoleOK) IsSuccess() bool
- func (o *UnassignMachineUserRoleOK) String() string
- type UnassignMachineUserRoleParams
- func NewUnassignMachineUserRoleParams() *UnassignMachineUserRoleParams
- func NewUnassignMachineUserRoleParamsWithContext(ctx context.Context) *UnassignMachineUserRoleParams
- func NewUnassignMachineUserRoleParamsWithHTTPClient(client *http.Client) *UnassignMachineUserRoleParams
- func NewUnassignMachineUserRoleParamsWithTimeout(timeout time.Duration) *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) SetContext(ctx context.Context)
- func (o *UnassignMachineUserRoleParams) SetDefaults()
- func (o *UnassignMachineUserRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignMachineUserRoleParams) SetInput(input *models.UnassignMachineUserRoleRequest)
- func (o *UnassignMachineUserRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignMachineUserRoleParams) WithContext(ctx context.Context) *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) WithDefaults() *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) WithHTTPClient(client *http.Client) *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) WithInput(input *models.UnassignMachineUserRoleRequest) *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) WithTimeout(timeout time.Duration) *UnassignMachineUserRoleParams
- func (o *UnassignMachineUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignMachineUserRoleReader
- type UnassignServicePrincipalAzureCloudIdentityDefault
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) Code() int
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) Error() string
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) GetPayload() *models.Error
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsClientError() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsCode(code int) bool
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsRedirect() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsServerError() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsSuccess() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityDefault) String() string
- type UnassignServicePrincipalAzureCloudIdentityOK
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) Code() int
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) Error() string
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) GetPayload() models.UnassignServicePrincipalAzureCloudIdentityResponse
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsClientError() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsCode(code int) bool
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsRedirect() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsServerError() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsSuccess() bool
- func (o *UnassignServicePrincipalAzureCloudIdentityOK) String() string
- type UnassignServicePrincipalAzureCloudIdentityParams
- func NewUnassignServicePrincipalAzureCloudIdentityParams() *UnassignServicePrincipalAzureCloudIdentityParams
- func NewUnassignServicePrincipalAzureCloudIdentityParamsWithContext(ctx context.Context) *UnassignServicePrincipalAzureCloudIdentityParams
- func NewUnassignServicePrincipalAzureCloudIdentityParamsWithHTTPClient(client *http.Client) *UnassignServicePrincipalAzureCloudIdentityParams
- func NewUnassignServicePrincipalAzureCloudIdentityParamsWithTimeout(timeout time.Duration) *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetContext(ctx context.Context)
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetDefaults()
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetInput(input *models.UnassignServicePrincipalAzureCloudIdentityRequest)
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithContext(ctx context.Context) *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithDefaults() *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithInput(input *models.UnassignServicePrincipalAzureCloudIdentityRequest) *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *UnassignServicePrincipalAzureCloudIdentityParams
- func (o *UnassignServicePrincipalAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignServicePrincipalAzureCloudIdentityReader
- type UnassignUserResourceRoleDefault
- func (o *UnassignUserResourceRoleDefault) Code() int
- func (o *UnassignUserResourceRoleDefault) Error() string
- func (o *UnassignUserResourceRoleDefault) GetPayload() *models.Error
- func (o *UnassignUserResourceRoleDefault) IsClientError() bool
- func (o *UnassignUserResourceRoleDefault) IsCode(code int) bool
- func (o *UnassignUserResourceRoleDefault) IsRedirect() bool
- func (o *UnassignUserResourceRoleDefault) IsServerError() bool
- func (o *UnassignUserResourceRoleDefault) IsSuccess() bool
- func (o *UnassignUserResourceRoleDefault) String() string
- type UnassignUserResourceRoleOK
- func (o *UnassignUserResourceRoleOK) Code() int
- func (o *UnassignUserResourceRoleOK) Error() string
- func (o *UnassignUserResourceRoleOK) GetPayload() models.UnassignUserResourceRoleResponse
- func (o *UnassignUserResourceRoleOK) IsClientError() bool
- func (o *UnassignUserResourceRoleOK) IsCode(code int) bool
- func (o *UnassignUserResourceRoleOK) IsRedirect() bool
- func (o *UnassignUserResourceRoleOK) IsServerError() bool
- func (o *UnassignUserResourceRoleOK) IsSuccess() bool
- func (o *UnassignUserResourceRoleOK) String() string
- type UnassignUserResourceRoleParams
- func NewUnassignUserResourceRoleParams() *UnassignUserResourceRoleParams
- func NewUnassignUserResourceRoleParamsWithContext(ctx context.Context) *UnassignUserResourceRoleParams
- func NewUnassignUserResourceRoleParamsWithHTTPClient(client *http.Client) *UnassignUserResourceRoleParams
- func NewUnassignUserResourceRoleParamsWithTimeout(timeout time.Duration) *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) SetContext(ctx context.Context)
- func (o *UnassignUserResourceRoleParams) SetDefaults()
- func (o *UnassignUserResourceRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignUserResourceRoleParams) SetInput(input *models.UnassignUserResourceRoleRequest)
- func (o *UnassignUserResourceRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignUserResourceRoleParams) WithContext(ctx context.Context) *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) WithDefaults() *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) WithInput(input *models.UnassignUserResourceRoleRequest) *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignUserResourceRoleParams
- func (o *UnassignUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignUserResourceRoleReader
- type UnassignUserRoleDefault
- func (o *UnassignUserRoleDefault) Code() int
- func (o *UnassignUserRoleDefault) Error() string
- func (o *UnassignUserRoleDefault) GetPayload() *models.Error
- func (o *UnassignUserRoleDefault) IsClientError() bool
- func (o *UnassignUserRoleDefault) IsCode(code int) bool
- func (o *UnassignUserRoleDefault) IsRedirect() bool
- func (o *UnassignUserRoleDefault) IsServerError() bool
- func (o *UnassignUserRoleDefault) IsSuccess() bool
- func (o *UnassignUserRoleDefault) String() string
- type UnassignUserRoleOK
- func (o *UnassignUserRoleOK) Code() int
- func (o *UnassignUserRoleOK) Error() string
- func (o *UnassignUserRoleOK) GetPayload() models.UnassignUserRoleResponse
- func (o *UnassignUserRoleOK) IsClientError() bool
- func (o *UnassignUserRoleOK) IsCode(code int) bool
- func (o *UnassignUserRoleOK) IsRedirect() bool
- func (o *UnassignUserRoleOK) IsServerError() bool
- func (o *UnassignUserRoleOK) IsSuccess() bool
- func (o *UnassignUserRoleOK) String() string
- type UnassignUserRoleParams
- func NewUnassignUserRoleParams() *UnassignUserRoleParams
- func NewUnassignUserRoleParamsWithContext(ctx context.Context) *UnassignUserRoleParams
- func NewUnassignUserRoleParamsWithHTTPClient(client *http.Client) *UnassignUserRoleParams
- func NewUnassignUserRoleParamsWithTimeout(timeout time.Duration) *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) SetContext(ctx context.Context)
- func (o *UnassignUserRoleParams) SetDefaults()
- func (o *UnassignUserRoleParams) SetHTTPClient(client *http.Client)
- func (o *UnassignUserRoleParams) SetInput(input *models.UnassignUserRoleRequest)
- func (o *UnassignUserRoleParams) SetTimeout(timeout time.Duration)
- func (o *UnassignUserRoleParams) WithContext(ctx context.Context) *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) WithDefaults() *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) WithHTTPClient(client *http.Client) *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) WithInput(input *models.UnassignUserRoleRequest) *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) WithTimeout(timeout time.Duration) *UnassignUserRoleParams
- func (o *UnassignUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnassignUserRoleReader
- type UnlockMachineUserInControlPlaneDefault
- func (o *UnlockMachineUserInControlPlaneDefault) Code() int
- func (o *UnlockMachineUserInControlPlaneDefault) Error() string
- func (o *UnlockMachineUserInControlPlaneDefault) GetPayload() *models.Error
- func (o *UnlockMachineUserInControlPlaneDefault) IsClientError() bool
- func (o *UnlockMachineUserInControlPlaneDefault) IsCode(code int) bool
- func (o *UnlockMachineUserInControlPlaneDefault) IsRedirect() bool
- func (o *UnlockMachineUserInControlPlaneDefault) IsServerError() bool
- func (o *UnlockMachineUserInControlPlaneDefault) IsSuccess() bool
- func (o *UnlockMachineUserInControlPlaneDefault) String() string
- type UnlockMachineUserInControlPlaneOK
- func (o *UnlockMachineUserInControlPlaneOK) Code() int
- func (o *UnlockMachineUserInControlPlaneOK) Error() string
- func (o *UnlockMachineUserInControlPlaneOK) GetPayload() *models.UnlockMachineUserInControlPlaneResponse
- func (o *UnlockMachineUserInControlPlaneOK) IsClientError() bool
- func (o *UnlockMachineUserInControlPlaneOK) IsCode(code int) bool
- func (o *UnlockMachineUserInControlPlaneOK) IsRedirect() bool
- func (o *UnlockMachineUserInControlPlaneOK) IsServerError() bool
- func (o *UnlockMachineUserInControlPlaneOK) IsSuccess() bool
- func (o *UnlockMachineUserInControlPlaneOK) String() string
- type UnlockMachineUserInControlPlaneParams
- func NewUnlockMachineUserInControlPlaneParams() *UnlockMachineUserInControlPlaneParams
- func NewUnlockMachineUserInControlPlaneParamsWithContext(ctx context.Context) *UnlockMachineUserInControlPlaneParams
- func NewUnlockMachineUserInControlPlaneParamsWithHTTPClient(client *http.Client) *UnlockMachineUserInControlPlaneParams
- func NewUnlockMachineUserInControlPlaneParamsWithTimeout(timeout time.Duration) *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) SetContext(ctx context.Context)
- func (o *UnlockMachineUserInControlPlaneParams) SetDefaults()
- func (o *UnlockMachineUserInControlPlaneParams) SetHTTPClient(client *http.Client)
- func (o *UnlockMachineUserInControlPlaneParams) SetInput(input *models.UnlockMachineUserInControlPlaneRequest)
- func (o *UnlockMachineUserInControlPlaneParams) SetTimeout(timeout time.Duration)
- func (o *UnlockMachineUserInControlPlaneParams) WithContext(ctx context.Context) *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) WithDefaults() *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) WithHTTPClient(client *http.Client) *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) WithInput(input *models.UnlockMachineUserInControlPlaneRequest) *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) WithTimeout(timeout time.Duration) *UnlockMachineUserInControlPlaneParams
- func (o *UnlockMachineUserInControlPlaneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnlockMachineUserInControlPlaneReader
- type UnlockUserInControlPlaneDefault
- func (o *UnlockUserInControlPlaneDefault) Code() int
- func (o *UnlockUserInControlPlaneDefault) Error() string
- func (o *UnlockUserInControlPlaneDefault) GetPayload() *models.Error
- func (o *UnlockUserInControlPlaneDefault) IsClientError() bool
- func (o *UnlockUserInControlPlaneDefault) IsCode(code int) bool
- func (o *UnlockUserInControlPlaneDefault) IsRedirect() bool
- func (o *UnlockUserInControlPlaneDefault) IsServerError() bool
- func (o *UnlockUserInControlPlaneDefault) IsSuccess() bool
- func (o *UnlockUserInControlPlaneDefault) String() string
- type UnlockUserInControlPlaneOK
- func (o *UnlockUserInControlPlaneOK) Code() int
- func (o *UnlockUserInControlPlaneOK) Error() string
- func (o *UnlockUserInControlPlaneOK) GetPayload() *models.UnlockUserInControlPlaneResponse
- func (o *UnlockUserInControlPlaneOK) IsClientError() bool
- func (o *UnlockUserInControlPlaneOK) IsCode(code int) bool
- func (o *UnlockUserInControlPlaneOK) IsRedirect() bool
- func (o *UnlockUserInControlPlaneOK) IsServerError() bool
- func (o *UnlockUserInControlPlaneOK) IsSuccess() bool
- func (o *UnlockUserInControlPlaneOK) String() string
- type UnlockUserInControlPlaneParams
- func NewUnlockUserInControlPlaneParams() *UnlockUserInControlPlaneParams
- func NewUnlockUserInControlPlaneParamsWithContext(ctx context.Context) *UnlockUserInControlPlaneParams
- func NewUnlockUserInControlPlaneParamsWithHTTPClient(client *http.Client) *UnlockUserInControlPlaneParams
- func NewUnlockUserInControlPlaneParamsWithTimeout(timeout time.Duration) *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) SetContext(ctx context.Context)
- func (o *UnlockUserInControlPlaneParams) SetDefaults()
- func (o *UnlockUserInControlPlaneParams) SetHTTPClient(client *http.Client)
- func (o *UnlockUserInControlPlaneParams) SetInput(input *models.UnlockUserInControlPlaneRequest)
- func (o *UnlockUserInControlPlaneParams) SetTimeout(timeout time.Duration)
- func (o *UnlockUserInControlPlaneParams) WithContext(ctx context.Context) *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) WithDefaults() *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) WithHTTPClient(client *http.Client) *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) WithInput(input *models.UnlockUserInControlPlaneRequest) *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) WithTimeout(timeout time.Duration) *UnlockUserInControlPlaneParams
- func (o *UnlockUserInControlPlaneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnlockUserInControlPlaneReader
- type UnsetWorkloadPasswordMinLifetimeDefault
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) Code() int
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) Error() string
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) GetPayload() *models.Error
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsClientError() bool
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsCode(code int) bool
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsRedirect() bool
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsServerError() bool
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsSuccess() bool
- func (o *UnsetWorkloadPasswordMinLifetimeDefault) String() string
- type UnsetWorkloadPasswordMinLifetimeOK
- func (o *UnsetWorkloadPasswordMinLifetimeOK) Code() int
- func (o *UnsetWorkloadPasswordMinLifetimeOK) Error() string
- func (o *UnsetWorkloadPasswordMinLifetimeOK) GetPayload() models.UnsetWorkloadPasswordMinLifetimeResponse
- func (o *UnsetWorkloadPasswordMinLifetimeOK) IsClientError() bool
- func (o *UnsetWorkloadPasswordMinLifetimeOK) IsCode(code int) bool
- func (o *UnsetWorkloadPasswordMinLifetimeOK) IsRedirect() bool
- func (o *UnsetWorkloadPasswordMinLifetimeOK) IsServerError() bool
- func (o *UnsetWorkloadPasswordMinLifetimeOK) IsSuccess() bool
- func (o *UnsetWorkloadPasswordMinLifetimeOK) String() string
- type UnsetWorkloadPasswordMinLifetimeParams
- func NewUnsetWorkloadPasswordMinLifetimeParams() *UnsetWorkloadPasswordMinLifetimeParams
- func NewUnsetWorkloadPasswordMinLifetimeParamsWithContext(ctx context.Context) *UnsetWorkloadPasswordMinLifetimeParams
- func NewUnsetWorkloadPasswordMinLifetimeParamsWithHTTPClient(client *http.Client) *UnsetWorkloadPasswordMinLifetimeParams
- func NewUnsetWorkloadPasswordMinLifetimeParamsWithTimeout(timeout time.Duration) *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) SetContext(ctx context.Context)
- func (o *UnsetWorkloadPasswordMinLifetimeParams) SetDefaults()
- func (o *UnsetWorkloadPasswordMinLifetimeParams) SetHTTPClient(client *http.Client)
- func (o *UnsetWorkloadPasswordMinLifetimeParams) SetInput(input *models.UnsetWorkloadPasswordMinLifetimeRequest)
- func (o *UnsetWorkloadPasswordMinLifetimeParams) SetTimeout(timeout time.Duration)
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WithContext(ctx context.Context) *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WithDefaults() *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WithHTTPClient(client *http.Client) *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WithInput(input *models.UnsetWorkloadPasswordMinLifetimeRequest) *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WithTimeout(timeout time.Duration) *UnsetWorkloadPasswordMinLifetimeParams
- func (o *UnsetWorkloadPasswordMinLifetimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnsetWorkloadPasswordMinLifetimeReader
- type UnsetWorkloadPasswordPolicyDefault
- func (o *UnsetWorkloadPasswordPolicyDefault) Code() int
- func (o *UnsetWorkloadPasswordPolicyDefault) Error() string
- func (o *UnsetWorkloadPasswordPolicyDefault) GetPayload() *models.Error
- func (o *UnsetWorkloadPasswordPolicyDefault) IsClientError() bool
- func (o *UnsetWorkloadPasswordPolicyDefault) IsCode(code int) bool
- func (o *UnsetWorkloadPasswordPolicyDefault) IsRedirect() bool
- func (o *UnsetWorkloadPasswordPolicyDefault) IsServerError() bool
- func (o *UnsetWorkloadPasswordPolicyDefault) IsSuccess() bool
- func (o *UnsetWorkloadPasswordPolicyDefault) String() string
- type UnsetWorkloadPasswordPolicyOK
- func (o *UnsetWorkloadPasswordPolicyOK) Code() int
- func (o *UnsetWorkloadPasswordPolicyOK) Error() string
- func (o *UnsetWorkloadPasswordPolicyOK) GetPayload() models.UnsetWorkloadPasswordPolicyResponse
- func (o *UnsetWorkloadPasswordPolicyOK) IsClientError() bool
- func (o *UnsetWorkloadPasswordPolicyOK) IsCode(code int) bool
- func (o *UnsetWorkloadPasswordPolicyOK) IsRedirect() bool
- func (o *UnsetWorkloadPasswordPolicyOK) IsServerError() bool
- func (o *UnsetWorkloadPasswordPolicyOK) IsSuccess() bool
- func (o *UnsetWorkloadPasswordPolicyOK) String() string
- type UnsetWorkloadPasswordPolicyParams
- func NewUnsetWorkloadPasswordPolicyParams() *UnsetWorkloadPasswordPolicyParams
- func NewUnsetWorkloadPasswordPolicyParamsWithContext(ctx context.Context) *UnsetWorkloadPasswordPolicyParams
- func NewUnsetWorkloadPasswordPolicyParamsWithHTTPClient(client *http.Client) *UnsetWorkloadPasswordPolicyParams
- func NewUnsetWorkloadPasswordPolicyParamsWithTimeout(timeout time.Duration) *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) SetContext(ctx context.Context)
- func (o *UnsetWorkloadPasswordPolicyParams) SetDefaults()
- func (o *UnsetWorkloadPasswordPolicyParams) SetHTTPClient(client *http.Client)
- func (o *UnsetWorkloadPasswordPolicyParams) SetInput(input *models.UnsetWorkloadPasswordPolicyRequest)
- func (o *UnsetWorkloadPasswordPolicyParams) SetTimeout(timeout time.Duration)
- func (o *UnsetWorkloadPasswordPolicyParams) WithContext(ctx context.Context) *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) WithDefaults() *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) WithHTTPClient(client *http.Client) *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) WithInput(input *models.UnsetWorkloadPasswordPolicyRequest) *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) WithTimeout(timeout time.Duration) *UnsetWorkloadPasswordPolicyParams
- func (o *UnsetWorkloadPasswordPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnsetWorkloadPasswordPolicyReader
- type UpdateAccessKeyDefault
- func (o *UpdateAccessKeyDefault) Code() int
- func (o *UpdateAccessKeyDefault) Error() string
- func (o *UpdateAccessKeyDefault) GetPayload() *models.Error
- func (o *UpdateAccessKeyDefault) IsClientError() bool
- func (o *UpdateAccessKeyDefault) IsCode(code int) bool
- func (o *UpdateAccessKeyDefault) IsRedirect() bool
- func (o *UpdateAccessKeyDefault) IsServerError() bool
- func (o *UpdateAccessKeyDefault) IsSuccess() bool
- func (o *UpdateAccessKeyDefault) String() string
- type UpdateAccessKeyOK
- func (o *UpdateAccessKeyOK) Code() int
- func (o *UpdateAccessKeyOK) Error() string
- func (o *UpdateAccessKeyOK) GetPayload() *models.UpdateAccessKeyResponse
- func (o *UpdateAccessKeyOK) IsClientError() bool
- func (o *UpdateAccessKeyOK) IsCode(code int) bool
- func (o *UpdateAccessKeyOK) IsRedirect() bool
- func (o *UpdateAccessKeyOK) IsServerError() bool
- func (o *UpdateAccessKeyOK) IsSuccess() bool
- func (o *UpdateAccessKeyOK) String() string
- type UpdateAccessKeyParams
- func NewUpdateAccessKeyParams() *UpdateAccessKeyParams
- func NewUpdateAccessKeyParamsWithContext(ctx context.Context) *UpdateAccessKeyParams
- func NewUpdateAccessKeyParamsWithHTTPClient(client *http.Client) *UpdateAccessKeyParams
- func NewUpdateAccessKeyParamsWithTimeout(timeout time.Duration) *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) SetContext(ctx context.Context)
- func (o *UpdateAccessKeyParams) SetDefaults()
- func (o *UpdateAccessKeyParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAccessKeyParams) SetInput(input *models.UpdateAccessKeyRequest)
- func (o *UpdateAccessKeyParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAccessKeyParams) WithContext(ctx context.Context) *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) WithDefaults() *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) WithHTTPClient(client *http.Client) *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) WithInput(input *models.UpdateAccessKeyRequest) *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) WithTimeout(timeout time.Duration) *UpdateAccessKeyParams
- func (o *UpdateAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAccessKeyReader
- type UpdateGroupDefault
- func (o *UpdateGroupDefault) Code() int
- func (o *UpdateGroupDefault) Error() string
- func (o *UpdateGroupDefault) GetPayload() *models.Error
- func (o *UpdateGroupDefault) IsClientError() bool
- func (o *UpdateGroupDefault) IsCode(code int) bool
- func (o *UpdateGroupDefault) IsRedirect() bool
- func (o *UpdateGroupDefault) IsServerError() bool
- func (o *UpdateGroupDefault) IsSuccess() bool
- func (o *UpdateGroupDefault) String() string
- type UpdateGroupOK
- func (o *UpdateGroupOK) Code() int
- func (o *UpdateGroupOK) Error() string
- func (o *UpdateGroupOK) GetPayload() *models.UpdateGroupResponse
- func (o *UpdateGroupOK) IsClientError() bool
- func (o *UpdateGroupOK) IsCode(code int) bool
- func (o *UpdateGroupOK) IsRedirect() bool
- func (o *UpdateGroupOK) IsServerError() bool
- func (o *UpdateGroupOK) IsSuccess() bool
- func (o *UpdateGroupOK) String() string
- type UpdateGroupParams
- func (o *UpdateGroupParams) SetContext(ctx context.Context)
- func (o *UpdateGroupParams) SetDefaults()
- func (o *UpdateGroupParams) SetHTTPClient(client *http.Client)
- func (o *UpdateGroupParams) SetInput(input *models.UpdateGroupRequest)
- func (o *UpdateGroupParams) SetTimeout(timeout time.Duration)
- func (o *UpdateGroupParams) WithContext(ctx context.Context) *UpdateGroupParams
- func (o *UpdateGroupParams) WithDefaults() *UpdateGroupParams
- func (o *UpdateGroupParams) WithHTTPClient(client *http.Client) *UpdateGroupParams
- func (o *UpdateGroupParams) WithInput(input *models.UpdateGroupRequest) *UpdateGroupParams
- func (o *UpdateGroupParams) WithTimeout(timeout time.Duration) *UpdateGroupParams
- func (o *UpdateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateGroupReader
- type UpdateSamlProviderDefault
- func (o *UpdateSamlProviderDefault) Code() int
- func (o *UpdateSamlProviderDefault) Error() string
- func (o *UpdateSamlProviderDefault) GetPayload() *models.Error
- func (o *UpdateSamlProviderDefault) IsClientError() bool
- func (o *UpdateSamlProviderDefault) IsCode(code int) bool
- func (o *UpdateSamlProviderDefault) IsRedirect() bool
- func (o *UpdateSamlProviderDefault) IsServerError() bool
- func (o *UpdateSamlProviderDefault) IsSuccess() bool
- func (o *UpdateSamlProviderDefault) String() string
- type UpdateSamlProviderOK
- func (o *UpdateSamlProviderOK) Code() int
- func (o *UpdateSamlProviderOK) Error() string
- func (o *UpdateSamlProviderOK) GetPayload() *models.UpdateSamlProviderResponse
- func (o *UpdateSamlProviderOK) IsClientError() bool
- func (o *UpdateSamlProviderOK) IsCode(code int) bool
- func (o *UpdateSamlProviderOK) IsRedirect() bool
- func (o *UpdateSamlProviderOK) IsServerError() bool
- func (o *UpdateSamlProviderOK) IsSuccess() bool
- func (o *UpdateSamlProviderOK) String() string
- type UpdateSamlProviderParams
- func NewUpdateSamlProviderParams() *UpdateSamlProviderParams
- func NewUpdateSamlProviderParamsWithContext(ctx context.Context) *UpdateSamlProviderParams
- func NewUpdateSamlProviderParamsWithHTTPClient(client *http.Client) *UpdateSamlProviderParams
- func NewUpdateSamlProviderParamsWithTimeout(timeout time.Duration) *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) SetContext(ctx context.Context)
- func (o *UpdateSamlProviderParams) SetDefaults()
- func (o *UpdateSamlProviderParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSamlProviderParams) SetInput(input *models.UpdateSamlProviderRequest)
- func (o *UpdateSamlProviderParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSamlProviderParams) WithContext(ctx context.Context) *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) WithDefaults() *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) WithHTTPClient(client *http.Client) *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) WithInput(input *models.UpdateSamlProviderRequest) *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) WithTimeout(timeout time.Duration) *UpdateSamlProviderParams
- func (o *UpdateSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSamlProviderReader
- type UpdateUserDefault
- func (o *UpdateUserDefault) Code() int
- func (o *UpdateUserDefault) Error() string
- func (o *UpdateUserDefault) GetPayload() *models.Error
- func (o *UpdateUserDefault) IsClientError() bool
- func (o *UpdateUserDefault) IsCode(code int) bool
- func (o *UpdateUserDefault) IsRedirect() bool
- func (o *UpdateUserDefault) IsServerError() bool
- func (o *UpdateUserDefault) IsSuccess() bool
- func (o *UpdateUserDefault) String() string
- type UpdateUserOK
- func (o *UpdateUserOK) Code() int
- func (o *UpdateUserOK) Error() string
- func (o *UpdateUserOK) GetPayload() *models.UpdateUserResponse
- func (o *UpdateUserOK) IsClientError() bool
- func (o *UpdateUserOK) IsCode(code int) bool
- func (o *UpdateUserOK) IsRedirect() bool
- func (o *UpdateUserOK) IsServerError() bool
- func (o *UpdateUserOK) IsSuccess() bool
- func (o *UpdateUserOK) String() string
- type UpdateUserParams
- func (o *UpdateUserParams) SetContext(ctx context.Context)
- func (o *UpdateUserParams) SetDefaults()
- func (o *UpdateUserParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserParams) SetInput(input *models.UpdateUserRequest)
- func (o *UpdateUserParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserParams) WithContext(ctx context.Context) *UpdateUserParams
- func (o *UpdateUserParams) WithDefaults() *UpdateUserParams
- func (o *UpdateUserParams) WithHTTPClient(client *http.Client) *UpdateUserParams
- func (o *UpdateUserParams) WithInput(input *models.UpdateUserRequest) *UpdateUserParams
- func (o *UpdateUserParams) WithTimeout(timeout time.Duration) *UpdateUserParams
- func (o *UpdateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserReader
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 ¶
func (o *AddMachineUserToGroupDefault) Code() int
Code gets the status code for the add machine user to group default response
func (*AddMachineUserToGroupDefault) Error ¶
func (o *AddMachineUserToGroupDefault) Error() string
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 ¶
func (o *AddMachineUserToGroupDefault) String() 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 (o *AddMachineUserToGroupOK) GetPayload() models.AddMachineUserToGroupResponse
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 ¶
func (o *AddMachineUserToGroupParams) SetInput(input *models.AddMachineUserToGroupRequest)
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 ¶
func (o *AddMachineUserToGroupParams) WithContext(ctx context.Context) *AddMachineUserToGroupParams
WithContext adds the context to the add machine user to group params
func (*AddMachineUserToGroupParams) WithDefaults ¶
func (o *AddMachineUserToGroupParams) WithDefaults() *AddMachineUserToGroupParams
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 ¶
func (o *AddMachineUserToGroupParams) WithHTTPClient(client *http.Client) *AddMachineUserToGroupParams
WithHTTPClient adds the HTTPClient to the add machine user to group params
func (*AddMachineUserToGroupParams) WithInput ¶
func (o *AddMachineUserToGroupParams) WithInput(input *models.AddMachineUserToGroupRequest) *AddMachineUserToGroupParams
WithInput adds the input to the add machine user to group params
func (*AddMachineUserToGroupParams) WithTimeout ¶
func (o *AddMachineUserToGroupParams) WithTimeout(timeout time.Duration) *AddMachineUserToGroupParams
WithTimeout adds the timeout to the add machine user to group params
func (*AddMachineUserToGroupParams) WriteToRequest ¶
func (o *AddMachineUserToGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *AddSSHPublicKeyOK) GetPayload() *models.AddSSHPublicKeyResponse
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 ¶
func (o *AddSSHPublicKeyParams) SetInput(input *models.AddSSHPublicKeyRequest)
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 ¶
func (o *AddSSHPublicKeyParams) WithContext(ctx context.Context) *AddSSHPublicKeyParams
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 ¶
func (o *AddSSHPublicKeyParams) WithInput(input *models.AddSSHPublicKeyRequest) *AddSSHPublicKeyParams
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 (o *AddUserToGroupOK) GetPayload() models.AddUserToGroupResponse
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 ¶
func (o *AddUserToGroupParams) SetInput(input *models.AddUserToGroupRequest)
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 ¶
func (o *AddUserToGroupParams) WithContext(ctx context.Context) *AddUserToGroupParams
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 ¶
func (o *AddUserToGroupParams) WithInput(input *models.AddUserToGroupRequest) *AddUserToGroupParams
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 ¶
func (o *AssignAzureCloudIdentityDefault) Code() int
Code gets the status code for the assign azure cloud identity default response
func (*AssignAzureCloudIdentityDefault) Error ¶
func (o *AssignAzureCloudIdentityDefault) Error() string
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 ¶
func (o *AssignAzureCloudIdentityDefault) String() 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 (o *AssignAzureCloudIdentityOK) Error() string
func (*AssignAzureCloudIdentityOK) GetPayload ¶
func (o *AssignAzureCloudIdentityOK) GetPayload() models.AssignAzureCloudIdentityResponse
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 ¶
func (o *AssignAzureCloudIdentityParams) SetInput(input *models.AssignAzureCloudIdentityRequest)
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 ¶
func (o *AssignAzureCloudIdentityParams) WithContext(ctx context.Context) *AssignAzureCloudIdentityParams
WithContext adds the context to the assign azure cloud identity params
func (*AssignAzureCloudIdentityParams) WithDefaults ¶
func (o *AssignAzureCloudIdentityParams) WithDefaults() *AssignAzureCloudIdentityParams
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 ¶
func (o *AssignAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *AssignAzureCloudIdentityParams
WithHTTPClient adds the HTTPClient to the assign azure cloud identity params
func (*AssignAzureCloudIdentityParams) WithInput ¶
func (o *AssignAzureCloudIdentityParams) WithInput(input *models.AssignAzureCloudIdentityRequest) *AssignAzureCloudIdentityParams
WithInput adds the input to the assign azure cloud identity params
func (*AssignAzureCloudIdentityParams) WithTimeout ¶
func (o *AssignAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *AssignAzureCloudIdentityParams
WithTimeout adds the timeout to the assign azure cloud identity params
func (*AssignAzureCloudIdentityParams) WriteToRequest ¶
func (o *AssignAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *AssignGroupResourceRoleDefault) Code() int
Code gets the status code for the assign group resource role default response
func (*AssignGroupResourceRoleDefault) Error ¶
func (o *AssignGroupResourceRoleDefault) Error() string
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 ¶
func (o *AssignGroupResourceRoleDefault) String() 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 (o *AssignGroupResourceRoleOK) GetPayload() models.AssignGroupResourceRoleResponse
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 ¶
func (o *AssignGroupResourceRoleParams) SetInput(input *models.AssignGroupResourceRoleRequest)
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 ¶
func (o *AssignGroupResourceRoleParams) WithContext(ctx context.Context) *AssignGroupResourceRoleParams
WithContext adds the context to the assign group resource role params
func (*AssignGroupResourceRoleParams) WithDefaults ¶
func (o *AssignGroupResourceRoleParams) WithDefaults() *AssignGroupResourceRoleParams
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 ¶
func (o *AssignGroupResourceRoleParams) WithHTTPClient(client *http.Client) *AssignGroupResourceRoleParams
WithHTTPClient adds the HTTPClient to the assign group resource role params
func (*AssignGroupResourceRoleParams) WithInput ¶
func (o *AssignGroupResourceRoleParams) WithInput(input *models.AssignGroupResourceRoleRequest) *AssignGroupResourceRoleParams
WithInput adds the input to the assign group resource role params
func (*AssignGroupResourceRoleParams) WithTimeout ¶
func (o *AssignGroupResourceRoleParams) WithTimeout(timeout time.Duration) *AssignGroupResourceRoleParams
WithTimeout adds the timeout to the assign group resource role params
func (*AssignGroupResourceRoleParams) WriteToRequest ¶
func (o *AssignGroupResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *AssignGroupRoleOK) GetPayload() models.AssignGroupRoleResponse
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 ¶
func (o *AssignGroupRoleParams) SetInput(input *models.AssignGroupRoleRequest)
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 ¶
func (o *AssignGroupRoleParams) WithContext(ctx context.Context) *AssignGroupRoleParams
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 ¶
func (o *AssignGroupRoleParams) WithInput(input *models.AssignGroupRoleRequest) *AssignGroupRoleParams
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 ¶
func (o *AssignMachineUserResourceRoleDefault) Code() int
Code gets the status code for the assign machine user resource role default response
func (*AssignMachineUserResourceRoleDefault) Error ¶
func (o *AssignMachineUserResourceRoleDefault) Error() string
func (*AssignMachineUserResourceRoleDefault) GetPayload ¶
func (o *AssignMachineUserResourceRoleDefault) GetPayload() *models.Error
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 ¶
func (o *AssignMachineUserResourceRoleDefault) IsCode(code int) bool
IsCode returns true when this assign machine user resource role default response a status code equal to that given
func (*AssignMachineUserResourceRoleDefault) IsRedirect ¶
func (o *AssignMachineUserResourceRoleDefault) IsRedirect() bool
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 ¶
func (o *AssignMachineUserResourceRoleDefault) IsSuccess() bool
IsSuccess returns true when this assign machine user resource role default response has a 2xx status code
func (*AssignMachineUserResourceRoleDefault) String ¶
func (o *AssignMachineUserResourceRoleDefault) String() 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 ¶
func (o *AssignMachineUserResourceRoleOK) Code() int
Code gets the status code for the assign machine user resource role o k response
func (*AssignMachineUserResourceRoleOK) Error ¶
func (o *AssignMachineUserResourceRoleOK) Error() string
func (*AssignMachineUserResourceRoleOK) GetPayload ¶
func (o *AssignMachineUserResourceRoleOK) GetPayload() models.AssignMachineUserResourceRoleResponse
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 ¶
func (o *AssignMachineUserResourceRoleOK) String() 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 ¶
func (o *AssignMachineUserResourceRoleParams) SetContext(ctx context.Context)
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 ¶
func (o *AssignMachineUserResourceRoleParams) SetInput(input *models.AssignMachineUserResourceRoleRequest)
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 ¶
func (o *AssignMachineUserResourceRoleParams) WithContext(ctx context.Context) *AssignMachineUserResourceRoleParams
WithContext adds the context to the assign machine user resource role params
func (*AssignMachineUserResourceRoleParams) WithDefaults ¶
func (o *AssignMachineUserResourceRoleParams) WithDefaults() *AssignMachineUserResourceRoleParams
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 ¶
func (o *AssignMachineUserResourceRoleParams) WithHTTPClient(client *http.Client) *AssignMachineUserResourceRoleParams
WithHTTPClient adds the HTTPClient to the assign machine user resource role params
func (*AssignMachineUserResourceRoleParams) WithInput ¶
func (o *AssignMachineUserResourceRoleParams) WithInput(input *models.AssignMachineUserResourceRoleRequest) *AssignMachineUserResourceRoleParams
WithInput adds the input to the assign machine user resource role params
func (*AssignMachineUserResourceRoleParams) WithTimeout ¶
func (o *AssignMachineUserResourceRoleParams) WithTimeout(timeout time.Duration) *AssignMachineUserResourceRoleParams
WithTimeout adds the timeout to the assign machine user resource role params
func (*AssignMachineUserResourceRoleParams) WriteToRequest ¶
func (o *AssignMachineUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *AssignMachineUserRoleDefault) Code() int
Code gets the status code for the assign machine user role default response
func (*AssignMachineUserRoleDefault) Error ¶
func (o *AssignMachineUserRoleDefault) Error() string
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 ¶
func (o *AssignMachineUserRoleDefault) String() 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 (o *AssignMachineUserRoleOK) GetPayload() models.AssignMachineUserRoleResponse
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 ¶
func (o *AssignMachineUserRoleParams) SetInput(input *models.AssignMachineUserRoleRequest)
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 ¶
func (o *AssignMachineUserRoleParams) WithContext(ctx context.Context) *AssignMachineUserRoleParams
WithContext adds the context to the assign machine user role params
func (*AssignMachineUserRoleParams) WithDefaults ¶
func (o *AssignMachineUserRoleParams) WithDefaults() *AssignMachineUserRoleParams
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 ¶
func (o *AssignMachineUserRoleParams) WithHTTPClient(client *http.Client) *AssignMachineUserRoleParams
WithHTTPClient adds the HTTPClient to the assign machine user role params
func (*AssignMachineUserRoleParams) WithInput ¶
func (o *AssignMachineUserRoleParams) WithInput(input *models.AssignMachineUserRoleRequest) *AssignMachineUserRoleParams
WithInput adds the input to the assign machine user role params
func (*AssignMachineUserRoleParams) WithTimeout ¶
func (o *AssignMachineUserRoleParams) WithTimeout(timeout time.Duration) *AssignMachineUserRoleParams
WithTimeout adds the timeout to the assign machine user role params
func (*AssignMachineUserRoleParams) WriteToRequest ¶
func (o *AssignMachineUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) Code() int
Code gets the status code for the assign service principal azure cloud identity default response
func (*AssignServicePrincipalAzureCloudIdentityDefault) Error ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) Error() string
func (*AssignServicePrincipalAzureCloudIdentityDefault) GetPayload ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) GetPayload() *models.Error
func (*AssignServicePrincipalAzureCloudIdentityDefault) IsClientError ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsClientError() bool
IsClientError returns true when this assign service principal azure cloud identity default response has a 4xx status code
func (*AssignServicePrincipalAzureCloudIdentityDefault) IsCode ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsCode(code int) bool
IsCode returns true when this assign service principal azure cloud identity default response a status code equal to that given
func (*AssignServicePrincipalAzureCloudIdentityDefault) IsRedirect ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsRedirect() bool
IsRedirect returns true when this assign service principal azure cloud identity default response has a 3xx status code
func (*AssignServicePrincipalAzureCloudIdentityDefault) IsServerError ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsServerError() bool
IsServerError returns true when this assign service principal azure cloud identity default response has a 5xx status code
func (*AssignServicePrincipalAzureCloudIdentityDefault) IsSuccess ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) IsSuccess() bool
IsSuccess returns true when this assign service principal azure cloud identity default response has a 2xx status code
func (*AssignServicePrincipalAzureCloudIdentityDefault) String ¶
func (o *AssignServicePrincipalAzureCloudIdentityDefault) String() 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 ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) Code() int
Code gets the status code for the assign service principal azure cloud identity o k response
func (*AssignServicePrincipalAzureCloudIdentityOK) Error ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) Error() string
func (*AssignServicePrincipalAzureCloudIdentityOK) GetPayload ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) GetPayload() models.AssignServicePrincipalAzureCloudIdentityResponse
func (*AssignServicePrincipalAzureCloudIdentityOK) IsClientError ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) IsClientError() bool
IsClientError returns true when this assign service principal azure cloud identity o k response has a 4xx status code
func (*AssignServicePrincipalAzureCloudIdentityOK) IsCode ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) IsCode(code int) bool
IsCode returns true when this assign service principal azure cloud identity o k response a status code equal to that given
func (*AssignServicePrincipalAzureCloudIdentityOK) IsRedirect ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) IsRedirect() bool
IsRedirect returns true when this assign service principal azure cloud identity o k response has a 3xx status code
func (*AssignServicePrincipalAzureCloudIdentityOK) IsServerError ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) IsServerError() bool
IsServerError returns true when this assign service principal azure cloud identity o k response has a 5xx status code
func (*AssignServicePrincipalAzureCloudIdentityOK) IsSuccess ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) IsSuccess() bool
IsSuccess returns true when this assign service principal azure cloud identity o k response has a 2xx status code
func (*AssignServicePrincipalAzureCloudIdentityOK) String ¶
func (o *AssignServicePrincipalAzureCloudIdentityOK) String() 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 ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) SetContext(ctx context.Context)
SetContext adds the context to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) SetDefaults ¶
func (o *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 ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) SetInput ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) SetInput(input *models.AssignServicePrincipalAzureCloudIdentityRequest)
SetInput adds the input to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) SetTimeout ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) WithContext ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WithContext(ctx context.Context) *AssignServicePrincipalAzureCloudIdentityParams
WithContext adds the context to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) WithDefaults ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WithDefaults() *AssignServicePrincipalAzureCloudIdentityParams
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 ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *AssignServicePrincipalAzureCloudIdentityParams
WithHTTPClient adds the HTTPClient to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) WithInput ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WithInput(input *models.AssignServicePrincipalAzureCloudIdentityRequest) *AssignServicePrincipalAzureCloudIdentityParams
WithInput adds the input to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) WithTimeout ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *AssignServicePrincipalAzureCloudIdentityParams
WithTimeout adds the timeout to the assign service principal azure cloud identity params
func (*AssignServicePrincipalAzureCloudIdentityParams) WriteToRequest ¶
func (o *AssignServicePrincipalAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *AssignUserResourceRoleDefault) Code() int
Code gets the status code for the assign user resource role default response
func (*AssignUserResourceRoleDefault) Error ¶
func (o *AssignUserResourceRoleDefault) Error() string
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 ¶
func (o *AssignUserResourceRoleDefault) String() 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 (o *AssignUserResourceRoleOK) GetPayload() models.AssignUserResourceRoleResponse
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 ¶
func (o *AssignUserResourceRoleParams) SetInput(input *models.AssignUserResourceRoleRequest)
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 ¶
func (o *AssignUserResourceRoleParams) WithContext(ctx context.Context) *AssignUserResourceRoleParams
WithContext adds the context to the assign user resource role params
func (*AssignUserResourceRoleParams) WithDefaults ¶
func (o *AssignUserResourceRoleParams) WithDefaults() *AssignUserResourceRoleParams
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 ¶
func (o *AssignUserResourceRoleParams) WithHTTPClient(client *http.Client) *AssignUserResourceRoleParams
WithHTTPClient adds the HTTPClient to the assign user resource role params
func (*AssignUserResourceRoleParams) WithInput ¶
func (o *AssignUserResourceRoleParams) WithInput(input *models.AssignUserResourceRoleRequest) *AssignUserResourceRoleParams
WithInput adds the input to the assign user resource role params
func (*AssignUserResourceRoleParams) WithTimeout ¶
func (o *AssignUserResourceRoleParams) WithTimeout(timeout time.Duration) *AssignUserResourceRoleParams
WithTimeout adds the timeout to the assign user resource role params
func (*AssignUserResourceRoleParams) WriteToRequest ¶
func (o *AssignUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *AssignUserRoleOK) GetPayload() models.AssignUserRoleResponse
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 ¶
func (o *AssignUserRoleParams) SetInput(input *models.AssignUserRoleRequest)
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 ¶
func (o *AssignUserRoleParams) WithContext(ctx context.Context) *AssignUserRoleParams
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 ¶
func (o *AssignUserRoleParams) WithInput(input *models.AssignUserRoleRequest) *AssignUserRoleParams
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) 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. Check each request parameter for its default values. Changes to the authentication policy only affect authentications that are done after the policy has been updated.
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.
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.
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) 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) 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 ¶
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 ¶
func (o *CreateGroupParams) WithInput(input *models.CreateGroupRequest) *CreateGroupParams
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 ¶
func (o *CreateMachineUserAccessKeyDefault) Code() int
Code gets the status code for the create machine user access key default response
func (*CreateMachineUserAccessKeyDefault) Error ¶
func (o *CreateMachineUserAccessKeyDefault) Error() string
func (*CreateMachineUserAccessKeyDefault) GetPayload ¶
func (o *CreateMachineUserAccessKeyDefault) GetPayload() *models.Error
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 ¶
func (o *CreateMachineUserAccessKeyDefault) String() 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 ¶
func (o *CreateMachineUserAccessKeyOK) Code() int
Code gets the status code for the create machine user access key o k response
func (*CreateMachineUserAccessKeyOK) Error ¶
func (o *CreateMachineUserAccessKeyOK) Error() string
func (*CreateMachineUserAccessKeyOK) GetPayload ¶
func (o *CreateMachineUserAccessKeyOK) GetPayload() *models.CreateMachineUserAccessKeyResponse
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 ¶
func (o *CreateMachineUserAccessKeyOK) String() 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 ¶
func (o *CreateMachineUserAccessKeyParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateMachineUserAccessKeyParams) SetInput(input *models.CreateMachineUserAccessKeyRequest)
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 ¶
func (o *CreateMachineUserAccessKeyParams) WithContext(ctx context.Context) *CreateMachineUserAccessKeyParams
WithContext adds the context to the create machine user access key params
func (*CreateMachineUserAccessKeyParams) WithDefaults ¶
func (o *CreateMachineUserAccessKeyParams) WithDefaults() *CreateMachineUserAccessKeyParams
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 ¶
func (o *CreateMachineUserAccessKeyParams) WithHTTPClient(client *http.Client) *CreateMachineUserAccessKeyParams
WithHTTPClient adds the HTTPClient to the create machine user access key params
func (*CreateMachineUserAccessKeyParams) WithInput ¶
func (o *CreateMachineUserAccessKeyParams) WithInput(input *models.CreateMachineUserAccessKeyRequest) *CreateMachineUserAccessKeyParams
WithInput adds the input to the create machine user access key params
func (*CreateMachineUserAccessKeyParams) WithTimeout ¶
func (o *CreateMachineUserAccessKeyParams) WithTimeout(timeout time.Duration) *CreateMachineUserAccessKeyParams
WithTimeout adds the timeout to the create machine user access key params
func (*CreateMachineUserAccessKeyParams) WriteToRequest ¶
func (o *CreateMachineUserAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateMachineUserOK) GetPayload() *models.CreateMachineUserResponse
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 ¶
func (o *CreateMachineUserParams) SetInput(input *models.CreateMachineUserRequest)
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 ¶
func (o *CreateMachineUserParams) WithContext(ctx context.Context) *CreateMachineUserParams
WithContext adds the context to the create machine user params
func (*CreateMachineUserParams) WithDefaults ¶
func (o *CreateMachineUserParams) WithDefaults() *CreateMachineUserParams
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 ¶
func (o *CreateMachineUserParams) WithInput(input *models.CreateMachineUserRequest) *CreateMachineUserParams
WithInput adds the input to the create machine user params
func (*CreateMachineUserParams) WithTimeout ¶
func (o *CreateMachineUserParams) WithTimeout(timeout time.Duration) *CreateMachineUserParams
WithTimeout adds the timeout to the create machine user params
func (*CreateMachineUserParams) WriteToRequest ¶
func (o *CreateMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateSamlProviderOK) GetPayload() *models.CreateSamlProviderResponse
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 ¶
func (o *CreateSamlProviderParams) SetInput(input *models.CreateSamlProviderRequest)
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 ¶
func (o *CreateSamlProviderParams) WithContext(ctx context.Context) *CreateSamlProviderParams
WithContext adds the context to the create saml provider params
func (*CreateSamlProviderParams) WithDefaults ¶
func (o *CreateSamlProviderParams) WithDefaults() *CreateSamlProviderParams
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 ¶
func (o *CreateSamlProviderParams) WithInput(input *models.CreateSamlProviderRequest) *CreateSamlProviderParams
WithInput adds the input to the create saml provider params
func (*CreateSamlProviderParams) WithTimeout ¶
func (o *CreateSamlProviderParams) WithTimeout(timeout time.Duration) *CreateSamlProviderParams
WithTimeout adds the timeout to the create saml provider params
func (*CreateSamlProviderParams) WriteToRequest ¶
func (o *CreateSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateScimAccessTokenDefault) Code() int
Code gets the status code for the create scim access token default response
func (*CreateScimAccessTokenDefault) Error ¶
func (o *CreateScimAccessTokenDefault) Error() string
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 ¶
func (o *CreateScimAccessTokenDefault) String() 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 (o *CreateScimAccessTokenOK) GetPayload() *models.CreateScimAccessTokenResponse
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 ¶
func (o *CreateScimAccessTokenParams) SetInput(input *models.CreateScimAccessTokenRequest)
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 ¶
func (o *CreateScimAccessTokenParams) WithContext(ctx context.Context) *CreateScimAccessTokenParams
WithContext adds the context to the create scim access token params
func (*CreateScimAccessTokenParams) WithDefaults ¶
func (o *CreateScimAccessTokenParams) WithDefaults() *CreateScimAccessTokenParams
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 ¶
func (o *CreateScimAccessTokenParams) WithHTTPClient(client *http.Client) *CreateScimAccessTokenParams
WithHTTPClient adds the HTTPClient to the create scim access token params
func (*CreateScimAccessTokenParams) WithInput ¶
func (o *CreateScimAccessTokenParams) WithInput(input *models.CreateScimAccessTokenRequest) *CreateScimAccessTokenParams
WithInput adds the input to the create scim access token params
func (*CreateScimAccessTokenParams) WithTimeout ¶
func (o *CreateScimAccessTokenParams) WithTimeout(timeout time.Duration) *CreateScimAccessTokenParams
WithTimeout adds the timeout to the create scim access token params
func (*CreateScimAccessTokenParams) WriteToRequest ¶
func (o *CreateScimAccessTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateUserAccessKeyDefault) Error() string
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 (o *CreateUserAccessKeyOK) GetPayload() *models.CreateUserAccessKeyResponse
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 ¶
func (o *CreateUserAccessKeyParams) SetInput(input *models.CreateUserAccessKeyRequest)
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 ¶
func (o *CreateUserAccessKeyParams) WithContext(ctx context.Context) *CreateUserAccessKeyParams
WithContext adds the context to the create user access key params
func (*CreateUserAccessKeyParams) WithDefaults ¶
func (o *CreateUserAccessKeyParams) WithDefaults() *CreateUserAccessKeyParams
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 ¶
func (o *CreateUserAccessKeyParams) WithInput(input *models.CreateUserAccessKeyRequest) *CreateUserAccessKeyParams
WithInput adds the input to the create user access key params
func (*CreateUserAccessKeyParams) WithTimeout ¶
func (o *CreateUserAccessKeyParams) WithTimeout(timeout time.Duration) *CreateUserAccessKeyParams
WithTimeout adds the timeout to the create user access key params
func (*CreateUserAccessKeyParams) WriteToRequest ¶
func (o *CreateUserAccessKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *CreateUserParams) WithInput(input *models.CreateUserRequest) *CreateUserParams
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 (o *DeleteAccessKeyOK) GetPayload() models.DeleteAccessKeyResponse
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 ¶
func (o *DeleteAccessKeyParams) SetInput(input *models.DeleteAccessKeyRequest)
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 ¶
func (o *DeleteAccessKeyParams) WithContext(ctx context.Context) *DeleteAccessKeyParams
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 ¶
func (o *DeleteAccessKeyParams) WithInput(input *models.DeleteAccessKeyRequest) *DeleteAccessKeyParams
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 ¶
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 ¶
func (o *DeleteGroupParams) WithInput(input *models.DeleteGroupRequest) *DeleteGroupParams
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 (o *DeleteMachineUserOK) GetPayload() *models.DeleteMachineUserResponse
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 ¶
func (o *DeleteMachineUserParams) SetInput(input *models.DeleteMachineUserRequest)
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 ¶
func (o *DeleteMachineUserParams) WithContext(ctx context.Context) *DeleteMachineUserParams
WithContext adds the context to the delete machine user params
func (*DeleteMachineUserParams) WithDefaults ¶
func (o *DeleteMachineUserParams) WithDefaults() *DeleteMachineUserParams
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 ¶
func (o *DeleteMachineUserParams) WithInput(input *models.DeleteMachineUserRequest) *DeleteMachineUserParams
WithInput adds the input to the delete machine user params
func (*DeleteMachineUserParams) WithTimeout ¶
func (o *DeleteMachineUserParams) WithTimeout(timeout time.Duration) *DeleteMachineUserParams
WithTimeout adds the timeout to the delete machine user params
func (*DeleteMachineUserParams) WriteToRequest ¶
func (o *DeleteMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DeleteSSHPublicKeyOK) GetPayload() models.DeleteSSHPublicKeyResponse
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 ¶
func (o *DeleteSSHPublicKeyParams) SetInput(input *models.DeleteSSHPublicKeyRequest)
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 ¶
func (o *DeleteSSHPublicKeyParams) WithContext(ctx context.Context) *DeleteSSHPublicKeyParams
WithContext adds the context to the delete Ssh public key params
func (*DeleteSSHPublicKeyParams) WithDefaults ¶
func (o *DeleteSSHPublicKeyParams) WithDefaults() *DeleteSSHPublicKeyParams
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 ¶
func (o *DeleteSSHPublicKeyParams) WithInput(input *models.DeleteSSHPublicKeyRequest) *DeleteSSHPublicKeyParams
WithInput adds the input to the delete Ssh public key params
func (*DeleteSSHPublicKeyParams) WithTimeout ¶
func (o *DeleteSSHPublicKeyParams) WithTimeout(timeout time.Duration) *DeleteSSHPublicKeyParams
WithTimeout adds the timeout to the delete Ssh public key params
func (*DeleteSSHPublicKeyParams) WriteToRequest ¶
func (o *DeleteSSHPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DeleteSamlProviderOK) GetPayload() models.DeleteSamlProviderResponse
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 ¶
func (o *DeleteSamlProviderParams) SetInput(input *models.DeleteSamlProviderRequest)
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 ¶
func (o *DeleteSamlProviderParams) WithContext(ctx context.Context) *DeleteSamlProviderParams
WithContext adds the context to the delete saml provider params
func (*DeleteSamlProviderParams) WithDefaults ¶
func (o *DeleteSamlProviderParams) WithDefaults() *DeleteSamlProviderParams
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 ¶
func (o *DeleteSamlProviderParams) WithInput(input *models.DeleteSamlProviderRequest) *DeleteSamlProviderParams
WithInput adds the input to the delete saml provider params
func (*DeleteSamlProviderParams) WithTimeout ¶
func (o *DeleteSamlProviderParams) WithTimeout(timeout time.Duration) *DeleteSamlProviderParams
WithTimeout adds the timeout to the delete saml provider params
func (*DeleteSamlProviderParams) WriteToRequest ¶
func (o *DeleteSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteScimAccessTokenDefault) Code() int
Code gets the status code for the delete scim access token default response
func (*DeleteScimAccessTokenDefault) Error ¶
func (o *DeleteScimAccessTokenDefault) Error() string
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 ¶
func (o *DeleteScimAccessTokenDefault) String() 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 (o *DeleteScimAccessTokenOK) GetPayload() models.DeleteScimAccessTokenResponse
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 ¶
func (o *DeleteScimAccessTokenParams) SetInput(input *models.DeleteScimAccessTokenRequest)
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 ¶
func (o *DeleteScimAccessTokenParams) WithContext(ctx context.Context) *DeleteScimAccessTokenParams
WithContext adds the context to the delete scim access token params
func (*DeleteScimAccessTokenParams) WithDefaults ¶
func (o *DeleteScimAccessTokenParams) WithDefaults() *DeleteScimAccessTokenParams
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 ¶
func (o *DeleteScimAccessTokenParams) WithHTTPClient(client *http.Client) *DeleteScimAccessTokenParams
WithHTTPClient adds the HTTPClient to the delete scim access token params
func (*DeleteScimAccessTokenParams) WithInput ¶
func (o *DeleteScimAccessTokenParams) WithInput(input *models.DeleteScimAccessTokenRequest) *DeleteScimAccessTokenParams
WithInput adds the input to the delete scim access token params
func (*DeleteScimAccessTokenParams) WithTimeout ¶
func (o *DeleteScimAccessTokenParams) WithTimeout(timeout time.Duration) *DeleteScimAccessTokenParams
WithTimeout adds the timeout to the delete scim access token params
func (*DeleteScimAccessTokenParams) WriteToRequest ¶
func (o *DeleteScimAccessTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteUserParams) WithInput(input *models.DeleteUserRequest) *DeleteUserParams
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 (o *DescribeSSHPublicKeyDefault) Error() string
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 (o *DescribeSSHPublicKeyOK) GetPayload() *models.DescribeSSHPublicKeyResponse
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 ¶
func (o *DescribeSSHPublicKeyParams) SetInput(input *models.DescribeSSHPublicKeyRequest)
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 ¶
func (o *DescribeSSHPublicKeyParams) WithContext(ctx context.Context) *DescribeSSHPublicKeyParams
WithContext adds the context to the describe Ssh public key params
func (*DescribeSSHPublicKeyParams) WithDefaults ¶
func (o *DescribeSSHPublicKeyParams) WithDefaults() *DescribeSSHPublicKeyParams
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 ¶
func (o *DescribeSSHPublicKeyParams) WithHTTPClient(client *http.Client) *DescribeSSHPublicKeyParams
WithHTTPClient adds the HTTPClient to the describe Ssh public key params
func (*DescribeSSHPublicKeyParams) WithInput ¶
func (o *DescribeSSHPublicKeyParams) WithInput(input *models.DescribeSSHPublicKeyRequest) *DescribeSSHPublicKeyParams
WithInput adds the input to the describe Ssh public key params
func (*DescribeSSHPublicKeyParams) WithTimeout ¶
func (o *DescribeSSHPublicKeyParams) WithTimeout(timeout time.Duration) *DescribeSSHPublicKeyParams
WithTimeout adds the timeout to the describe Ssh public key params
func (*DescribeSSHPublicKeyParams) WriteToRequest ¶
func (o *DescribeSSHPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeSamlProviderDefault) Error() string
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 (o *DescribeSamlProviderOK) GetPayload() *models.DescribeSamlProviderResponse
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 ¶
func (o *DescribeSamlProviderParams) SetInput(input *models.DescribeSamlProviderRequest)
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 ¶
func (o *DescribeSamlProviderParams) WithContext(ctx context.Context) *DescribeSamlProviderParams
WithContext adds the context to the describe saml provider params
func (*DescribeSamlProviderParams) WithDefaults ¶
func (o *DescribeSamlProviderParams) WithDefaults() *DescribeSamlProviderParams
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 ¶
func (o *DescribeSamlProviderParams) WithHTTPClient(client *http.Client) *DescribeSamlProviderParams
WithHTTPClient adds the HTTPClient to the describe saml provider params
func (*DescribeSamlProviderParams) WithInput ¶
func (o *DescribeSamlProviderParams) WithInput(input *models.DescribeSamlProviderRequest) *DescribeSamlProviderParams
WithInput adds the input to the describe saml provider params
func (*DescribeSamlProviderParams) WithTimeout ¶
func (o *DescribeSamlProviderParams) WithTimeout(timeout time.Duration) *DescribeSamlProviderParams
WithTimeout adds the timeout to the describe saml provider params
func (*DescribeSamlProviderParams) WriteToRequest ¶
func (o *DescribeSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DisableClouderaSSOLoginDefault) Code() int
Code gets the status code for the disable cloudera s s o login default response
func (*DisableClouderaSSOLoginDefault) Error ¶
func (o *DisableClouderaSSOLoginDefault) Error() string
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 ¶
func (o *DisableClouderaSSOLoginDefault) String() 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 (o *DisableClouderaSSOLoginOK) GetPayload() models.DisableClouderaSSOLoginResponse
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 ¶
func (o *DisableClouderaSSOLoginParams) SetInput(input models.DisableClouderaSSOLoginRequest)
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 ¶
func (o *DisableClouderaSSOLoginParams) WithContext(ctx context.Context) *DisableClouderaSSOLoginParams
WithContext adds the context to the disable cloudera s s o login params
func (*DisableClouderaSSOLoginParams) WithDefaults ¶
func (o *DisableClouderaSSOLoginParams) WithDefaults() *DisableClouderaSSOLoginParams
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 ¶
func (o *DisableClouderaSSOLoginParams) WithHTTPClient(client *http.Client) *DisableClouderaSSOLoginParams
WithHTTPClient adds the HTTPClient to the disable cloudera s s o login params
func (*DisableClouderaSSOLoginParams) WithInput ¶
func (o *DisableClouderaSSOLoginParams) WithInput(input models.DisableClouderaSSOLoginRequest) *DisableClouderaSSOLoginParams
WithInput adds the input to the disable cloudera s s o login params
func (*DisableClouderaSSOLoginParams) WithTimeout ¶
func (o *DisableClouderaSSOLoginParams) WithTimeout(timeout time.Duration) *DisableClouderaSSOLoginParams
WithTimeout adds the timeout to the disable cloudera s s o login params
func (*DisableClouderaSSOLoginParams) WriteToRequest ¶
func (o *DisableClouderaSSOLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *EnableClouderaSSOLoginDefault) Code() int
Code gets the status code for the enable cloudera s s o login default response
func (*EnableClouderaSSOLoginDefault) Error ¶
func (o *EnableClouderaSSOLoginDefault) Error() string
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 ¶
func (o *EnableClouderaSSOLoginDefault) String() 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 (o *EnableClouderaSSOLoginOK) GetPayload() models.EnableClouderaSSOLoginResponse
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 ¶
func (o *EnableClouderaSSOLoginParams) SetInput(input models.EnableClouderaSSOLoginRequest)
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 ¶
func (o *EnableClouderaSSOLoginParams) WithContext(ctx context.Context) *EnableClouderaSSOLoginParams
WithContext adds the context to the enable cloudera s s o login params
func (*EnableClouderaSSOLoginParams) WithDefaults ¶
func (o *EnableClouderaSSOLoginParams) WithDefaults() *EnableClouderaSSOLoginParams
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 ¶
func (o *EnableClouderaSSOLoginParams) WithHTTPClient(client *http.Client) *EnableClouderaSSOLoginParams
WithHTTPClient adds the HTTPClient to the enable cloudera s s o login params
func (*EnableClouderaSSOLoginParams) WithInput ¶
func (o *EnableClouderaSSOLoginParams) WithInput(input models.EnableClouderaSSOLoginRequest) *EnableClouderaSSOLoginParams
WithInput adds the input to the enable cloudera s s o login params
func (*EnableClouderaSSOLoginParams) WithTimeout ¶
func (o *EnableClouderaSSOLoginParams) WithTimeout(timeout time.Duration) *EnableClouderaSSOLoginParams
WithTimeout adds the timeout to the enable cloudera s s o login params
func (*EnableClouderaSSOLoginParams) WriteToRequest ¶
func (o *EnableClouderaSSOLoginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GenerateWorkloadAuthTokenDefault) Code() int
Code gets the status code for the generate workload auth token default response
func (*GenerateWorkloadAuthTokenDefault) Error ¶
func (o *GenerateWorkloadAuthTokenDefault) Error() string
func (*GenerateWorkloadAuthTokenDefault) GetPayload ¶
func (o *GenerateWorkloadAuthTokenDefault) GetPayload() *models.Error
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 ¶
func (o *GenerateWorkloadAuthTokenDefault) String() 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 (o *GenerateWorkloadAuthTokenOK) Error() string
func (*GenerateWorkloadAuthTokenOK) GetPayload ¶
func (o *GenerateWorkloadAuthTokenOK) GetPayload() *models.GenerateWorkloadAuthTokenResponse
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 ¶
func (o *GenerateWorkloadAuthTokenParams) SetInput(input *models.GenerateWorkloadAuthTokenRequest)
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 ¶
func (o *GenerateWorkloadAuthTokenParams) WithContext(ctx context.Context) *GenerateWorkloadAuthTokenParams
WithContext adds the context to the generate workload auth token params
func (*GenerateWorkloadAuthTokenParams) WithDefaults ¶
func (o *GenerateWorkloadAuthTokenParams) WithDefaults() *GenerateWorkloadAuthTokenParams
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 ¶
func (o *GenerateWorkloadAuthTokenParams) WithHTTPClient(client *http.Client) *GenerateWorkloadAuthTokenParams
WithHTTPClient adds the HTTPClient to the generate workload auth token params
func (*GenerateWorkloadAuthTokenParams) WithInput ¶
func (o *GenerateWorkloadAuthTokenParams) WithInput(input *models.GenerateWorkloadAuthTokenRequest) *GenerateWorkloadAuthTokenParams
WithInput adds the input to the generate workload auth token params
func (*GenerateWorkloadAuthTokenParams) WithTimeout ¶
func (o *GenerateWorkloadAuthTokenParams) WithTimeout(timeout time.Duration) *GenerateWorkloadAuthTokenParams
WithTimeout adds the timeout to the generate workload auth token params
func (*GenerateWorkloadAuthTokenParams) WriteToRequest ¶
func (o *GenerateWorkloadAuthTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetAccessKeyParams) WithContext(ctx context.Context) *GetAccessKeyParams
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 ¶
func (o *GetAccessKeyParams) WithInput(input *models.GetAccessKeyRequest) *GetAccessKeyParams
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 ¶
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 (o *GetAccountMessagesOK) GetPayload() *models.GetAccountMessagesResponse
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 ¶
func (o *GetAccountMessagesParams) SetInput(input models.GetAccountMessagesRequest)
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 ¶
func (o *GetAccountMessagesParams) WithContext(ctx context.Context) *GetAccountMessagesParams
WithContext adds the context to the get account messages params
func (*GetAccountMessagesParams) WithDefaults ¶
func (o *GetAccountMessagesParams) WithDefaults() *GetAccountMessagesParams
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 ¶
func (o *GetAccountMessagesParams) WithInput(input models.GetAccountMessagesRequest) *GetAccountMessagesParams
WithInput adds the input to the get account messages params
func (*GetAccountMessagesParams) WithTimeout ¶
func (o *GetAccountMessagesParams) WithTimeout(timeout time.Duration) *GetAccountMessagesParams
WithTimeout adds the timeout to the get account messages params
func (*GetAccountMessagesParams) WriteToRequest ¶
func (o *GetAccountMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAccountParams) WithInput(input models.GetAccountRequest) *GetAccountParams
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 GetUserDefault ¶
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) GetPayload ¶
func (o *GetUserOK) GetPayload() *models.GetUserResponse
func (*GetUserOK) IsClientError ¶
IsClientError returns true when this get user o k response has a 4xx status code
func (*GetUserOK) IsCode ¶
IsCode returns true when this get user o k response a status code equal to that given
func (*GetUserOK) IsRedirect ¶
IsRedirect returns true when this get user o k response has a 3xx status code
func (*GetUserOK) IsServerError ¶
IsServerError returns true when this get user o k response has a 5xx status code
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 (o *ListAccessKeysOK) GetPayload() *models.ListAccessKeysResponse
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 ¶
func (o *ListAccessKeysParams) SetInput(input *models.ListAccessKeysRequest)
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 ¶
func (o *ListAccessKeysParams) WithContext(ctx context.Context) *ListAccessKeysParams
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 ¶
func (o *ListAccessKeysParams) WithInput(input *models.ListAccessKeysRequest) *ListAccessKeysParams
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 ¶
func (o *ListGroupAssignedResourceRolesDefault) Code() int
Code gets the status code for the list group assigned resource roles default response
func (*ListGroupAssignedResourceRolesDefault) Error ¶
func (o *ListGroupAssignedResourceRolesDefault) Error() string
func (*ListGroupAssignedResourceRolesDefault) GetPayload ¶
func (o *ListGroupAssignedResourceRolesDefault) GetPayload() *models.Error
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 ¶
func (o *ListGroupAssignedResourceRolesDefault) IsCode(code int) bool
IsCode returns true when this list group assigned resource roles default response a status code equal to that given
func (*ListGroupAssignedResourceRolesDefault) IsRedirect ¶
func (o *ListGroupAssignedResourceRolesDefault) IsRedirect() bool
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 ¶
func (o *ListGroupAssignedResourceRolesDefault) IsSuccess() bool
IsSuccess returns true when this list group assigned resource roles default response has a 2xx status code
func (*ListGroupAssignedResourceRolesDefault) String ¶
func (o *ListGroupAssignedResourceRolesDefault) String() 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 ¶
func (o *ListGroupAssignedResourceRolesOK) Code() int
Code gets the status code for the list group assigned resource roles o k response
func (*ListGroupAssignedResourceRolesOK) Error ¶
func (o *ListGroupAssignedResourceRolesOK) Error() string
func (*ListGroupAssignedResourceRolesOK) GetPayload ¶
func (o *ListGroupAssignedResourceRolesOK) GetPayload() *models.ListGroupAssignedResourceRolesResponse
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 ¶
func (o *ListGroupAssignedResourceRolesOK) String() 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 ¶
func (o *ListGroupAssignedResourceRolesParams) SetContext(ctx context.Context)
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 ¶
func (o *ListGroupAssignedResourceRolesParams) SetInput(input *models.ListGroupAssignedResourceRolesRequest)
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 ¶
func (o *ListGroupAssignedResourceRolesParams) WithContext(ctx context.Context) *ListGroupAssignedResourceRolesParams
WithContext adds the context to the list group assigned resource roles params
func (*ListGroupAssignedResourceRolesParams) WithDefaults ¶
func (o *ListGroupAssignedResourceRolesParams) WithDefaults() *ListGroupAssignedResourceRolesParams
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 ¶
func (o *ListGroupAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListGroupAssignedResourceRolesParams
WithHTTPClient adds the HTTPClient to the list group assigned resource roles params
func (*ListGroupAssignedResourceRolesParams) WithInput ¶
func (o *ListGroupAssignedResourceRolesParams) WithInput(input *models.ListGroupAssignedResourceRolesRequest) *ListGroupAssignedResourceRolesParams
WithInput adds the input to the list group assigned resource roles params
func (*ListGroupAssignedResourceRolesParams) WithTimeout ¶
func (o *ListGroupAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListGroupAssignedResourceRolesParams
WithTimeout adds the timeout to the list group assigned resource roles params
func (*ListGroupAssignedResourceRolesParams) WriteToRequest ¶
func (o *ListGroupAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListGroupAssignedRolesDefault) Code() int
Code gets the status code for the list group assigned roles default response
func (*ListGroupAssignedRolesDefault) Error ¶
func (o *ListGroupAssignedRolesDefault) Error() string
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 ¶
func (o *ListGroupAssignedRolesDefault) String() 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 (o *ListGroupAssignedRolesOK) GetPayload() *models.ListGroupAssignedRolesResponse
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 ¶
func (o *ListGroupAssignedRolesParams) SetInput(input *models.ListGroupAssignedRolesRequest)
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 ¶
func (o *ListGroupAssignedRolesParams) WithContext(ctx context.Context) *ListGroupAssignedRolesParams
WithContext adds the context to the list group assigned roles params
func (*ListGroupAssignedRolesParams) WithDefaults ¶
func (o *ListGroupAssignedRolesParams) WithDefaults() *ListGroupAssignedRolesParams
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 ¶
func (o *ListGroupAssignedRolesParams) WithHTTPClient(client *http.Client) *ListGroupAssignedRolesParams
WithHTTPClient adds the HTTPClient to the list group assigned roles params
func (*ListGroupAssignedRolesParams) WithInput ¶
func (o *ListGroupAssignedRolesParams) WithInput(input *models.ListGroupAssignedRolesRequest) *ListGroupAssignedRolesParams
WithInput adds the input to the list group assigned roles params
func (*ListGroupAssignedRolesParams) WithTimeout ¶
func (o *ListGroupAssignedRolesParams) WithTimeout(timeout time.Duration) *ListGroupAssignedRolesParams
WithTimeout adds the timeout to the list group assigned roles params
func (*ListGroupAssignedRolesParams) WriteToRequest ¶
func (o *ListGroupAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListGroupMembersOK) GetPayload() *models.ListGroupMembersResponse
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 ¶
func (o *ListGroupMembersParams) SetInput(input *models.ListGroupMembersRequest)
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 ¶
func (o *ListGroupMembersParams) WithContext(ctx context.Context) *ListGroupMembersParams
WithContext adds the context to the list group members params
func (*ListGroupMembersParams) WithDefaults ¶
func (o *ListGroupMembersParams) WithDefaults() *ListGroupMembersParams
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 ¶
func (o *ListGroupMembersParams) WithInput(input *models.ListGroupMembersRequest) *ListGroupMembersParams
WithInput adds the input to the list group members params
func (*ListGroupMembersParams) WithTimeout ¶
func (o *ListGroupMembersParams) WithTimeout(timeout time.Duration) *ListGroupMembersParams
WithTimeout adds the timeout to the list group members params
func (*ListGroupMembersParams) WriteToRequest ¶
func (o *ListGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListGroupsForMachineUserDefault) Code() int
Code gets the status code for the list groups for machine user default response
func (*ListGroupsForMachineUserDefault) Error ¶
func (o *ListGroupsForMachineUserDefault) Error() string
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 ¶
func (o *ListGroupsForMachineUserDefault) String() 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 (o *ListGroupsForMachineUserOK) Error() string
func (*ListGroupsForMachineUserOK) GetPayload ¶
func (o *ListGroupsForMachineUserOK) GetPayload() *models.ListGroupsForMachineUserResponse
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 ¶
func (o *ListGroupsForMachineUserParams) SetInput(input *models.ListGroupsForMachineUserRequest)
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 ¶
func (o *ListGroupsForMachineUserParams) WithContext(ctx context.Context) *ListGroupsForMachineUserParams
WithContext adds the context to the list groups for machine user params
func (*ListGroupsForMachineUserParams) WithDefaults ¶
func (o *ListGroupsForMachineUserParams) WithDefaults() *ListGroupsForMachineUserParams
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 ¶
func (o *ListGroupsForMachineUserParams) WithHTTPClient(client *http.Client) *ListGroupsForMachineUserParams
WithHTTPClient adds the HTTPClient to the list groups for machine user params
func (*ListGroupsForMachineUserParams) WithInput ¶
func (o *ListGroupsForMachineUserParams) WithInput(input *models.ListGroupsForMachineUserRequest) *ListGroupsForMachineUserParams
WithInput adds the input to the list groups for machine user params
func (*ListGroupsForMachineUserParams) WithTimeout ¶
func (o *ListGroupsForMachineUserParams) WithTimeout(timeout time.Duration) *ListGroupsForMachineUserParams
WithTimeout adds the timeout to the list groups for machine user params
func (*ListGroupsForMachineUserParams) WriteToRequest ¶
func (o *ListGroupsForMachineUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListGroupsForUserOK) GetPayload() *models.ListGroupsForUserResponse
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 ¶
func (o *ListGroupsForUserParams) SetInput(input *models.ListGroupsForUserRequest)
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 ¶
func (o *ListGroupsForUserParams) WithContext(ctx context.Context) *ListGroupsForUserParams
WithContext adds the context to the list groups for user params
func (*ListGroupsForUserParams) WithDefaults ¶
func (o *ListGroupsForUserParams) WithDefaults() *ListGroupsForUserParams
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 ¶
func (o *ListGroupsForUserParams) WithInput(input *models.ListGroupsForUserRequest) *ListGroupsForUserParams
WithInput adds the input to the list groups for user params
func (*ListGroupsForUserParams) WithTimeout ¶
func (o *ListGroupsForUserParams) WithTimeout(timeout time.Duration) *ListGroupsForUserParams
WithTimeout adds the timeout to the list groups for user params
func (*ListGroupsForUserParams) WriteToRequest ¶
func (o *ListGroupsForUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListGroupsParams) WithInput(input *models.ListGroupsRequest) *ListGroupsParams
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 ¶
func (o *ListMachineUserAssignedResourceRolesDefault) Code() int
Code gets the status code for the list machine user assigned resource roles default response
func (*ListMachineUserAssignedResourceRolesDefault) Error ¶
func (o *ListMachineUserAssignedResourceRolesDefault) Error() string
func (*ListMachineUserAssignedResourceRolesDefault) GetPayload ¶
func (o *ListMachineUserAssignedResourceRolesDefault) GetPayload() *models.Error
func (*ListMachineUserAssignedResourceRolesDefault) IsClientError ¶
func (o *ListMachineUserAssignedResourceRolesDefault) IsClientError() bool
IsClientError returns true when this list machine user assigned resource roles default response has a 4xx status code
func (*ListMachineUserAssignedResourceRolesDefault) IsCode ¶
func (o *ListMachineUserAssignedResourceRolesDefault) IsCode(code int) bool
IsCode returns true when this list machine user assigned resource roles default response a status code equal to that given
func (*ListMachineUserAssignedResourceRolesDefault) IsRedirect ¶
func (o *ListMachineUserAssignedResourceRolesDefault) IsRedirect() bool
IsRedirect returns true when this list machine user assigned resource roles default response has a 3xx status code
func (*ListMachineUserAssignedResourceRolesDefault) IsServerError ¶
func (o *ListMachineUserAssignedResourceRolesDefault) IsServerError() bool
IsServerError returns true when this list machine user assigned resource roles default response has a 5xx status code
func (*ListMachineUserAssignedResourceRolesDefault) IsSuccess ¶
func (o *ListMachineUserAssignedResourceRolesDefault) IsSuccess() bool
IsSuccess returns true when this list machine user assigned resource roles default response has a 2xx status code
func (*ListMachineUserAssignedResourceRolesDefault) String ¶
func (o *ListMachineUserAssignedResourceRolesDefault) String() 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 ¶
func (o *ListMachineUserAssignedResourceRolesOK) Code() int
Code gets the status code for the list machine user assigned resource roles o k response
func (*ListMachineUserAssignedResourceRolesOK) Error ¶
func (o *ListMachineUserAssignedResourceRolesOK) Error() string
func (*ListMachineUserAssignedResourceRolesOK) GetPayload ¶
func (o *ListMachineUserAssignedResourceRolesOK) GetPayload() *models.ListMachineUserAssignedResourceRolesResponse
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 ¶
func (o *ListMachineUserAssignedResourceRolesOK) IsCode(code int) bool
IsCode returns true when this list machine user assigned resource roles o k response a status code equal to that given
func (*ListMachineUserAssignedResourceRolesOK) IsRedirect ¶
func (o *ListMachineUserAssignedResourceRolesOK) IsRedirect() bool
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 ¶
func (o *ListMachineUserAssignedResourceRolesOK) IsSuccess() bool
IsSuccess returns true when this list machine user assigned resource roles o k response has a 2xx status code
func (*ListMachineUserAssignedResourceRolesOK) String ¶
func (o *ListMachineUserAssignedResourceRolesOK) String() 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 ¶
func (o *ListMachineUserAssignedResourceRolesParams) SetContext(ctx context.Context)
SetContext adds the context to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) SetDefaults ¶
func (o *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 ¶
func (o *ListMachineUserAssignedResourceRolesParams) SetInput(input *models.ListMachineUserAssignedResourceRolesRequest)
SetInput adds the input to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) SetTimeout ¶
func (o *ListMachineUserAssignedResourceRolesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) WithContext ¶
func (o *ListMachineUserAssignedResourceRolesParams) WithContext(ctx context.Context) *ListMachineUserAssignedResourceRolesParams
WithContext adds the context to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) WithDefaults ¶
func (o *ListMachineUserAssignedResourceRolesParams) WithDefaults() *ListMachineUserAssignedResourceRolesParams
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 ¶
func (o *ListMachineUserAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListMachineUserAssignedResourceRolesParams
WithHTTPClient adds the HTTPClient to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) WithInput ¶
func (o *ListMachineUserAssignedResourceRolesParams) WithInput(input *models.ListMachineUserAssignedResourceRolesRequest) *ListMachineUserAssignedResourceRolesParams
WithInput adds the input to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) WithTimeout ¶
func (o *ListMachineUserAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListMachineUserAssignedResourceRolesParams
WithTimeout adds the timeout to the list machine user assigned resource roles params
func (*ListMachineUserAssignedResourceRolesParams) WriteToRequest ¶
func (o *ListMachineUserAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListMachineUserAssignedRolesDefault) Code() int
Code gets the status code for the list machine user assigned roles default response
func (*ListMachineUserAssignedRolesDefault) Error ¶
func (o *ListMachineUserAssignedRolesDefault) Error() string
func (*ListMachineUserAssignedRolesDefault) GetPayload ¶
func (o *ListMachineUserAssignedRolesDefault) GetPayload() *models.Error
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 ¶
func (o *ListMachineUserAssignedRolesDefault) IsCode(code int) bool
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 ¶
func (o *ListMachineUserAssignedRolesDefault) IsSuccess() bool
IsSuccess returns true when this list machine user assigned roles default response has a 2xx status code
func (*ListMachineUserAssignedRolesDefault) String ¶
func (o *ListMachineUserAssignedRolesDefault) String() 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 ¶
func (o *ListMachineUserAssignedRolesOK) Code() int
Code gets the status code for the list machine user assigned roles o k response
func (*ListMachineUserAssignedRolesOK) Error ¶
func (o *ListMachineUserAssignedRolesOK) Error() string
func (*ListMachineUserAssignedRolesOK) GetPayload ¶
func (o *ListMachineUserAssignedRolesOK) GetPayload() *models.ListMachineUserAssignedRolesResponse
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 ¶
func (o *ListMachineUserAssignedRolesOK) String() 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 ¶
func (o *ListMachineUserAssignedRolesParams) SetContext(ctx context.Context)
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 ¶
func (o *ListMachineUserAssignedRolesParams) SetInput(input *models.ListMachineUserAssignedRolesRequest)
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 ¶
func (o *ListMachineUserAssignedRolesParams) WithContext(ctx context.Context) *ListMachineUserAssignedRolesParams
WithContext adds the context to the list machine user assigned roles params
func (*ListMachineUserAssignedRolesParams) WithDefaults ¶
func (o *ListMachineUserAssignedRolesParams) WithDefaults() *ListMachineUserAssignedRolesParams
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 ¶
func (o *ListMachineUserAssignedRolesParams) WithHTTPClient(client *http.Client) *ListMachineUserAssignedRolesParams
WithHTTPClient adds the HTTPClient to the list machine user assigned roles params
func (*ListMachineUserAssignedRolesParams) WithInput ¶
func (o *ListMachineUserAssignedRolesParams) WithInput(input *models.ListMachineUserAssignedRolesRequest) *ListMachineUserAssignedRolesParams
WithInput adds the input to the list machine user assigned roles params
func (*ListMachineUserAssignedRolesParams) WithTimeout ¶
func (o *ListMachineUserAssignedRolesParams) WithTimeout(timeout time.Duration) *ListMachineUserAssignedRolesParams
WithTimeout adds the timeout to the list machine user assigned roles params
func (*ListMachineUserAssignedRolesParams) WriteToRequest ¶
func (o *ListMachineUserAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListMachineUsersOK) GetPayload() *models.ListMachineUsersResponse
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 ¶
func (o *ListMachineUsersParams) SetInput(input *models.ListMachineUsersRequest)
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 ¶
func (o *ListMachineUsersParams) WithContext(ctx context.Context) *ListMachineUsersParams
WithContext adds the context to the list machine users params
func (*ListMachineUsersParams) WithDefaults ¶
func (o *ListMachineUsersParams) WithDefaults() *ListMachineUsersParams
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 ¶
func (o *ListMachineUsersParams) WithInput(input *models.ListMachineUsersRequest) *ListMachineUsersParams
WithInput adds the input to the list machine users params
func (*ListMachineUsersParams) WithTimeout ¶
func (o *ListMachineUsersParams) WithTimeout(timeout time.Duration) *ListMachineUsersParams
WithTimeout adds the timeout to the list machine users params
func (*ListMachineUsersParams) WriteToRequest ¶
func (o *ListMachineUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListResourceAssigneesDefault) Code() int
Code gets the status code for the list resource assignees default response
func (*ListResourceAssigneesDefault) Error ¶
func (o *ListResourceAssigneesDefault) Error() string
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 ¶
func (o *ListResourceAssigneesDefault) String() 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 (o *ListResourceAssigneesOK) GetPayload() *models.ListResourceAssigneesResponse
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 ¶
func (o *ListResourceAssigneesParams) SetInput(input *models.ListResourceAssigneesRequest)
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 ¶
func (o *ListResourceAssigneesParams) WithContext(ctx context.Context) *ListResourceAssigneesParams
WithContext adds the context to the list resource assignees params
func (*ListResourceAssigneesParams) WithDefaults ¶
func (o *ListResourceAssigneesParams) WithDefaults() *ListResourceAssigneesParams
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 ¶
func (o *ListResourceAssigneesParams) WithHTTPClient(client *http.Client) *ListResourceAssigneesParams
WithHTTPClient adds the HTTPClient to the list resource assignees params
func (*ListResourceAssigneesParams) WithInput ¶
func (o *ListResourceAssigneesParams) WithInput(input *models.ListResourceAssigneesRequest) *ListResourceAssigneesParams
WithInput adds the input to the list resource assignees params
func (*ListResourceAssigneesParams) WithTimeout ¶
func (o *ListResourceAssigneesParams) WithTimeout(timeout time.Duration) *ListResourceAssigneesParams
WithTimeout adds the timeout to the list resource assignees params
func (*ListResourceAssigneesParams) WriteToRequest ¶
func (o *ListResourceAssigneesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListResourceRolesOK) GetPayload() *models.ListResourceRolesResponse
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 ¶
func (o *ListResourceRolesParams) SetInput(input *models.ListResourceRolesRequest)
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 ¶
func (o *ListResourceRolesParams) WithContext(ctx context.Context) *ListResourceRolesParams
WithContext adds the context to the list resource roles params
func (*ListResourceRolesParams) WithDefaults ¶
func (o *ListResourceRolesParams) WithDefaults() *ListResourceRolesParams
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 ¶
func (o *ListResourceRolesParams) WithInput(input *models.ListResourceRolesRequest) *ListResourceRolesParams
WithInput adds the input to the list resource roles params
func (*ListResourceRolesParams) WithTimeout ¶
func (o *ListResourceRolesParams) WithTimeout(timeout time.Duration) *ListResourceRolesParams
WithTimeout adds the timeout to the list resource roles params
func (*ListResourceRolesParams) WriteToRequest ¶
func (o *ListResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListRolesParams) WithInput(input *models.ListRolesRequest) *ListRolesParams
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 (o *ListSSHPublicKeysOK) GetPayload() *models.ListSSHPublicKeysResponse
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 ¶
func (o *ListSSHPublicKeysParams) SetInput(input *models.ListSSHPublicKeysRequest)
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 ¶
func (o *ListSSHPublicKeysParams) WithContext(ctx context.Context) *ListSSHPublicKeysParams
WithContext adds the context to the list Ssh public keys params
func (*ListSSHPublicKeysParams) WithDefaults ¶
func (o *ListSSHPublicKeysParams) WithDefaults() *ListSSHPublicKeysParams
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 ¶
func (o *ListSSHPublicKeysParams) WithInput(input *models.ListSSHPublicKeysRequest) *ListSSHPublicKeysParams
WithInput adds the input to the list Ssh public keys params
func (*ListSSHPublicKeysParams) WithTimeout ¶
func (o *ListSSHPublicKeysParams) WithTimeout(timeout time.Duration) *ListSSHPublicKeysParams
WithTimeout adds the timeout to the list Ssh public keys params
func (*ListSSHPublicKeysParams) WriteToRequest ¶
func (o *ListSSHPublicKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListSamlProvidersOK) GetPayload() *models.ListSamlProvidersResponse
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 ¶
func (o *ListSamlProvidersParams) SetInput(input *models.ListSamlProvidersRequest)
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 ¶
func (o *ListSamlProvidersParams) WithContext(ctx context.Context) *ListSamlProvidersParams
WithContext adds the context to the list saml providers params
func (*ListSamlProvidersParams) WithDefaults ¶
func (o *ListSamlProvidersParams) WithDefaults() *ListSamlProvidersParams
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 ¶
func (o *ListSamlProvidersParams) WithInput(input *models.ListSamlProvidersRequest) *ListSamlProvidersParams
WithInput adds the input to the list saml providers params
func (*ListSamlProvidersParams) WithTimeout ¶
func (o *ListSamlProvidersParams) WithTimeout(timeout time.Duration) *ListSamlProvidersParams
WithTimeout adds the timeout to the list saml providers params
func (*ListSamlProvidersParams) WriteToRequest ¶
func (o *ListSamlProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListScimAccessTokensDefault) Error() string
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 (o *ListScimAccessTokensOK) GetPayload() *models.ListScimAccessTokensResponse
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 ¶
func (o *ListScimAccessTokensParams) SetInput(input *models.ListScimAccessTokensRequest)
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 ¶
func (o *ListScimAccessTokensParams) WithContext(ctx context.Context) *ListScimAccessTokensParams
WithContext adds the context to the list scim access tokens params
func (*ListScimAccessTokensParams) WithDefaults ¶
func (o *ListScimAccessTokensParams) WithDefaults() *ListScimAccessTokensParams
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 ¶
func (o *ListScimAccessTokensParams) WithHTTPClient(client *http.Client) *ListScimAccessTokensParams
WithHTTPClient adds the HTTPClient to the list scim access tokens params
func (*ListScimAccessTokensParams) WithInput ¶
func (o *ListScimAccessTokensParams) WithInput(input *models.ListScimAccessTokensRequest) *ListScimAccessTokensParams
WithInput adds the input to the list scim access tokens params
func (*ListScimAccessTokensParams) WithTimeout ¶
func (o *ListScimAccessTokensParams) WithTimeout(timeout time.Duration) *ListScimAccessTokensParams
WithTimeout adds the timeout to the list scim access tokens params
func (*ListScimAccessTokensParams) WriteToRequest ¶
func (o *ListScimAccessTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) Code() int
Code gets the status code for the list service principal cloud identities default response
func (*ListServicePrincipalCloudIdentitiesDefault) Error ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) Error() string
func (*ListServicePrincipalCloudIdentitiesDefault) GetPayload ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) GetPayload() *models.Error
func (*ListServicePrincipalCloudIdentitiesDefault) IsClientError ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) IsClientError() bool
IsClientError returns true when this list service principal cloud identities default response has a 4xx status code
func (*ListServicePrincipalCloudIdentitiesDefault) IsCode ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) IsCode(code int) bool
IsCode returns true when this list service principal cloud identities default response a status code equal to that given
func (*ListServicePrincipalCloudIdentitiesDefault) IsRedirect ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) IsRedirect() bool
IsRedirect returns true when this list service principal cloud identities default response has a 3xx status code
func (*ListServicePrincipalCloudIdentitiesDefault) IsServerError ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) IsServerError() bool
IsServerError returns true when this list service principal cloud identities default response has a 5xx status code
func (*ListServicePrincipalCloudIdentitiesDefault) IsSuccess ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) IsSuccess() bool
IsSuccess returns true when this list service principal cloud identities default response has a 2xx status code
func (*ListServicePrincipalCloudIdentitiesDefault) String ¶
func (o *ListServicePrincipalCloudIdentitiesDefault) String() 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 ¶
func (o *ListServicePrincipalCloudIdentitiesOK) Code() int
Code gets the status code for the list service principal cloud identities o k response
func (*ListServicePrincipalCloudIdentitiesOK) Error ¶
func (o *ListServicePrincipalCloudIdentitiesOK) Error() string
func (*ListServicePrincipalCloudIdentitiesOK) GetPayload ¶
func (o *ListServicePrincipalCloudIdentitiesOK) GetPayload() *models.ListServicePrincipalCloudIdentitiesResponse
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 ¶
func (o *ListServicePrincipalCloudIdentitiesOK) IsCode(code int) bool
IsCode returns true when this list service principal cloud identities o k response a status code equal to that given
func (*ListServicePrincipalCloudIdentitiesOK) IsRedirect ¶
func (o *ListServicePrincipalCloudIdentitiesOK) IsRedirect() bool
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 ¶
func (o *ListServicePrincipalCloudIdentitiesOK) IsSuccess() bool
IsSuccess returns true when this list service principal cloud identities o k response has a 2xx status code
func (*ListServicePrincipalCloudIdentitiesOK) String ¶
func (o *ListServicePrincipalCloudIdentitiesOK) String() 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 ¶
func (o *ListServicePrincipalCloudIdentitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) SetDefaults ¶
func (o *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 ¶
func (o *ListServicePrincipalCloudIdentitiesParams) SetInput(input *models.ListServicePrincipalCloudIdentitiesRequest)
SetInput adds the input to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) SetTimeout ¶
func (o *ListServicePrincipalCloudIdentitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) WithContext ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WithContext(ctx context.Context) *ListServicePrincipalCloudIdentitiesParams
WithContext adds the context to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) WithDefaults ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WithDefaults() *ListServicePrincipalCloudIdentitiesParams
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 ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WithHTTPClient(client *http.Client) *ListServicePrincipalCloudIdentitiesParams
WithHTTPClient adds the HTTPClient to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) WithInput ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WithInput(input *models.ListServicePrincipalCloudIdentitiesRequest) *ListServicePrincipalCloudIdentitiesParams
WithInput adds the input to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) WithTimeout ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WithTimeout(timeout time.Duration) *ListServicePrincipalCloudIdentitiesParams
WithTimeout adds the timeout to the list service principal cloud identities params
func (*ListServicePrincipalCloudIdentitiesParams) WriteToRequest ¶
func (o *ListServicePrincipalCloudIdentitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListUserAssignedResourceRolesDefault) Code() int
Code gets the status code for the list user assigned resource roles default response
func (*ListUserAssignedResourceRolesDefault) Error ¶
func (o *ListUserAssignedResourceRolesDefault) Error() string
func (*ListUserAssignedResourceRolesDefault) GetPayload ¶
func (o *ListUserAssignedResourceRolesDefault) GetPayload() *models.Error
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 ¶
func (o *ListUserAssignedResourceRolesDefault) IsCode(code int) bool
IsCode returns true when this list user assigned resource roles default response a status code equal to that given
func (*ListUserAssignedResourceRolesDefault) IsRedirect ¶
func (o *ListUserAssignedResourceRolesDefault) IsRedirect() bool
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 ¶
func (o *ListUserAssignedResourceRolesDefault) IsSuccess() bool
IsSuccess returns true when this list user assigned resource roles default response has a 2xx status code
func (*ListUserAssignedResourceRolesDefault) String ¶
func (o *ListUserAssignedResourceRolesDefault) String() 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 ¶
func (o *ListUserAssignedResourceRolesOK) Code() int
Code gets the status code for the list user assigned resource roles o k response
func (*ListUserAssignedResourceRolesOK) Error ¶
func (o *ListUserAssignedResourceRolesOK) Error() string
func (*ListUserAssignedResourceRolesOK) GetPayload ¶
func (o *ListUserAssignedResourceRolesOK) GetPayload() *models.ListUserAssignedResourceRolesResponse
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 ¶
func (o *ListUserAssignedResourceRolesOK) String() 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 ¶
func (o *ListUserAssignedResourceRolesParams) SetContext(ctx context.Context)
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 ¶
func (o *ListUserAssignedResourceRolesParams) SetInput(input *models.ListUserAssignedResourceRolesRequest)
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 ¶
func (o *ListUserAssignedResourceRolesParams) WithContext(ctx context.Context) *ListUserAssignedResourceRolesParams
WithContext adds the context to the list user assigned resource roles params
func (*ListUserAssignedResourceRolesParams) WithDefaults ¶
func (o *ListUserAssignedResourceRolesParams) WithDefaults() *ListUserAssignedResourceRolesParams
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 ¶
func (o *ListUserAssignedResourceRolesParams) WithHTTPClient(client *http.Client) *ListUserAssignedResourceRolesParams
WithHTTPClient adds the HTTPClient to the list user assigned resource roles params
func (*ListUserAssignedResourceRolesParams) WithInput ¶
func (o *ListUserAssignedResourceRolesParams) WithInput(input *models.ListUserAssignedResourceRolesRequest) *ListUserAssignedResourceRolesParams
WithInput adds the input to the list user assigned resource roles params
func (*ListUserAssignedResourceRolesParams) WithTimeout ¶
func (o *ListUserAssignedResourceRolesParams) WithTimeout(timeout time.Duration) *ListUserAssignedResourceRolesParams
WithTimeout adds the timeout to the list user assigned resource roles params
func (*ListUserAssignedResourceRolesParams) WriteToRequest ¶
func (o *ListUserAssignedResourceRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListUserAssignedRolesDefault) Code() int
Code gets the status code for the list user assigned roles default response
func (*ListUserAssignedRolesDefault) Error ¶
func (o *ListUserAssignedRolesDefault) Error() string
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 ¶
func (o *ListUserAssignedRolesDefault) String() 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 (o *ListUserAssignedRolesOK) GetPayload() *models.ListUserAssignedRolesResponse
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 ¶
func (o *ListUserAssignedRolesParams) SetInput(input *models.ListUserAssignedRolesRequest)
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 ¶
func (o *ListUserAssignedRolesParams) WithContext(ctx context.Context) *ListUserAssignedRolesParams
WithContext adds the context to the list user assigned roles params
func (*ListUserAssignedRolesParams) WithDefaults ¶
func (o *ListUserAssignedRolesParams) WithDefaults() *ListUserAssignedRolesParams
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 ¶
func (o *ListUserAssignedRolesParams) WithHTTPClient(client *http.Client) *ListUserAssignedRolesParams
WithHTTPClient adds the HTTPClient to the list user assigned roles params
func (*ListUserAssignedRolesParams) WithInput ¶
func (o *ListUserAssignedRolesParams) WithInput(input *models.ListUserAssignedRolesRequest) *ListUserAssignedRolesParams
WithInput adds the input to the list user assigned roles params
func (*ListUserAssignedRolesParams) WithTimeout ¶
func (o *ListUserAssignedRolesParams) WithTimeout(timeout time.Duration) *ListUserAssignedRolesParams
WithTimeout adds the timeout to the list user assigned roles params
func (*ListUserAssignedRolesParams) WriteToRequest ¶
func (o *ListUserAssignedRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListUsersParams) WithInput(input *models.ListUsersRequest) *ListUsersParams
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 ¶
func (o *RemoveMachineUserFromGroupDefault) Code() int
Code gets the status code for the remove machine user from group default response
func (*RemoveMachineUserFromGroupDefault) Error ¶
func (o *RemoveMachineUserFromGroupDefault) Error() string
func (*RemoveMachineUserFromGroupDefault) GetPayload ¶
func (o *RemoveMachineUserFromGroupDefault) GetPayload() *models.Error
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 ¶
func (o *RemoveMachineUserFromGroupDefault) String() 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 ¶
func (o *RemoveMachineUserFromGroupOK) Code() int
Code gets the status code for the remove machine user from group o k response
func (*RemoveMachineUserFromGroupOK) Error ¶
func (o *RemoveMachineUserFromGroupOK) Error() string
func (*RemoveMachineUserFromGroupOK) GetPayload ¶
func (o *RemoveMachineUserFromGroupOK) GetPayload() models.RemoveMachineUserFromGroupResponse
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 ¶
func (o *RemoveMachineUserFromGroupOK) String() 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 ¶
func (o *RemoveMachineUserFromGroupParams) SetContext(ctx context.Context)
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 ¶
func (o *RemoveMachineUserFromGroupParams) SetInput(input *models.RemoveMachineUserFromGroupRequest)
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 ¶
func (o *RemoveMachineUserFromGroupParams) WithContext(ctx context.Context) *RemoveMachineUserFromGroupParams
WithContext adds the context to the remove machine user from group params
func (*RemoveMachineUserFromGroupParams) WithDefaults ¶
func (o *RemoveMachineUserFromGroupParams) WithDefaults() *RemoveMachineUserFromGroupParams
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 ¶
func (o *RemoveMachineUserFromGroupParams) WithHTTPClient(client *http.Client) *RemoveMachineUserFromGroupParams
WithHTTPClient adds the HTTPClient to the remove machine user from group params
func (*RemoveMachineUserFromGroupParams) WithInput ¶
func (o *RemoveMachineUserFromGroupParams) WithInput(input *models.RemoveMachineUserFromGroupRequest) *RemoveMachineUserFromGroupParams
WithInput adds the input to the remove machine user from group params
func (*RemoveMachineUserFromGroupParams) WithTimeout ¶
func (o *RemoveMachineUserFromGroupParams) WithTimeout(timeout time.Duration) *RemoveMachineUserFromGroupParams
WithTimeout adds the timeout to the remove machine user from group params
func (*RemoveMachineUserFromGroupParams) WriteToRequest ¶
func (o *RemoveMachineUserFromGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *RemoveUserFromGroupDefault) Error() string
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 (o *RemoveUserFromGroupOK) GetPayload() models.RemoveUserFromGroupResponse
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 ¶
func (o *RemoveUserFromGroupParams) SetInput(input *models.RemoveUserFromGroupRequest)
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 ¶
func (o *RemoveUserFromGroupParams) WithContext(ctx context.Context) *RemoveUserFromGroupParams
WithContext adds the context to the remove user from group params
func (*RemoveUserFromGroupParams) WithDefaults ¶
func (o *RemoveUserFromGroupParams) WithDefaults() *RemoveUserFromGroupParams
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 ¶
func (o *RemoveUserFromGroupParams) WithInput(input *models.RemoveUserFromGroupRequest) *RemoveUserFromGroupParams
WithInput adds the input to the remove user from group params
func (*RemoveUserFromGroupParams) WithTimeout ¶
func (o *RemoveUserFromGroupParams) WithTimeout(timeout time.Duration) *RemoveUserFromGroupParams
WithTimeout adds the timeout to the remove user from group params
func (*RemoveUserFromGroupParams) WriteToRequest ¶
func (o *RemoveUserFromGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *SetAccountMessagesOK) GetPayload() models.SetAccountMessagesResponse
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 ¶
func (o *SetAccountMessagesParams) SetInput(input *models.SetAccountMessagesRequest)
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 ¶
func (o *SetAccountMessagesParams) WithContext(ctx context.Context) *SetAccountMessagesParams
WithContext adds the context to the set account messages params
func (*SetAccountMessagesParams) WithDefaults ¶
func (o *SetAccountMessagesParams) WithDefaults() *SetAccountMessagesParams
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 ¶
func (o *SetAccountMessagesParams) WithInput(input *models.SetAccountMessagesRequest) *SetAccountMessagesParams
WithInput adds the input to the set account messages params
func (*SetAccountMessagesParams) WithTimeout ¶
func (o *SetAccountMessagesParams) WithTimeout(timeout time.Duration) *SetAccountMessagesParams
WithTimeout adds the timeout to the set account messages params
func (*SetAccountMessagesParams) WriteToRequest ¶
func (o *SetAccountMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *SetAuthenticationPolicyDefault) Code() int
Code gets the status code for the set authentication policy default response
func (*SetAuthenticationPolicyDefault) Error ¶
func (o *SetAuthenticationPolicyDefault) Error() string
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 ¶
func (o *SetAuthenticationPolicyDefault) String() 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 (o *SetAuthenticationPolicyOK) GetPayload() models.SetAuthenticationPolicyResponse
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 ¶
func (o *SetAuthenticationPolicyParams) SetInput(input *models.SetAuthenticationPolicyRequest)
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 ¶
func (o *SetAuthenticationPolicyParams) WithContext(ctx context.Context) *SetAuthenticationPolicyParams
WithContext adds the context to the set authentication policy params
func (*SetAuthenticationPolicyParams) WithDefaults ¶
func (o *SetAuthenticationPolicyParams) WithDefaults() *SetAuthenticationPolicyParams
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 ¶
func (o *SetAuthenticationPolicyParams) WithHTTPClient(client *http.Client) *SetAuthenticationPolicyParams
WithHTTPClient adds the HTTPClient to the set authentication policy params
func (*SetAuthenticationPolicyParams) WithInput ¶
func (o *SetAuthenticationPolicyParams) WithInput(input *models.SetAuthenticationPolicyRequest) *SetAuthenticationPolicyParams
WithInput adds the input to the set authentication policy params
func (*SetAuthenticationPolicyParams) WithTimeout ¶
func (o *SetAuthenticationPolicyParams) WithTimeout(timeout time.Duration) *SetAuthenticationPolicyParams
WithTimeout adds the timeout to the set authentication policy params
func (*SetAuthenticationPolicyParams) WriteToRequest ¶
func (o *SetAuthenticationPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 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 (o *SetWorkloadPasswordDefault) Error() string
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 (o *SetWorkloadPasswordOK) GetPayload() models.SetWorkloadPasswordResponse
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 ¶
func (o *SetWorkloadPasswordParams) SetInput(input *models.SetWorkloadPasswordRequest)
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 ¶
func (o *SetWorkloadPasswordParams) WithContext(ctx context.Context) *SetWorkloadPasswordParams
WithContext adds the context to the set workload password params
func (*SetWorkloadPasswordParams) WithDefaults ¶
func (o *SetWorkloadPasswordParams) WithDefaults() *SetWorkloadPasswordParams
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 ¶
func (o *SetWorkloadPasswordParams) WithInput(input *models.SetWorkloadPasswordRequest) *SetWorkloadPasswordParams
WithInput adds the input to the set workload password params
func (*SetWorkloadPasswordParams) WithTimeout ¶
func (o *SetWorkloadPasswordParams) WithTimeout(timeout time.Duration) *SetWorkloadPasswordParams
WithTimeout adds the timeout to the set workload password params
func (*SetWorkloadPasswordParams) WriteToRequest ¶
func (o *SetWorkloadPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *SetWorkloadPasswordPolicyDefault) Code() int
Code gets the status code for the set workload password policy default response
func (*SetWorkloadPasswordPolicyDefault) Error ¶
func (o *SetWorkloadPasswordPolicyDefault) Error() string
func (*SetWorkloadPasswordPolicyDefault) GetPayload ¶
func (o *SetWorkloadPasswordPolicyDefault) GetPayload() *models.Error
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 ¶
func (o *SetWorkloadPasswordPolicyDefault) String() 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 (o *SetWorkloadPasswordPolicyOK) Error() string
func (*SetWorkloadPasswordPolicyOK) GetPayload ¶
func (o *SetWorkloadPasswordPolicyOK) GetPayload() models.SetWorkloadPasswordPolicyResponse
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 ¶
func (o *SetWorkloadPasswordPolicyParams) SetInput(input *models.SetWorkloadPasswordPolicyRequest)
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 ¶
func (o *SetWorkloadPasswordPolicyParams) WithContext(ctx context.Context) *SetWorkloadPasswordPolicyParams
WithContext adds the context to the set workload password policy params
func (*SetWorkloadPasswordPolicyParams) WithDefaults ¶
func (o *SetWorkloadPasswordPolicyParams) WithDefaults() *SetWorkloadPasswordPolicyParams
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 ¶
func (o *SetWorkloadPasswordPolicyParams) WithHTTPClient(client *http.Client) *SetWorkloadPasswordPolicyParams
WithHTTPClient adds the HTTPClient to the set workload password policy params
func (*SetWorkloadPasswordPolicyParams) WithInput ¶
func (o *SetWorkloadPasswordPolicyParams) WithInput(input *models.SetWorkloadPasswordPolicyRequest) *SetWorkloadPasswordPolicyParams
WithInput adds the input to the set workload password policy params
func (*SetWorkloadPasswordPolicyParams) WithTimeout ¶
func (o *SetWorkloadPasswordPolicyParams) WithTimeout(timeout time.Duration) *SetWorkloadPasswordPolicyParams
WithTimeout adds the timeout to the set workload password policy params
func (*SetWorkloadPasswordPolicyParams) WriteToRequest ¶
func (o *SetWorkloadPasswordPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignAzureCloudIdentityDefault) Code() int
Code gets the status code for the unassign azure cloud identity default response
func (*UnassignAzureCloudIdentityDefault) Error ¶
func (o *UnassignAzureCloudIdentityDefault) Error() string
func (*UnassignAzureCloudIdentityDefault) GetPayload ¶
func (o *UnassignAzureCloudIdentityDefault) GetPayload() *models.Error
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 ¶
func (o *UnassignAzureCloudIdentityDefault) String() 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 ¶
func (o *UnassignAzureCloudIdentityOK) Code() int
Code gets the status code for the unassign azure cloud identity o k response
func (*UnassignAzureCloudIdentityOK) Error ¶
func (o *UnassignAzureCloudIdentityOK) Error() string
func (*UnassignAzureCloudIdentityOK) GetPayload ¶
func (o *UnassignAzureCloudIdentityOK) GetPayload() models.UnassignAzureCloudIdentityResponse
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 ¶
func (o *UnassignAzureCloudIdentityOK) String() 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 ¶
func (o *UnassignAzureCloudIdentityParams) SetContext(ctx context.Context)
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 ¶
func (o *UnassignAzureCloudIdentityParams) SetInput(input *models.UnassignAzureCloudIdentityRequest)
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 ¶
func (o *UnassignAzureCloudIdentityParams) WithContext(ctx context.Context) *UnassignAzureCloudIdentityParams
WithContext adds the context to the unassign azure cloud identity params
func (*UnassignAzureCloudIdentityParams) WithDefaults ¶
func (o *UnassignAzureCloudIdentityParams) WithDefaults() *UnassignAzureCloudIdentityParams
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 ¶
func (o *UnassignAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *UnassignAzureCloudIdentityParams
WithHTTPClient adds the HTTPClient to the unassign azure cloud identity params
func (*UnassignAzureCloudIdentityParams) WithInput ¶
func (o *UnassignAzureCloudIdentityParams) WithInput(input *models.UnassignAzureCloudIdentityRequest) *UnassignAzureCloudIdentityParams
WithInput adds the input to the unassign azure cloud identity params
func (*UnassignAzureCloudIdentityParams) WithTimeout ¶
func (o *UnassignAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *UnassignAzureCloudIdentityParams
WithTimeout adds the timeout to the unassign azure cloud identity params
func (*UnassignAzureCloudIdentityParams) WriteToRequest ¶
func (o *UnassignAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignGroupResourceRoleDefault) Code() int
Code gets the status code for the unassign group resource role default response
func (*UnassignGroupResourceRoleDefault) Error ¶
func (o *UnassignGroupResourceRoleDefault) Error() string
func (*UnassignGroupResourceRoleDefault) GetPayload ¶
func (o *UnassignGroupResourceRoleDefault) GetPayload() *models.Error
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 ¶
func (o *UnassignGroupResourceRoleDefault) String() 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 (o *UnassignGroupResourceRoleOK) Error() string
func (*UnassignGroupResourceRoleOK) GetPayload ¶
func (o *UnassignGroupResourceRoleOK) GetPayload() models.UnassignGroupResourceRoleResponse
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 ¶
func (o *UnassignGroupResourceRoleParams) SetInput(input *models.UnassignGroupResourceRoleRequest)
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 ¶
func (o *UnassignGroupResourceRoleParams) WithContext(ctx context.Context) *UnassignGroupResourceRoleParams
WithContext adds the context to the unassign group resource role params
func (*UnassignGroupResourceRoleParams) WithDefaults ¶
func (o *UnassignGroupResourceRoleParams) WithDefaults() *UnassignGroupResourceRoleParams
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 ¶
func (o *UnassignGroupResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignGroupResourceRoleParams
WithHTTPClient adds the HTTPClient to the unassign group resource role params
func (*UnassignGroupResourceRoleParams) WithInput ¶
func (o *UnassignGroupResourceRoleParams) WithInput(input *models.UnassignGroupResourceRoleRequest) *UnassignGroupResourceRoleParams
WithInput adds the input to the unassign group resource role params
func (*UnassignGroupResourceRoleParams) WithTimeout ¶
func (o *UnassignGroupResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignGroupResourceRoleParams
WithTimeout adds the timeout to the unassign group resource role params
func (*UnassignGroupResourceRoleParams) WriteToRequest ¶
func (o *UnassignGroupResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UnassignGroupRoleOK) GetPayload() models.UnassignGroupRoleResponse
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 ¶
func (o *UnassignGroupRoleParams) SetInput(input *models.UnassignGroupRoleRequest)
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 ¶
func (o *UnassignGroupRoleParams) WithContext(ctx context.Context) *UnassignGroupRoleParams
WithContext adds the context to the unassign group role params
func (*UnassignGroupRoleParams) WithDefaults ¶
func (o *UnassignGroupRoleParams) WithDefaults() *UnassignGroupRoleParams
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 ¶
func (o *UnassignGroupRoleParams) WithInput(input *models.UnassignGroupRoleRequest) *UnassignGroupRoleParams
WithInput adds the input to the unassign group role params
func (*UnassignGroupRoleParams) WithTimeout ¶
func (o *UnassignGroupRoleParams) WithTimeout(timeout time.Duration) *UnassignGroupRoleParams
WithTimeout adds the timeout to the unassign group role params
func (*UnassignGroupRoleParams) WriteToRequest ¶
func (o *UnassignGroupRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignMachineUserResourceRoleDefault) Code() int
Code gets the status code for the unassign machine user resource role default response
func (*UnassignMachineUserResourceRoleDefault) Error ¶
func (o *UnassignMachineUserResourceRoleDefault) Error() string
func (*UnassignMachineUserResourceRoleDefault) GetPayload ¶
func (o *UnassignMachineUserResourceRoleDefault) GetPayload() *models.Error
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 ¶
func (o *UnassignMachineUserResourceRoleDefault) IsCode(code int) bool
IsCode returns true when this unassign machine user resource role default response a status code equal to that given
func (*UnassignMachineUserResourceRoleDefault) IsRedirect ¶
func (o *UnassignMachineUserResourceRoleDefault) IsRedirect() bool
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 ¶
func (o *UnassignMachineUserResourceRoleDefault) IsSuccess() bool
IsSuccess returns true when this unassign machine user resource role default response has a 2xx status code
func (*UnassignMachineUserResourceRoleDefault) String ¶
func (o *UnassignMachineUserResourceRoleDefault) String() 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 ¶
func (o *UnassignMachineUserResourceRoleOK) Code() int
Code gets the status code for the unassign machine user resource role o k response
func (*UnassignMachineUserResourceRoleOK) Error ¶
func (o *UnassignMachineUserResourceRoleOK) Error() string
func (*UnassignMachineUserResourceRoleOK) GetPayload ¶
func (o *UnassignMachineUserResourceRoleOK) GetPayload() models.UnassignMachineUserResourceRoleResponse
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 ¶
func (o *UnassignMachineUserResourceRoleOK) String() 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 ¶
func (o *UnassignMachineUserResourceRoleParams) SetContext(ctx context.Context)
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 ¶
func (o *UnassignMachineUserResourceRoleParams) SetInput(input *models.UnassignMachineUserResourceRoleRequest)
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 ¶
func (o *UnassignMachineUserResourceRoleParams) WithContext(ctx context.Context) *UnassignMachineUserResourceRoleParams
WithContext adds the context to the unassign machine user resource role params
func (*UnassignMachineUserResourceRoleParams) WithDefaults ¶
func (o *UnassignMachineUserResourceRoleParams) WithDefaults() *UnassignMachineUserResourceRoleParams
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 ¶
func (o *UnassignMachineUserResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignMachineUserResourceRoleParams
WithHTTPClient adds the HTTPClient to the unassign machine user resource role params
func (*UnassignMachineUserResourceRoleParams) WithInput ¶
func (o *UnassignMachineUserResourceRoleParams) WithInput(input *models.UnassignMachineUserResourceRoleRequest) *UnassignMachineUserResourceRoleParams
WithInput adds the input to the unassign machine user resource role params
func (*UnassignMachineUserResourceRoleParams) WithTimeout ¶
func (o *UnassignMachineUserResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignMachineUserResourceRoleParams
WithTimeout adds the timeout to the unassign machine user resource role params
func (*UnassignMachineUserResourceRoleParams) WriteToRequest ¶
func (o *UnassignMachineUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignMachineUserRoleDefault) Code() int
Code gets the status code for the unassign machine user role default response
func (*UnassignMachineUserRoleDefault) Error ¶
func (o *UnassignMachineUserRoleDefault) Error() string
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 ¶
func (o *UnassignMachineUserRoleDefault) String() 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 (o *UnassignMachineUserRoleOK) GetPayload() models.UnassignMachineUserRoleResponse
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 ¶
func (o *UnassignMachineUserRoleParams) SetInput(input *models.UnassignMachineUserRoleRequest)
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 ¶
func (o *UnassignMachineUserRoleParams) WithContext(ctx context.Context) *UnassignMachineUserRoleParams
WithContext adds the context to the unassign machine user role params
func (*UnassignMachineUserRoleParams) WithDefaults ¶
func (o *UnassignMachineUserRoleParams) WithDefaults() *UnassignMachineUserRoleParams
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 ¶
func (o *UnassignMachineUserRoleParams) WithHTTPClient(client *http.Client) *UnassignMachineUserRoleParams
WithHTTPClient adds the HTTPClient to the unassign machine user role params
func (*UnassignMachineUserRoleParams) WithInput ¶
func (o *UnassignMachineUserRoleParams) WithInput(input *models.UnassignMachineUserRoleRequest) *UnassignMachineUserRoleParams
WithInput adds the input to the unassign machine user role params
func (*UnassignMachineUserRoleParams) WithTimeout ¶
func (o *UnassignMachineUserRoleParams) WithTimeout(timeout time.Duration) *UnassignMachineUserRoleParams
WithTimeout adds the timeout to the unassign machine user role params
func (*UnassignMachineUserRoleParams) WriteToRequest ¶
func (o *UnassignMachineUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) Code() int
Code gets the status code for the unassign service principal azure cloud identity default response
func (*UnassignServicePrincipalAzureCloudIdentityDefault) Error ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) Error() string
func (*UnassignServicePrincipalAzureCloudIdentityDefault) GetPayload ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) GetPayload() *models.Error
func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsClientError ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsClientError() bool
IsClientError returns true when this unassign service principal azure cloud identity default response has a 4xx status code
func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsCode ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsCode(code int) bool
IsCode returns true when this unassign service principal azure cloud identity default response a status code equal to that given
func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsRedirect ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsRedirect() bool
IsRedirect returns true when this unassign service principal azure cloud identity default response has a 3xx status code
func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsServerError ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsServerError() bool
IsServerError returns true when this unassign service principal azure cloud identity default response has a 5xx status code
func (*UnassignServicePrincipalAzureCloudIdentityDefault) IsSuccess ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) IsSuccess() bool
IsSuccess returns true when this unassign service principal azure cloud identity default response has a 2xx status code
func (*UnassignServicePrincipalAzureCloudIdentityDefault) String ¶
func (o *UnassignServicePrincipalAzureCloudIdentityDefault) String() 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 ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) Code() int
Code gets the status code for the unassign service principal azure cloud identity o k response
func (*UnassignServicePrincipalAzureCloudIdentityOK) Error ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) Error() string
func (*UnassignServicePrincipalAzureCloudIdentityOK) GetPayload ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) GetPayload() models.UnassignServicePrincipalAzureCloudIdentityResponse
func (*UnassignServicePrincipalAzureCloudIdentityOK) IsClientError ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsClientError() bool
IsClientError returns true when this unassign service principal azure cloud identity o k response has a 4xx status code
func (*UnassignServicePrincipalAzureCloudIdentityOK) IsCode ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsCode(code int) bool
IsCode returns true when this unassign service principal azure cloud identity o k response a status code equal to that given
func (*UnassignServicePrincipalAzureCloudIdentityOK) IsRedirect ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsRedirect() bool
IsRedirect returns true when this unassign service principal azure cloud identity o k response has a 3xx status code
func (*UnassignServicePrincipalAzureCloudIdentityOK) IsServerError ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsServerError() bool
IsServerError returns true when this unassign service principal azure cloud identity o k response has a 5xx status code
func (*UnassignServicePrincipalAzureCloudIdentityOK) IsSuccess ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) IsSuccess() bool
IsSuccess returns true when this unassign service principal azure cloud identity o k response has a 2xx status code
func (*UnassignServicePrincipalAzureCloudIdentityOK) String ¶
func (o *UnassignServicePrincipalAzureCloudIdentityOK) String() 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 ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetContext(ctx context.Context)
SetContext adds the context to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) SetDefaults ¶
func (o *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 ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) SetInput ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetInput(input *models.UnassignServicePrincipalAzureCloudIdentityRequest)
SetInput adds the input to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) SetTimeout ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) WithContext ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithContext(ctx context.Context) *UnassignServicePrincipalAzureCloudIdentityParams
WithContext adds the context to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) WithDefaults ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithDefaults() *UnassignServicePrincipalAzureCloudIdentityParams
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 ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithHTTPClient(client *http.Client) *UnassignServicePrincipalAzureCloudIdentityParams
WithHTTPClient adds the HTTPClient to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) WithInput ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithInput(input *models.UnassignServicePrincipalAzureCloudIdentityRequest) *UnassignServicePrincipalAzureCloudIdentityParams
WithInput adds the input to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) WithTimeout ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WithTimeout(timeout time.Duration) *UnassignServicePrincipalAzureCloudIdentityParams
WithTimeout adds the timeout to the unassign service principal azure cloud identity params
func (*UnassignServicePrincipalAzureCloudIdentityParams) WriteToRequest ¶
func (o *UnassignServicePrincipalAzureCloudIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnassignUserResourceRoleDefault) Code() int
Code gets the status code for the unassign user resource role default response
func (*UnassignUserResourceRoleDefault) Error ¶
func (o *UnassignUserResourceRoleDefault) Error() string
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 ¶
func (o *UnassignUserResourceRoleDefault) String() 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 (o *UnassignUserResourceRoleOK) Error() string
func (*UnassignUserResourceRoleOK) GetPayload ¶
func (o *UnassignUserResourceRoleOK) GetPayload() models.UnassignUserResourceRoleResponse
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 ¶
func (o *UnassignUserResourceRoleParams) SetInput(input *models.UnassignUserResourceRoleRequest)
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 ¶
func (o *UnassignUserResourceRoleParams) WithContext(ctx context.Context) *UnassignUserResourceRoleParams
WithContext adds the context to the unassign user resource role params
func (*UnassignUserResourceRoleParams) WithDefaults ¶
func (o *UnassignUserResourceRoleParams) WithDefaults() *UnassignUserResourceRoleParams
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 ¶
func (o *UnassignUserResourceRoleParams) WithHTTPClient(client *http.Client) *UnassignUserResourceRoleParams
WithHTTPClient adds the HTTPClient to the unassign user resource role params
func (*UnassignUserResourceRoleParams) WithInput ¶
func (o *UnassignUserResourceRoleParams) WithInput(input *models.UnassignUserResourceRoleRequest) *UnassignUserResourceRoleParams
WithInput adds the input to the unassign user resource role params
func (*UnassignUserResourceRoleParams) WithTimeout ¶
func (o *UnassignUserResourceRoleParams) WithTimeout(timeout time.Duration) *UnassignUserResourceRoleParams
WithTimeout adds the timeout to the unassign user resource role params
func (*UnassignUserResourceRoleParams) WriteToRequest ¶
func (o *UnassignUserResourceRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UnassignUserRoleOK) GetPayload() models.UnassignUserRoleResponse
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 ¶
func (o *UnassignUserRoleParams) SetInput(input *models.UnassignUserRoleRequest)
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 ¶
func (o *UnassignUserRoleParams) WithContext(ctx context.Context) *UnassignUserRoleParams
WithContext adds the context to the unassign user role params
func (*UnassignUserRoleParams) WithDefaults ¶
func (o *UnassignUserRoleParams) WithDefaults() *UnassignUserRoleParams
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 ¶
func (o *UnassignUserRoleParams) WithInput(input *models.UnassignUserRoleRequest) *UnassignUserRoleParams
WithInput adds the input to the unassign user role params
func (*UnassignUserRoleParams) WithTimeout ¶
func (o *UnassignUserRoleParams) WithTimeout(timeout time.Duration) *UnassignUserRoleParams
WithTimeout adds the timeout to the unassign user role params
func (*UnassignUserRoleParams) WriteToRequest ¶
func (o *UnassignUserRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnlockMachineUserInControlPlaneDefault) Code() int
Code gets the status code for the unlock machine user in control plane default response
func (*UnlockMachineUserInControlPlaneDefault) Error ¶
func (o *UnlockMachineUserInControlPlaneDefault) Error() string
func (*UnlockMachineUserInControlPlaneDefault) GetPayload ¶
func (o *UnlockMachineUserInControlPlaneDefault) GetPayload() *models.Error
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 ¶
func (o *UnlockMachineUserInControlPlaneDefault) IsCode(code int) bool
IsCode returns true when this unlock machine user in control plane default response a status code equal to that given
func (*UnlockMachineUserInControlPlaneDefault) IsRedirect ¶
func (o *UnlockMachineUserInControlPlaneDefault) IsRedirect() bool
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 ¶
func (o *UnlockMachineUserInControlPlaneDefault) IsSuccess() bool
IsSuccess returns true when this unlock machine user in control plane default response has a 2xx status code
func (*UnlockMachineUserInControlPlaneDefault) String ¶
func (o *UnlockMachineUserInControlPlaneDefault) String() 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 ¶
func (o *UnlockMachineUserInControlPlaneOK) Code() int
Code gets the status code for the unlock machine user in control plane o k response
func (*UnlockMachineUserInControlPlaneOK) Error ¶
func (o *UnlockMachineUserInControlPlaneOK) Error() string
func (*UnlockMachineUserInControlPlaneOK) GetPayload ¶
func (o *UnlockMachineUserInControlPlaneOK) GetPayload() *models.UnlockMachineUserInControlPlaneResponse
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 ¶
func (o *UnlockMachineUserInControlPlaneOK) String() 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 ¶
func (o *UnlockMachineUserInControlPlaneParams) SetContext(ctx context.Context)
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 ¶
func (o *UnlockMachineUserInControlPlaneParams) SetInput(input *models.UnlockMachineUserInControlPlaneRequest)
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 ¶
func (o *UnlockMachineUserInControlPlaneParams) WithContext(ctx context.Context) *UnlockMachineUserInControlPlaneParams
WithContext adds the context to the unlock machine user in control plane params
func (*UnlockMachineUserInControlPlaneParams) WithDefaults ¶
func (o *UnlockMachineUserInControlPlaneParams) WithDefaults() *UnlockMachineUserInControlPlaneParams
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 ¶
func (o *UnlockMachineUserInControlPlaneParams) WithHTTPClient(client *http.Client) *UnlockMachineUserInControlPlaneParams
WithHTTPClient adds the HTTPClient to the unlock machine user in control plane params
func (*UnlockMachineUserInControlPlaneParams) WithInput ¶
func (o *UnlockMachineUserInControlPlaneParams) WithInput(input *models.UnlockMachineUserInControlPlaneRequest) *UnlockMachineUserInControlPlaneParams
WithInput adds the input to the unlock machine user in control plane params
func (*UnlockMachineUserInControlPlaneParams) WithTimeout ¶
func (o *UnlockMachineUserInControlPlaneParams) WithTimeout(timeout time.Duration) *UnlockMachineUserInControlPlaneParams
WithTimeout adds the timeout to the unlock machine user in control plane params
func (*UnlockMachineUserInControlPlaneParams) WriteToRequest ¶
func (o *UnlockMachineUserInControlPlaneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnlockUserInControlPlaneDefault) Code() int
Code gets the status code for the unlock user in control plane default response
func (*UnlockUserInControlPlaneDefault) Error ¶
func (o *UnlockUserInControlPlaneDefault) Error() string
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 ¶
func (o *UnlockUserInControlPlaneDefault) String() 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 (o *UnlockUserInControlPlaneOK) Error() string
func (*UnlockUserInControlPlaneOK) GetPayload ¶
func (o *UnlockUserInControlPlaneOK) GetPayload() *models.UnlockUserInControlPlaneResponse
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 ¶
func (o *UnlockUserInControlPlaneParams) SetInput(input *models.UnlockUserInControlPlaneRequest)
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 ¶
func (o *UnlockUserInControlPlaneParams) WithContext(ctx context.Context) *UnlockUserInControlPlaneParams
WithContext adds the context to the unlock user in control plane params
func (*UnlockUserInControlPlaneParams) WithDefaults ¶
func (o *UnlockUserInControlPlaneParams) WithDefaults() *UnlockUserInControlPlaneParams
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 ¶
func (o *UnlockUserInControlPlaneParams) WithHTTPClient(client *http.Client) *UnlockUserInControlPlaneParams
WithHTTPClient adds the HTTPClient to the unlock user in control plane params
func (*UnlockUserInControlPlaneParams) WithInput ¶
func (o *UnlockUserInControlPlaneParams) WithInput(input *models.UnlockUserInControlPlaneRequest) *UnlockUserInControlPlaneParams
WithInput adds the input to the unlock user in control plane params
func (*UnlockUserInControlPlaneParams) WithTimeout ¶
func (o *UnlockUserInControlPlaneParams) WithTimeout(timeout time.Duration) *UnlockUserInControlPlaneParams
WithTimeout adds the timeout to the unlock user in control plane params
func (*UnlockUserInControlPlaneParams) WriteToRequest ¶
func (o *UnlockUserInControlPlaneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) Code() int
Code gets the status code for the unset workload password min lifetime default response
func (*UnsetWorkloadPasswordMinLifetimeDefault) Error ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) Error() string
func (*UnsetWorkloadPasswordMinLifetimeDefault) GetPayload ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) GetPayload() *models.Error
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsCode(code int) bool
IsCode returns true when this unset workload password min lifetime default response a status code equal to that given
func (*UnsetWorkloadPasswordMinLifetimeDefault) IsRedirect ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsRedirect() bool
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) IsSuccess() bool
IsSuccess returns true when this unset workload password min lifetime default response has a 2xx status code
func (*UnsetWorkloadPasswordMinLifetimeDefault) String ¶
func (o *UnsetWorkloadPasswordMinLifetimeDefault) String() 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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) Code() int
Code gets the status code for the unset workload password min lifetime o k response
func (*UnsetWorkloadPasswordMinLifetimeOK) Error ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) Error() string
func (*UnsetWorkloadPasswordMinLifetimeOK) GetPayload ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) GetPayload() models.UnsetWorkloadPasswordMinLifetimeResponse
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) IsCode(code int) bool
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) IsSuccess() bool
IsSuccess returns true when this unset workload password min lifetime o k response has a 2xx status code
func (*UnsetWorkloadPasswordMinLifetimeOK) String ¶
func (o *UnsetWorkloadPasswordMinLifetimeOK) String() 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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) SetContext(ctx context.Context)
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) SetInput(input *models.UnsetWorkloadPasswordMinLifetimeRequest)
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WithContext(ctx context.Context) *UnsetWorkloadPasswordMinLifetimeParams
WithContext adds the context to the unset workload password min lifetime params
func (*UnsetWorkloadPasswordMinLifetimeParams) WithDefaults ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WithDefaults() *UnsetWorkloadPasswordMinLifetimeParams
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 ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WithHTTPClient(client *http.Client) *UnsetWorkloadPasswordMinLifetimeParams
WithHTTPClient adds the HTTPClient to the unset workload password min lifetime params
func (*UnsetWorkloadPasswordMinLifetimeParams) WithInput ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WithInput(input *models.UnsetWorkloadPasswordMinLifetimeRequest) *UnsetWorkloadPasswordMinLifetimeParams
WithInput adds the input to the unset workload password min lifetime params
func (*UnsetWorkloadPasswordMinLifetimeParams) WithTimeout ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WithTimeout(timeout time.Duration) *UnsetWorkloadPasswordMinLifetimeParams
WithTimeout adds the timeout to the unset workload password min lifetime params
func (*UnsetWorkloadPasswordMinLifetimeParams) WriteToRequest ¶
func (o *UnsetWorkloadPasswordMinLifetimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UnsetWorkloadPasswordPolicyDefault) Code() int
Code gets the status code for the unset workload password policy default response
func (*UnsetWorkloadPasswordPolicyDefault) Error ¶
func (o *UnsetWorkloadPasswordPolicyDefault) Error() string
func (*UnsetWorkloadPasswordPolicyDefault) GetPayload ¶
func (o *UnsetWorkloadPasswordPolicyDefault) GetPayload() *models.Error
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 ¶
func (o *UnsetWorkloadPasswordPolicyDefault) IsCode(code int) bool
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 ¶
func (o *UnsetWorkloadPasswordPolicyDefault) IsSuccess() bool
IsSuccess returns true when this unset workload password policy default response has a 2xx status code
func (*UnsetWorkloadPasswordPolicyDefault) String ¶
func (o *UnsetWorkloadPasswordPolicyDefault) String() 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 ¶
func (o *UnsetWorkloadPasswordPolicyOK) Code() int
Code gets the status code for the unset workload password policy o k response
func (*UnsetWorkloadPasswordPolicyOK) Error ¶
func (o *UnsetWorkloadPasswordPolicyOK) Error() string
func (*UnsetWorkloadPasswordPolicyOK) GetPayload ¶
func (o *UnsetWorkloadPasswordPolicyOK) GetPayload() models.UnsetWorkloadPasswordPolicyResponse
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 ¶
func (o *UnsetWorkloadPasswordPolicyOK) String() 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 ¶
func (o *UnsetWorkloadPasswordPolicyParams) SetContext(ctx context.Context)
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 ¶
func (o *UnsetWorkloadPasswordPolicyParams) SetInput(input *models.UnsetWorkloadPasswordPolicyRequest)
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 ¶
func (o *UnsetWorkloadPasswordPolicyParams) WithContext(ctx context.Context) *UnsetWorkloadPasswordPolicyParams
WithContext adds the context to the unset workload password policy params
func (*UnsetWorkloadPasswordPolicyParams) WithDefaults ¶
func (o *UnsetWorkloadPasswordPolicyParams) WithDefaults() *UnsetWorkloadPasswordPolicyParams
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 ¶
func (o *UnsetWorkloadPasswordPolicyParams) WithHTTPClient(client *http.Client) *UnsetWorkloadPasswordPolicyParams
WithHTTPClient adds the HTTPClient to the unset workload password policy params
func (*UnsetWorkloadPasswordPolicyParams) WithInput ¶
func (o *UnsetWorkloadPasswordPolicyParams) WithInput(input *models.UnsetWorkloadPasswordPolicyRequest) *UnsetWorkloadPasswordPolicyParams
WithInput adds the input to the unset workload password policy params
func (*UnsetWorkloadPasswordPolicyParams) WithTimeout ¶
func (o *UnsetWorkloadPasswordPolicyParams) WithTimeout(timeout time.Duration) *UnsetWorkloadPasswordPolicyParams
WithTimeout adds the timeout to the unset workload password policy params
func (*UnsetWorkloadPasswordPolicyParams) WriteToRequest ¶
func (o *UnsetWorkloadPasswordPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateAccessKeyOK) GetPayload() *models.UpdateAccessKeyResponse
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 ¶
func (o *UpdateAccessKeyParams) SetInput(input *models.UpdateAccessKeyRequest)
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 ¶
func (o *UpdateAccessKeyParams) WithContext(ctx context.Context) *UpdateAccessKeyParams
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 ¶
func (o *UpdateAccessKeyParams) WithInput(input *models.UpdateAccessKeyRequest) *UpdateAccessKeyParams
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 ¶
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 ¶
func (o *UpdateGroupParams) WithInput(input *models.UpdateGroupRequest) *UpdateGroupParams
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 (o *UpdateSamlProviderOK) GetPayload() *models.UpdateSamlProviderResponse
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 ¶
func (o *UpdateSamlProviderParams) SetInput(input *models.UpdateSamlProviderRequest)
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 ¶
func (o *UpdateSamlProviderParams) WithContext(ctx context.Context) *UpdateSamlProviderParams
WithContext adds the context to the update saml provider params
func (*UpdateSamlProviderParams) WithDefaults ¶
func (o *UpdateSamlProviderParams) WithDefaults() *UpdateSamlProviderParams
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 ¶
func (o *UpdateSamlProviderParams) WithInput(input *models.UpdateSamlProviderRequest) *UpdateSamlProviderParams
WithInput adds the input to the update saml provider params
func (*UpdateSamlProviderParams) WithTimeout ¶
func (o *UpdateSamlProviderParams) WithTimeout(timeout time.Duration) *UpdateSamlProviderParams
WithTimeout adds the timeout to the update saml provider params
func (*UpdateSamlProviderParams) WriteToRequest ¶
func (o *UpdateSamlProviderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *UpdateUserParams) WithInput(input *models.UpdateUserRequest) *UpdateUserParams
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 ¶
- add_machine_user_to_group_parameters.go
- add_machine_user_to_group_responses.go
- add_ssh_public_key_parameters.go
- add_ssh_public_key_responses.go
- add_user_to_group_parameters.go
- add_user_to_group_responses.go
- assign_azure_cloud_identity_parameters.go
- assign_azure_cloud_identity_responses.go
- assign_group_resource_role_parameters.go
- assign_group_resource_role_responses.go
- assign_group_role_parameters.go
- assign_group_role_responses.go
- assign_machine_user_resource_role_parameters.go
- assign_machine_user_resource_role_responses.go
- assign_machine_user_role_parameters.go
- assign_machine_user_role_responses.go
- assign_service_principal_azure_cloud_identity_parameters.go
- assign_service_principal_azure_cloud_identity_responses.go
- assign_user_resource_role_parameters.go
- assign_user_resource_role_responses.go
- assign_user_role_parameters.go
- assign_user_role_responses.go
- create_group_parameters.go
- create_group_responses.go
- create_machine_user_access_key_parameters.go
- create_machine_user_access_key_responses.go
- create_machine_user_parameters.go
- create_machine_user_responses.go
- create_saml_provider_parameters.go
- create_saml_provider_responses.go
- create_scim_access_token_parameters.go
- create_scim_access_token_responses.go
- create_user_access_key_parameters.go
- create_user_access_key_responses.go
- create_user_parameters.go
- create_user_responses.go
- delete_access_key_parameters.go
- delete_access_key_responses.go
- delete_group_parameters.go
- delete_group_responses.go
- delete_machine_user_parameters.go
- delete_machine_user_responses.go
- delete_saml_provider_parameters.go
- delete_saml_provider_responses.go
- delete_scim_access_token_parameters.go
- delete_scim_access_token_responses.go
- delete_ssh_public_key_parameters.go
- delete_ssh_public_key_responses.go
- delete_user_parameters.go
- delete_user_responses.go
- describe_saml_provider_parameters.go
- describe_saml_provider_responses.go
- describe_ssh_public_key_parameters.go
- describe_ssh_public_key_responses.go
- disable_cloudera_s_s_o_login_parameters.go
- disable_cloudera_s_s_o_login_responses.go
- enable_cloudera_s_s_o_login_parameters.go
- enable_cloudera_s_s_o_login_responses.go
- generate_workload_auth_token_parameters.go
- generate_workload_auth_token_responses.go
- get_access_key_parameters.go
- get_access_key_responses.go
- get_account_messages_parameters.go
- get_account_messages_responses.go
- get_account_parameters.go
- get_account_responses.go
- get_user_parameters.go
- get_user_responses.go
- list_access_keys_parameters.go
- list_access_keys_responses.go
- list_group_assigned_resource_roles_parameters.go
- list_group_assigned_resource_roles_responses.go
- list_group_assigned_roles_parameters.go
- list_group_assigned_roles_responses.go
- list_group_members_parameters.go
- list_group_members_responses.go
- list_groups_for_machine_user_parameters.go
- list_groups_for_machine_user_responses.go
- list_groups_for_user_parameters.go
- list_groups_for_user_responses.go
- list_groups_parameters.go
- list_groups_responses.go
- list_machine_user_assigned_resource_roles_parameters.go
- list_machine_user_assigned_resource_roles_responses.go
- list_machine_user_assigned_roles_parameters.go
- list_machine_user_assigned_roles_responses.go
- list_machine_users_parameters.go
- list_machine_users_responses.go
- list_resource_assignees_parameters.go
- list_resource_assignees_responses.go
- list_resource_roles_parameters.go
- list_resource_roles_responses.go
- list_roles_parameters.go
- list_roles_responses.go
- list_saml_providers_parameters.go
- list_saml_providers_responses.go
- list_scim_access_tokens_parameters.go
- list_scim_access_tokens_responses.go
- list_service_principal_cloud_identities_parameters.go
- list_service_principal_cloud_identities_responses.go
- list_ssh_public_keys_parameters.go
- list_ssh_public_keys_responses.go
- list_user_assigned_resource_roles_parameters.go
- list_user_assigned_resource_roles_responses.go
- list_user_assigned_roles_parameters.go
- list_user_assigned_roles_responses.go
- list_users_parameters.go
- list_users_responses.go
- operations_client.go
- remove_machine_user_from_group_parameters.go
- remove_machine_user_from_group_responses.go
- remove_user_from_group_parameters.go
- remove_user_from_group_responses.go
- set_account_messages_parameters.go
- set_account_messages_responses.go
- set_authentication_policy_parameters.go
- set_authentication_policy_responses.go
- set_workload_password_parameters.go
- set_workload_password_policy_parameters.go
- set_workload_password_policy_responses.go
- set_workload_password_responses.go
- unassign_azure_cloud_identity_parameters.go
- unassign_azure_cloud_identity_responses.go
- unassign_group_resource_role_parameters.go
- unassign_group_resource_role_responses.go
- unassign_group_role_parameters.go
- unassign_group_role_responses.go
- unassign_machine_user_resource_role_parameters.go
- unassign_machine_user_resource_role_responses.go
- unassign_machine_user_role_parameters.go
- unassign_machine_user_role_responses.go
- unassign_service_principal_azure_cloud_identity_parameters.go
- unassign_service_principal_azure_cloud_identity_responses.go
- unassign_user_resource_role_parameters.go
- unassign_user_resource_role_responses.go
- unassign_user_role_parameters.go
- unassign_user_role_responses.go
- unlock_machine_user_in_control_plane_parameters.go
- unlock_machine_user_in_control_plane_responses.go
- unlock_user_in_control_plane_parameters.go
- unlock_user_in_control_plane_responses.go
- unset_workload_password_min_lifetime_parameters.go
- unset_workload_password_min_lifetime_responses.go
- unset_workload_password_policy_parameters.go
- unset_workload_password_policy_responses.go
- update_access_key_parameters.go
- update_access_key_responses.go
- update_group_parameters.go
- update_group_responses.go
- update_saml_provider_parameters.go
- update_saml_provider_responses.go
- update_user_parameters.go
- update_user_responses.go