Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestGroupAttrMap = map[string]string{
"admincreated": "adminCreated",
"description": "description",
"directmemberscount": "directMembersCount",
"email": "email",
"etag": "etag",
"id": "id",
"kind": "kind",
"name": "name",
"noneditablealiases": "nonEditableAliases",
}
TestGroupAttrMap is Group attribute map for testing purposes
View Source
var TestUserAttrMap = map[string]string{}/* 101 elements not displayed */
TestUserAttrMap is User attribute map for testing purposes
View Source
var TestUserQueryAttrMap = map[string]string{
"address": "address",
"addresspobox": "addressPoBox",
"addressextended": "addressExtended",
"addressstreet": "addressStreet",
"addresslocality": "addressLocality",
"addressregion": "addressRegion",
"addresspostalcode": "addressPostalCode",
"addresscountry": "addressCountry",
"christianname": "givenName",
"directmanager": "directManager",
"directmanagerid": "directManagerId",
"email": "email",
"externalid": "externalId",
"familyname": "familyName",
"firstname": "givenName",
"givenname": "givenName",
"im": "im",
"isadmin": "isAdmin",
"isdelegatedadmin": "isDelegatedAdmin",
"isenrolledin2sv": "isEnrolledIn2Sv",
"isenforcedin2sv": "isEnforcedIn2Sv",
"issuspended": "isSuspended",
"lastname": "familyName",
"manager": "manager",
"managerid": "managerId",
"name": "name",
"orgcostcenter": "orgCostCenter",
"orgdepartment": "orgDepartment",
"orgdescription": "orgDescription",
"orgname": "orgName",
"orgtitle": "orgTitle",
"orgunitpath": "orgUnitPath",
"phone": "phone",
"surname": "familyName",
}
TestUserQueryAttrMap provides lowercase mappings to valid admin.User query attributes
Functions ¶
func DummyDirectoryService ¶
DummyDirectoryService function creates and returns dummy Admin Service object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.