|
14525 | 14525 | "tags": [ |
14526 | 14526 | "Identity > Administration > Users" |
14527 | 14527 | ], |
14528 | | - "description": "Returns the business email compromise assessment for a user: recent sign-ins, mailbox rules, added applications and password changes. If no cached result exists the check is queued as a background job and the response reports it as waiting, so poll rather than expecting results on the first call. Pass overwrite=true to force a fresh run.", |
| 14528 | + "description": "Returns the business email compromise assessment for a user: sign-ins with a location analysis against the user's assigned usage location, mailbox rules and rule changes, trusted/blocked sender changes, OneDrive and SharePoint sharing link activity, added applications matched against the known-malicious catalog, MFA methods, Intune devices, sent mail, and tenant-wide password changes. If no cached result exists the check is queued as a background job and the response reports it as waiting, so poll rather than expecting results on the first call. Pass overwrite=true to force a fresh run.", |
14529 | 14529 | "parameters": [ |
14530 | 14530 | { |
14531 | 14531 | "name": "GUID", |
|
24809 | 24809 | "CanViewPrivateItems": { |
24810 | 24810 | "type": "string" |
24811 | 24811 | }, |
| 24812 | + "DisplayName": { |
| 24813 | + "type": "string", |
| 24814 | + "description": "TargetUser may be a recipient id, so log the display name the caller saw" |
| 24815 | + }, |
24812 | 24816 | "FolderName": { |
24813 | 24817 | "type": "string" |
24814 | 24818 | }, |
|
25263 | 25267 | "CanViewPrivateItems": { |
25264 | 25268 | "type": "string" |
25265 | 25269 | }, |
| 25270 | + "DisplayName": { |
| 25271 | + "type": "string", |
| 25272 | + "description": "TargetUser may be a recipient id, so log the display name the caller saw" |
| 25273 | + }, |
25266 | 25274 | "FolderName": { |
25267 | 25275 | "type": "string" |
25268 | 25276 | }, |
|
38654 | 38662 | }, |
38655 | 38663 | "User": { |
38656 | 38664 | "x-cipp-field-source": "backend" |
| 38665 | + }, |
| 38666 | + "UserId": { |
| 38667 | + "x-cipp-field-source": "backend" |
38657 | 38668 | } |
38658 | 38669 | } |
38659 | 38670 | } |
|
39789 | 39800 | }, |
39790 | 39801 | "User": { |
39791 | 39802 | "x-cipp-field-source": "backend" |
| 39803 | + }, |
| 39804 | + "UserId": { |
| 39805 | + "x-cipp-field-source": "backend" |
39792 | 39806 | } |
39793 | 39807 | } |
39794 | 39808 | } |
|
54989 | 55003 | "tags": [ |
54990 | 55004 | "Tenant > Standards" |
54991 | 55005 | ], |
54992 | | - "description": "Lists tenant alignment data showing how well tenants conform to their assigned standards templates.", |
| 55006 | + "description": "Lists tenant alignment data showing how well tenants conform to their assigned standards templates.\n\nPass summary=true for the estate roll-up only: per-tenant averages collapsed into score\nbuckets, the overall average, the lowest-scoring tenants and the pending-deviation totals.\nThe row list is one entry per tenant per standard, so an estate-wide caller that only\nrenders those aggregates would otherwise pull tenants x standards rows to compute a\nhandful of numbers.", |
54993 | 55007 | "parameters": [ |
54994 | 55008 | { |
54995 | 55009 | "name": "granular", |
|
54998 | 55012 | "schema": { |
54999 | 55013 | "type": "boolean" |
55000 | 55014 | } |
| 55015 | + }, |
| 55016 | + { |
| 55017 | + "name": "summary", |
| 55018 | + "in": "query", |
| 55019 | + "required": false, |
| 55020 | + "schema": { |
| 55021 | + "type": "boolean" |
| 55022 | + } |
55001 | 55023 | } |
55002 | 55024 | ], |
55003 | 55025 | "responses": { |
|
55823 | 55845 | "type": "string" |
55824 | 55846 | } |
55825 | 55847 | }, |
| 55848 | + { |
| 55849 | + "name": "countsOnly", |
| 55850 | + "in": "query", |
| 55851 | + "required": false, |
| 55852 | + "schema": { |
| 55853 | + "type": "string" |
| 55854 | + } |
| 55855 | + }, |
55826 | 55856 | { |
55827 | 55857 | "name": "includeCounts", |
55828 | 55858 | "in": "query", |
@@ -58032,38 +58062,214 @@ |
58032 | 58062 | "application/json": { |
58033 | 58063 | "schema": { |
58034 | 58064 | "type": "object", |
58035 | | - "description": "Derived from the fields written into the storage table it reads. Fields taken from the storage writers may be omitted by this endpoint, and the response may carry computed fields not listed here.", |
| 58065 | + "description": "Derived from the Microsoft Graph entity it queries, and the fields written into the storage table it reads. This endpoint returns the Graph response as-is without selecting fields, so these are the properties the entity CAN carry (x-cipp-field-source: graph-entity) rather than a proven projection - Graph returns a default subset unless asked otherwise.", |
58036 | 58066 | "properties": { |
| 58067 | + "addIns": { |
| 58068 | + "type": "array", |
| 58069 | + "x-cipp-field-source": "graph-entity" |
| 58070 | + }, |
| 58071 | + "api": { |
| 58072 | + "type": "object", |
| 58073 | + "x-cipp-field-source": "graph-entity" |
| 58074 | + }, |
| 58075 | + "appId": { |
| 58076 | + "type": "string", |
| 58077 | + "x-cipp-field-source": "graph-entity" |
| 58078 | + }, |
| 58079 | + "applicationTemplateId": { |
| 58080 | + "type": "string", |
| 58081 | + "x-cipp-field-source": "graph-entity" |
| 58082 | + }, |
58037 | 58083 | "AppName": { |
58038 | 58084 | "x-cipp-field-source": "storage" |
58039 | 58085 | }, |
| 58086 | + "appRoles": { |
| 58087 | + "type": "array", |
| 58088 | + "x-cipp-field-source": "graph-entity" |
| 58089 | + }, |
| 58090 | + "authenticationBehaviors": { |
| 58091 | + "type": "object", |
| 58092 | + "x-cipp-field-source": "graph-entity" |
| 58093 | + }, |
| 58094 | + "certification": { |
| 58095 | + "type": "object", |
| 58096 | + "x-cipp-field-source": "graph-entity" |
| 58097 | + }, |
| 58098 | + "createdByAppId": { |
| 58099 | + "type": "string", |
| 58100 | + "x-cipp-field-source": "graph-entity" |
| 58101 | + }, |
| 58102 | + "createdDateTime": { |
| 58103 | + "type": "string", |
| 58104 | + "x-cipp-field-source": "graph-entity" |
| 58105 | + }, |
| 58106 | + "defaultRedirectUri": { |
| 58107 | + "type": "string", |
| 58108 | + "x-cipp-field-source": "graph-entity" |
| 58109 | + }, |
| 58110 | + "deletedDateTime": { |
| 58111 | + "type": "string", |
| 58112 | + "x-cipp-field-source": "graph-entity" |
| 58113 | + }, |
| 58114 | + "description": { |
| 58115 | + "type": "string", |
| 58116 | + "x-cipp-field-source": "graph-entity" |
| 58117 | + }, |
| 58118 | + "disabledByMicrosoftStatus": { |
| 58119 | + "type": "string", |
| 58120 | + "x-cipp-field-source": "graph-entity" |
| 58121 | + }, |
| 58122 | + "displayName": { |
| 58123 | + "type": "string", |
| 58124 | + "x-cipp-field-source": "graph-entity" |
| 58125 | + }, |
58040 | 58126 | "Enabled": { |
58041 | 58127 | "x-cipp-field-source": "storage" |
58042 | 58128 | }, |
58043 | 58129 | "ETag": { |
58044 | 58130 | "type": "string", |
58045 | 58131 | "x-cipp-field-source": "storage" |
58046 | 58132 | }, |
| 58133 | + "groupMembershipClaims": { |
| 58134 | + "type": "string", |
| 58135 | + "x-cipp-field-source": "graph-entity" |
| 58136 | + }, |
| 58137 | + "id": { |
| 58138 | + "type": "string", |
| 58139 | + "x-cipp-field-source": "graph-entity" |
| 58140 | + }, |
| 58141 | + "identifierUris": { |
| 58142 | + "type": "array", |
| 58143 | + "x-cipp-field-source": "graph-entity" |
| 58144 | + }, |
| 58145 | + "info": { |
| 58146 | + "type": "object", |
| 58147 | + "x-cipp-field-source": "graph-entity" |
| 58148 | + }, |
58047 | 58149 | "IPRange": { |
58048 | 58150 | "x-cipp-field-source": "storage" |
58049 | 58151 | }, |
| 58152 | + "isDeviceOnlyAuthSupported": { |
| 58153 | + "type": "boolean", |
| 58154 | + "x-cipp-field-source": "graph-entity" |
| 58155 | + }, |
| 58156 | + "isDisabled": { |
| 58157 | + "type": "boolean", |
| 58158 | + "x-cipp-field-source": "graph-entity" |
| 58159 | + }, |
| 58160 | + "isFallbackPublicClient": { |
| 58161 | + "type": "boolean", |
| 58162 | + "x-cipp-field-source": "graph-entity" |
| 58163 | + }, |
| 58164 | + "keyCredentials": { |
| 58165 | + "type": "array", |
| 58166 | + "x-cipp-field-source": "graph-entity" |
| 58167 | + }, |
| 58168 | + "logo": { |
| 58169 | + "type": "string", |
| 58170 | + "x-cipp-field-source": "graph-entity" |
| 58171 | + }, |
| 58172 | + "managerApplications": { |
| 58173 | + "type": "array", |
| 58174 | + "x-cipp-field-source": "graph-entity" |
| 58175 | + }, |
58050 | 58176 | "MCPAllowed": { |
58051 | 58177 | "type": "boolean", |
58052 | 58178 | "x-cipp-field-source": "storage" |
58053 | 58179 | }, |
| 58180 | + "nativeAuthenticationApisEnabled": { |
| 58181 | + "type": "object", |
| 58182 | + "x-cipp-field-source": "graph-entity" |
| 58183 | + }, |
| 58184 | + "notes": { |
| 58185 | + "type": "string", |
| 58186 | + "x-cipp-field-source": "graph-entity" |
| 58187 | + }, |
| 58188 | + "oauth2RequirePostResponse": { |
| 58189 | + "type": "boolean", |
| 58190 | + "x-cipp-field-source": "graph-entity" |
| 58191 | + }, |
| 58192 | + "optionalClaims": { |
| 58193 | + "type": "object", |
| 58194 | + "x-cipp-field-source": "graph-entity" |
| 58195 | + }, |
| 58196 | + "parentalControlSettings": { |
| 58197 | + "type": "object", |
| 58198 | + "x-cipp-field-source": "graph-entity" |
| 58199 | + }, |
58054 | 58200 | "PartitionKey": { |
58055 | 58201 | "x-cipp-field-source": "storage" |
58056 | 58202 | }, |
| 58203 | + "passwordCredentials": { |
| 58204 | + "type": "array", |
| 58205 | + "x-cipp-field-source": "graph-entity" |
| 58206 | + }, |
| 58207 | + "publicClient": { |
| 58208 | + "type": "object", |
| 58209 | + "x-cipp-field-source": "graph-entity" |
| 58210 | + }, |
| 58211 | + "publisherDomain": { |
| 58212 | + "type": "string", |
| 58213 | + "x-cipp-field-source": "graph-entity" |
| 58214 | + }, |
| 58215 | + "requestSignatureVerification": { |
| 58216 | + "type": "object", |
| 58217 | + "x-cipp-field-source": "graph-entity" |
| 58218 | + }, |
| 58219 | + "requiredResourceAccess": { |
| 58220 | + "type": "array", |
| 58221 | + "x-cipp-field-source": "graph-entity" |
| 58222 | + }, |
58057 | 58223 | "Role": { |
58058 | 58224 | "type": "string", |
58059 | 58225 | "x-cipp-field-source": "storage" |
58060 | 58226 | }, |
58061 | 58227 | "RowKey": { |
58062 | 58228 | "x-cipp-field-source": "storage" |
58063 | 58229 | }, |
| 58230 | + "samlMetadataUrl": { |
| 58231 | + "type": "string", |
| 58232 | + "x-cipp-field-source": "graph-entity" |
| 58233 | + }, |
| 58234 | + "serviceManagementReference": { |
| 58235 | + "type": "string", |
| 58236 | + "x-cipp-field-source": "graph-entity" |
| 58237 | + }, |
| 58238 | + "servicePrincipalLockConfiguration": { |
| 58239 | + "type": "object", |
| 58240 | + "x-cipp-field-source": "graph-entity" |
| 58241 | + }, |
| 58242 | + "signInAudience": { |
| 58243 | + "type": "string", |
| 58244 | + "x-cipp-field-source": "graph-entity" |
| 58245 | + }, |
| 58246 | + "spa": { |
| 58247 | + "type": "object", |
| 58248 | + "x-cipp-field-source": "graph-entity" |
| 58249 | + }, |
| 58250 | + "tags": { |
| 58251 | + "type": "array", |
| 58252 | + "x-cipp-field-source": "graph-entity" |
| 58253 | + }, |
58064 | 58254 | "Timestamp": { |
58065 | 58255 | "type": "string", |
58066 | 58256 | "x-cipp-field-source": "storage" |
| 58257 | + }, |
| 58258 | + "tokenEncryptionKeyId": { |
| 58259 | + "type": "string", |
| 58260 | + "x-cipp-field-source": "graph-entity" |
| 58261 | + }, |
| 58262 | + "uniqueName": { |
| 58263 | + "type": "string", |
| 58264 | + "x-cipp-field-source": "graph-entity" |
| 58265 | + }, |
| 58266 | + "verifiedPublisher": { |
| 58267 | + "type": "object", |
| 58268 | + "x-cipp-field-source": "graph-entity" |
| 58269 | + }, |
| 58270 | + "web": { |
| 58271 | + "type": "object", |
| 58272 | + "x-cipp-field-source": "graph-entity" |
58067 | 58273 | } |
58068 | 58274 | } |
58069 | 58275 | } |
|
0 commit comments