# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateRBACRoleRequest calls the generic CreateRBACRole builder with application/json body.
NewCreateRBACRoleRequestWithBody generates requests for CreateRBACRole with any type of body.
NewDeleteRBACRoleRequest generates requests for DeleteRBACRole.
NewListRBACRolesRequest generates requests for ListRBACRoles.
NewRetrieveRBACRoleDetailsRequest generates requests for RetrieveRBACRoleDetails.
NewUpdateRBACRoleRequest calls the generic UpdateRBACRole builder with application/json body.
NewUpdateRBACRoleRequestWithBody generates requests for UpdateRBACRole with any type of body.
ParseCreateRBACRoleResponse parses an HTTP response from a CreateRBACRoleWithResponse call.
ParseDeleteRBACRoleResponse parses an HTTP response from a DeleteRBACRoleWithResponse call.
ParseListRBACRolesResponse parses an HTTP response from a ListRBACRolesWithResponse call.
ParseRetrieveRBACRoleDetailsResponse parses an HTTP response from a RetrieveRBACRoleDetailsWithResponse call.
ParseUpdateRBACRoleResponse parses an HTTP response from a UpdateRBACRoleWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CommonResponseModel defines model for CommonResponseModel.
No description provided by the author
CreateUpdateRbacRolePayload defines model for CreateUpdateRbacRolePayload.
No description provided by the author
ErrorResponseModel defines model for ErrorResponseModel.
GetRbacRolesResponseModel defines model for GetRbacRolesResponseModel.
No description provided by the author
RbacRoleDetailResponseModel defines model for RbacRoleDetailResponseModel.
RbacRoleDetailResponseModelFixed defines model for RbacRoleDetailResponseModelFixed.
RbacRoleFields defines model for RbacRoleFields.
No description provided by the author
RolePermissionFields defines model for RolePermissionFields.
RolePolicyFields defines model for RolePolicyFields.
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
CreateRBACRoleJSONRequestBody defines body for CreateRBACRole for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateRBACRoleJSONRequestBody defines body for UpdateRBACRole for application/json ContentType.