Versions in this module Expand all Collapse all v0 v0.7.0 Nov 17, 2023 Changes in this version + func CreateFullEventPayload(resource ScimResource) map[string]interface + func CreateNoticeEventPaylaod(resource ScimResource) map[string]interface + type Address struct + Country string + Formatted string + Locality string + PostalCode string + Primary bool + Region string + StreetAddress string + Type string + type Extensions map[string]interface + type Group struct + DisplayName string + Members []GroupValue + type GroupValue struct + Display string + Ref string + Value string + type Meta struct + Created time.Time + LastModified time.Time + Location string + ResourceType string + Version string + type MultiValuedAttribute struct + Primary bool + Type string + Value string + type Name struct + FamilyName string + Formatted string + GivenName string + HonorificPrefix string + HonorificSuffix string + MiddleName string + type ScimResource struct + ExternalId string + Id string + Meta Meta + Schemas []string + func GenerateFakeUser(basePath string) ScimResource + type User struct + Active bool + Addresses []Address + DisplayName string + Emails []MultiValuedAttribute + Groups []GroupValue + Locale string + Name Name + Nickname string + Password string + PhoneNumbers []MultiValuedAttribute + Photos []MultiValuedAttribute + PreferredLanguage string + ProfileUrl string + Timezone string + Title string + UserName string + UserType string + X509Certificates []MultiValuedAttribute