package
0.89.3
Repository: https://github.com/arangodb-managed/apis.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterSCIMServiceHandler registers the http handlers for service SCIMService to "mux".
RegisterSCIMServiceHandlerClient registers the http handlers for service SCIMService to "mux".
RegisterSCIMServiceHandlerFromEndpoint is same as RegisterSCIMServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSCIMServiceHandlerServer registers the http handlers for service SCIMService to "mux".
No description provided by the author

# Constants

APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeOrganizationMemberAdded is the type of event fired after a member has been added to an organization.
EventTypeOrganizationMemberRemoved is the type of event fired after a member has been removed from an organization.
EventTypeOrganizationMemberUpdated is the type of event fired after a member has been updated in an organization SubjectID contains the ID of the updated member.
PermissionUserAdd is needed for adding a user.
PermissionUserDelete is needed for removing a user.
PermissionUserGet is needed for getting the user infomration.
PermissionUserList is needed for getting the list of users.
PermissionUserUpdate is needed for updating a user.
SCIMSchemaListResponse is uniform resource name for list response.
SCIMSchemaUser is uniform resource name for user resource.

# Variables

No description provided by the author

# Structs

Response for ListUsers.
Request params for ListUsers.
Metadata is the schema used for meta data of a resource in SCIM API response.
UnimplementedSCIMServiceServer can be embedded to have forward compatible implementations.
User is the schema used for user information in SCIM API response.
UserName is the schema used for name of user in SCIM API response.
UserResource is the schema used for resource like emails / photos of user in SCIM API response.

# Interfaces

SCIMServiceClient is the client API for SCIMService service.
SCIMServiceServer is the server API for SCIMService service.