# Packages

No description provided by the author

# Functions

NewClient creates a new client to talk with AWS SSO's SCIM endpoint.
NewUser creates a user object representing a user with the given details.
Get file from s3 to buffer.
UpdateUser updates a user object representing a user with the given details.

# Constants

OperationAdd is the add operation for a patch.
OperationRemove is the remove operation for a patch.

# Variables

No description provided by the author
No description provided by the author

# Structs

Config specifes the configuration needed for AWS SSO SCIM.
User represents a User in AWS SSO.
UserAddress represents address values of users.
UserEmail represents a user email address.
UserFilterResults represents filtered results when we search for users or List all users.

# Interfaces

IClient represents an interface of methods used to communicate with AWS SSO.
HttpClient is a generic HTTP Do interface.

# Type aliases

OperationType handle patch operations for add/remove.