Documentation ¶
Index ¶
- type Client
- func (a *Client) ListEdgeRouterRoleAttributes(params *ListEdgeRouterRoleAttributesParams, ...) (*ListEdgeRouterRoleAttributesOK, error)
- func (a *Client) ListIdentityRoleAttributes(params *ListIdentityRoleAttributesParams, ...) (*ListIdentityRoleAttributesOK, error)
- func (a *Client) ListServiceRoleAttributes(params *ListServiceRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceRoleAttributesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type ListEdgeRouterRoleAttributesOK
- type ListEdgeRouterRoleAttributesParams
- func NewListEdgeRouterRoleAttributesParams() *ListEdgeRouterRoleAttributesParams
- func NewListEdgeRouterRoleAttributesParamsWithContext(ctx context.Context) *ListEdgeRouterRoleAttributesParams
- func NewListEdgeRouterRoleAttributesParamsWithHTTPClient(client *http.Client) *ListEdgeRouterRoleAttributesParams
- func NewListEdgeRouterRoleAttributesParamsWithTimeout(timeout time.Duration) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) SetContext(ctx context.Context)
- func (o *ListEdgeRouterRoleAttributesParams) SetFilter(filter *string)
- func (o *ListEdgeRouterRoleAttributesParams) SetHTTPClient(client *http.Client)
- func (o *ListEdgeRouterRoleAttributesParams) SetLimit(limit *int64)
- func (o *ListEdgeRouterRoleAttributesParams) SetOffset(offset *int64)
- func (o *ListEdgeRouterRoleAttributesParams) SetTimeout(timeout time.Duration)
- func (o *ListEdgeRouterRoleAttributesParams) WithContext(ctx context.Context) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WithFilter(filter *string) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WithHTTPClient(client *http.Client) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WithLimit(limit *int64) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WithOffset(offset *int64) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WithTimeout(timeout time.Duration) *ListEdgeRouterRoleAttributesParams
- func (o *ListEdgeRouterRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListEdgeRouterRoleAttributesReader
- type ListEdgeRouterRoleAttributesUnauthorized
- type ListIdentityRoleAttributesOK
- type ListIdentityRoleAttributesParams
- func NewListIdentityRoleAttributesParams() *ListIdentityRoleAttributesParams
- func NewListIdentityRoleAttributesParamsWithContext(ctx context.Context) *ListIdentityRoleAttributesParams
- func NewListIdentityRoleAttributesParamsWithHTTPClient(client *http.Client) *ListIdentityRoleAttributesParams
- func NewListIdentityRoleAttributesParamsWithTimeout(timeout time.Duration) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) SetContext(ctx context.Context)
- func (o *ListIdentityRoleAttributesParams) SetFilter(filter *string)
- func (o *ListIdentityRoleAttributesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentityRoleAttributesParams) SetLimit(limit *int64)
- func (o *ListIdentityRoleAttributesParams) SetOffset(offset *int64)
- func (o *ListIdentityRoleAttributesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentityRoleAttributesParams) WithContext(ctx context.Context) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WithFilter(filter *string) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WithHTTPClient(client *http.Client) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WithLimit(limit *int64) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WithOffset(offset *int64) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WithTimeout(timeout time.Duration) *ListIdentityRoleAttributesParams
- func (o *ListIdentityRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentityRoleAttributesReader
- type ListIdentityRoleAttributesUnauthorized
- type ListServiceRoleAttributesOK
- type ListServiceRoleAttributesParams
- func NewListServiceRoleAttributesParams() *ListServiceRoleAttributesParams
- func NewListServiceRoleAttributesParamsWithContext(ctx context.Context) *ListServiceRoleAttributesParams
- func NewListServiceRoleAttributesParamsWithHTTPClient(client *http.Client) *ListServiceRoleAttributesParams
- func NewListServiceRoleAttributesParamsWithTimeout(timeout time.Duration) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) SetContext(ctx context.Context)
- func (o *ListServiceRoleAttributesParams) SetFilter(filter *string)
- func (o *ListServiceRoleAttributesParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceRoleAttributesParams) SetLimit(limit *int64)
- func (o *ListServiceRoleAttributesParams) SetOffset(offset *int64)
- func (o *ListServiceRoleAttributesParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceRoleAttributesParams) WithContext(ctx context.Context) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WithFilter(filter *string) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WithHTTPClient(client *http.Client) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WithLimit(limit *int64) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WithOffset(offset *int64) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WithTimeout(timeout time.Duration) *ListServiceRoleAttributesParams
- func (o *ListServiceRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceRoleAttributesReader
- type ListServiceRoleAttributesUnauthorized
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 role attributes API
func (*Client) ListEdgeRouterRoleAttributes ¶
func (a *Client) ListEdgeRouterRoleAttributes(params *ListEdgeRouterRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListEdgeRouterRoleAttributesOK, error)
ListEdgeRouterRoleAttributes lists role attributes in use by edge routers
Retrieves a list of role attributes in use by edge routers; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListIdentityRoleAttributes ¶
func (a *Client) ListIdentityRoleAttributes(params *ListIdentityRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListIdentityRoleAttributesOK, error)
ListIdentityRoleAttributes lists role attributes in use by identities
Retrieves a list of role attributes in use by identities; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceRoleAttributes ¶
func (a *Client) ListServiceRoleAttributes(params *ListServiceRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceRoleAttributesOK, error)
ListServiceRoleAttributes lists role attributes in use by services
Retrieves a list of role attributes in use by services; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { ListEdgeRouterRoleAttributes(params *ListEdgeRouterRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListEdgeRouterRoleAttributesOK, error) ListIdentityRoleAttributes(params *ListIdentityRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListIdentityRoleAttributesOK, error) ListServiceRoleAttributes(params *ListServiceRoleAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceRoleAttributesOK, 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 role attributes API client.
type ListEdgeRouterRoleAttributesOK ¶
type ListEdgeRouterRoleAttributesOK struct {
Payload *rest_model.ListRoleAttributesEnvelope
}
ListEdgeRouterRoleAttributesOK handles this case with default header values.
A list of role attributes
func NewListEdgeRouterRoleAttributesOK ¶
func NewListEdgeRouterRoleAttributesOK() *ListEdgeRouterRoleAttributesOK
NewListEdgeRouterRoleAttributesOK creates a ListEdgeRouterRoleAttributesOK with default headers values
func (*ListEdgeRouterRoleAttributesOK) Error ¶
func (o *ListEdgeRouterRoleAttributesOK) Error() string
func (*ListEdgeRouterRoleAttributesOK) GetPayload ¶
func (o *ListEdgeRouterRoleAttributesOK) GetPayload() *rest_model.ListRoleAttributesEnvelope
type ListEdgeRouterRoleAttributesParams ¶
type ListEdgeRouterRoleAttributesParams struct { /*Filter*/ Filter *string /*Limit*/ Limit *int64 /*Offset*/ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListEdgeRouterRoleAttributesParams contains all the parameters to send to the API endpoint for the list edge router role attributes operation typically these are written to a http.Request
func NewListEdgeRouterRoleAttributesParams ¶
func NewListEdgeRouterRoleAttributesParams() *ListEdgeRouterRoleAttributesParams
NewListEdgeRouterRoleAttributesParams creates a new ListEdgeRouterRoleAttributesParams object with the default values initialized.
func NewListEdgeRouterRoleAttributesParamsWithContext ¶
func NewListEdgeRouterRoleAttributesParamsWithContext(ctx context.Context) *ListEdgeRouterRoleAttributesParams
NewListEdgeRouterRoleAttributesParamsWithContext creates a new ListEdgeRouterRoleAttributesParams object with the default values initialized, and the ability to set a context for a request
func NewListEdgeRouterRoleAttributesParamsWithHTTPClient ¶
func NewListEdgeRouterRoleAttributesParamsWithHTTPClient(client *http.Client) *ListEdgeRouterRoleAttributesParams
NewListEdgeRouterRoleAttributesParamsWithHTTPClient creates a new ListEdgeRouterRoleAttributesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListEdgeRouterRoleAttributesParamsWithTimeout ¶
func NewListEdgeRouterRoleAttributesParamsWithTimeout(timeout time.Duration) *ListEdgeRouterRoleAttributesParams
NewListEdgeRouterRoleAttributesParamsWithTimeout creates a new ListEdgeRouterRoleAttributesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListEdgeRouterRoleAttributesParams) SetContext ¶
func (o *ListEdgeRouterRoleAttributesParams) SetContext(ctx context.Context)
SetContext adds the context to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) SetFilter ¶
func (o *ListEdgeRouterRoleAttributesParams) SetFilter(filter *string)
SetFilter adds the filter to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) SetHTTPClient ¶
func (o *ListEdgeRouterRoleAttributesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) SetLimit ¶
func (o *ListEdgeRouterRoleAttributesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) SetOffset ¶
func (o *ListEdgeRouterRoleAttributesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) SetTimeout ¶
func (o *ListEdgeRouterRoleAttributesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithContext ¶
func (o *ListEdgeRouterRoleAttributesParams) WithContext(ctx context.Context) *ListEdgeRouterRoleAttributesParams
WithContext adds the context to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithFilter ¶
func (o *ListEdgeRouterRoleAttributesParams) WithFilter(filter *string) *ListEdgeRouterRoleAttributesParams
WithFilter adds the filter to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithHTTPClient ¶
func (o *ListEdgeRouterRoleAttributesParams) WithHTTPClient(client *http.Client) *ListEdgeRouterRoleAttributesParams
WithHTTPClient adds the HTTPClient to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithLimit ¶
func (o *ListEdgeRouterRoleAttributesParams) WithLimit(limit *int64) *ListEdgeRouterRoleAttributesParams
WithLimit adds the limit to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithOffset ¶
func (o *ListEdgeRouterRoleAttributesParams) WithOffset(offset *int64) *ListEdgeRouterRoleAttributesParams
WithOffset adds the offset to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WithTimeout ¶
func (o *ListEdgeRouterRoleAttributesParams) WithTimeout(timeout time.Duration) *ListEdgeRouterRoleAttributesParams
WithTimeout adds the timeout to the list edge router role attributes params
func (*ListEdgeRouterRoleAttributesParams) WriteToRequest ¶
func (o *ListEdgeRouterRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListEdgeRouterRoleAttributesReader ¶
type ListEdgeRouterRoleAttributesReader struct {
// contains filtered or unexported fields
}
ListEdgeRouterRoleAttributesReader is a Reader for the ListEdgeRouterRoleAttributes structure.
func (*ListEdgeRouterRoleAttributesReader) ReadResponse ¶
func (o *ListEdgeRouterRoleAttributesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListEdgeRouterRoleAttributesUnauthorized ¶
type ListEdgeRouterRoleAttributesUnauthorized struct {
}ListEdgeRouterRoleAttributesUnauthorized handles this case with default header values.
The currently supplied session does not have the correct access rights to request this resource
func NewListEdgeRouterRoleAttributesUnauthorized ¶
func NewListEdgeRouterRoleAttributesUnauthorized() *ListEdgeRouterRoleAttributesUnauthorized
NewListEdgeRouterRoleAttributesUnauthorized creates a ListEdgeRouterRoleAttributesUnauthorized with default headers values
func (*ListEdgeRouterRoleAttributesUnauthorized) Error ¶
func (o *ListEdgeRouterRoleAttributesUnauthorized) Error() string
func (*ListEdgeRouterRoleAttributesUnauthorized) GetPayload ¶
func (o *ListEdgeRouterRoleAttributesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentityRoleAttributesOK ¶
type ListIdentityRoleAttributesOK struct {
Payload *rest_model.ListRoleAttributesEnvelope
}
ListIdentityRoleAttributesOK handles this case with default header values.
A list of role attributes
func NewListIdentityRoleAttributesOK ¶
func NewListIdentityRoleAttributesOK() *ListIdentityRoleAttributesOK
NewListIdentityRoleAttributesOK creates a ListIdentityRoleAttributesOK with default headers values
func (*ListIdentityRoleAttributesOK) Error ¶
func (o *ListIdentityRoleAttributesOK) Error() string
func (*ListIdentityRoleAttributesOK) GetPayload ¶
func (o *ListIdentityRoleAttributesOK) GetPayload() *rest_model.ListRoleAttributesEnvelope
type ListIdentityRoleAttributesParams ¶
type ListIdentityRoleAttributesParams struct { /*Filter*/ Filter *string /*Limit*/ Limit *int64 /*Offset*/ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListIdentityRoleAttributesParams contains all the parameters to send to the API endpoint for the list identity role attributes operation typically these are written to a http.Request
func NewListIdentityRoleAttributesParams ¶
func NewListIdentityRoleAttributesParams() *ListIdentityRoleAttributesParams
NewListIdentityRoleAttributesParams creates a new ListIdentityRoleAttributesParams object with the default values initialized.
func NewListIdentityRoleAttributesParamsWithContext ¶
func NewListIdentityRoleAttributesParamsWithContext(ctx context.Context) *ListIdentityRoleAttributesParams
NewListIdentityRoleAttributesParamsWithContext creates a new ListIdentityRoleAttributesParams object with the default values initialized, and the ability to set a context for a request
func NewListIdentityRoleAttributesParamsWithHTTPClient ¶
func NewListIdentityRoleAttributesParamsWithHTTPClient(client *http.Client) *ListIdentityRoleAttributesParams
NewListIdentityRoleAttributesParamsWithHTTPClient creates a new ListIdentityRoleAttributesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListIdentityRoleAttributesParamsWithTimeout ¶
func NewListIdentityRoleAttributesParamsWithTimeout(timeout time.Duration) *ListIdentityRoleAttributesParams
NewListIdentityRoleAttributesParamsWithTimeout creates a new ListIdentityRoleAttributesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListIdentityRoleAttributesParams) SetContext ¶
func (o *ListIdentityRoleAttributesParams) SetContext(ctx context.Context)
SetContext adds the context to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) SetFilter ¶
func (o *ListIdentityRoleAttributesParams) SetFilter(filter *string)
SetFilter adds the filter to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) SetHTTPClient ¶
func (o *ListIdentityRoleAttributesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) SetLimit ¶
func (o *ListIdentityRoleAttributesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) SetOffset ¶
func (o *ListIdentityRoleAttributesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) SetTimeout ¶
func (o *ListIdentityRoleAttributesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithContext ¶
func (o *ListIdentityRoleAttributesParams) WithContext(ctx context.Context) *ListIdentityRoleAttributesParams
WithContext adds the context to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithFilter ¶
func (o *ListIdentityRoleAttributesParams) WithFilter(filter *string) *ListIdentityRoleAttributesParams
WithFilter adds the filter to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithHTTPClient ¶
func (o *ListIdentityRoleAttributesParams) WithHTTPClient(client *http.Client) *ListIdentityRoleAttributesParams
WithHTTPClient adds the HTTPClient to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithLimit ¶
func (o *ListIdentityRoleAttributesParams) WithLimit(limit *int64) *ListIdentityRoleAttributesParams
WithLimit adds the limit to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithOffset ¶
func (o *ListIdentityRoleAttributesParams) WithOffset(offset *int64) *ListIdentityRoleAttributesParams
WithOffset adds the offset to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WithTimeout ¶
func (o *ListIdentityRoleAttributesParams) WithTimeout(timeout time.Duration) *ListIdentityRoleAttributesParams
WithTimeout adds the timeout to the list identity role attributes params
func (*ListIdentityRoleAttributesParams) WriteToRequest ¶
func (o *ListIdentityRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListIdentityRoleAttributesReader ¶
type ListIdentityRoleAttributesReader struct {
// contains filtered or unexported fields
}
ListIdentityRoleAttributesReader is a Reader for the ListIdentityRoleAttributes structure.
func (*ListIdentityRoleAttributesReader) ReadResponse ¶
func (o *ListIdentityRoleAttributesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListIdentityRoleAttributesUnauthorized ¶
type ListIdentityRoleAttributesUnauthorized struct {
}ListIdentityRoleAttributesUnauthorized handles this case with default header values.
The currently supplied session does not have the correct access rights to request this resource
func NewListIdentityRoleAttributesUnauthorized ¶
func NewListIdentityRoleAttributesUnauthorized() *ListIdentityRoleAttributesUnauthorized
NewListIdentityRoleAttributesUnauthorized creates a ListIdentityRoleAttributesUnauthorized with default headers values
func (*ListIdentityRoleAttributesUnauthorized) Error ¶
func (o *ListIdentityRoleAttributesUnauthorized) Error() string
func (*ListIdentityRoleAttributesUnauthorized) GetPayload ¶
func (o *ListIdentityRoleAttributesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type ListServiceRoleAttributesOK ¶
type ListServiceRoleAttributesOK struct {
Payload *rest_model.ListRoleAttributesEnvelope
}
ListServiceRoleAttributesOK handles this case with default header values.
A list of role attributes
func NewListServiceRoleAttributesOK ¶
func NewListServiceRoleAttributesOK() *ListServiceRoleAttributesOK
NewListServiceRoleAttributesOK creates a ListServiceRoleAttributesOK with default headers values
func (*ListServiceRoleAttributesOK) Error ¶
func (o *ListServiceRoleAttributesOK) Error() string
func (*ListServiceRoleAttributesOK) GetPayload ¶
func (o *ListServiceRoleAttributesOK) GetPayload() *rest_model.ListRoleAttributesEnvelope
type ListServiceRoleAttributesParams ¶
type ListServiceRoleAttributesParams struct { /*Filter*/ Filter *string /*Limit*/ Limit *int64 /*Offset*/ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListServiceRoleAttributesParams contains all the parameters to send to the API endpoint for the list service role attributes operation typically these are written to a http.Request
func NewListServiceRoleAttributesParams ¶
func NewListServiceRoleAttributesParams() *ListServiceRoleAttributesParams
NewListServiceRoleAttributesParams creates a new ListServiceRoleAttributesParams object with the default values initialized.
func NewListServiceRoleAttributesParamsWithContext ¶
func NewListServiceRoleAttributesParamsWithContext(ctx context.Context) *ListServiceRoleAttributesParams
NewListServiceRoleAttributesParamsWithContext creates a new ListServiceRoleAttributesParams object with the default values initialized, and the ability to set a context for a request
func NewListServiceRoleAttributesParamsWithHTTPClient ¶
func NewListServiceRoleAttributesParamsWithHTTPClient(client *http.Client) *ListServiceRoleAttributesParams
NewListServiceRoleAttributesParamsWithHTTPClient creates a new ListServiceRoleAttributesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListServiceRoleAttributesParamsWithTimeout ¶
func NewListServiceRoleAttributesParamsWithTimeout(timeout time.Duration) *ListServiceRoleAttributesParams
NewListServiceRoleAttributesParamsWithTimeout creates a new ListServiceRoleAttributesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListServiceRoleAttributesParams) SetContext ¶
func (o *ListServiceRoleAttributesParams) SetContext(ctx context.Context)
SetContext adds the context to the list service role attributes params
func (*ListServiceRoleAttributesParams) SetFilter ¶
func (o *ListServiceRoleAttributesParams) SetFilter(filter *string)
SetFilter adds the filter to the list service role attributes params
func (*ListServiceRoleAttributesParams) SetHTTPClient ¶
func (o *ListServiceRoleAttributesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service role attributes params
func (*ListServiceRoleAttributesParams) SetLimit ¶
func (o *ListServiceRoleAttributesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service role attributes params
func (*ListServiceRoleAttributesParams) SetOffset ¶
func (o *ListServiceRoleAttributesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service role attributes params
func (*ListServiceRoleAttributesParams) SetTimeout ¶
func (o *ListServiceRoleAttributesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithContext ¶
func (o *ListServiceRoleAttributesParams) WithContext(ctx context.Context) *ListServiceRoleAttributesParams
WithContext adds the context to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithFilter ¶
func (o *ListServiceRoleAttributesParams) WithFilter(filter *string) *ListServiceRoleAttributesParams
WithFilter adds the filter to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithHTTPClient ¶
func (o *ListServiceRoleAttributesParams) WithHTTPClient(client *http.Client) *ListServiceRoleAttributesParams
WithHTTPClient adds the HTTPClient to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithLimit ¶
func (o *ListServiceRoleAttributesParams) WithLimit(limit *int64) *ListServiceRoleAttributesParams
WithLimit adds the limit to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithOffset ¶
func (o *ListServiceRoleAttributesParams) WithOffset(offset *int64) *ListServiceRoleAttributesParams
WithOffset adds the offset to the list service role attributes params
func (*ListServiceRoleAttributesParams) WithTimeout ¶
func (o *ListServiceRoleAttributesParams) WithTimeout(timeout time.Duration) *ListServiceRoleAttributesParams
WithTimeout adds the timeout to the list service role attributes params
func (*ListServiceRoleAttributesParams) WriteToRequest ¶
func (o *ListServiceRoleAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceRoleAttributesReader ¶
type ListServiceRoleAttributesReader struct {
// contains filtered or unexported fields
}
ListServiceRoleAttributesReader is a Reader for the ListServiceRoleAttributes structure.
func (*ListServiceRoleAttributesReader) ReadResponse ¶
func (o *ListServiceRoleAttributesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListServiceRoleAttributesUnauthorized ¶
type ListServiceRoleAttributesUnauthorized struct {
}ListServiceRoleAttributesUnauthorized handles this case with default header values.
The currently supplied session does not have the correct access rights to request this resource
func NewListServiceRoleAttributesUnauthorized ¶
func NewListServiceRoleAttributesUnauthorized() *ListServiceRoleAttributesUnauthorized
NewListServiceRoleAttributesUnauthorized creates a ListServiceRoleAttributesUnauthorized with default headers values
func (*ListServiceRoleAttributesUnauthorized) Error ¶
func (o *ListServiceRoleAttributesUnauthorized) Error() string
func (*ListServiceRoleAttributesUnauthorized) GetPayload ¶
func (o *ListServiceRoleAttributesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope