Graph
get_app_registration_id(app_name)
Get application (app registration) ID by display name
Source code in src/pyfabricops/graph/users.py
64 65 66 67 68 69 70 71 72 73 74 75 | |
get_app_registration_name(app_id)
Get application (app registration) display name by ID
Source code in src/pyfabricops/graph/users.py
78 79 80 81 82 83 84 85 86 87 88 89 | |
get_security_group_id(group_name)
Get group ID by display name or mail
Source code in src/pyfabricops/graph/users.py
36 37 38 39 40 41 42 43 44 45 46 47 | |
get_security_group_name(group_id)
Get group display name by ID
Source code in src/pyfabricops/graph/users.py
50 51 52 53 54 55 56 57 58 59 60 61 | |
get_service_principal_id(spn_name)
Get service principal ID by display name
Source code in src/pyfabricops/graph/users.py
92 93 94 95 96 97 98 99 100 101 102 103 | |
get_service_principal_name(spn_id)
Get service principal name by ID
Source code in src/pyfabricops/graph/users.py
106 107 108 109 110 111 112 113 114 115 116 117 | |
get_user_email(id)
Get user email by ID
Source code in src/pyfabricops/graph/users.py
21 22 23 24 25 26 27 28 29 30 31 32 33 | |
get_user_id(email)
Get user ID by email
Source code in src/pyfabricops/graph/users.py
8 9 10 11 12 13 14 15 16 17 18 | |