# Packages
No description provided by the author
# Functions
NewIdentityStoreFileCreator creates a new IdentityStoreFileCreator based on the configuration coming from the Raito CLI.
No description provided by the author
No description provided by the author
# Constants
IdentityStoreSyncerName constant should not be used directly when implementing plugins.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
IdentityStoreSyncService_ServiceDesc is the grpc.ServiceDesc for IdentityStoreSyncService service.
No description provided by the author
# Structs
Group represents a user group in the format that is suitable to be imported into a Raito identity store.
IdentityStoreSyncConfig represents the configuration that is passed from the CLI to the IdentityStoreSyncer plugin interface.
IdentityStoreSyncerPlugin is used on the server (CLI) and client (plugin) side to integrate with the plugin system.
No description provided by the author
IdentityStoreSyncResult represents the result from the identity store sync process.
No description provided by the author
UnimplementedIdentityStoreSyncServiceServer must be embedded to have forward compatible implementations.
User represents a user in the format that is suitable to be imported into a Raito identity store.
# Interfaces
IdentityStoreFileCreator describes the interface for easily creating the user and group import files to be imported by the Raito CLI.
IdentityStoreSyncer interface needs to be implemented by any plugin that wants to import users and groups into a Raito identity store.
IdentityStoreSyncServiceClient is the client API for IdentityStoreSyncService service.
IdentityStoreSyncServiceServer is the server API for IdentityStoreSyncService service.
UnsafeIdentityStoreSyncServiceServer may be embedded to opt out of forward compatibility for this service.