Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
WithRawResponse *RawClient
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options *core.RequestOptions) *Client
func (*Client) Create ¶
func (c *Client) Create( ctx context.Context, id string, request *management.AssignRoleGroupsRequestContent, opts ...option.RequestOption, ) error
Assign one or more groups to a specified role.
func (*Client) Delete ¶
func (c *Client) Delete( ctx context.Context, id string, request *management.DeleteRoleGroupsRequestContent, opts ...option.RequestOption, ) error
Unassign one or more groups from a specified role.
func (*Client) Get ¶
func (c *Client) Get( ctx context.Context, id string, request *management.ListRoleGroupsParameters, opts ...option.RequestOption, ) (*core.Page[*string, *management.Group, *management.ListRoleGroupsResponseContent], error)
Lists the groups to which the specified role is assigned.
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) Create ¶
func (r *RawClient) Create( ctx context.Context, id string, request *management.AssignRoleGroupsRequestContent, opts ...option.RequestOption, ) (*core.Response[any], error)
func (*RawClient) Delete ¶
func (r *RawClient) Delete( ctx context.Context, id string, request *management.DeleteRoleGroupsRequestContent, opts ...option.RequestOption, ) (*core.Response[any], error)
Click to show internal directories.
Click to hide internal directories.