Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, organizationID, projectID string, ...) (*openapi.IdentityRead, error)
- func (c *Client) CreateRaw(ctx context.Context, organizationID, projectID string, ...) (*unikornv1.Identity, error)
- func (c *Client) Delete(ctx context.Context, organizationID, projectID, identityID string) error
- func (c *Client) Get(ctx context.Context, organizationID, projectID, identityID string) (*openapi.IdentityRead, error)
- func (c *Client) GetRaw(ctx context.Context, organizationID, projectID, identityID string) (*unikornv1.Identity, error)
- func (c *Client) List(ctx context.Context, organizationID string) (openapi.IdentitiesRead, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
common.ClientArgs
}
Client provides a restful API for identities.
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, organizationID, projectID string, request *openapi.IdentityWrite) (*openapi.IdentityRead, error)
Create instantiates a new resource.
func (*Client) Get ¶
func (c *Client) Get(ctx context.Context, organizationID, projectID, identityID string) (*openapi.IdentityRead, error)
Get a resource.
Click to show internal directories.
Click to hide internal directories.