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) Get ¶
func (c *Client) Get( ctx context.Context, id string, opts ...option.RequestOption, ) ([]*management.ConnectionKey, error)
Gets the connection keys for the Okta or OIDC connection strategy.
func (*Client) Rotate ¶
func (c *Client) Rotate( ctx context.Context, id string, request *management.RotateConnectionKeysRequestContent, opts ...option.RequestOption, ) (*management.RotateConnectionsKeysResponseContent, error)
Rotates the connection keys for the Okta or OIDC connection strategies.
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) Get ¶
func (r *RawClient) Get( ctx context.Context, id string, opts ...option.RequestOption, ) (*core.Response[[]*management.ConnectionKey], error)
func (*RawClient) Rotate ¶
func (r *RawClient) Rotate( ctx context.Context, id string, request *management.RotateConnectionKeysRequestContent, opts ...option.RequestOption, ) (*core.Response[*management.RotateConnectionsKeysResponseContent], error)
Click to show internal directories.
Click to hide internal directories.