Documentation ¶
Index ¶
- type Client
- func (a *Client) SecretsChoicesList(params *SecretsChoicesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesListOK, error)
- func (a *Client) SecretsChoicesRead(params *SecretsChoicesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesReadOK, error)
- func (a *Client) SecretsGenerateRsaKeyPairList(params *SecretsGenerateRsaKeyPairListParams, ...) (*SecretsGenerateRsaKeyPairListOK, error)
- func (a *Client) SecretsGetSessionKeyCreate(params *SecretsGetSessionKeyCreateParams, ...) (*SecretsGetSessionKeyCreateCreated, error)
- func (a *Client) SecretsSecretRolesCreate(params *SecretsSecretRolesCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesCreateCreated, error)
- func (a *Client) SecretsSecretRolesDelete(params *SecretsSecretRolesDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesDeleteNoContent, error)
- func (a *Client) SecretsSecretRolesList(params *SecretsSecretRolesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesListOK, error)
- func (a *Client) SecretsSecretRolesPartialUpdate(params *SecretsSecretRolesPartialUpdateParams, ...) (*SecretsSecretRolesPartialUpdateOK, error)
- func (a *Client) SecretsSecretRolesRead(params *SecretsSecretRolesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesReadOK, error)
- func (a *Client) SecretsSecretRolesUpdate(params *SecretsSecretRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesUpdateOK, error)
- func (a *Client) SecretsSecretsCreate(params *SecretsSecretsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsCreateCreated, error)
- func (a *Client) SecretsSecretsDelete(params *SecretsSecretsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsDeleteNoContent, error)
- func (a *Client) SecretsSecretsList(params *SecretsSecretsListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsListOK, error)
- func (a *Client) SecretsSecretsPartialUpdate(params *SecretsSecretsPartialUpdateParams, ...) (*SecretsSecretsPartialUpdateOK, error)
- func (a *Client) SecretsSecretsRead(params *SecretsSecretsReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsReadOK, error)
- func (a *Client) SecretsSecretsUpdate(params *SecretsSecretsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsUpdateOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type SecretsChoicesListOK
- type SecretsChoicesListParams
- func NewSecretsChoicesListParams() *SecretsChoicesListParams
- func NewSecretsChoicesListParamsWithContext(ctx context.Context) *SecretsChoicesListParams
- func NewSecretsChoicesListParamsWithHTTPClient(client *http.Client) *SecretsChoicesListParams
- func NewSecretsChoicesListParamsWithTimeout(timeout time.Duration) *SecretsChoicesListParams
- func (o *SecretsChoicesListParams) SetContext(ctx context.Context)
- func (o *SecretsChoicesListParams) SetHTTPClient(client *http.Client)
- func (o *SecretsChoicesListParams) SetTimeout(timeout time.Duration)
- func (o *SecretsChoicesListParams) WithContext(ctx context.Context) *SecretsChoicesListParams
- func (o *SecretsChoicesListParams) WithHTTPClient(client *http.Client) *SecretsChoicesListParams
- func (o *SecretsChoicesListParams) WithTimeout(timeout time.Duration) *SecretsChoicesListParams
- func (o *SecretsChoicesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsChoicesListReader
- type SecretsChoicesReadOK
- type SecretsChoicesReadParams
- func NewSecretsChoicesReadParams() *SecretsChoicesReadParams
- func NewSecretsChoicesReadParamsWithContext(ctx context.Context) *SecretsChoicesReadParams
- func NewSecretsChoicesReadParamsWithHTTPClient(client *http.Client) *SecretsChoicesReadParams
- func NewSecretsChoicesReadParamsWithTimeout(timeout time.Duration) *SecretsChoicesReadParams
- func (o *SecretsChoicesReadParams) SetContext(ctx context.Context)
- func (o *SecretsChoicesReadParams) SetHTTPClient(client *http.Client)
- func (o *SecretsChoicesReadParams) SetID(id string)
- func (o *SecretsChoicesReadParams) SetTimeout(timeout time.Duration)
- func (o *SecretsChoicesReadParams) WithContext(ctx context.Context) *SecretsChoicesReadParams
- func (o *SecretsChoicesReadParams) WithHTTPClient(client *http.Client) *SecretsChoicesReadParams
- func (o *SecretsChoicesReadParams) WithID(id string) *SecretsChoicesReadParams
- func (o *SecretsChoicesReadParams) WithTimeout(timeout time.Duration) *SecretsChoicesReadParams
- func (o *SecretsChoicesReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsChoicesReadReader
- type SecretsGenerateRsaKeyPairListOK
- type SecretsGenerateRsaKeyPairListParams
- func NewSecretsGenerateRsaKeyPairListParams() *SecretsGenerateRsaKeyPairListParams
- func NewSecretsGenerateRsaKeyPairListParamsWithContext(ctx context.Context) *SecretsGenerateRsaKeyPairListParams
- func NewSecretsGenerateRsaKeyPairListParamsWithHTTPClient(client *http.Client) *SecretsGenerateRsaKeyPairListParams
- func NewSecretsGenerateRsaKeyPairListParamsWithTimeout(timeout time.Duration) *SecretsGenerateRsaKeyPairListParams
- func (o *SecretsGenerateRsaKeyPairListParams) SetContext(ctx context.Context)
- func (o *SecretsGenerateRsaKeyPairListParams) SetHTTPClient(client *http.Client)
- func (o *SecretsGenerateRsaKeyPairListParams) SetTimeout(timeout time.Duration)
- func (o *SecretsGenerateRsaKeyPairListParams) WithContext(ctx context.Context) *SecretsGenerateRsaKeyPairListParams
- func (o *SecretsGenerateRsaKeyPairListParams) WithHTTPClient(client *http.Client) *SecretsGenerateRsaKeyPairListParams
- func (o *SecretsGenerateRsaKeyPairListParams) WithTimeout(timeout time.Duration) *SecretsGenerateRsaKeyPairListParams
- func (o *SecretsGenerateRsaKeyPairListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsGenerateRsaKeyPairListReader
- type SecretsGetSessionKeyCreateCreated
- type SecretsGetSessionKeyCreateParams
- func NewSecretsGetSessionKeyCreateParams() *SecretsGetSessionKeyCreateParams
- func NewSecretsGetSessionKeyCreateParamsWithContext(ctx context.Context) *SecretsGetSessionKeyCreateParams
- func NewSecretsGetSessionKeyCreateParamsWithHTTPClient(client *http.Client) *SecretsGetSessionKeyCreateParams
- func NewSecretsGetSessionKeyCreateParamsWithTimeout(timeout time.Duration) *SecretsGetSessionKeyCreateParams
- func (o *SecretsGetSessionKeyCreateParams) SetContext(ctx context.Context)
- func (o *SecretsGetSessionKeyCreateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsGetSessionKeyCreateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsGetSessionKeyCreateParams) WithContext(ctx context.Context) *SecretsGetSessionKeyCreateParams
- func (o *SecretsGetSessionKeyCreateParams) WithHTTPClient(client *http.Client) *SecretsGetSessionKeyCreateParams
- func (o *SecretsGetSessionKeyCreateParams) WithTimeout(timeout time.Duration) *SecretsGetSessionKeyCreateParams
- func (o *SecretsGetSessionKeyCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsGetSessionKeyCreateReader
- type SecretsSecretRolesCreateCreated
- type SecretsSecretRolesCreateParams
- func NewSecretsSecretRolesCreateParams() *SecretsSecretRolesCreateParams
- func NewSecretsSecretRolesCreateParamsWithContext(ctx context.Context) *SecretsSecretRolesCreateParams
- func NewSecretsSecretRolesCreateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesCreateParams
- func NewSecretsSecretRolesCreateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesCreateParams
- func (o *SecretsSecretRolesCreateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesCreateParams) SetData(data *models.SecretRole)
- func (o *SecretsSecretRolesCreateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesCreateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesCreateParams) WithContext(ctx context.Context) *SecretsSecretRolesCreateParams
- func (o *SecretsSecretRolesCreateParams) WithData(data *models.SecretRole) *SecretsSecretRolesCreateParams
- func (o *SecretsSecretRolesCreateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesCreateParams
- func (o *SecretsSecretRolesCreateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesCreateParams
- func (o *SecretsSecretRolesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesCreateReader
- type SecretsSecretRolesDeleteNoContent
- type SecretsSecretRolesDeleteParams
- func NewSecretsSecretRolesDeleteParams() *SecretsSecretRolesDeleteParams
- func NewSecretsSecretRolesDeleteParamsWithContext(ctx context.Context) *SecretsSecretRolesDeleteParams
- func NewSecretsSecretRolesDeleteParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesDeleteParams
- func NewSecretsSecretRolesDeleteParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesDeleteParams
- func (o *SecretsSecretRolesDeleteParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesDeleteParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesDeleteParams) SetID(id int64)
- func (o *SecretsSecretRolesDeleteParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesDeleteParams) WithContext(ctx context.Context) *SecretsSecretRolesDeleteParams
- func (o *SecretsSecretRolesDeleteParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesDeleteParams
- func (o *SecretsSecretRolesDeleteParams) WithID(id int64) *SecretsSecretRolesDeleteParams
- func (o *SecretsSecretRolesDeleteParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesDeleteParams
- func (o *SecretsSecretRolesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesDeleteReader
- type SecretsSecretRolesListOK
- type SecretsSecretRolesListOKBody
- type SecretsSecretRolesListParams
- func NewSecretsSecretRolesListParams() *SecretsSecretRolesListParams
- func NewSecretsSecretRolesListParamsWithContext(ctx context.Context) *SecretsSecretRolesListParams
- func NewSecretsSecretRolesListParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesListParams
- func NewSecretsSecretRolesListParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesListParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesListParams) SetID(id *string)
- func (o *SecretsSecretRolesListParams) SetLimit(limit *int64)
- func (o *SecretsSecretRolesListParams) SetName(name *string)
- func (o *SecretsSecretRolesListParams) SetOffset(offset *int64)
- func (o *SecretsSecretRolesListParams) SetQ(q *string)
- func (o *SecretsSecretRolesListParams) SetSlug(slug *string)
- func (o *SecretsSecretRolesListParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesListParams) WithContext(ctx context.Context) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithID(id *string) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithLimit(limit *int64) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithName(name *string) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithOffset(offset *int64) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithQ(q *string) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithSlug(slug *string) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesListParams
- func (o *SecretsSecretRolesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesListReader
- type SecretsSecretRolesPartialUpdateOK
- type SecretsSecretRolesPartialUpdateParams
- func NewSecretsSecretRolesPartialUpdateParams() *SecretsSecretRolesPartialUpdateParams
- func NewSecretsSecretRolesPartialUpdateParamsWithContext(ctx context.Context) *SecretsSecretRolesPartialUpdateParams
- func NewSecretsSecretRolesPartialUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesPartialUpdateParams
- func NewSecretsSecretRolesPartialUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesPartialUpdateParams) SetData(data *models.SecretRole)
- func (o *SecretsSecretRolesPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesPartialUpdateParams) SetID(id int64)
- func (o *SecretsSecretRolesPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesPartialUpdateParams) WithContext(ctx context.Context) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) WithData(data *models.SecretRole) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) WithID(id int64) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesPartialUpdateParams
- func (o *SecretsSecretRolesPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesPartialUpdateReader
- type SecretsSecretRolesReadOK
- type SecretsSecretRolesReadParams
- func NewSecretsSecretRolesReadParams() *SecretsSecretRolesReadParams
- func NewSecretsSecretRolesReadParamsWithContext(ctx context.Context) *SecretsSecretRolesReadParams
- func NewSecretsSecretRolesReadParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesReadParams
- func NewSecretsSecretRolesReadParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesReadParams
- func (o *SecretsSecretRolesReadParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesReadParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesReadParams) SetID(id int64)
- func (o *SecretsSecretRolesReadParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesReadParams) WithContext(ctx context.Context) *SecretsSecretRolesReadParams
- func (o *SecretsSecretRolesReadParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesReadParams
- func (o *SecretsSecretRolesReadParams) WithID(id int64) *SecretsSecretRolesReadParams
- func (o *SecretsSecretRolesReadParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesReadParams
- func (o *SecretsSecretRolesReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesReadReader
- type SecretsSecretRolesUpdateOK
- type SecretsSecretRolesUpdateParams
- func NewSecretsSecretRolesUpdateParams() *SecretsSecretRolesUpdateParams
- func NewSecretsSecretRolesUpdateParamsWithContext(ctx context.Context) *SecretsSecretRolesUpdateParams
- func NewSecretsSecretRolesUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesUpdateParams
- func NewSecretsSecretRolesUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretRolesUpdateParams) SetData(data *models.SecretRole)
- func (o *SecretsSecretRolesUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretRolesUpdateParams) SetID(id int64)
- func (o *SecretsSecretRolesUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretRolesUpdateParams) WithContext(ctx context.Context) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) WithData(data *models.SecretRole) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) WithID(id int64) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesUpdateParams
- func (o *SecretsSecretRolesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretRolesUpdateReader
- type SecretsSecretsCreateCreated
- type SecretsSecretsCreateParams
- func NewSecretsSecretsCreateParams() *SecretsSecretsCreateParams
- func NewSecretsSecretsCreateParamsWithContext(ctx context.Context) *SecretsSecretsCreateParams
- func NewSecretsSecretsCreateParamsWithHTTPClient(client *http.Client) *SecretsSecretsCreateParams
- func NewSecretsSecretsCreateParamsWithTimeout(timeout time.Duration) *SecretsSecretsCreateParams
- func (o *SecretsSecretsCreateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsCreateParams) SetData(data *models.WritableSecret)
- func (o *SecretsSecretsCreateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsCreateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsCreateParams) WithContext(ctx context.Context) *SecretsSecretsCreateParams
- func (o *SecretsSecretsCreateParams) WithData(data *models.WritableSecret) *SecretsSecretsCreateParams
- func (o *SecretsSecretsCreateParams) WithHTTPClient(client *http.Client) *SecretsSecretsCreateParams
- func (o *SecretsSecretsCreateParams) WithTimeout(timeout time.Duration) *SecretsSecretsCreateParams
- func (o *SecretsSecretsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsCreateReader
- type SecretsSecretsDeleteNoContent
- type SecretsSecretsDeleteParams
- func NewSecretsSecretsDeleteParams() *SecretsSecretsDeleteParams
- func NewSecretsSecretsDeleteParamsWithContext(ctx context.Context) *SecretsSecretsDeleteParams
- func NewSecretsSecretsDeleteParamsWithHTTPClient(client *http.Client) *SecretsSecretsDeleteParams
- func NewSecretsSecretsDeleteParamsWithTimeout(timeout time.Duration) *SecretsSecretsDeleteParams
- func (o *SecretsSecretsDeleteParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsDeleteParams) SetID(id int64)
- func (o *SecretsSecretsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsDeleteParams) WithContext(ctx context.Context) *SecretsSecretsDeleteParams
- func (o *SecretsSecretsDeleteParams) WithHTTPClient(client *http.Client) *SecretsSecretsDeleteParams
- func (o *SecretsSecretsDeleteParams) WithID(id int64) *SecretsSecretsDeleteParams
- func (o *SecretsSecretsDeleteParams) WithTimeout(timeout time.Duration) *SecretsSecretsDeleteParams
- func (o *SecretsSecretsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsDeleteReader
- type SecretsSecretsListOK
- type SecretsSecretsListOKBody
- type SecretsSecretsListParams
- func NewSecretsSecretsListParams() *SecretsSecretsListParams
- func NewSecretsSecretsListParamsWithContext(ctx context.Context) *SecretsSecretsListParams
- func NewSecretsSecretsListParamsWithHTTPClient(client *http.Client) *SecretsSecretsListParams
- func NewSecretsSecretsListParamsWithTimeout(timeout time.Duration) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsListParams) SetCreated(created *string)
- func (o *SecretsSecretsListParams) SetCreatedGte(createdGte *string)
- func (o *SecretsSecretsListParams) SetCreatedLte(createdLte *string)
- func (o *SecretsSecretsListParams) SetDevice(device *string)
- func (o *SecretsSecretsListParams) SetDeviceID(deviceID *string)
- func (o *SecretsSecretsListParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsListParams) SetIDIn(iDIn *string)
- func (o *SecretsSecretsListParams) SetLastUpdated(lastUpdated *string)
- func (o *SecretsSecretsListParams) SetLastUpdatedGte(lastUpdatedGte *string)
- func (o *SecretsSecretsListParams) SetLastUpdatedLte(lastUpdatedLte *string)
- func (o *SecretsSecretsListParams) SetLimit(limit *int64)
- func (o *SecretsSecretsListParams) SetName(name *string)
- func (o *SecretsSecretsListParams) SetOffset(offset *int64)
- func (o *SecretsSecretsListParams) SetQ(q *string)
- func (o *SecretsSecretsListParams) SetRole(role *string)
- func (o *SecretsSecretsListParams) SetRoleID(roleID *string)
- func (o *SecretsSecretsListParams) SetTag(tag *string)
- func (o *SecretsSecretsListParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsListParams) WithContext(ctx context.Context) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithCreated(created *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithCreatedGte(createdGte *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithCreatedLte(createdLte *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithDevice(device *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithDeviceID(deviceID *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithHTTPClient(client *http.Client) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithIDIn(iDIn *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithLastUpdated(lastUpdated *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithLastUpdatedGte(lastUpdatedGte *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithLastUpdatedLte(lastUpdatedLte *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithLimit(limit *int64) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithName(name *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithOffset(offset *int64) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithQ(q *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithRole(role *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithRoleID(roleID *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithTag(tag *string) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WithTimeout(timeout time.Duration) *SecretsSecretsListParams
- func (o *SecretsSecretsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsListReader
- type SecretsSecretsPartialUpdateOK
- type SecretsSecretsPartialUpdateParams
- func NewSecretsSecretsPartialUpdateParams() *SecretsSecretsPartialUpdateParams
- func NewSecretsSecretsPartialUpdateParamsWithContext(ctx context.Context) *SecretsSecretsPartialUpdateParams
- func NewSecretsSecretsPartialUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretsPartialUpdateParams
- func NewSecretsSecretsPartialUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsPartialUpdateParams) SetData(data *models.WritableSecret)
- func (o *SecretsSecretsPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsPartialUpdateParams) SetID(id int64)
- func (o *SecretsSecretsPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsPartialUpdateParams) WithContext(ctx context.Context) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) WithData(data *models.WritableSecret) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) WithID(id int64) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretsPartialUpdateParams
- func (o *SecretsSecretsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsPartialUpdateReader
- type SecretsSecretsReadOK
- type SecretsSecretsReadParams
- func NewSecretsSecretsReadParams() *SecretsSecretsReadParams
- func NewSecretsSecretsReadParamsWithContext(ctx context.Context) *SecretsSecretsReadParams
- func NewSecretsSecretsReadParamsWithHTTPClient(client *http.Client) *SecretsSecretsReadParams
- func NewSecretsSecretsReadParamsWithTimeout(timeout time.Duration) *SecretsSecretsReadParams
- func (o *SecretsSecretsReadParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsReadParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsReadParams) SetID(id int64)
- func (o *SecretsSecretsReadParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsReadParams) WithContext(ctx context.Context) *SecretsSecretsReadParams
- func (o *SecretsSecretsReadParams) WithHTTPClient(client *http.Client) *SecretsSecretsReadParams
- func (o *SecretsSecretsReadParams) WithID(id int64) *SecretsSecretsReadParams
- func (o *SecretsSecretsReadParams) WithTimeout(timeout time.Duration) *SecretsSecretsReadParams
- func (o *SecretsSecretsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsReadReader
- type SecretsSecretsUpdateOK
- type SecretsSecretsUpdateParams
- func NewSecretsSecretsUpdateParams() *SecretsSecretsUpdateParams
- func NewSecretsSecretsUpdateParamsWithContext(ctx context.Context) *SecretsSecretsUpdateParams
- func NewSecretsSecretsUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretsUpdateParams
- func NewSecretsSecretsUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) SetContext(ctx context.Context)
- func (o *SecretsSecretsUpdateParams) SetData(data *models.WritableSecret)
- func (o *SecretsSecretsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SecretsSecretsUpdateParams) SetID(id int64)
- func (o *SecretsSecretsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SecretsSecretsUpdateParams) WithContext(ctx context.Context) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) WithData(data *models.WritableSecret) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) WithID(id int64) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretsUpdateParams
- func (o *SecretsSecretsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretsSecretsUpdateReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for secrets API
func (*Client) SecretsChoicesList ¶
func (a *Client) SecretsChoicesList(params *SecretsChoicesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesListOK, error)
SecretsChoicesList secrets choices list API
func (*Client) SecretsChoicesRead ¶
func (a *Client) SecretsChoicesRead(params *SecretsChoicesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesReadOK, error)
SecretsChoicesRead secrets choices read API
func (*Client) SecretsGenerateRsaKeyPairList ¶
func (a *Client) SecretsGenerateRsaKeyPairList(params *SecretsGenerateRsaKeyPairListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsGenerateRsaKeyPairListOK, error)
SecretsGenerateRsaKeyPairList this endpoint can be used to generate a new r s a key pair the keys are returned in p e m format
{ "public_key": "<public key>", "private_key": "<private key>" }
func (*Client) SecretsGetSessionKeyCreate ¶
func (a *Client) SecretsGetSessionKeyCreate(params *SecretsGetSessionKeyCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsGetSessionKeyCreateCreated, error)
SecretsGetSessionKeyCreate Retrieve a temporary session key to use for encrypting and decrypting secrets via the API. The user's private RSA
key is POSTed with the name `private_key`. An example:
curl -v -X POST -H "Authorization: Token <token>" -H "Accept: application/json; indent=4" \ --data-urlencode "private_key@<filename>" https://netbox/api/secrets/get-session-key/
This request will yield a base64-encoded session key to be included in an `X-Session-Key` header in future requests:
{ "session_key": "+8t4SI6XikgVmB5+/urhozx9O5qCQANyOk1MNe6taRf=" }
This endpoint accepts one optional parameter: `preserve_key`. If True and a session key exists, the existing session key will be returned instead of a new one.
func (*Client) SecretsSecretRolesCreate ¶
func (a *Client) SecretsSecretRolesCreate(params *SecretsSecretRolesCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesCreateCreated, error)
SecretsSecretRolesCreate secrets secret roles create API
func (*Client) SecretsSecretRolesDelete ¶
func (a *Client) SecretsSecretRolesDelete(params *SecretsSecretRolesDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesDeleteNoContent, error)
SecretsSecretRolesDelete secrets secret roles delete API
func (*Client) SecretsSecretRolesList ¶
func (a *Client) SecretsSecretRolesList(params *SecretsSecretRolesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesListOK, error)
SecretsSecretRolesList Call to super to allow for caching
func (*Client) SecretsSecretRolesPartialUpdate ¶
func (a *Client) SecretsSecretRolesPartialUpdate(params *SecretsSecretRolesPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesPartialUpdateOK, error)
SecretsSecretRolesPartialUpdate secrets secret roles partial update API
func (*Client) SecretsSecretRolesRead ¶
func (a *Client) SecretsSecretRolesRead(params *SecretsSecretRolesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesReadOK, error)
SecretsSecretRolesRead Call to super to allow for caching
func (*Client) SecretsSecretRolesUpdate ¶
func (a *Client) SecretsSecretRolesUpdate(params *SecretsSecretRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesUpdateOK, error)
SecretsSecretRolesUpdate secrets secret roles update API
func (*Client) SecretsSecretsCreate ¶
func (a *Client) SecretsSecretsCreate(params *SecretsSecretsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsCreateCreated, error)
SecretsSecretsCreate secrets secrets create API
func (*Client) SecretsSecretsDelete ¶
func (a *Client) SecretsSecretsDelete(params *SecretsSecretsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsDeleteNoContent, error)
SecretsSecretsDelete secrets secrets delete API
func (*Client) SecretsSecretsList ¶
func (a *Client) SecretsSecretsList(params *SecretsSecretsListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsListOK, error)
SecretsSecretsList secrets secrets list API
func (*Client) SecretsSecretsPartialUpdate ¶
func (a *Client) SecretsSecretsPartialUpdate(params *SecretsSecretsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsPartialUpdateOK, error)
SecretsSecretsPartialUpdate secrets secrets partial update API
func (*Client) SecretsSecretsRead ¶
func (a *Client) SecretsSecretsRead(params *SecretsSecretsReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsReadOK, error)
SecretsSecretsRead secrets secrets read API
func (*Client) SecretsSecretsUpdate ¶
func (a *Client) SecretsSecretsUpdate(params *SecretsSecretsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsUpdateOK, error)
SecretsSecretsUpdate secrets secrets update API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { SecretsChoicesList(params *SecretsChoicesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesListOK, error) SecretsChoicesRead(params *SecretsChoicesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsChoicesReadOK, error) SecretsGenerateRsaKeyPairList(params *SecretsGenerateRsaKeyPairListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsGenerateRsaKeyPairListOK, error) SecretsGetSessionKeyCreate(params *SecretsGetSessionKeyCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsGetSessionKeyCreateCreated, error) SecretsSecretRolesCreate(params *SecretsSecretRolesCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesCreateCreated, error) SecretsSecretRolesDelete(params *SecretsSecretRolesDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesDeleteNoContent, error) SecretsSecretRolesList(params *SecretsSecretRolesListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesListOK, error) SecretsSecretRolesPartialUpdate(params *SecretsSecretRolesPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesPartialUpdateOK, error) SecretsSecretRolesRead(params *SecretsSecretRolesReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesReadOK, error) SecretsSecretRolesUpdate(params *SecretsSecretRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretRolesUpdateOK, error) SecretsSecretsCreate(params *SecretsSecretsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsCreateCreated, error) SecretsSecretsDelete(params *SecretsSecretsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsDeleteNoContent, error) SecretsSecretsList(params *SecretsSecretsListParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsListOK, error) SecretsSecretsPartialUpdate(params *SecretsSecretsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsPartialUpdateOK, error) SecretsSecretsRead(params *SecretsSecretsReadParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsReadOK, error) SecretsSecretsUpdate(params *SecretsSecretsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*SecretsSecretsUpdateOK, 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 secrets API client.
type SecretsChoicesListOK ¶
type SecretsChoicesListOK struct { }
SecretsChoicesListOK handles this case with default header values.
SecretsChoicesListOK secrets choices list o k
func NewSecretsChoicesListOK ¶
func NewSecretsChoicesListOK() *SecretsChoicesListOK
NewSecretsChoicesListOK creates a SecretsChoicesListOK with default headers values
func (*SecretsChoicesListOK) Error ¶
func (o *SecretsChoicesListOK) Error() string
type SecretsChoicesListParams ¶
type SecretsChoicesListParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsChoicesListParams contains all the parameters to send to the API endpoint for the secrets choices list operation typically these are written to a http.Request
func NewSecretsChoicesListParams ¶
func NewSecretsChoicesListParams() *SecretsChoicesListParams
NewSecretsChoicesListParams creates a new SecretsChoicesListParams object with the default values initialized.
func NewSecretsChoicesListParamsWithContext ¶
func NewSecretsChoicesListParamsWithContext(ctx context.Context) *SecretsChoicesListParams
NewSecretsChoicesListParamsWithContext creates a new SecretsChoicesListParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsChoicesListParamsWithHTTPClient ¶
func NewSecretsChoicesListParamsWithHTTPClient(client *http.Client) *SecretsChoicesListParams
NewSecretsChoicesListParamsWithHTTPClient creates a new SecretsChoicesListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsChoicesListParamsWithTimeout ¶
func NewSecretsChoicesListParamsWithTimeout(timeout time.Duration) *SecretsChoicesListParams
NewSecretsChoicesListParamsWithTimeout creates a new SecretsChoicesListParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsChoicesListParams) SetContext ¶
func (o *SecretsChoicesListParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets choices list params
func (*SecretsChoicesListParams) SetHTTPClient ¶
func (o *SecretsChoicesListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets choices list params
func (*SecretsChoicesListParams) SetTimeout ¶
func (o *SecretsChoicesListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets choices list params
func (*SecretsChoicesListParams) WithContext ¶
func (o *SecretsChoicesListParams) WithContext(ctx context.Context) *SecretsChoicesListParams
WithContext adds the context to the secrets choices list params
func (*SecretsChoicesListParams) WithHTTPClient ¶
func (o *SecretsChoicesListParams) WithHTTPClient(client *http.Client) *SecretsChoicesListParams
WithHTTPClient adds the HTTPClient to the secrets choices list params
func (*SecretsChoicesListParams) WithTimeout ¶
func (o *SecretsChoicesListParams) WithTimeout(timeout time.Duration) *SecretsChoicesListParams
WithTimeout adds the timeout to the secrets choices list params
func (*SecretsChoicesListParams) WriteToRequest ¶
func (o *SecretsChoicesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsChoicesListReader ¶
type SecretsChoicesListReader struct {
// contains filtered or unexported fields
}
SecretsChoicesListReader is a Reader for the SecretsChoicesList structure.
func (*SecretsChoicesListReader) ReadResponse ¶
func (o *SecretsChoicesListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsChoicesReadOK ¶
type SecretsChoicesReadOK struct { }
SecretsChoicesReadOK handles this case with default header values.
SecretsChoicesReadOK secrets choices read o k
func NewSecretsChoicesReadOK ¶
func NewSecretsChoicesReadOK() *SecretsChoicesReadOK
NewSecretsChoicesReadOK creates a SecretsChoicesReadOK with default headers values
func (*SecretsChoicesReadOK) Error ¶
func (o *SecretsChoicesReadOK) Error() string
type SecretsChoicesReadParams ¶
type SecretsChoicesReadParams struct { /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsChoicesReadParams contains all the parameters to send to the API endpoint for the secrets choices read operation typically these are written to a http.Request
func NewSecretsChoicesReadParams ¶
func NewSecretsChoicesReadParams() *SecretsChoicesReadParams
NewSecretsChoicesReadParams creates a new SecretsChoicesReadParams object with the default values initialized.
func NewSecretsChoicesReadParamsWithContext ¶
func NewSecretsChoicesReadParamsWithContext(ctx context.Context) *SecretsChoicesReadParams
NewSecretsChoicesReadParamsWithContext creates a new SecretsChoicesReadParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsChoicesReadParamsWithHTTPClient ¶
func NewSecretsChoicesReadParamsWithHTTPClient(client *http.Client) *SecretsChoicesReadParams
NewSecretsChoicesReadParamsWithHTTPClient creates a new SecretsChoicesReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsChoicesReadParamsWithTimeout ¶
func NewSecretsChoicesReadParamsWithTimeout(timeout time.Duration) *SecretsChoicesReadParams
NewSecretsChoicesReadParamsWithTimeout creates a new SecretsChoicesReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsChoicesReadParams) SetContext ¶
func (o *SecretsChoicesReadParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets choices read params
func (*SecretsChoicesReadParams) SetHTTPClient ¶
func (o *SecretsChoicesReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets choices read params
func (*SecretsChoicesReadParams) SetID ¶
func (o *SecretsChoicesReadParams) SetID(id string)
SetID adds the id to the secrets choices read params
func (*SecretsChoicesReadParams) SetTimeout ¶
func (o *SecretsChoicesReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets choices read params
func (*SecretsChoicesReadParams) WithContext ¶
func (o *SecretsChoicesReadParams) WithContext(ctx context.Context) *SecretsChoicesReadParams
WithContext adds the context to the secrets choices read params
func (*SecretsChoicesReadParams) WithHTTPClient ¶
func (o *SecretsChoicesReadParams) WithHTTPClient(client *http.Client) *SecretsChoicesReadParams
WithHTTPClient adds the HTTPClient to the secrets choices read params
func (*SecretsChoicesReadParams) WithID ¶
func (o *SecretsChoicesReadParams) WithID(id string) *SecretsChoicesReadParams
WithID adds the id to the secrets choices read params
func (*SecretsChoicesReadParams) WithTimeout ¶
func (o *SecretsChoicesReadParams) WithTimeout(timeout time.Duration) *SecretsChoicesReadParams
WithTimeout adds the timeout to the secrets choices read params
func (*SecretsChoicesReadParams) WriteToRequest ¶
func (o *SecretsChoicesReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsChoicesReadReader ¶
type SecretsChoicesReadReader struct {
// contains filtered or unexported fields
}
SecretsChoicesReadReader is a Reader for the SecretsChoicesRead structure.
func (*SecretsChoicesReadReader) ReadResponse ¶
func (o *SecretsChoicesReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsGenerateRsaKeyPairListOK ¶
type SecretsGenerateRsaKeyPairListOK struct { }
SecretsGenerateRsaKeyPairListOK handles this case with default header values.
SecretsGenerateRsaKeyPairListOK secrets generate rsa key pair list o k
func NewSecretsGenerateRsaKeyPairListOK ¶
func NewSecretsGenerateRsaKeyPairListOK() *SecretsGenerateRsaKeyPairListOK
NewSecretsGenerateRsaKeyPairListOK creates a SecretsGenerateRsaKeyPairListOK with default headers values
func (*SecretsGenerateRsaKeyPairListOK) Error ¶
func (o *SecretsGenerateRsaKeyPairListOK) Error() string
type SecretsGenerateRsaKeyPairListParams ¶
type SecretsGenerateRsaKeyPairListParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsGenerateRsaKeyPairListParams contains all the parameters to send to the API endpoint for the secrets generate rsa key pair list operation typically these are written to a http.Request
func NewSecretsGenerateRsaKeyPairListParams ¶
func NewSecretsGenerateRsaKeyPairListParams() *SecretsGenerateRsaKeyPairListParams
NewSecretsGenerateRsaKeyPairListParams creates a new SecretsGenerateRsaKeyPairListParams object with the default values initialized.
func NewSecretsGenerateRsaKeyPairListParamsWithContext ¶
func NewSecretsGenerateRsaKeyPairListParamsWithContext(ctx context.Context) *SecretsGenerateRsaKeyPairListParams
NewSecretsGenerateRsaKeyPairListParamsWithContext creates a new SecretsGenerateRsaKeyPairListParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsGenerateRsaKeyPairListParamsWithHTTPClient ¶
func NewSecretsGenerateRsaKeyPairListParamsWithHTTPClient(client *http.Client) *SecretsGenerateRsaKeyPairListParams
NewSecretsGenerateRsaKeyPairListParamsWithHTTPClient creates a new SecretsGenerateRsaKeyPairListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsGenerateRsaKeyPairListParamsWithTimeout ¶
func NewSecretsGenerateRsaKeyPairListParamsWithTimeout(timeout time.Duration) *SecretsGenerateRsaKeyPairListParams
NewSecretsGenerateRsaKeyPairListParamsWithTimeout creates a new SecretsGenerateRsaKeyPairListParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsGenerateRsaKeyPairListParams) SetContext ¶
func (o *SecretsGenerateRsaKeyPairListParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) SetHTTPClient ¶
func (o *SecretsGenerateRsaKeyPairListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) SetTimeout ¶
func (o *SecretsGenerateRsaKeyPairListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) WithContext ¶
func (o *SecretsGenerateRsaKeyPairListParams) WithContext(ctx context.Context) *SecretsGenerateRsaKeyPairListParams
WithContext adds the context to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) WithHTTPClient ¶
func (o *SecretsGenerateRsaKeyPairListParams) WithHTTPClient(client *http.Client) *SecretsGenerateRsaKeyPairListParams
WithHTTPClient adds the HTTPClient to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) WithTimeout ¶
func (o *SecretsGenerateRsaKeyPairListParams) WithTimeout(timeout time.Duration) *SecretsGenerateRsaKeyPairListParams
WithTimeout adds the timeout to the secrets generate rsa key pair list params
func (*SecretsGenerateRsaKeyPairListParams) WriteToRequest ¶
func (o *SecretsGenerateRsaKeyPairListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsGenerateRsaKeyPairListReader ¶
type SecretsGenerateRsaKeyPairListReader struct {
// contains filtered or unexported fields
}
SecretsGenerateRsaKeyPairListReader is a Reader for the SecretsGenerateRsaKeyPairList structure.
func (*SecretsGenerateRsaKeyPairListReader) ReadResponse ¶
func (o *SecretsGenerateRsaKeyPairListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsGetSessionKeyCreateCreated ¶
type SecretsGetSessionKeyCreateCreated struct { }
SecretsGetSessionKeyCreateCreated handles this case with default header values.
SecretsGetSessionKeyCreateCreated secrets get session key create created
func NewSecretsGetSessionKeyCreateCreated ¶
func NewSecretsGetSessionKeyCreateCreated() *SecretsGetSessionKeyCreateCreated
NewSecretsGetSessionKeyCreateCreated creates a SecretsGetSessionKeyCreateCreated with default headers values
func (*SecretsGetSessionKeyCreateCreated) Error ¶
func (o *SecretsGetSessionKeyCreateCreated) Error() string
type SecretsGetSessionKeyCreateParams ¶
type SecretsGetSessionKeyCreateParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsGetSessionKeyCreateParams contains all the parameters to send to the API endpoint for the secrets get session key create operation typically these are written to a http.Request
func NewSecretsGetSessionKeyCreateParams ¶
func NewSecretsGetSessionKeyCreateParams() *SecretsGetSessionKeyCreateParams
NewSecretsGetSessionKeyCreateParams creates a new SecretsGetSessionKeyCreateParams object with the default values initialized.
func NewSecretsGetSessionKeyCreateParamsWithContext ¶
func NewSecretsGetSessionKeyCreateParamsWithContext(ctx context.Context) *SecretsGetSessionKeyCreateParams
NewSecretsGetSessionKeyCreateParamsWithContext creates a new SecretsGetSessionKeyCreateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsGetSessionKeyCreateParamsWithHTTPClient ¶
func NewSecretsGetSessionKeyCreateParamsWithHTTPClient(client *http.Client) *SecretsGetSessionKeyCreateParams
NewSecretsGetSessionKeyCreateParamsWithHTTPClient creates a new SecretsGetSessionKeyCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsGetSessionKeyCreateParamsWithTimeout ¶
func NewSecretsGetSessionKeyCreateParamsWithTimeout(timeout time.Duration) *SecretsGetSessionKeyCreateParams
NewSecretsGetSessionKeyCreateParamsWithTimeout creates a new SecretsGetSessionKeyCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsGetSessionKeyCreateParams) SetContext ¶
func (o *SecretsGetSessionKeyCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) SetHTTPClient ¶
func (o *SecretsGetSessionKeyCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) SetTimeout ¶
func (o *SecretsGetSessionKeyCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) WithContext ¶
func (o *SecretsGetSessionKeyCreateParams) WithContext(ctx context.Context) *SecretsGetSessionKeyCreateParams
WithContext adds the context to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) WithHTTPClient ¶
func (o *SecretsGetSessionKeyCreateParams) WithHTTPClient(client *http.Client) *SecretsGetSessionKeyCreateParams
WithHTTPClient adds the HTTPClient to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) WithTimeout ¶
func (o *SecretsGetSessionKeyCreateParams) WithTimeout(timeout time.Duration) *SecretsGetSessionKeyCreateParams
WithTimeout adds the timeout to the secrets get session key create params
func (*SecretsGetSessionKeyCreateParams) WriteToRequest ¶
func (o *SecretsGetSessionKeyCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsGetSessionKeyCreateReader ¶
type SecretsGetSessionKeyCreateReader struct {
// contains filtered or unexported fields
}
SecretsGetSessionKeyCreateReader is a Reader for the SecretsGetSessionKeyCreate structure.
func (*SecretsGetSessionKeyCreateReader) ReadResponse ¶
func (o *SecretsGetSessionKeyCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesCreateCreated ¶
type SecretsSecretRolesCreateCreated struct {
Payload *models.SecretRole
}
SecretsSecretRolesCreateCreated handles this case with default header values.
SecretsSecretRolesCreateCreated secrets secret roles create created
func NewSecretsSecretRolesCreateCreated ¶
func NewSecretsSecretRolesCreateCreated() *SecretsSecretRolesCreateCreated
NewSecretsSecretRolesCreateCreated creates a SecretsSecretRolesCreateCreated with default headers values
func (*SecretsSecretRolesCreateCreated) Error ¶
func (o *SecretsSecretRolesCreateCreated) Error() string
func (*SecretsSecretRolesCreateCreated) GetPayload ¶
func (o *SecretsSecretRolesCreateCreated) GetPayload() *models.SecretRole
type SecretsSecretRolesCreateParams ¶
type SecretsSecretRolesCreateParams struct { /*Data*/ Data *models.SecretRole Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesCreateParams contains all the parameters to send to the API endpoint for the secrets secret roles create operation typically these are written to a http.Request
func NewSecretsSecretRolesCreateParams ¶
func NewSecretsSecretRolesCreateParams() *SecretsSecretRolesCreateParams
NewSecretsSecretRolesCreateParams creates a new SecretsSecretRolesCreateParams object with the default values initialized.
func NewSecretsSecretRolesCreateParamsWithContext ¶
func NewSecretsSecretRolesCreateParamsWithContext(ctx context.Context) *SecretsSecretRolesCreateParams
NewSecretsSecretRolesCreateParamsWithContext creates a new SecretsSecretRolesCreateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesCreateParamsWithHTTPClient ¶
func NewSecretsSecretRolesCreateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesCreateParams
NewSecretsSecretRolesCreateParamsWithHTTPClient creates a new SecretsSecretRolesCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesCreateParamsWithTimeout ¶
func NewSecretsSecretRolesCreateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesCreateParams
NewSecretsSecretRolesCreateParamsWithTimeout creates a new SecretsSecretRolesCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesCreateParams) SetContext ¶
func (o *SecretsSecretRolesCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) SetData ¶
func (o *SecretsSecretRolesCreateParams) SetData(data *models.SecretRole)
SetData adds the data to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) SetHTTPClient ¶
func (o *SecretsSecretRolesCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) SetTimeout ¶
func (o *SecretsSecretRolesCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) WithContext ¶
func (o *SecretsSecretRolesCreateParams) WithContext(ctx context.Context) *SecretsSecretRolesCreateParams
WithContext adds the context to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) WithData ¶
func (o *SecretsSecretRolesCreateParams) WithData(data *models.SecretRole) *SecretsSecretRolesCreateParams
WithData adds the data to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) WithHTTPClient ¶
func (o *SecretsSecretRolesCreateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesCreateParams
WithHTTPClient adds the HTTPClient to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) WithTimeout ¶
func (o *SecretsSecretRolesCreateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesCreateParams
WithTimeout adds the timeout to the secrets secret roles create params
func (*SecretsSecretRolesCreateParams) WriteToRequest ¶
func (o *SecretsSecretRolesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesCreateReader ¶
type SecretsSecretRolesCreateReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesCreateReader is a Reader for the SecretsSecretRolesCreate structure.
func (*SecretsSecretRolesCreateReader) ReadResponse ¶
func (o *SecretsSecretRolesCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesDeleteNoContent ¶
type SecretsSecretRolesDeleteNoContent struct { }
SecretsSecretRolesDeleteNoContent handles this case with default header values.
SecretsSecretRolesDeleteNoContent secrets secret roles delete no content
func NewSecretsSecretRolesDeleteNoContent ¶
func NewSecretsSecretRolesDeleteNoContent() *SecretsSecretRolesDeleteNoContent
NewSecretsSecretRolesDeleteNoContent creates a SecretsSecretRolesDeleteNoContent with default headers values
func (*SecretsSecretRolesDeleteNoContent) Error ¶
func (o *SecretsSecretRolesDeleteNoContent) Error() string
type SecretsSecretRolesDeleteParams ¶
type SecretsSecretRolesDeleteParams struct { /*ID A unique integer value identifying this secret role. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesDeleteParams contains all the parameters to send to the API endpoint for the secrets secret roles delete operation typically these are written to a http.Request
func NewSecretsSecretRolesDeleteParams ¶
func NewSecretsSecretRolesDeleteParams() *SecretsSecretRolesDeleteParams
NewSecretsSecretRolesDeleteParams creates a new SecretsSecretRolesDeleteParams object with the default values initialized.
func NewSecretsSecretRolesDeleteParamsWithContext ¶
func NewSecretsSecretRolesDeleteParamsWithContext(ctx context.Context) *SecretsSecretRolesDeleteParams
NewSecretsSecretRolesDeleteParamsWithContext creates a new SecretsSecretRolesDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesDeleteParamsWithHTTPClient ¶
func NewSecretsSecretRolesDeleteParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesDeleteParams
NewSecretsSecretRolesDeleteParamsWithHTTPClient creates a new SecretsSecretRolesDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesDeleteParamsWithTimeout ¶
func NewSecretsSecretRolesDeleteParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesDeleteParams
NewSecretsSecretRolesDeleteParamsWithTimeout creates a new SecretsSecretRolesDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesDeleteParams) SetContext ¶
func (o *SecretsSecretRolesDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) SetHTTPClient ¶
func (o *SecretsSecretRolesDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) SetID ¶
func (o *SecretsSecretRolesDeleteParams) SetID(id int64)
SetID adds the id to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) SetTimeout ¶
func (o *SecretsSecretRolesDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) WithContext ¶
func (o *SecretsSecretRolesDeleteParams) WithContext(ctx context.Context) *SecretsSecretRolesDeleteParams
WithContext adds the context to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) WithHTTPClient ¶
func (o *SecretsSecretRolesDeleteParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesDeleteParams
WithHTTPClient adds the HTTPClient to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) WithID ¶
func (o *SecretsSecretRolesDeleteParams) WithID(id int64) *SecretsSecretRolesDeleteParams
WithID adds the id to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) WithTimeout ¶
func (o *SecretsSecretRolesDeleteParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesDeleteParams
WithTimeout adds the timeout to the secrets secret roles delete params
func (*SecretsSecretRolesDeleteParams) WriteToRequest ¶
func (o *SecretsSecretRolesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesDeleteReader ¶
type SecretsSecretRolesDeleteReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesDeleteReader is a Reader for the SecretsSecretRolesDelete structure.
func (*SecretsSecretRolesDeleteReader) ReadResponse ¶
func (o *SecretsSecretRolesDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesListOK ¶
type SecretsSecretRolesListOK struct {
Payload *SecretsSecretRolesListOKBody
}
SecretsSecretRolesListOK handles this case with default header values.
SecretsSecretRolesListOK secrets secret roles list o k
func NewSecretsSecretRolesListOK ¶
func NewSecretsSecretRolesListOK() *SecretsSecretRolesListOK
NewSecretsSecretRolesListOK creates a SecretsSecretRolesListOK with default headers values
func (*SecretsSecretRolesListOK) Error ¶
func (o *SecretsSecretRolesListOK) Error() string
func (*SecretsSecretRolesListOK) GetPayload ¶
func (o *SecretsSecretRolesListOK) GetPayload() *SecretsSecretRolesListOKBody
type SecretsSecretRolesListOKBody ¶
type SecretsSecretRolesListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.SecretRole `json:"results"` }
SecretsSecretRolesListOKBody secrets secret roles list o k body swagger:model SecretsSecretRolesListOKBody
func (*SecretsSecretRolesListOKBody) MarshalBinary ¶
func (o *SecretsSecretRolesListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*SecretsSecretRolesListOKBody) UnmarshalBinary ¶
func (o *SecretsSecretRolesListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type SecretsSecretRolesListParams ¶
type SecretsSecretRolesListParams struct { /*ID*/ ID *string /*Limit Number of results to return per page. */ Limit *int64 /*Name*/ Name *string /*Offset The initial index from which to return the results. */ Offset *int64 /*Q*/ Q *string /*Slug*/ Slug *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesListParams contains all the parameters to send to the API endpoint for the secrets secret roles list operation typically these are written to a http.Request
func NewSecretsSecretRolesListParams ¶
func NewSecretsSecretRolesListParams() *SecretsSecretRolesListParams
NewSecretsSecretRolesListParams creates a new SecretsSecretRolesListParams object with the default values initialized.
func NewSecretsSecretRolesListParamsWithContext ¶
func NewSecretsSecretRolesListParamsWithContext(ctx context.Context) *SecretsSecretRolesListParams
NewSecretsSecretRolesListParamsWithContext creates a new SecretsSecretRolesListParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesListParamsWithHTTPClient ¶
func NewSecretsSecretRolesListParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesListParams
NewSecretsSecretRolesListParamsWithHTTPClient creates a new SecretsSecretRolesListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesListParamsWithTimeout ¶
func NewSecretsSecretRolesListParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesListParams
NewSecretsSecretRolesListParamsWithTimeout creates a new SecretsSecretRolesListParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesListParams) SetContext ¶
func (o *SecretsSecretRolesListParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetHTTPClient ¶
func (o *SecretsSecretRolesListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetID ¶
func (o *SecretsSecretRolesListParams) SetID(id *string)
SetID adds the id to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetLimit ¶
func (o *SecretsSecretRolesListParams) SetLimit(limit *int64)
SetLimit adds the limit to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetName ¶
func (o *SecretsSecretRolesListParams) SetName(name *string)
SetName adds the name to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetOffset ¶
func (o *SecretsSecretRolesListParams) SetOffset(offset *int64)
SetOffset adds the offset to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetQ ¶
func (o *SecretsSecretRolesListParams) SetQ(q *string)
SetQ adds the q to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetSlug ¶
func (o *SecretsSecretRolesListParams) SetSlug(slug *string)
SetSlug adds the slug to the secrets secret roles list params
func (*SecretsSecretRolesListParams) SetTimeout ¶
func (o *SecretsSecretRolesListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithContext ¶
func (o *SecretsSecretRolesListParams) WithContext(ctx context.Context) *SecretsSecretRolesListParams
WithContext adds the context to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithHTTPClient ¶
func (o *SecretsSecretRolesListParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesListParams
WithHTTPClient adds the HTTPClient to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithID ¶
func (o *SecretsSecretRolesListParams) WithID(id *string) *SecretsSecretRolesListParams
WithID adds the id to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithLimit ¶
func (o *SecretsSecretRolesListParams) WithLimit(limit *int64) *SecretsSecretRolesListParams
WithLimit adds the limit to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithName ¶
func (o *SecretsSecretRolesListParams) WithName(name *string) *SecretsSecretRolesListParams
WithName adds the name to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithOffset ¶
func (o *SecretsSecretRolesListParams) WithOffset(offset *int64) *SecretsSecretRolesListParams
WithOffset adds the offset to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithQ ¶
func (o *SecretsSecretRolesListParams) WithQ(q *string) *SecretsSecretRolesListParams
WithQ adds the q to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithSlug ¶
func (o *SecretsSecretRolesListParams) WithSlug(slug *string) *SecretsSecretRolesListParams
WithSlug adds the slug to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WithTimeout ¶
func (o *SecretsSecretRolesListParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesListParams
WithTimeout adds the timeout to the secrets secret roles list params
func (*SecretsSecretRolesListParams) WriteToRequest ¶
func (o *SecretsSecretRolesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesListReader ¶
type SecretsSecretRolesListReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesListReader is a Reader for the SecretsSecretRolesList structure.
func (*SecretsSecretRolesListReader) ReadResponse ¶
func (o *SecretsSecretRolesListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesPartialUpdateOK ¶
type SecretsSecretRolesPartialUpdateOK struct {
Payload *models.SecretRole
}
SecretsSecretRolesPartialUpdateOK handles this case with default header values.
SecretsSecretRolesPartialUpdateOK secrets secret roles partial update o k
func NewSecretsSecretRolesPartialUpdateOK ¶
func NewSecretsSecretRolesPartialUpdateOK() *SecretsSecretRolesPartialUpdateOK
NewSecretsSecretRolesPartialUpdateOK creates a SecretsSecretRolesPartialUpdateOK with default headers values
func (*SecretsSecretRolesPartialUpdateOK) Error ¶
func (o *SecretsSecretRolesPartialUpdateOK) Error() string
func (*SecretsSecretRolesPartialUpdateOK) GetPayload ¶
func (o *SecretsSecretRolesPartialUpdateOK) GetPayload() *models.SecretRole
type SecretsSecretRolesPartialUpdateParams ¶
type SecretsSecretRolesPartialUpdateParams struct { /*Data*/ Data *models.SecretRole /*ID A unique integer value identifying this secret role. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesPartialUpdateParams contains all the parameters to send to the API endpoint for the secrets secret roles partial update operation typically these are written to a http.Request
func NewSecretsSecretRolesPartialUpdateParams ¶
func NewSecretsSecretRolesPartialUpdateParams() *SecretsSecretRolesPartialUpdateParams
NewSecretsSecretRolesPartialUpdateParams creates a new SecretsSecretRolesPartialUpdateParams object with the default values initialized.
func NewSecretsSecretRolesPartialUpdateParamsWithContext ¶
func NewSecretsSecretRolesPartialUpdateParamsWithContext(ctx context.Context) *SecretsSecretRolesPartialUpdateParams
NewSecretsSecretRolesPartialUpdateParamsWithContext creates a new SecretsSecretRolesPartialUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesPartialUpdateParamsWithHTTPClient ¶
func NewSecretsSecretRolesPartialUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesPartialUpdateParams
NewSecretsSecretRolesPartialUpdateParamsWithHTTPClient creates a new SecretsSecretRolesPartialUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesPartialUpdateParamsWithTimeout ¶
func NewSecretsSecretRolesPartialUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesPartialUpdateParams
NewSecretsSecretRolesPartialUpdateParamsWithTimeout creates a new SecretsSecretRolesPartialUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesPartialUpdateParams) SetContext ¶
func (o *SecretsSecretRolesPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) SetData ¶
func (o *SecretsSecretRolesPartialUpdateParams) SetData(data *models.SecretRole)
SetData adds the data to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) SetHTTPClient ¶
func (o *SecretsSecretRolesPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) SetID ¶
func (o *SecretsSecretRolesPartialUpdateParams) SetID(id int64)
SetID adds the id to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) SetTimeout ¶
func (o *SecretsSecretRolesPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WithContext ¶
func (o *SecretsSecretRolesPartialUpdateParams) WithContext(ctx context.Context) *SecretsSecretRolesPartialUpdateParams
WithContext adds the context to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WithData ¶
func (o *SecretsSecretRolesPartialUpdateParams) WithData(data *models.SecretRole) *SecretsSecretRolesPartialUpdateParams
WithData adds the data to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WithHTTPClient ¶
func (o *SecretsSecretRolesPartialUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesPartialUpdateParams
WithHTTPClient adds the HTTPClient to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WithID ¶
func (o *SecretsSecretRolesPartialUpdateParams) WithID(id int64) *SecretsSecretRolesPartialUpdateParams
WithID adds the id to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WithTimeout ¶
func (o *SecretsSecretRolesPartialUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesPartialUpdateParams
WithTimeout adds the timeout to the secrets secret roles partial update params
func (*SecretsSecretRolesPartialUpdateParams) WriteToRequest ¶
func (o *SecretsSecretRolesPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesPartialUpdateReader ¶
type SecretsSecretRolesPartialUpdateReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesPartialUpdateReader is a Reader for the SecretsSecretRolesPartialUpdate structure.
func (*SecretsSecretRolesPartialUpdateReader) ReadResponse ¶
func (o *SecretsSecretRolesPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesReadOK ¶
type SecretsSecretRolesReadOK struct {
Payload *models.SecretRole
}
SecretsSecretRolesReadOK handles this case with default header values.
SecretsSecretRolesReadOK secrets secret roles read o k
func NewSecretsSecretRolesReadOK ¶
func NewSecretsSecretRolesReadOK() *SecretsSecretRolesReadOK
NewSecretsSecretRolesReadOK creates a SecretsSecretRolesReadOK with default headers values
func (*SecretsSecretRolesReadOK) Error ¶
func (o *SecretsSecretRolesReadOK) Error() string
func (*SecretsSecretRolesReadOK) GetPayload ¶
func (o *SecretsSecretRolesReadOK) GetPayload() *models.SecretRole
type SecretsSecretRolesReadParams ¶
type SecretsSecretRolesReadParams struct { /*ID A unique integer value identifying this secret role. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesReadParams contains all the parameters to send to the API endpoint for the secrets secret roles read operation typically these are written to a http.Request
func NewSecretsSecretRolesReadParams ¶
func NewSecretsSecretRolesReadParams() *SecretsSecretRolesReadParams
NewSecretsSecretRolesReadParams creates a new SecretsSecretRolesReadParams object with the default values initialized.
func NewSecretsSecretRolesReadParamsWithContext ¶
func NewSecretsSecretRolesReadParamsWithContext(ctx context.Context) *SecretsSecretRolesReadParams
NewSecretsSecretRolesReadParamsWithContext creates a new SecretsSecretRolesReadParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesReadParamsWithHTTPClient ¶
func NewSecretsSecretRolesReadParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesReadParams
NewSecretsSecretRolesReadParamsWithHTTPClient creates a new SecretsSecretRolesReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesReadParamsWithTimeout ¶
func NewSecretsSecretRolesReadParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesReadParams
NewSecretsSecretRolesReadParamsWithTimeout creates a new SecretsSecretRolesReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesReadParams) SetContext ¶
func (o *SecretsSecretRolesReadParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) SetHTTPClient ¶
func (o *SecretsSecretRolesReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) SetID ¶
func (o *SecretsSecretRolesReadParams) SetID(id int64)
SetID adds the id to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) SetTimeout ¶
func (o *SecretsSecretRolesReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) WithContext ¶
func (o *SecretsSecretRolesReadParams) WithContext(ctx context.Context) *SecretsSecretRolesReadParams
WithContext adds the context to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) WithHTTPClient ¶
func (o *SecretsSecretRolesReadParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesReadParams
WithHTTPClient adds the HTTPClient to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) WithID ¶
func (o *SecretsSecretRolesReadParams) WithID(id int64) *SecretsSecretRolesReadParams
WithID adds the id to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) WithTimeout ¶
func (o *SecretsSecretRolesReadParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesReadParams
WithTimeout adds the timeout to the secrets secret roles read params
func (*SecretsSecretRolesReadParams) WriteToRequest ¶
func (o *SecretsSecretRolesReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesReadReader ¶
type SecretsSecretRolesReadReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesReadReader is a Reader for the SecretsSecretRolesRead structure.
func (*SecretsSecretRolesReadReader) ReadResponse ¶
func (o *SecretsSecretRolesReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretRolesUpdateOK ¶
type SecretsSecretRolesUpdateOK struct {
Payload *models.SecretRole
}
SecretsSecretRolesUpdateOK handles this case with default header values.
SecretsSecretRolesUpdateOK secrets secret roles update o k
func NewSecretsSecretRolesUpdateOK ¶
func NewSecretsSecretRolesUpdateOK() *SecretsSecretRolesUpdateOK
NewSecretsSecretRolesUpdateOK creates a SecretsSecretRolesUpdateOK with default headers values
func (*SecretsSecretRolesUpdateOK) Error ¶
func (o *SecretsSecretRolesUpdateOK) Error() string
func (*SecretsSecretRolesUpdateOK) GetPayload ¶
func (o *SecretsSecretRolesUpdateOK) GetPayload() *models.SecretRole
type SecretsSecretRolesUpdateParams ¶
type SecretsSecretRolesUpdateParams struct { /*Data*/ Data *models.SecretRole /*ID A unique integer value identifying this secret role. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretRolesUpdateParams contains all the parameters to send to the API endpoint for the secrets secret roles update operation typically these are written to a http.Request
func NewSecretsSecretRolesUpdateParams ¶
func NewSecretsSecretRolesUpdateParams() *SecretsSecretRolesUpdateParams
NewSecretsSecretRolesUpdateParams creates a new SecretsSecretRolesUpdateParams object with the default values initialized.
func NewSecretsSecretRolesUpdateParamsWithContext ¶
func NewSecretsSecretRolesUpdateParamsWithContext(ctx context.Context) *SecretsSecretRolesUpdateParams
NewSecretsSecretRolesUpdateParamsWithContext creates a new SecretsSecretRolesUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretRolesUpdateParamsWithHTTPClient ¶
func NewSecretsSecretRolesUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretRolesUpdateParams
NewSecretsSecretRolesUpdateParamsWithHTTPClient creates a new SecretsSecretRolesUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretRolesUpdateParamsWithTimeout ¶
func NewSecretsSecretRolesUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretRolesUpdateParams
NewSecretsSecretRolesUpdateParamsWithTimeout creates a new SecretsSecretRolesUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretRolesUpdateParams) SetContext ¶
func (o *SecretsSecretRolesUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) SetData ¶
func (o *SecretsSecretRolesUpdateParams) SetData(data *models.SecretRole)
SetData adds the data to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) SetHTTPClient ¶
func (o *SecretsSecretRolesUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) SetID ¶
func (o *SecretsSecretRolesUpdateParams) SetID(id int64)
SetID adds the id to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) SetTimeout ¶
func (o *SecretsSecretRolesUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WithContext ¶
func (o *SecretsSecretRolesUpdateParams) WithContext(ctx context.Context) *SecretsSecretRolesUpdateParams
WithContext adds the context to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WithData ¶
func (o *SecretsSecretRolesUpdateParams) WithData(data *models.SecretRole) *SecretsSecretRolesUpdateParams
WithData adds the data to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WithHTTPClient ¶
func (o *SecretsSecretRolesUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretRolesUpdateParams
WithHTTPClient adds the HTTPClient to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WithID ¶
func (o *SecretsSecretRolesUpdateParams) WithID(id int64) *SecretsSecretRolesUpdateParams
WithID adds the id to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WithTimeout ¶
func (o *SecretsSecretRolesUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretRolesUpdateParams
WithTimeout adds the timeout to the secrets secret roles update params
func (*SecretsSecretRolesUpdateParams) WriteToRequest ¶
func (o *SecretsSecretRolesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretRolesUpdateReader ¶
type SecretsSecretRolesUpdateReader struct {
// contains filtered or unexported fields
}
SecretsSecretRolesUpdateReader is a Reader for the SecretsSecretRolesUpdate structure.
func (*SecretsSecretRolesUpdateReader) ReadResponse ¶
func (o *SecretsSecretRolesUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsCreateCreated ¶
SecretsSecretsCreateCreated handles this case with default header values.
SecretsSecretsCreateCreated secrets secrets create created
func NewSecretsSecretsCreateCreated ¶
func NewSecretsSecretsCreateCreated() *SecretsSecretsCreateCreated
NewSecretsSecretsCreateCreated creates a SecretsSecretsCreateCreated with default headers values
func (*SecretsSecretsCreateCreated) Error ¶
func (o *SecretsSecretsCreateCreated) Error() string
func (*SecretsSecretsCreateCreated) GetPayload ¶
func (o *SecretsSecretsCreateCreated) GetPayload() *models.Secret
type SecretsSecretsCreateParams ¶
type SecretsSecretsCreateParams struct { /*Data*/ Data *models.WritableSecret Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsCreateParams contains all the parameters to send to the API endpoint for the secrets secrets create operation typically these are written to a http.Request
func NewSecretsSecretsCreateParams ¶
func NewSecretsSecretsCreateParams() *SecretsSecretsCreateParams
NewSecretsSecretsCreateParams creates a new SecretsSecretsCreateParams object with the default values initialized.
func NewSecretsSecretsCreateParamsWithContext ¶
func NewSecretsSecretsCreateParamsWithContext(ctx context.Context) *SecretsSecretsCreateParams
NewSecretsSecretsCreateParamsWithContext creates a new SecretsSecretsCreateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsCreateParamsWithHTTPClient ¶
func NewSecretsSecretsCreateParamsWithHTTPClient(client *http.Client) *SecretsSecretsCreateParams
NewSecretsSecretsCreateParamsWithHTTPClient creates a new SecretsSecretsCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsCreateParamsWithTimeout ¶
func NewSecretsSecretsCreateParamsWithTimeout(timeout time.Duration) *SecretsSecretsCreateParams
NewSecretsSecretsCreateParamsWithTimeout creates a new SecretsSecretsCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsCreateParams) SetContext ¶
func (o *SecretsSecretsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets create params
func (*SecretsSecretsCreateParams) SetData ¶
func (o *SecretsSecretsCreateParams) SetData(data *models.WritableSecret)
SetData adds the data to the secrets secrets create params
func (*SecretsSecretsCreateParams) SetHTTPClient ¶
func (o *SecretsSecretsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets create params
func (*SecretsSecretsCreateParams) SetTimeout ¶
func (o *SecretsSecretsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets create params
func (*SecretsSecretsCreateParams) WithContext ¶
func (o *SecretsSecretsCreateParams) WithContext(ctx context.Context) *SecretsSecretsCreateParams
WithContext adds the context to the secrets secrets create params
func (*SecretsSecretsCreateParams) WithData ¶
func (o *SecretsSecretsCreateParams) WithData(data *models.WritableSecret) *SecretsSecretsCreateParams
WithData adds the data to the secrets secrets create params
func (*SecretsSecretsCreateParams) WithHTTPClient ¶
func (o *SecretsSecretsCreateParams) WithHTTPClient(client *http.Client) *SecretsSecretsCreateParams
WithHTTPClient adds the HTTPClient to the secrets secrets create params
func (*SecretsSecretsCreateParams) WithTimeout ¶
func (o *SecretsSecretsCreateParams) WithTimeout(timeout time.Duration) *SecretsSecretsCreateParams
WithTimeout adds the timeout to the secrets secrets create params
func (*SecretsSecretsCreateParams) WriteToRequest ¶
func (o *SecretsSecretsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsCreateReader ¶
type SecretsSecretsCreateReader struct {
// contains filtered or unexported fields
}
SecretsSecretsCreateReader is a Reader for the SecretsSecretsCreate structure.
func (*SecretsSecretsCreateReader) ReadResponse ¶
func (o *SecretsSecretsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsDeleteNoContent ¶
type SecretsSecretsDeleteNoContent struct { }
SecretsSecretsDeleteNoContent handles this case with default header values.
SecretsSecretsDeleteNoContent secrets secrets delete no content
func NewSecretsSecretsDeleteNoContent ¶
func NewSecretsSecretsDeleteNoContent() *SecretsSecretsDeleteNoContent
NewSecretsSecretsDeleteNoContent creates a SecretsSecretsDeleteNoContent with default headers values
func (*SecretsSecretsDeleteNoContent) Error ¶
func (o *SecretsSecretsDeleteNoContent) Error() string
type SecretsSecretsDeleteParams ¶
type SecretsSecretsDeleteParams struct { /*ID A unique integer value identifying this secret. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsDeleteParams contains all the parameters to send to the API endpoint for the secrets secrets delete operation typically these are written to a http.Request
func NewSecretsSecretsDeleteParams ¶
func NewSecretsSecretsDeleteParams() *SecretsSecretsDeleteParams
NewSecretsSecretsDeleteParams creates a new SecretsSecretsDeleteParams object with the default values initialized.
func NewSecretsSecretsDeleteParamsWithContext ¶
func NewSecretsSecretsDeleteParamsWithContext(ctx context.Context) *SecretsSecretsDeleteParams
NewSecretsSecretsDeleteParamsWithContext creates a new SecretsSecretsDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsDeleteParamsWithHTTPClient ¶
func NewSecretsSecretsDeleteParamsWithHTTPClient(client *http.Client) *SecretsSecretsDeleteParams
NewSecretsSecretsDeleteParamsWithHTTPClient creates a new SecretsSecretsDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsDeleteParamsWithTimeout ¶
func NewSecretsSecretsDeleteParamsWithTimeout(timeout time.Duration) *SecretsSecretsDeleteParams
NewSecretsSecretsDeleteParamsWithTimeout creates a new SecretsSecretsDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsDeleteParams) SetContext ¶
func (o *SecretsSecretsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) SetHTTPClient ¶
func (o *SecretsSecretsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) SetID ¶
func (o *SecretsSecretsDeleteParams) SetID(id int64)
SetID adds the id to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) SetTimeout ¶
func (o *SecretsSecretsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) WithContext ¶
func (o *SecretsSecretsDeleteParams) WithContext(ctx context.Context) *SecretsSecretsDeleteParams
WithContext adds the context to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) WithHTTPClient ¶
func (o *SecretsSecretsDeleteParams) WithHTTPClient(client *http.Client) *SecretsSecretsDeleteParams
WithHTTPClient adds the HTTPClient to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) WithID ¶
func (o *SecretsSecretsDeleteParams) WithID(id int64) *SecretsSecretsDeleteParams
WithID adds the id to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) WithTimeout ¶
func (o *SecretsSecretsDeleteParams) WithTimeout(timeout time.Duration) *SecretsSecretsDeleteParams
WithTimeout adds the timeout to the secrets secrets delete params
func (*SecretsSecretsDeleteParams) WriteToRequest ¶
func (o *SecretsSecretsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsDeleteReader ¶
type SecretsSecretsDeleteReader struct {
// contains filtered or unexported fields
}
SecretsSecretsDeleteReader is a Reader for the SecretsSecretsDelete structure.
func (*SecretsSecretsDeleteReader) ReadResponse ¶
func (o *SecretsSecretsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsListOK ¶
type SecretsSecretsListOK struct {
Payload *SecretsSecretsListOKBody
}
SecretsSecretsListOK handles this case with default header values.
SecretsSecretsListOK secrets secrets list o k
func NewSecretsSecretsListOK ¶
func NewSecretsSecretsListOK() *SecretsSecretsListOK
NewSecretsSecretsListOK creates a SecretsSecretsListOK with default headers values
func (*SecretsSecretsListOK) Error ¶
func (o *SecretsSecretsListOK) Error() string
func (*SecretsSecretsListOK) GetPayload ¶
func (o *SecretsSecretsListOK) GetPayload() *SecretsSecretsListOKBody
type SecretsSecretsListOKBody ¶
type SecretsSecretsListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.Secret `json:"results"` }
SecretsSecretsListOKBody secrets secrets list o k body swagger:model SecretsSecretsListOKBody
func (*SecretsSecretsListOKBody) MarshalBinary ¶
func (o *SecretsSecretsListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*SecretsSecretsListOKBody) UnmarshalBinary ¶
func (o *SecretsSecretsListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type SecretsSecretsListParams ¶
type SecretsSecretsListParams struct { /*Created*/ Created *string /*CreatedGte*/ CreatedGte *string /*CreatedLte*/ CreatedLte *string /*Device*/ Device *string /*DeviceID*/ DeviceID *string /*IDIn Multiple values may be separated by commas. */ IDIn *string /*LastUpdated*/ LastUpdated *string /*LastUpdatedGte*/ LastUpdatedGte *string /*LastUpdatedLte*/ LastUpdatedLte *string /*Limit Number of results to return per page. */ Limit *int64 /*Name*/ Name *string /*Offset The initial index from which to return the results. */ Offset *int64 /*Q*/ Q *string /*Role*/ Role *string /*RoleID*/ RoleID *string /*Tag*/ Tag *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsListParams contains all the parameters to send to the API endpoint for the secrets secrets list operation typically these are written to a http.Request
func NewSecretsSecretsListParams ¶
func NewSecretsSecretsListParams() *SecretsSecretsListParams
NewSecretsSecretsListParams creates a new SecretsSecretsListParams object with the default values initialized.
func NewSecretsSecretsListParamsWithContext ¶
func NewSecretsSecretsListParamsWithContext(ctx context.Context) *SecretsSecretsListParams
NewSecretsSecretsListParamsWithContext creates a new SecretsSecretsListParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsListParamsWithHTTPClient ¶
func NewSecretsSecretsListParamsWithHTTPClient(client *http.Client) *SecretsSecretsListParams
NewSecretsSecretsListParamsWithHTTPClient creates a new SecretsSecretsListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsListParamsWithTimeout ¶
func NewSecretsSecretsListParamsWithTimeout(timeout time.Duration) *SecretsSecretsListParams
NewSecretsSecretsListParamsWithTimeout creates a new SecretsSecretsListParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsListParams) SetContext ¶
func (o *SecretsSecretsListParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets list params
func (*SecretsSecretsListParams) SetCreated ¶
func (o *SecretsSecretsListParams) SetCreated(created *string)
SetCreated adds the created to the secrets secrets list params
func (*SecretsSecretsListParams) SetCreatedGte ¶
func (o *SecretsSecretsListParams) SetCreatedGte(createdGte *string)
SetCreatedGte adds the createdGte to the secrets secrets list params
func (*SecretsSecretsListParams) SetCreatedLte ¶
func (o *SecretsSecretsListParams) SetCreatedLte(createdLte *string)
SetCreatedLte adds the createdLte to the secrets secrets list params
func (*SecretsSecretsListParams) SetDevice ¶
func (o *SecretsSecretsListParams) SetDevice(device *string)
SetDevice adds the device to the secrets secrets list params
func (*SecretsSecretsListParams) SetDeviceID ¶
func (o *SecretsSecretsListParams) SetDeviceID(deviceID *string)
SetDeviceID adds the deviceId to the secrets secrets list params
func (*SecretsSecretsListParams) SetHTTPClient ¶
func (o *SecretsSecretsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets list params
func (*SecretsSecretsListParams) SetIDIn ¶
func (o *SecretsSecretsListParams) SetIDIn(iDIn *string)
SetIDIn adds the idIn to the secrets secrets list params
func (*SecretsSecretsListParams) SetLastUpdated ¶
func (o *SecretsSecretsListParams) SetLastUpdated(lastUpdated *string)
SetLastUpdated adds the lastUpdated to the secrets secrets list params
func (*SecretsSecretsListParams) SetLastUpdatedGte ¶
func (o *SecretsSecretsListParams) SetLastUpdatedGte(lastUpdatedGte *string)
SetLastUpdatedGte adds the lastUpdatedGte to the secrets secrets list params
func (*SecretsSecretsListParams) SetLastUpdatedLte ¶
func (o *SecretsSecretsListParams) SetLastUpdatedLte(lastUpdatedLte *string)
SetLastUpdatedLte adds the lastUpdatedLte to the secrets secrets list params
func (*SecretsSecretsListParams) SetLimit ¶
func (o *SecretsSecretsListParams) SetLimit(limit *int64)
SetLimit adds the limit to the secrets secrets list params
func (*SecretsSecretsListParams) SetName ¶
func (o *SecretsSecretsListParams) SetName(name *string)
SetName adds the name to the secrets secrets list params
func (*SecretsSecretsListParams) SetOffset ¶
func (o *SecretsSecretsListParams) SetOffset(offset *int64)
SetOffset adds the offset to the secrets secrets list params
func (*SecretsSecretsListParams) SetQ ¶
func (o *SecretsSecretsListParams) SetQ(q *string)
SetQ adds the q to the secrets secrets list params
func (*SecretsSecretsListParams) SetRole ¶
func (o *SecretsSecretsListParams) SetRole(role *string)
SetRole adds the role to the secrets secrets list params
func (*SecretsSecretsListParams) SetRoleID ¶
func (o *SecretsSecretsListParams) SetRoleID(roleID *string)
SetRoleID adds the roleId to the secrets secrets list params
func (*SecretsSecretsListParams) SetTag ¶
func (o *SecretsSecretsListParams) SetTag(tag *string)
SetTag adds the tag to the secrets secrets list params
func (*SecretsSecretsListParams) SetTimeout ¶
func (o *SecretsSecretsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets list params
func (*SecretsSecretsListParams) WithContext ¶
func (o *SecretsSecretsListParams) WithContext(ctx context.Context) *SecretsSecretsListParams
WithContext adds the context to the secrets secrets list params
func (*SecretsSecretsListParams) WithCreated ¶
func (o *SecretsSecretsListParams) WithCreated(created *string) *SecretsSecretsListParams
WithCreated adds the created to the secrets secrets list params
func (*SecretsSecretsListParams) WithCreatedGte ¶
func (o *SecretsSecretsListParams) WithCreatedGte(createdGte *string) *SecretsSecretsListParams
WithCreatedGte adds the createdGte to the secrets secrets list params
func (*SecretsSecretsListParams) WithCreatedLte ¶
func (o *SecretsSecretsListParams) WithCreatedLte(createdLte *string) *SecretsSecretsListParams
WithCreatedLte adds the createdLte to the secrets secrets list params
func (*SecretsSecretsListParams) WithDevice ¶
func (o *SecretsSecretsListParams) WithDevice(device *string) *SecretsSecretsListParams
WithDevice adds the device to the secrets secrets list params
func (*SecretsSecretsListParams) WithDeviceID ¶
func (o *SecretsSecretsListParams) WithDeviceID(deviceID *string) *SecretsSecretsListParams
WithDeviceID adds the deviceID to the secrets secrets list params
func (*SecretsSecretsListParams) WithHTTPClient ¶
func (o *SecretsSecretsListParams) WithHTTPClient(client *http.Client) *SecretsSecretsListParams
WithHTTPClient adds the HTTPClient to the secrets secrets list params
func (*SecretsSecretsListParams) WithIDIn ¶
func (o *SecretsSecretsListParams) WithIDIn(iDIn *string) *SecretsSecretsListParams
WithIDIn adds the iDIn to the secrets secrets list params
func (*SecretsSecretsListParams) WithLastUpdated ¶
func (o *SecretsSecretsListParams) WithLastUpdated(lastUpdated *string) *SecretsSecretsListParams
WithLastUpdated adds the lastUpdated to the secrets secrets list params
func (*SecretsSecretsListParams) WithLastUpdatedGte ¶
func (o *SecretsSecretsListParams) WithLastUpdatedGte(lastUpdatedGte *string) *SecretsSecretsListParams
WithLastUpdatedGte adds the lastUpdatedGte to the secrets secrets list params
func (*SecretsSecretsListParams) WithLastUpdatedLte ¶
func (o *SecretsSecretsListParams) WithLastUpdatedLte(lastUpdatedLte *string) *SecretsSecretsListParams
WithLastUpdatedLte adds the lastUpdatedLte to the secrets secrets list params
func (*SecretsSecretsListParams) WithLimit ¶
func (o *SecretsSecretsListParams) WithLimit(limit *int64) *SecretsSecretsListParams
WithLimit adds the limit to the secrets secrets list params
func (*SecretsSecretsListParams) WithName ¶
func (o *SecretsSecretsListParams) WithName(name *string) *SecretsSecretsListParams
WithName adds the name to the secrets secrets list params
func (*SecretsSecretsListParams) WithOffset ¶
func (o *SecretsSecretsListParams) WithOffset(offset *int64) *SecretsSecretsListParams
WithOffset adds the offset to the secrets secrets list params
func (*SecretsSecretsListParams) WithQ ¶
func (o *SecretsSecretsListParams) WithQ(q *string) *SecretsSecretsListParams
WithQ adds the q to the secrets secrets list params
func (*SecretsSecretsListParams) WithRole ¶
func (o *SecretsSecretsListParams) WithRole(role *string) *SecretsSecretsListParams
WithRole adds the role to the secrets secrets list params
func (*SecretsSecretsListParams) WithRoleID ¶
func (o *SecretsSecretsListParams) WithRoleID(roleID *string) *SecretsSecretsListParams
WithRoleID adds the roleID to the secrets secrets list params
func (*SecretsSecretsListParams) WithTag ¶
func (o *SecretsSecretsListParams) WithTag(tag *string) *SecretsSecretsListParams
WithTag adds the tag to the secrets secrets list params
func (*SecretsSecretsListParams) WithTimeout ¶
func (o *SecretsSecretsListParams) WithTimeout(timeout time.Duration) *SecretsSecretsListParams
WithTimeout adds the timeout to the secrets secrets list params
func (*SecretsSecretsListParams) WriteToRequest ¶
func (o *SecretsSecretsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsListReader ¶
type SecretsSecretsListReader struct {
// contains filtered or unexported fields
}
SecretsSecretsListReader is a Reader for the SecretsSecretsList structure.
func (*SecretsSecretsListReader) ReadResponse ¶
func (o *SecretsSecretsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsPartialUpdateOK ¶
SecretsSecretsPartialUpdateOK handles this case with default header values.
SecretsSecretsPartialUpdateOK secrets secrets partial update o k
func NewSecretsSecretsPartialUpdateOK ¶
func NewSecretsSecretsPartialUpdateOK() *SecretsSecretsPartialUpdateOK
NewSecretsSecretsPartialUpdateOK creates a SecretsSecretsPartialUpdateOK with default headers values
func (*SecretsSecretsPartialUpdateOK) Error ¶
func (o *SecretsSecretsPartialUpdateOK) Error() string
func (*SecretsSecretsPartialUpdateOK) GetPayload ¶
func (o *SecretsSecretsPartialUpdateOK) GetPayload() *models.Secret
type SecretsSecretsPartialUpdateParams ¶
type SecretsSecretsPartialUpdateParams struct { /*Data*/ Data *models.WritableSecret /*ID A unique integer value identifying this secret. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsPartialUpdateParams contains all the parameters to send to the API endpoint for the secrets secrets partial update operation typically these are written to a http.Request
func NewSecretsSecretsPartialUpdateParams ¶
func NewSecretsSecretsPartialUpdateParams() *SecretsSecretsPartialUpdateParams
NewSecretsSecretsPartialUpdateParams creates a new SecretsSecretsPartialUpdateParams object with the default values initialized.
func NewSecretsSecretsPartialUpdateParamsWithContext ¶
func NewSecretsSecretsPartialUpdateParamsWithContext(ctx context.Context) *SecretsSecretsPartialUpdateParams
NewSecretsSecretsPartialUpdateParamsWithContext creates a new SecretsSecretsPartialUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsPartialUpdateParamsWithHTTPClient ¶
func NewSecretsSecretsPartialUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretsPartialUpdateParams
NewSecretsSecretsPartialUpdateParamsWithHTTPClient creates a new SecretsSecretsPartialUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsPartialUpdateParamsWithTimeout ¶
func NewSecretsSecretsPartialUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretsPartialUpdateParams
NewSecretsSecretsPartialUpdateParamsWithTimeout creates a new SecretsSecretsPartialUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsPartialUpdateParams) SetContext ¶
func (o *SecretsSecretsPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) SetData ¶
func (o *SecretsSecretsPartialUpdateParams) SetData(data *models.WritableSecret)
SetData adds the data to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) SetHTTPClient ¶
func (o *SecretsSecretsPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) SetID ¶
func (o *SecretsSecretsPartialUpdateParams) SetID(id int64)
SetID adds the id to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) SetTimeout ¶
func (o *SecretsSecretsPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WithContext ¶
func (o *SecretsSecretsPartialUpdateParams) WithContext(ctx context.Context) *SecretsSecretsPartialUpdateParams
WithContext adds the context to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WithData ¶
func (o *SecretsSecretsPartialUpdateParams) WithData(data *models.WritableSecret) *SecretsSecretsPartialUpdateParams
WithData adds the data to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WithHTTPClient ¶
func (o *SecretsSecretsPartialUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretsPartialUpdateParams
WithHTTPClient adds the HTTPClient to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WithID ¶
func (o *SecretsSecretsPartialUpdateParams) WithID(id int64) *SecretsSecretsPartialUpdateParams
WithID adds the id to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WithTimeout ¶
func (o *SecretsSecretsPartialUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretsPartialUpdateParams
WithTimeout adds the timeout to the secrets secrets partial update params
func (*SecretsSecretsPartialUpdateParams) WriteToRequest ¶
func (o *SecretsSecretsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsPartialUpdateReader ¶
type SecretsSecretsPartialUpdateReader struct {
// contains filtered or unexported fields
}
SecretsSecretsPartialUpdateReader is a Reader for the SecretsSecretsPartialUpdate structure.
func (*SecretsSecretsPartialUpdateReader) ReadResponse ¶
func (o *SecretsSecretsPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsReadOK ¶
SecretsSecretsReadOK handles this case with default header values.
SecretsSecretsReadOK secrets secrets read o k
func NewSecretsSecretsReadOK ¶
func NewSecretsSecretsReadOK() *SecretsSecretsReadOK
NewSecretsSecretsReadOK creates a SecretsSecretsReadOK with default headers values
func (*SecretsSecretsReadOK) Error ¶
func (o *SecretsSecretsReadOK) Error() string
func (*SecretsSecretsReadOK) GetPayload ¶
func (o *SecretsSecretsReadOK) GetPayload() *models.Secret
type SecretsSecretsReadParams ¶
type SecretsSecretsReadParams struct { /*ID A unique integer value identifying this secret. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsReadParams contains all the parameters to send to the API endpoint for the secrets secrets read operation typically these are written to a http.Request
func NewSecretsSecretsReadParams ¶
func NewSecretsSecretsReadParams() *SecretsSecretsReadParams
NewSecretsSecretsReadParams creates a new SecretsSecretsReadParams object with the default values initialized.
func NewSecretsSecretsReadParamsWithContext ¶
func NewSecretsSecretsReadParamsWithContext(ctx context.Context) *SecretsSecretsReadParams
NewSecretsSecretsReadParamsWithContext creates a new SecretsSecretsReadParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsReadParamsWithHTTPClient ¶
func NewSecretsSecretsReadParamsWithHTTPClient(client *http.Client) *SecretsSecretsReadParams
NewSecretsSecretsReadParamsWithHTTPClient creates a new SecretsSecretsReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsReadParamsWithTimeout ¶
func NewSecretsSecretsReadParamsWithTimeout(timeout time.Duration) *SecretsSecretsReadParams
NewSecretsSecretsReadParamsWithTimeout creates a new SecretsSecretsReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsReadParams) SetContext ¶
func (o *SecretsSecretsReadParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets read params
func (*SecretsSecretsReadParams) SetHTTPClient ¶
func (o *SecretsSecretsReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets read params
func (*SecretsSecretsReadParams) SetID ¶
func (o *SecretsSecretsReadParams) SetID(id int64)
SetID adds the id to the secrets secrets read params
func (*SecretsSecretsReadParams) SetTimeout ¶
func (o *SecretsSecretsReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets read params
func (*SecretsSecretsReadParams) WithContext ¶
func (o *SecretsSecretsReadParams) WithContext(ctx context.Context) *SecretsSecretsReadParams
WithContext adds the context to the secrets secrets read params
func (*SecretsSecretsReadParams) WithHTTPClient ¶
func (o *SecretsSecretsReadParams) WithHTTPClient(client *http.Client) *SecretsSecretsReadParams
WithHTTPClient adds the HTTPClient to the secrets secrets read params
func (*SecretsSecretsReadParams) WithID ¶
func (o *SecretsSecretsReadParams) WithID(id int64) *SecretsSecretsReadParams
WithID adds the id to the secrets secrets read params
func (*SecretsSecretsReadParams) WithTimeout ¶
func (o *SecretsSecretsReadParams) WithTimeout(timeout time.Duration) *SecretsSecretsReadParams
WithTimeout adds the timeout to the secrets secrets read params
func (*SecretsSecretsReadParams) WriteToRequest ¶
func (o *SecretsSecretsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsReadReader ¶
type SecretsSecretsReadReader struct {
// contains filtered or unexported fields
}
SecretsSecretsReadReader is a Reader for the SecretsSecretsRead structure.
func (*SecretsSecretsReadReader) ReadResponse ¶
func (o *SecretsSecretsReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretsSecretsUpdateOK ¶
SecretsSecretsUpdateOK handles this case with default header values.
SecretsSecretsUpdateOK secrets secrets update o k
func NewSecretsSecretsUpdateOK ¶
func NewSecretsSecretsUpdateOK() *SecretsSecretsUpdateOK
NewSecretsSecretsUpdateOK creates a SecretsSecretsUpdateOK with default headers values
func (*SecretsSecretsUpdateOK) Error ¶
func (o *SecretsSecretsUpdateOK) Error() string
func (*SecretsSecretsUpdateOK) GetPayload ¶
func (o *SecretsSecretsUpdateOK) GetPayload() *models.Secret
type SecretsSecretsUpdateParams ¶
type SecretsSecretsUpdateParams struct { /*Data*/ Data *models.WritableSecret /*ID A unique integer value identifying this secret. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SecretsSecretsUpdateParams contains all the parameters to send to the API endpoint for the secrets secrets update operation typically these are written to a http.Request
func NewSecretsSecretsUpdateParams ¶
func NewSecretsSecretsUpdateParams() *SecretsSecretsUpdateParams
NewSecretsSecretsUpdateParams creates a new SecretsSecretsUpdateParams object with the default values initialized.
func NewSecretsSecretsUpdateParamsWithContext ¶
func NewSecretsSecretsUpdateParamsWithContext(ctx context.Context) *SecretsSecretsUpdateParams
NewSecretsSecretsUpdateParamsWithContext creates a new SecretsSecretsUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewSecretsSecretsUpdateParamsWithHTTPClient ¶
func NewSecretsSecretsUpdateParamsWithHTTPClient(client *http.Client) *SecretsSecretsUpdateParams
NewSecretsSecretsUpdateParamsWithHTTPClient creates a new SecretsSecretsUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSecretsSecretsUpdateParamsWithTimeout ¶
func NewSecretsSecretsUpdateParamsWithTimeout(timeout time.Duration) *SecretsSecretsUpdateParams
NewSecretsSecretsUpdateParamsWithTimeout creates a new SecretsSecretsUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*SecretsSecretsUpdateParams) SetContext ¶
func (o *SecretsSecretsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the secrets secrets update params
func (*SecretsSecretsUpdateParams) SetData ¶
func (o *SecretsSecretsUpdateParams) SetData(data *models.WritableSecret)
SetData adds the data to the secrets secrets update params
func (*SecretsSecretsUpdateParams) SetHTTPClient ¶
func (o *SecretsSecretsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secrets secrets update params
func (*SecretsSecretsUpdateParams) SetID ¶
func (o *SecretsSecretsUpdateParams) SetID(id int64)
SetID adds the id to the secrets secrets update params
func (*SecretsSecretsUpdateParams) SetTimeout ¶
func (o *SecretsSecretsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WithContext ¶
func (o *SecretsSecretsUpdateParams) WithContext(ctx context.Context) *SecretsSecretsUpdateParams
WithContext adds the context to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WithData ¶
func (o *SecretsSecretsUpdateParams) WithData(data *models.WritableSecret) *SecretsSecretsUpdateParams
WithData adds the data to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WithHTTPClient ¶
func (o *SecretsSecretsUpdateParams) WithHTTPClient(client *http.Client) *SecretsSecretsUpdateParams
WithHTTPClient adds the HTTPClient to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WithID ¶
func (o *SecretsSecretsUpdateParams) WithID(id int64) *SecretsSecretsUpdateParams
WithID adds the id to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WithTimeout ¶
func (o *SecretsSecretsUpdateParams) WithTimeout(timeout time.Duration) *SecretsSecretsUpdateParams
WithTimeout adds the timeout to the secrets secrets update params
func (*SecretsSecretsUpdateParams) WriteToRequest ¶
func (o *SecretsSecretsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretsSecretsUpdateReader ¶
type SecretsSecretsUpdateReader struct {
// contains filtered or unexported fields
}
SecretsSecretsUpdateReader is a Reader for the SecretsSecretsUpdate structure.
func (*SecretsSecretsUpdateReader) ReadResponse ¶
func (o *SecretsSecretsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- secrets_choices_list_parameters.go
- secrets_choices_list_responses.go
- secrets_choices_read_parameters.go
- secrets_choices_read_responses.go
- secrets_client.go
- secrets_generate_rsa_key_pair_list_parameters.go
- secrets_generate_rsa_key_pair_list_responses.go
- secrets_get_session_key_create_parameters.go
- secrets_get_session_key_create_responses.go
- secrets_secret_roles_create_parameters.go
- secrets_secret_roles_create_responses.go
- secrets_secret_roles_delete_parameters.go
- secrets_secret_roles_delete_responses.go
- secrets_secret_roles_list_parameters.go
- secrets_secret_roles_list_responses.go
- secrets_secret_roles_partial_update_parameters.go
- secrets_secret_roles_partial_update_responses.go
- secrets_secret_roles_read_parameters.go
- secrets_secret_roles_read_responses.go
- secrets_secret_roles_update_parameters.go
- secrets_secret_roles_update_responses.go
- secrets_secrets_create_parameters.go
- secrets_secrets_create_responses.go
- secrets_secrets_delete_parameters.go
- secrets_secrets_delete_responses.go
- secrets_secrets_list_parameters.go
- secrets_secrets_list_responses.go
- secrets_secrets_partial_update_parameters.go
- secrets_secrets_partial_update_responses.go
- secrets_secrets_read_parameters.go
- secrets_secrets_read_responses.go
- secrets_secrets_update_parameters.go
- secrets_secrets_update_responses.go