From 8b3ac6b846f8619c568f873821aac5bc7a1f95f8 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 17 Jul 2023 15:24:19 -0700 Subject: [PATCH] Remove deprecated Graph SDK Relates to #37660 --- .../Microsoft.Azure.Graph.RBAC/CHANGELOG.md | 5 - .../Microsoft.Azure.Graph.RBAC.sln | 40 - .../src/Generated/ApplicationsOperations.cs | 2735 --- .../ApplicationsOperationsExtensions.cs | 568 - .../DeletedApplicationsOperations.cs | 760 - ...DeletedApplicationsOperationsExtensions.cs | 158 - .../src/Generated/DomainsOperations.cs | 432 - .../Generated/DomainsOperationsExtensions.cs | 96 - .../Generated/GraphRbacManagementClient.cs | 410 - .../src/Generated/GroupsOperations.cs | 2771 --- .../Generated/GroupsOperationsExtensions.cs | 577 - .../src/Generated/IApplicationsOperations.cs | 366 - .../IDeletedApplicationsOperations.cs | 112 - .../src/Generated/IDomainsOperations.cs | 72 - .../Generated/IGraphRbacManagementClient.cs | 118 - .../src/Generated/IGroupsOperations.cs | 370 - .../IOAuth2PermissionGrantOperations.cs | 115 - .../src/Generated/IObjectsOperations.cs | 73 - .../Generated/IServicePrincipalsOperations.cs | 303 - .../src/Generated/ISignedInUserOperations.cs | 87 - .../src/Generated/IUsersOperations.cs | 184 - .../src/Generated/Models/ADGroup.cs | 97 - .../Generated/Models/AddOwnerParameters.cs | 85 - .../src/Generated/Models/AppRole.cs | 112 - .../src/Generated/Models/Application.cs | 379 - .../src/Generated/Models/ApplicationBase.cs | 348 - .../Models/ApplicationCreateParameters.cs | 151 - .../Models/ApplicationUpdateParameters.cs | 137 - .../Models/CheckGroupMembershipParameters.cs | 94 - .../Models/CheckGroupMembershipResult.cs | 67 - .../src/Generated/Models/ConsentType.cs | 22 - .../src/Generated/Models/DirectoryObject.cs | 72 - .../src/Generated/Models/Domain.cs | 104 - .../Generated/Models/GetObjectsParameters.cs | 81 - .../src/Generated/Models/GraphError.cs | 62 - .../Generated/Models/GraphErrorException.cs | 61 - .../Models/GroupAddMemberParameters.cs | 86 - .../Generated/Models/GroupCreateParameters.cs | 112 - .../Models/GroupGetMemberGroupsParameters.cs | 78 - .../src/Generated/Models/InformationalUrl.cs | 77 - .../src/Generated/Models/KeyCredential.cs | 114 - .../Models/KeyCredentialsUpdateParameters.cs | 69 - .../src/Generated/Models/OAuth2Permission.cs | 139 - .../Generated/Models/OAuth2PermissionGrant.cs | 130 - .../src/Generated/Models/OptionalClaim.cs | 73 - .../src/Generated/Models/OptionalClaims.cs | 75 - .../src/Generated/Models/Page.cs | 53 - .../src/Generated/Models/Page1.cs | 53 - .../Generated/Models/PasswordCredential.cs | 95 - .../PasswordCredentialsUpdateParameters.cs | 69 - .../src/Generated/Models/PasswordProfile.cs | 86 - .../Models/PreAuthorizedApplication.cs | 73 - .../PreAuthorizedApplicationExtension.cs | 56 - .../PreAuthorizedApplicationPermission.cs | 65 - .../Models/RequiredResourceAccess.cs | 107 - .../src/Generated/Models/ResourceAccess.cs | 94 - .../src/Generated/Models/ServicePrincipal.cs | 256 - .../Generated/Models/ServicePrincipalBase.cs | 107 - .../ServicePrincipalCreateParameters.cs | 83 - .../Models/ServicePrincipalObjectResult.cs | 64 - .../ServicePrincipalUpdateParameters.cs | 60 - .../src/Generated/Models/SignInName.cs | 79 - .../src/Generated/Models/User.cs | 159 - .../src/Generated/Models/UserBase.cs | 110 - .../Generated/Models/UserCreateParameters.cs | 145 - .../Models/UserGetMemberGroupsParameters.cs | 78 - .../src/Generated/Models/UserType.cs | 22 - .../Generated/Models/UserUpdateParameters.cs | 122 - .../OAuth2PermissionGrantOperations.cs | 772 - ...uth2PermissionGrantOperationsExtensions.cs | 160 - .../src/Generated/ObjectsOperations.cs | 435 - .../Generated/ObjectsOperationsExtensions.cs | 97 - .../SdkInfo_GraphRbacManagementClient.cs | 35 - .../Generated/ServicePrincipalsOperations.cs | 2205 -- .../ServicePrincipalsOperationsExtensions.cs | 462 - .../src/Generated/SignedInUserOperations.cs | 582 - .../SignedInUserOperationsExtensions.cs | 115 - .../src/Generated/UsersOperations.cs | 1332 -- .../Generated/UsersOperationsExtensions.cs | 274 - .../src/Microsoft.Azure.Graph.RBAC.csproj | 21 - .../src/Properties/launchSettings.json | 3 - .../src/generate.cmd | 7 - .../src/generate.ps1 | 1 - .../Helpers/RecordedDelegatingHandler.cs | 80 - .../tests/Infrastructure/LiveTestAttribute.cs | 15 - .../Microsoft.Azure.Graph.RBAC.Tests.csproj | 29 - .../tests/Properties/launchSettings.json | 3 - .../tests/SampleApplicationCredential.cer | Bin 785 -> 0 bytes .../CRUDApplicationTest.json | 795 - .../CreateDeleteAppCredentialTest.json | 1439 -- .../CreateDeleteServicePrincipalTest.json | 403 - .../CreateDeleteSpCredentialTest.json | 1442 -- .../GetServicePrincipalsIdByAppIdTest.json | 388 - .../NegativeCredentialTest.json | 570 - .../BasicTests/FilteredListGroupsTest.json | 168 - .../BasicTests/FilteredListUsersTest.json | 168 - .../GetUserUsingSignInNameTest.json | 168 - .../BasicTests/GroupMembersTest.json | 168 - .../BasicTests/GroupMemebersTest.json | 170 - .../SessionRecords/BasicTests/GroupTest.json | 253 - .../BasicTests/ListGroupsTest.json | 89 - .../BasicTests/ListPagedGroupsTest.json | 17970 ---------------- .../BasicTests/ListPagedUsersTest.json | 532 - .../BasicTests/ListUsersTest.json | 89 - .../BasicTests/ObjectsByObjectIdsTest.json | 499 - .../BasicTests/QueryServicePrincipalTest.json | 323 - .../SessionRecords/BasicTests/UserTest.json | 253 - .../GroupTests/AddRemoveMemberTest.json | 661 - .../GroupTests/CreateDeleteGroupTest.json | 242 - .../UserTests/CreateDeleteUserTest.json | 242 - .../ApplicationAndServicePrincipalTests.cs | 378 - .../tests/Tests/BasicTests.cs | 407 - .../tests/Tests/GraphTestBase.cs | 326 - .../tests/Tests/GroupTests.cs | 62 - .../tests/Tests/UserTests.cs | 28 - sdk/graphrbac/ci.yml | 24 +- 116 files changed, 2 insertions(+), 50096 deletions(-) delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/CHANGELOG.md delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/Microsoft.Azure.Graph.RBAC.sln delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GraphRbacManagementClient.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IApplicationsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDeletedApplicationsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDomainsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGraphRbacManagementClient.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGroupsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IOAuth2PermissionGrantOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IObjectsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IServicePrincipalsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ISignedInUserOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IUsersOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ADGroup.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AddOwnerParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AppRole.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Application.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationBase.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationCreateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationUpdateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipResult.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ConsentType.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/DirectoryObject.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Domain.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GetObjectsParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphError.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphErrorException.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupAddMemberParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupCreateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupGetMemberGroupsParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/InformationalUrl.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredential.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredentialsUpdateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2Permission.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2PermissionGrant.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaim.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaims.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page1.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredential.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredentialsUpdateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordProfile.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplication.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationExtension.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationPermission.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/RequiredResourceAccess.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ResourceAccess.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipal.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalBase.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalCreateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalObjectResult.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalUpdateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/SignInName.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/User.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserBase.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserCreateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserGetMemberGroupsParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserType.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserUpdateParameters.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SdkInfo_GraphRbacManagementClient.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperations.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperationsExtensions.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Microsoft.Azure.Graph.RBAC.csproj delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Properties/launchSettings.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.cmd delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.ps1 delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Helpers/RecordedDelegatingHandler.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Infrastructure/LiveTestAttribute.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Microsoft.Azure.Graph.RBAC.Tests.csproj delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Properties/launchSettings.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SampleApplicationCredential.cer delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CRUDApplicationTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteAppCredentialTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteServicePrincipalTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteSpCredentialTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/GetServicePrincipalsIdByAppIdTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/NegativeCredentialTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListGroupsTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListUsersTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GetUserUsingSignInNameTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMembersTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMemebersTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListGroupsTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedGroupsTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedUsersTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListUsersTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ObjectsByObjectIdsTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/QueryServicePrincipalTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/UserTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/AddRemoveMemberTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/CreateDeleteGroupTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/UserTests/CreateDeleteUserTest.json delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/ApplicationAndServicePrincipalTests.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/BasicTests.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GraphTestBase.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GroupTests.cs delete mode 100644 sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/UserTests.cs diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/CHANGELOG.md b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/CHANGELOG.md deleted file mode 100644 index 9add9fd1e82f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Release History - -## 3.8.0-preview.2 (Unreleased) - - diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/Microsoft.Azure.Graph.RBAC.sln b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/Microsoft.Azure.Graph.RBAC.sln deleted file mode 100644 index de02d326ea31..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/Microsoft.Azure.Graph.RBAC.sln +++ /dev/null @@ -1,40 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26228.4 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Graph.RBAC.Tests", "tests\Microsoft.Azure.Graph.RBAC.Tests.csproj", "{FD673A8B-A959-4B44-B069-81261A147CE7}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Graph.RBAC", "src\Microsoft.Azure.Graph.RBAC.csproj", "{0ED104E7-23E2-43DB-B5FE-83C708ED88C0}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Rest.ClientRuntime.Azure.TestFramework", "..\..\mgmtcommon\TestFramework\ClientRuntime.Azure.TestFramework\Microsoft.Rest.ClientRuntime.Azure.TestFramework.csproj", "{44E8126C-1671-4C34-83D6-0AFF88E36DC8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Test.HttpRecorder", "..\..\mgmtcommon\TestFramework\Microsoft.Azure.Test.HttpRecorder\Microsoft.Azure.Test.HttpRecorder.csproj", "{522E77A5-1C13-4D11-8CEE-23C3A338AA28}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FD673A8B-A959-4B44-B069-81261A147CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FD673A8B-A959-4B44-B069-81261A147CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FD673A8B-A959-4B44-B069-81261A147CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FD673A8B-A959-4B44-B069-81261A147CE7}.Release|Any CPU.Build.0 = Release|Any CPU - {0ED104E7-23E2-43DB-B5FE-83C708ED88C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0ED104E7-23E2-43DB-B5FE-83C708ED88C0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0ED104E7-23E2-43DB-B5FE-83C708ED88C0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0ED104E7-23E2-43DB-B5FE-83C708ED88C0}.Release|Any CPU.Build.0 = Release|Any CPU - {44E8126C-1671-4C34-83D6-0AFF88E36DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {44E8126C-1671-4C34-83D6-0AFF88E36DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {44E8126C-1671-4C34-83D6-0AFF88E36DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {44E8126C-1671-4C34-83D6-0AFF88E36DC8}.Release|Any CPU.Build.0 = Release|Any CPU - {522E77A5-1C13-4D11-8CEE-23C3A338AA28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {522E77A5-1C13-4D11-8CEE-23C3A338AA28}.Debug|Any CPU.Build.0 = Debug|Any CPU - {522E77A5-1C13-4D11-8CEE-23C3A338AA28}.Release|Any CPU.ActiveCfg = Release|Any CPU - {522E77A5-1C13-4D11-8CEE-23C3A338AA28}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperations.cs deleted file mode 100644 index c6c6b02520e2..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperations.cs +++ /dev/null @@ -1,2735 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ApplicationsOperations operations. - /// - internal partial class ApplicationsOperations : IServiceOperations, IApplicationsOperations - { - /// - /// Initializes a new instance of the ApplicationsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal ApplicationsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Create a new application. - /// - /// - /// The parameters for creating an application. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateWithHttpMessagesAsync(ApplicationCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 201) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Lists applications by filter parameters. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete an application. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task DeleteWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get an application by object ID. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update an existing application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update an existing application. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task PatchWithHttpMessagesAsync(string applicationObjectId, ApplicationUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Patch", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The object ID of the application for which to get owners. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwners", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/owners").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Add an owner to an application. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task AddOwnerWithHttpMessagesAsync(string applicationObjectId, AddOwnerParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "AddOwner", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/$links/owners").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Remove a member from owners. - /// - /// - /// The object ID of the application from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task RemoveOwnerWithHttpMessagesAsync(string applicationObjectId, string ownerObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (ownerObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ownerObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("ownerObjectId", ownerObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RemoveOwner", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/$links/owners/{ownerObjectId}").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{ownerObjectId}", System.Uri.EscapeDataString(ownerObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get the keyCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListKeyCredentialsWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListKeyCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/keyCredentials").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update the keyCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update the keyCredentials of an existing application. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdateKeyCredentialsWithHttpMessagesAsync(string applicationObjectId, KeyCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "UpdateKeyCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/keyCredentials").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get the passwordCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListPasswordCredentialsWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListPasswordCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/passwordCredentials").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update passwordCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update passwordCredentials of an existing application. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdatePasswordCredentialsWithHttpMessagesAsync(string applicationObjectId, PasswordCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "UpdatePasswordCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/applications/{applicationObjectId}/passwordCredentials").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets an object id for a given application id from the current tenant. - /// - /// - /// The application ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetServicePrincipalsIdByAppIdWithHttpMessagesAsync(string applicationID, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - if (applicationID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationID", applicationID); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetServicePrincipalsIdByAppId", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipalsByAppId/{applicationID}/objectId").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - _url = _url.Replace("{applicationID}", System.Uri.EscapeDataString(applicationID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of applications from the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwnersNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperationsExtensions.cs deleted file mode 100644 index a15443074c33..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ApplicationsOperationsExtensions.cs +++ /dev/null @@ -1,568 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for ApplicationsOperations. - /// - public static partial class ApplicationsOperationsExtensions - { - /// - /// Create a new application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The parameters for creating an application. - /// - public static Application Create(this IApplicationsOperations operations, ApplicationCreateParameters parameters) - { - return operations.CreateAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Create a new application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The parameters for creating an application. - /// - /// - /// The cancellation token. - /// - public static async Task CreateAsync(this IApplicationsOperations operations, ApplicationCreateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Lists applications by filter parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IPage List(this IApplicationsOperations operations, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(odataQuery).GetAwaiter().GetResult(); - } - - /// - /// Lists applications by filter parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IApplicationsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static void Delete(this IApplicationsOperations operations, string applicationObjectId) - { - operations.DeleteAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Delete an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Get an application by object ID. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static Application Get(this IApplicationsOperations operations, string applicationObjectId) - { - return operations.GetAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Get an application by object ID. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Update an existing application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update an existing application. - /// - public static void Patch(this IApplicationsOperations operations, string applicationObjectId, ApplicationUpdateParameters parameters) - { - operations.PatchAsync(applicationObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Update an existing application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update an existing application. - /// - /// - /// The cancellation token. - /// - public static async Task PatchAsync(this IApplicationsOperations operations, string applicationObjectId, ApplicationUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.PatchWithHttpMessagesAsync(applicationObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application for which to get owners. - /// - public static IPage ListOwners(this IApplicationsOperations operations, string applicationObjectId) - { - return operations.ListOwnersAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application for which to get owners. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Add an owner to an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - public static void AddOwner(this IApplicationsOperations operations, string applicationObjectId, AddOwnerParameters parameters) - { - operations.AddOwnerAsync(applicationObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Add an owner to an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The cancellation token. - /// - public static async Task AddOwnerAsync(this IApplicationsOperations operations, string applicationObjectId, AddOwnerParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.AddOwnerWithHttpMessagesAsync(applicationObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Remove a member from owners. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application from which to remove the owner. - /// - /// - /// Owner object id - /// - public static void RemoveOwner(this IApplicationsOperations operations, string applicationObjectId, string ownerObjectId) - { - operations.RemoveOwnerAsync(applicationObjectId, ownerObjectId).GetAwaiter().GetResult(); - } - - /// - /// Remove a member from owners. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// The cancellation token. - /// - public static async Task RemoveOwnerAsync(this IApplicationsOperations operations, string applicationObjectId, string ownerObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.RemoveOwnerWithHttpMessagesAsync(applicationObjectId, ownerObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Get the keyCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static IEnumerable ListKeyCredentials(this IApplicationsOperations operations, string applicationObjectId) - { - return operations.ListKeyCredentialsAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Get the keyCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task> ListKeyCredentialsAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListKeyCredentialsWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Update the keyCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update the keyCredentials of an existing application. - /// - public static void UpdateKeyCredentials(this IApplicationsOperations operations, string applicationObjectId, KeyCredentialsUpdateParameters parameters) - { - operations.UpdateKeyCredentialsAsync(applicationObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Update the keyCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update the keyCredentials of an existing application. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateKeyCredentialsAsync(this IApplicationsOperations operations, string applicationObjectId, KeyCredentialsUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdateKeyCredentialsWithHttpMessagesAsync(applicationObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Get the passwordCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static IEnumerable ListPasswordCredentials(this IApplicationsOperations operations, string applicationObjectId) - { - return operations.ListPasswordCredentialsAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Get the passwordCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task> ListPasswordCredentialsAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListPasswordCredentialsWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Update passwordCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update passwordCredentials of an existing application. - /// - public static void UpdatePasswordCredentials(this IApplicationsOperations operations, string applicationObjectId, PasswordCredentialsUpdateParameters parameters) - { - operations.UpdatePasswordCredentialsAsync(applicationObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Update passwordCredentials associated with an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update passwordCredentials of an existing application. - /// - /// - /// The cancellation token. - /// - public static async Task UpdatePasswordCredentialsAsync(this IApplicationsOperations operations, string applicationObjectId, PasswordCredentialsUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdatePasswordCredentialsWithHttpMessagesAsync(applicationObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets an object id for a given application id from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The application ID. - /// - public static ServicePrincipalObjectResult GetServicePrincipalsIdByAppId(this IApplicationsOperations operations, string applicationID) - { - return operations.GetServicePrincipalsIdByAppIdAsync(applicationID).GetAwaiter().GetResult(); - } - - /// - /// Gets an object id for a given application id from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The application ID. - /// - /// - /// The cancellation token. - /// - public static async Task GetServicePrincipalsIdByAppIdAsync(this IApplicationsOperations operations, string applicationID, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetServicePrincipalsIdByAppIdWithHttpMessagesAsync(applicationID, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of applications from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IApplicationsOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of applications from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IApplicationsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListOwnersNext(this IApplicationsOperations operations, string nextPageLink) - { - return operations.ListOwnersNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersNextAsync(this IApplicationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperations.cs deleted file mode 100644 index 691591437f7b..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperations.cs +++ /dev/null @@ -1,760 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// DeletedApplicationsOperations operations. - /// - internal partial class DeletedApplicationsOperations : IServiceOperations, IDeletedApplicationsOperations - { - /// - /// Initializes a new instance of the DeletedApplicationsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal DeletedApplicationsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Restores the deleted application in the directory. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> RestoreWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Restore", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/deletedApplications/{objectId}/restore").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The filter to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/deletedApplications").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (filter != null) - { - _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Hard-delete an application. - /// - /// - /// Application object ID. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task HardDeleteWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (applicationObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "applicationObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("applicationObjectId", applicationObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "HardDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/deletedApplications/{applicationObjectId}").ToString(); - _url = _url.Replace("{applicationObjectId}", System.Uri.EscapeDataString(applicationObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperationsExtensions.cs deleted file mode 100644 index d834c0fd2d59..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DeletedApplicationsOperationsExtensions.cs +++ /dev/null @@ -1,158 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for DeletedApplicationsOperations. - /// - public static partial class DeletedApplicationsOperationsExtensions - { - /// - /// Restores the deleted application in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static Application Restore(this IDeletedApplicationsOperations operations, string objectId) - { - return operations.RestoreAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Restores the deleted application in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task RestoreAsync(this IDeletedApplicationsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.RestoreWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The filter to apply to the operation. - /// - public static IPage List(this IDeletedApplicationsOperations operations, string filter = default(string)) - { - return operations.ListAsync(filter).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The filter to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IDeletedApplicationsOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(filter, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Hard-delete an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - public static void HardDelete(this IDeletedApplicationsOperations operations, string applicationObjectId) - { - operations.HardDeleteAsync(applicationObjectId).GetAwaiter().GetResult(); - } - - /// - /// Hard-delete an application. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Application object ID. - /// - /// - /// The cancellation token. - /// - public static async Task HardDeleteAsync(this IDeletedApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.HardDeleteWithHttpMessagesAsync(applicationObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IDeletedApplicationsOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IDeletedApplicationsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperations.cs deleted file mode 100644 index c82625a4451d..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperations.cs +++ /dev/null @@ -1,432 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// DomainsOperations operations. - /// - internal partial class DomainsOperations : IServiceOperations, IDomainsOperations - { - /// - /// Initializes a new instance of the DomainsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal DomainsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Gets a list of domains for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/domains").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a specific domain in the current tenant. - /// - /// - /// name of the domain. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (domainName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "domainName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("domainName", domainName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/domains/{domainName}").ToString(); - _url = _url.Replace("{domainName}", System.Uri.EscapeDataString(domainName)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperationsExtensions.cs deleted file mode 100644 index bf0d46856b17..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/DomainsOperationsExtensions.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for DomainsOperations. - /// - public static partial class DomainsOperationsExtensions - { - /// - /// Gets a list of domains for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IEnumerable List(this IDomainsOperations operations, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(odataQuery).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of domains for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IDomainsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a specific domain in the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// name of the domain. - /// - public static Domain Get(this IDomainsOperations operations, string domainName) - { - return operations.GetAsync(domainName).GetAwaiter().GetResult(); - } - - /// - /// Gets a specific domain in the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// name of the domain. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IDomainsOperations operations, string domainName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(domainName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GraphRbacManagementClient.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GraphRbacManagementClient.cs deleted file mode 100644 index deaebfc6df66..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GraphRbacManagementClient.cs +++ /dev/null @@ -1,410 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Serialization; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - - /// - /// The Graph RBAC Management Client - /// - public partial class GraphRbacManagementClient : ServiceClient, IGraphRbacManagementClient, IAzureClient - { - /// - /// The base URI of the service. - /// - public System.Uri BaseUri { get; set; } - - /// - /// Gets or sets json serialization settings. - /// - public JsonSerializerSettings SerializationSettings { get; private set; } - - /// - /// Gets or sets json deserialization settings. - /// - public JsonSerializerSettings DeserializationSettings { get; private set; } - - /// - /// Credentials needed for the client to connect to Azure. - /// - public ServiceClientCredentials Credentials { get; private set; } - - /// - /// Client API version. - /// - public string ApiVersion { get; private set; } - - /// - /// The tenant ID. - /// - public string TenantID { get; set; } - - /// - /// The preferred language for the response. - /// - public string AcceptLanguage { get; set; } - - /// - /// The retry timeout in seconds for Long Running Operations. Default value is - /// 30. - /// - public int? LongRunningOperationRetryTimeout { get; set; } - - /// - /// Whether a unique x-ms-client-request-id should be generated. When set to - /// true a unique x-ms-client-request-id value is generated and included in - /// each request. Default is true. - /// - public bool? GenerateClientRequestId { get; set; } - - /// - /// Gets the ISignedInUserOperations. - /// - public virtual ISignedInUserOperations SignedInUser { get; private set; } - - /// - /// Gets the IApplicationsOperations. - /// - public virtual IApplicationsOperations Applications { get; private set; } - - /// - /// Gets the IDeletedApplicationsOperations. - /// - public virtual IDeletedApplicationsOperations DeletedApplications { get; private set; } - - /// - /// Gets the IGroupsOperations. - /// - public virtual IGroupsOperations Groups { get; private set; } - - /// - /// Gets the IServicePrincipalsOperations. - /// - public virtual IServicePrincipalsOperations ServicePrincipals { get; private set; } - - /// - /// Gets the IUsersOperations. - /// - public virtual IUsersOperations Users { get; private set; } - - /// - /// Gets the IObjectsOperations. - /// - public virtual IObjectsOperations Objects { get; private set; } - - /// - /// Gets the IDomainsOperations. - /// - public virtual IDomainsOperations Domains { get; private set; } - - /// - /// Gets the IOAuth2PermissionGrantOperations. - /// - public virtual IOAuth2PermissionGrantOperations OAuth2PermissionGrant { get; private set; } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// HttpClient to be used - /// - /// - /// True: will dispose the provided httpClient on calling GraphRbacManagementClient.Dispose(). False: will not dispose provided httpClient - protected GraphRbacManagementClient(HttpClient httpClient, bool disposeHttpClient) : base(httpClient, disposeHttpClient) - { - Initialize(); - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - protected GraphRbacManagementClient(params DelegatingHandler[] handlers) : base(handlers) - { - Initialize(); - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The http client handler used to handle http transport. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - protected GraphRbacManagementClient(HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : base(rootHandler, handlers) - { - Initialize(); - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The base URI of the service. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - protected GraphRbacManagementClient(System.Uri baseUri, params DelegatingHandler[] handlers) : this(handlers) - { - if (baseUri == null) - { - throw new System.ArgumentNullException("baseUri"); - } - BaseUri = baseUri; - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The base URI of the service. - /// - /// - /// Optional. The http client handler used to handle http transport. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - protected GraphRbacManagementClient(System.Uri baseUri, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) - { - if (baseUri == null) - { - throw new System.ArgumentNullException("baseUri"); - } - BaseUri = baseUri; - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Required. Credentials needed for the client to connect to Azure. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - public GraphRbacManagementClient(ServiceClientCredentials credentials, params DelegatingHandler[] handlers) : this(handlers) - { - if (credentials == null) - { - throw new System.ArgumentNullException("credentials"); - } - Credentials = credentials; - if (Credentials != null) - { - Credentials.InitializeServiceClient(this); - } - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Required. Credentials needed for the client to connect to Azure. - /// - /// - /// HttpClient to be used - /// - /// - /// True: will dispose the provided httpClient on calling GraphRbacManagementClient.Dispose(). False: will not dispose provided httpClient - /// - /// Thrown when a required parameter is null - /// - public GraphRbacManagementClient(ServiceClientCredentials credentials, HttpClient httpClient, bool disposeHttpClient) : this(httpClient, disposeHttpClient) - { - if (credentials == null) - { - throw new System.ArgumentNullException("credentials"); - } - Credentials = credentials; - if (Credentials != null) - { - Credentials.InitializeServiceClient(this); - } - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Required. Credentials needed for the client to connect to Azure. - /// - /// - /// Optional. The http client handler used to handle http transport. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - public GraphRbacManagementClient(ServiceClientCredentials credentials, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) - { - if (credentials == null) - { - throw new System.ArgumentNullException("credentials"); - } - Credentials = credentials; - if (Credentials != null) - { - Credentials.InitializeServiceClient(this); - } - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The base URI of the service. - /// - /// - /// Required. Credentials needed for the client to connect to Azure. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - public GraphRbacManagementClient(System.Uri baseUri, ServiceClientCredentials credentials, params DelegatingHandler[] handlers) : this(handlers) - { - if (baseUri == null) - { - throw new System.ArgumentNullException("baseUri"); - } - if (credentials == null) - { - throw new System.ArgumentNullException("credentials"); - } - BaseUri = baseUri; - Credentials = credentials; - if (Credentials != null) - { - Credentials.InitializeServiceClient(this); - } - } - - /// - /// Initializes a new instance of the GraphRbacManagementClient class. - /// - /// - /// Optional. The base URI of the service. - /// - /// - /// Required. Credentials needed for the client to connect to Azure. - /// - /// - /// Optional. The http client handler used to handle http transport. - /// - /// - /// Optional. The delegating handlers to add to the http client pipeline. - /// - /// - /// Thrown when a required parameter is null - /// - public GraphRbacManagementClient(System.Uri baseUri, ServiceClientCredentials credentials, HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : this(rootHandler, handlers) - { - if (baseUri == null) - { - throw new System.ArgumentNullException("baseUri"); - } - if (credentials == null) - { - throw new System.ArgumentNullException("credentials"); - } - BaseUri = baseUri; - Credentials = credentials; - if (Credentials != null) - { - Credentials.InitializeServiceClient(this); - } - } - - /// - /// An optional partial-method to perform custom initialization. - /// - partial void CustomInitialize(); - /// - /// Initializes client properties. - /// - private void Initialize() - { - SignedInUser = new SignedInUserOperations(this); - Applications = new ApplicationsOperations(this); - DeletedApplications = new DeletedApplicationsOperations(this); - Groups = new GroupsOperations(this); - ServicePrincipals = new ServicePrincipalsOperations(this); - Users = new UsersOperations(this); - Objects = new ObjectsOperations(this); - Domains = new DomainsOperations(this); - OAuth2PermissionGrant = new OAuth2PermissionGrantOperations(this); - BaseUri = new System.Uri("https://graph.windows.net"); - ApiVersion = "1.6"; - AcceptLanguage = "en-US"; - LongRunningOperationRetryTimeout = 30; - GenerateClientRequestId = true; - SerializationSettings = new JsonSerializerSettings - { - Formatting = Newtonsoft.Json.Formatting.Indented, - DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, - DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, - NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, - ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, - ContractResolver = new ReadOnlyJsonContractResolver(), - Converters = new List - { - new Iso8601TimeSpanConverter() - } - }; - SerializationSettings.Converters.Add(new TransformationJsonConverter()); - DeserializationSettings = new JsonSerializerSettings - { - DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, - DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, - NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, - ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, - ContractResolver = new ReadOnlyJsonContractResolver(), - Converters = new List - { - new Iso8601TimeSpanConverter() - } - }; - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("objectType")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("objectType")); - CustomInitialize(); - DeserializationSettings.Converters.Add(new TransformationJsonConverter()); - DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperations.cs deleted file mode 100644 index 5bdb11f804e1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperations.cs +++ /dev/null @@ -1,2771 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// GroupsOperations operations. - /// - internal partial class GroupsOperations : IServiceOperations, IGroupsOperations - { - /// - /// Initializes a new instance of the GroupsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal GroupsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Checks whether the specified user, group, contact, or service principal is - /// a direct or transitive member of the specified group. - /// - /// - /// The check group membership parameters. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> IsMemberOfWithHttpMessagesAsync(CheckGroupMembershipParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "IsMemberOf", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/isMemberOf").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Remove a member from a group. - /// - /// - /// The object ID of the group from which to remove the member. - /// - /// - /// Member object id - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task RemoveMemberWithHttpMessagesAsync(string groupObjectId, string memberObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (groupObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "groupObjectId"); - } - if (memberObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "memberObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("groupObjectId", groupObjectId); - tracingParameters.Add("memberObjectId", memberObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RemoveMember", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{groupObjectId}/$links/members/{memberObjectId}").ToString(); - _url = _url.Replace("{groupObjectId}", System.Uri.EscapeDataString(groupObjectId)); - _url = _url.Replace("{memberObjectId}", System.Uri.EscapeDataString(memberObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Add a member to a group. - /// - /// - /// The object ID of the group to which to add the member. - /// - /// - /// The URL of the member object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task AddMemberWithHttpMessagesAsync(string groupObjectId, GroupAddMemberParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (groupObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "groupObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("groupObjectId", groupObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "AddMember", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{groupObjectId}/$links/members").ToString(); - _url = _url.Replace("{groupObjectId}", System.Uri.EscapeDataString(groupObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a group in the directory. - /// - /// - /// The parameters for the group to create. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateWithHttpMessagesAsync(GroupCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 201) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets list of groups for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets the members of a group. - /// - /// - /// The object ID of the group whose members should be retrieved. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetGroupMembersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetGroupMembers", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}/members").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets group information from the directory. - /// - /// - /// The object ID of the user for which to get group information. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a group from the directory. - /// - /// - /// The object ID of the group to delete. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a collection of object IDs of groups of which the specified group is a - /// member. - /// - /// - /// The object ID of the group for which to get group membership. - /// - /// - /// Group filtering parameters. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetMemberGroupsWithHttpMessagesAsync(string objectId, GroupGetMemberGroupsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetMemberGroups", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}/getMemberGroups").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The object ID of the group for which to get owners. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwners", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}/owners").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Add an owner to a group. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task AddOwnerWithHttpMessagesAsync(string objectId, AddOwnerParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "AddOwner", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}/$links/owners").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Remove a member from owners. - /// - /// - /// The object ID of the group from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task RemoveOwnerWithHttpMessagesAsync(string objectId, string ownerObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (ownerObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ownerObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("ownerObjectId", ownerObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RemoveOwner", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/groups/{objectId}/$links/owners/{ownerObjectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{ownerObjectId}", System.Uri.EscapeDataString(ownerObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of groups for the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets the members of a group. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetGroupMembersNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetGroupMembersNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwnersNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperationsExtensions.cs deleted file mode 100644 index 31ff9e83a1f7..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/GroupsOperationsExtensions.cs +++ /dev/null @@ -1,577 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for GroupsOperations. - /// - public static partial class GroupsOperationsExtensions - { - /// - /// Checks whether the specified user, group, contact, or service principal is - /// a direct or transitive member of the specified group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The check group membership parameters. - /// - public static CheckGroupMembershipResult IsMemberOf(this IGroupsOperations operations, CheckGroupMembershipParameters parameters) - { - return operations.IsMemberOfAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Checks whether the specified user, group, contact, or service principal is - /// a direct or transitive member of the specified group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The check group membership parameters. - /// - /// - /// The cancellation token. - /// - public static async Task IsMemberOfAsync(this IGroupsOperations operations, CheckGroupMembershipParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.IsMemberOfWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Remove a member from a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group from which to remove the member. - /// - /// - /// Member object id - /// - public static void RemoveMember(this IGroupsOperations operations, string groupObjectId, string memberObjectId) - { - operations.RemoveMemberAsync(groupObjectId, memberObjectId).GetAwaiter().GetResult(); - } - - /// - /// Remove a member from a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group from which to remove the member. - /// - /// - /// Member object id - /// - /// - /// The cancellation token. - /// - public static async Task RemoveMemberAsync(this IGroupsOperations operations, string groupObjectId, string memberObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.RemoveMemberWithHttpMessagesAsync(groupObjectId, memberObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Add a member to a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group to which to add the member. - /// - /// - /// The URL of the member object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - public static void AddMember(this IGroupsOperations operations, string groupObjectId, GroupAddMemberParameters parameters) - { - operations.AddMemberAsync(groupObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Add a member to a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group to which to add the member. - /// - /// - /// The URL of the member object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The cancellation token. - /// - public static async Task AddMemberAsync(this IGroupsOperations operations, string groupObjectId, GroupAddMemberParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.AddMemberWithHttpMessagesAsync(groupObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Create a group in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The parameters for the group to create. - /// - public static ADGroup Create(this IGroupsOperations operations, GroupCreateParameters parameters) - { - return operations.CreateAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Create a group in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The parameters for the group to create. - /// - /// - /// The cancellation token. - /// - public static async Task CreateAsync(this IGroupsOperations operations, GroupCreateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets list of groups for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IPage List(this IGroupsOperations operations, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(odataQuery).GetAwaiter().GetResult(); - } - - /// - /// Gets list of groups for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IGroupsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets the members of a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group whose members should be retrieved. - /// - public static IPage GetGroupMembers(this IGroupsOperations operations, string objectId) - { - return operations.GetGroupMembersAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Gets the members of a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group whose members should be retrieved. - /// - /// - /// The cancellation token. - /// - public static async Task> GetGroupMembersAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetGroupMembersWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets group information from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the user for which to get group information. - /// - public static ADGroup Get(this IGroupsOperations operations, string objectId) - { - return operations.GetAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Gets group information from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the user for which to get group information. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a group from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group to delete. - /// - public static void Delete(this IGroupsOperations operations, string objectId) - { - operations.DeleteAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Delete a group from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group to delete. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a collection of object IDs of groups of which the specified group is a - /// member. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group for which to get group membership. - /// - /// - /// Group filtering parameters. - /// - public static IEnumerable GetMemberGroups(this IGroupsOperations operations, string objectId, GroupGetMemberGroupsParameters parameters) - { - return operations.GetMemberGroupsAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Gets a collection of object IDs of groups of which the specified group is a - /// member. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group for which to get group membership. - /// - /// - /// Group filtering parameters. - /// - /// - /// The cancellation token. - /// - public static async Task> GetMemberGroupsAsync(this IGroupsOperations operations, string objectId, GroupGetMemberGroupsParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetMemberGroupsWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group for which to get owners. - /// - public static IPage ListOwners(this IGroupsOperations operations, string objectId) - { - return operations.ListOwnersAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group for which to get owners. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Add an owner to a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - public static void AddOwner(this IGroupsOperations operations, string objectId, AddOwnerParameters parameters) - { - operations.AddOwnerAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Add an owner to a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The cancellation token. - /// - public static async Task AddOwnerAsync(this IGroupsOperations operations, string objectId, AddOwnerParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.AddOwnerWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Remove a member from owners. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group from which to remove the owner. - /// - /// - /// Owner object id - /// - public static void RemoveOwner(this IGroupsOperations operations, string objectId, string ownerObjectId) - { - operations.RemoveOwnerAsync(objectId, ownerObjectId).GetAwaiter().GetResult(); - } - - /// - /// Remove a member from owners. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the group from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// The cancellation token. - /// - public static async Task RemoveOwnerAsync(this IGroupsOperations operations, string objectId, string ownerObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.RemoveOwnerWithHttpMessagesAsync(objectId, ownerObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of groups for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IGroupsOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of groups for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IGroupsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets the members of a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage GetGroupMembersNext(this IGroupsOperations operations, string nextLink) - { - return operations.GetGroupMembersNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets the members of a group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> GetGroupMembersNextAsync(this IGroupsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetGroupMembersNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListOwnersNext(this IGroupsOperations operations, string nextPageLink) - { - return operations.ListOwnersNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersNextAsync(this IGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IApplicationsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IApplicationsOperations.cs deleted file mode 100644 index 0c5e4372e5b7..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IApplicationsOperations.cs +++ /dev/null @@ -1,366 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ApplicationsOperations operations. - /// - public partial interface IApplicationsOperations - { - /// - /// Create a new application. - /// - /// - /// The parameters for creating an application. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateWithHttpMessagesAsync(ApplicationCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Lists applications by filter parameters. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an application. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task DeleteWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get an application by object ID. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update an existing application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update an existing application. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task PatchWithHttpMessagesAsync(string applicationObjectId, ApplicationUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The object ID of the application for which to get owners. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Add an owner to an application. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task AddOwnerWithHttpMessagesAsync(string applicationObjectId, AddOwnerParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Remove a member from owners. - /// - /// - /// The object ID of the application from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task RemoveOwnerWithHttpMessagesAsync(string applicationObjectId, string ownerObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get the keyCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListKeyCredentialsWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update the keyCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update the keyCredentials of an existing application. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdateKeyCredentialsWithHttpMessagesAsync(string applicationObjectId, KeyCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get the passwordCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListPasswordCredentialsWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update passwordCredentials associated with an application. - /// - /// - /// Application object ID. - /// - /// - /// Parameters to update passwordCredentials of an existing - /// application. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdatePasswordCredentialsWithHttpMessagesAsync(string applicationObjectId, PasswordCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets an object id for a given application id from the current - /// tenant. - /// - /// - /// The application ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetServicePrincipalsIdByAppIdWithHttpMessagesAsync(string applicationID, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of applications from the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of the application. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDeletedApplicationsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDeletedApplicationsOperations.cs deleted file mode 100644 index 7cd37af9cf32..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDeletedApplicationsOperations.cs +++ /dev/null @@ -1,112 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// DeletedApplicationsOperations operations. - /// - public partial interface IDeletedApplicationsOperations - { - /// - /// Restores the deleted application in the directory. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> RestoreWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// The filter to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Hard-delete an application. - /// - /// - /// Application object ID. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task HardDeleteWithHttpMessagesAsync(string applicationObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of deleted applications in the directory. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDomainsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDomainsOperations.cs deleted file mode 100644 index dc16b2a21ac1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IDomainsOperations.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// DomainsOperations operations. - /// - public partial interface IDomainsOperations - { - /// - /// Gets a list of domains for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a specific domain in the current tenant. - /// - /// - /// name of the domain. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGraphRbacManagementClient.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGraphRbacManagementClient.cs deleted file mode 100644 index 9df23654b93b..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGraphRbacManagementClient.cs +++ /dev/null @@ -1,118 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - - /// - /// The Graph RBAC Management Client - /// - public partial interface IGraphRbacManagementClient : System.IDisposable - { - /// - /// The base URI of the service. - /// - System.Uri BaseUri { get; set; } - - /// - /// Gets or sets json serialization settings. - /// - JsonSerializerSettings SerializationSettings { get; } - - /// - /// Gets or sets json deserialization settings. - /// - JsonSerializerSettings DeserializationSettings { get; } - - /// - /// Credentials needed for the client to connect to Azure. - /// - ServiceClientCredentials Credentials { get; } - - /// - /// Client API version. - /// - string ApiVersion { get; } - - /// - /// The tenant ID. - /// - string TenantID { get; set; } - - /// - /// The preferred language for the response. - /// - string AcceptLanguage { get; set; } - - /// - /// The retry timeout in seconds for Long Running Operations. Default - /// value is 30. - /// - int? LongRunningOperationRetryTimeout { get; set; } - - /// - /// Whether a unique x-ms-client-request-id should be generated. When - /// set to true a unique x-ms-client-request-id value is generated and - /// included in each request. Default is true. - /// - bool? GenerateClientRequestId { get; set; } - - - /// - /// Gets the ISignedInUserOperations. - /// - ISignedInUserOperations SignedInUser { get; } - - /// - /// Gets the IApplicationsOperations. - /// - IApplicationsOperations Applications { get; } - - /// - /// Gets the IDeletedApplicationsOperations. - /// - IDeletedApplicationsOperations DeletedApplications { get; } - - /// - /// Gets the IGroupsOperations. - /// - IGroupsOperations Groups { get; } - - /// - /// Gets the IServicePrincipalsOperations. - /// - IServicePrincipalsOperations ServicePrincipals { get; } - - /// - /// Gets the IUsersOperations. - /// - IUsersOperations Users { get; } - - /// - /// Gets the IObjectsOperations. - /// - IObjectsOperations Objects { get; } - - /// - /// Gets the IDomainsOperations. - /// - IDomainsOperations Domains { get; } - - /// - /// Gets the IOAuth2PermissionGrantOperations. - /// - IOAuth2PermissionGrantOperations OAuth2PermissionGrant { get; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGroupsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGroupsOperations.cs deleted file mode 100644 index 0dc24ce826f1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IGroupsOperations.cs +++ /dev/null @@ -1,370 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// GroupsOperations operations. - /// - public partial interface IGroupsOperations - { - /// - /// Checks whether the specified user, group, contact, or service - /// principal is a direct or transitive member of the specified group. - /// - /// - /// The check group membership parameters. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> IsMemberOfWithHttpMessagesAsync(CheckGroupMembershipParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Remove a member from a group. - /// - /// - /// The object ID of the group from which to remove the member. - /// - /// - /// Member object id - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task RemoveMemberWithHttpMessagesAsync(string groupObjectId, string memberObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Add a member to a group. - /// - /// - /// The object ID of the group to which to add the member. - /// - /// - /// The URL of the member object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task AddMemberWithHttpMessagesAsync(string groupObjectId, GroupAddMemberParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a group in the directory. - /// - /// - /// The parameters for the group to create. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateWithHttpMessagesAsync(GroupCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets list of groups for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the members of a group. - /// - /// - /// The object ID of the group whose members should be retrieved. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetGroupMembersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets group information from the directory. - /// - /// - /// The object ID of the user for which to get group information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a group from the directory. - /// - /// - /// The object ID of the group to delete. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a collection of object IDs of groups of which the specified - /// group is a member. - /// - /// - /// The object ID of the group for which to get group membership. - /// - /// - /// Group filtering parameters. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetMemberGroupsWithHttpMessagesAsync(string objectId, GroupGetMemberGroupsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The object ID of the group for which to get owners. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Add an owner to a group. - /// - /// - /// The object ID of the application to which to add the owner. - /// - /// - /// The URL of the owner object, such as - /// https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task AddOwnerWithHttpMessagesAsync(string objectId, AddOwnerParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Remove a member from owners. - /// - /// - /// The object ID of the group from which to remove the owner. - /// - /// - /// Owner object id - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task RemoveOwnerWithHttpMessagesAsync(string objectId, string ownerObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of groups for the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the members of a group. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetGroupMembersNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of the group. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IOAuth2PermissionGrantOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IOAuth2PermissionGrantOperations.cs deleted file mode 100644 index 97ec0422c857..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IOAuth2PermissionGrantOperations.cs +++ /dev/null @@ -1,115 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// OAuth2PermissionGrantOperations operations. - /// - public partial interface IOAuth2PermissionGrantOperations - { - /// - /// Queries OAuth2 permissions grants for the relevant SP ObjectId of - /// an app. - /// - /// - /// This is the Service Principal ObjectId associated with the app - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Grants OAuth2 permissions for the relevant resource Ids of an app. - /// - /// - /// The relevant app Service Principal Object Id and the Service - /// Principal Object Id you want to grant. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateWithHttpMessagesAsync(OAuth2PermissionGrant body = default(OAuth2PermissionGrant), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a OAuth2 permission grant for the relevant resource Ids of - /// an app. - /// - /// - /// The object ID of a permission grant. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the next page of OAuth2 permission grants - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IObjectsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IObjectsOperations.cs deleted file mode 100644 index ae6619ae5d51..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IObjectsOperations.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ObjectsOperations operations. - /// - public partial interface IObjectsOperations - { - /// - /// Gets the directory objects specified in a list of object IDs. You - /// can also specify which resource collections (users, groups, etc.) - /// should be searched by specifying the optional types parameter. - /// - /// - /// Objects filtering parameters. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetObjectsByObjectIdsWithHttpMessagesAsync(GetObjectsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets AD group membership for the specified AD object IDs. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetObjectsByObjectIdsNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IServicePrincipalsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IServicePrincipalsOperations.cs deleted file mode 100644 index 4e4ff5b7b5e8..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IServicePrincipalsOperations.cs +++ /dev/null @@ -1,303 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ServicePrincipalsOperations operations. - /// - public partial interface IServicePrincipalsOperations - { - /// - /// Creates a service principal in the directory. - /// - /// - /// Parameters to create a service principal. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateWithHttpMessagesAsync(ServicePrincipalCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Updates a service principal in the directory. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// Parameters to update a service principal. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdateWithHttpMessagesAsync(string objectId, ServicePrincipalUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deletes a service principal from the directory. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets service principal information from the directory. Query by - /// objectId or pass a filter to query by appId - /// - /// - /// The object ID of the service principal to get. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The object ID of the service principal for which to get owners. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get the keyCredentials associated with the specified service - /// principal. - /// - /// - /// The object ID of the service principal for which to get - /// keyCredentials. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListKeyCredentialsWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update the keyCredentials associated with a service principal. - /// - /// - /// The object ID for which to get service principal information. - /// - /// - /// Parameters to update the keyCredentials of an existing service - /// principal. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdateKeyCredentialsWithHttpMessagesAsync(string objectId, KeyCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the passwordCredentials associated with a service principal. - /// - /// - /// The object ID of the service principal. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListPasswordCredentialsWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Updates the passwordCredentials associated with a service - /// principal. - /// - /// - /// The object ID of the service principal. - /// - /// - /// Parameters to update the passwordCredentials of an existing service - /// principal. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdatePasswordCredentialsWithHttpMessagesAsync(string objectId, PasswordCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify - /// this object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ISignedInUserOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ISignedInUserOperations.cs deleted file mode 100644 index f1e841e0f970..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ISignedInUserOperations.cs +++ /dev/null @@ -1,87 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// SignedInUserOperations operations. - /// - public partial interface ISignedInUserOperations - { - /// - /// Gets the details for the currently logged-in user. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnedObjectsWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListOwnedObjectsNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IUsersOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IUsersOperations.cs deleted file mode 100644 index c0f990c9b28e..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/IUsersOperations.cs +++ /dev/null @@ -1,184 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// UsersOperations operations. - /// - public partial interface IUsersOperations - { - /// - /// Create a new user. - /// - /// - /// Parameters to create a user. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateWithHttpMessagesAsync(UserCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets list of users for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets user information from the directory. - /// - /// - /// The object ID or principal name of the user for which to get - /// information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string upnOrObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Updates a user. - /// - /// - /// The object ID or principal name of the user to update. - /// - /// - /// Parameters to update an existing user. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task UpdateWithHttpMessagesAsync(string upnOrObjectId, UserUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a user. - /// - /// - /// The object ID or principal name of the user to delete. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task DeleteWithHttpMessagesAsync(string upnOrObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a collection that contains the object IDs of the groups of - /// which the user is a member. - /// - /// - /// The object ID of the user for which to get group membership. - /// - /// - /// User filtering parameters. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> GetMemberGroupsWithHttpMessagesAsync(string objectId, UserGetMemberGroupsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of users for the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ADGroup.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ADGroup.cs deleted file mode 100644 index 2970e0d37ecd..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ADGroup.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory group information. - /// - [Newtonsoft.Json.JsonObject("Group")] - public partial class ADGroup : DirectoryObject - { - /// - /// Initializes a new instance of the ADGroup class. - /// - public ADGroup() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ADGroup class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The object ID. - /// The time at which the directory - /// object was deleted. - /// The display name of the group. - /// Whether the group is mail-enabled. Must - /// be false. This is because only pure security groups can be created - /// using the Graph API. - /// The mail alias for the group. - /// Whether the group is - /// security-enable. - /// The primary email address of the group. - public ADGroup(IDictionary additionalProperties = default(IDictionary), string objectId = default(string), System.DateTime? deletionTimestamp = default(System.DateTime?), string displayName = default(string), bool? mailEnabled = default(bool?), string mailNickname = default(string), bool? securityEnabled = default(bool?), string mail = default(string)) - : base(additionalProperties, objectId, deletionTimestamp) - { - DisplayName = displayName; - MailEnabled = mailEnabled; - MailNickname = mailNickname; - SecurityEnabled = securityEnabled; - Mail = mail; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the display name of the group. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets whether the group is mail-enabled. Must be false. This - /// is because only pure security groups can be created using the Graph - /// API. - /// - [JsonProperty(PropertyName = "mailEnabled")] - public bool? MailEnabled { get; set; } - - /// - /// Gets or sets the mail alias for the group. - /// - [JsonProperty(PropertyName = "mailNickname")] - public string MailNickname { get; set; } - - /// - /// Gets or sets whether the group is security-enable. - /// - [JsonProperty(PropertyName = "securityEnabled")] - public bool? SecurityEnabled { get; set; } - - /// - /// Gets or sets the primary email address of the group. - /// - [JsonProperty(PropertyName = "mail")] - public string Mail { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AddOwnerParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AddOwnerParameters.cs deleted file mode 100644 index 9b366a6943db..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AddOwnerParameters.cs +++ /dev/null @@ -1,85 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for adding a owner to an application. - /// - public partial class AddOwnerParameters - { - /// - /// Initializes a new instance of the AddOwnerParameters class. - /// - public AddOwnerParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AddOwnerParameters class. - /// - /// A owner object URL, such as - /// "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", - /// where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and - /// "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner - /// (user, application, servicePrincipal, group) to be added. - /// Unmatched properties from the - /// message are deserialized this collection - public AddOwnerParameters(string url, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - Url = url; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets a owner object URL, such as - /// "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", - /// where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and - /// "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner - /// (user, application, servicePrincipal, group) to be added. - /// - [JsonProperty(PropertyName = "url")] - public string Url { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Url == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Url"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AppRole.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AppRole.cs deleted file mode 100644 index c09ebae0515b..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/AppRole.cs +++ /dev/null @@ -1,112 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - public partial class AppRole - { - /// - /// Initializes a new instance of the AppRole class. - /// - public AppRole() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AppRole class. - /// - /// Unique role identifier inside the appRoles - /// collection. - /// Specifies whether this app role - /// definition can be assigned to users and groups by setting to - /// 'User', or to other applications (that are accessing this - /// application in daemon service scenarios) by setting to - /// 'Application', or to both. - /// Permission help text that appears in the - /// admin app assignment and consent experiences. - /// Display name for the permission that - /// appears in the admin consent and app assignment - /// experiences. - /// When creating or updating a role - /// definition, this must be set to true (which is the default). To - /// delete a role, this must first be set to false. At that point, in a - /// subsequent call, this role may be removed. - /// Specifies the value of the roles claim that the - /// application should expect in the authentication and access - /// tokens. - public AppRole(string id = default(string), IList allowedMemberTypes = default(IList), string description = default(string), string displayName = default(string), bool? isEnabled = default(bool?), string value = default(string)) - { - Id = id; - AllowedMemberTypes = allowedMemberTypes; - Description = description; - DisplayName = displayName; - IsEnabled = isEnabled; - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unique role identifier inside the appRoles collection. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } - - /// - /// Gets or sets specifies whether this app role definition can be - /// assigned to users and groups by setting to 'User', or to other - /// applications (that are accessing this application in daemon service - /// scenarios) by setting to 'Application', or to both. - /// - [JsonProperty(PropertyName = "allowedMemberTypes")] - public IList AllowedMemberTypes { get; set; } - - /// - /// Gets or sets permission help text that appears in the admin app - /// assignment and consent experiences. - /// - [JsonProperty(PropertyName = "description")] - public string Description { get; set; } - - /// - /// Gets or sets display name for the permission that appears in the - /// admin consent and app assignment experiences. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets when creating or updating a role definition, this must - /// be set to true (which is the default). To delete a role, this must - /// first be set to false. At that point, in a subsequent call, this - /// role may be removed. - /// - [JsonProperty(PropertyName = "isEnabled")] - public bool? IsEnabled { get; set; } - - /// - /// Gets or sets specifies the value of the roles claim that the - /// application should expect in the authentication and access tokens. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Application.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Application.cs deleted file mode 100644 index adc337e03473..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Application.cs +++ /dev/null @@ -1,379 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory application information. - /// - public partial class Application : DirectoryObject - { - /// - /// Initializes a new instance of the Application class. - /// - public Application() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the Application class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The object ID. - /// The time at which the directory - /// object was deleted. - /// The application ID. - /// A property on the application to - /// indicate if the application accepts other IDPs or not or partially - /// accepts. - /// Indicates that the application - /// supports pass through users who have no presence in the resource - /// tenant. - /// The url for the application logo image - /// stored in a CDN. - /// The collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// The application permissions. - /// Whether the application is - /// available to other tenants. - /// The display name of the - /// application. - /// A URL provided by the author of the - /// application to report errors when using the application. - /// Configures the groups claim - /// issued in a user or OAuth 2.0 access token that the app - /// expects. - /// The home page of the application. - /// A collection of URIs for the - /// application. - /// URLs with more information about - /// the application. - /// Specifies whether this - /// application supports device authentication without a user. The - /// default is false. - /// A collection of KeyCredential - /// objects. - /// Client applications that are - /// tied to this resource application. Consent to any of the known - /// client applications will result in implicit consent to the resource - /// application through a combined consent dialog (showing the OAuth - /// permission scopes required by the client and the resource). - /// the url of the logout page - /// Whether to allow implicit - /// grant flow for OAuth2 - /// Specifies whether during a - /// token Request Azure AD will allow path matching of the redirect URI - /// against the applications collection of replyURLs. The default is - /// false. - /// The collection of OAuth 2.0 - /// permission scopes that the web API (resource) application exposes - /// to client applications. These permission scopes may be granted to - /// client applications during consent. - /// Specifies whether, as part - /// of OAuth 2.0 token requests, Azure AD will allow POST requests, as - /// opposed to GET requests. The default is false, which specifies that - /// only GET requests will be allowed. - /// A list of tenants allowed to access - /// application. - /// A collection of - /// PasswordCredential objects - /// list of pre-authorized - /// applications. - /// Specifies whether this application is a - /// public client (such as an installed application running on a mobile - /// device). Default is false. - /// Reliable domain which can be used to - /// identify an application. - /// A collection of reply URLs for the - /// application. - /// Specifies resources that this - /// application requires access to and the set of OAuth permission - /// scopes and application roles that it needs under each of those - /// resources. This pre-configuration of required resource access - /// drives the consent experience. - /// The URL to the SAML metadata for the - /// application. - /// Audience for signing in to the - /// application (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// The primary Web page. - public Application(IDictionary additionalProperties = default(IDictionary), string objectId = default(string), System.DateTime? deletionTimestamp = default(System.DateTime?), string appId = default(string), bool? allowGuestsSignIn = default(bool?), bool? allowPassthroughUsers = default(bool?), string appLogoUrl = default(string), IList appRoles = default(IList), IList appPermissions = default(IList), bool? availableToOtherTenants = default(bool?), string displayName = default(string), string errorUrl = default(string), object groupMembershipClaims = default(object), string homepage = default(string), IList identifierUris = default(IList), InformationalUrl informationalUrls = default(InformationalUrl), bool? isDeviceOnlyAuthSupported = default(bool?), IList keyCredentials = default(IList), IList knownClientApplications = default(IList), string logoutUrl = default(string), bool? oauth2AllowImplicitFlow = default(bool?), bool? oauth2AllowUrlPathMatching = default(bool?), IList oauth2Permissions = default(IList), bool? oauth2RequirePostResponse = default(bool?), IList orgRestrictions = default(IList), OptionalClaims optionalClaims = default(OptionalClaims), IList passwordCredentials = default(IList), IList preAuthorizedApplications = default(IList), bool? publicClient = default(bool?), string publisherDomain = default(string), IList replyUrls = default(IList), IList requiredResourceAccess = default(IList), string samlMetadataUrl = default(string), string signInAudience = default(string), string wwwHomepage = default(string)) - : base(additionalProperties, objectId, deletionTimestamp) - { - AppId = appId; - AllowGuestsSignIn = allowGuestsSignIn; - AllowPassthroughUsers = allowPassthroughUsers; - AppLogoUrl = appLogoUrl; - AppRoles = appRoles; - AppPermissions = appPermissions; - AvailableToOtherTenants = availableToOtherTenants; - DisplayName = displayName; - ErrorUrl = errorUrl; - GroupMembershipClaims = groupMembershipClaims; - Homepage = homepage; - IdentifierUris = identifierUris; - InformationalUrls = informationalUrls; - IsDeviceOnlyAuthSupported = isDeviceOnlyAuthSupported; - KeyCredentials = keyCredentials; - KnownClientApplications = knownClientApplications; - LogoutUrl = logoutUrl; - Oauth2AllowImplicitFlow = oauth2AllowImplicitFlow; - Oauth2AllowUrlPathMatching = oauth2AllowUrlPathMatching; - Oauth2Permissions = oauth2Permissions; - Oauth2RequirePostResponse = oauth2RequirePostResponse; - OrgRestrictions = orgRestrictions; - OptionalClaims = optionalClaims; - PasswordCredentials = passwordCredentials; - PreAuthorizedApplications = preAuthorizedApplications; - PublicClient = publicClient; - PublisherDomain = publisherDomain; - ReplyUrls = replyUrls; - RequiredResourceAccess = requiredResourceAccess; - SamlMetadataUrl = samlMetadataUrl; - SignInAudience = signInAudience; - WwwHomepage = wwwHomepage; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the application ID. - /// - [JsonProperty(PropertyName = "appId")] - public string AppId { get; set; } - - /// - /// Gets or sets a property on the application to indicate if the - /// application accepts other IDPs or not or partially accepts. - /// - [JsonProperty(PropertyName = "allowGuestsSignIn")] - public bool? AllowGuestsSignIn { get; set; } - - /// - /// Gets or sets indicates that the application supports pass through - /// users who have no presence in the resource tenant. - /// - [JsonProperty(PropertyName = "allowPassthroughUsers")] - public bool? AllowPassthroughUsers { get; set; } - - /// - /// Gets or sets the url for the application logo image stored in a - /// CDN. - /// - [JsonProperty(PropertyName = "appLogoUrl")] - public string AppLogoUrl { get; set; } - - /// - /// Gets or sets the collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// - [JsonProperty(PropertyName = "appRoles")] - public IList AppRoles { get; set; } - - /// - /// Gets or sets the application permissions. - /// - [JsonProperty(PropertyName = "appPermissions")] - public IList AppPermissions { get; set; } - - /// - /// Gets or sets whether the application is available to other tenants. - /// - [JsonProperty(PropertyName = "availableToOtherTenants")] - public bool? AvailableToOtherTenants { get; set; } - - /// - /// Gets or sets the display name of the application. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets a URL provided by the author of the application to - /// report errors when using the application. - /// - [JsonProperty(PropertyName = "errorUrl")] - public string ErrorUrl { get; set; } - - /// - /// Gets or sets configures the groups claim issued in a user or OAuth - /// 2.0 access token that the app expects. - /// - [JsonProperty(PropertyName = "groupMembershipClaims")] - public object GroupMembershipClaims { get; set; } - - /// - /// Gets or sets the home page of the application. - /// - [JsonProperty(PropertyName = "homepage")] - public string Homepage { get; set; } - - /// - /// Gets or sets a collection of URIs for the application. - /// - [JsonProperty(PropertyName = "identifierUris")] - public IList IdentifierUris { get; set; } - - /// - /// Gets or sets uRLs with more information about the application. - /// - [JsonProperty(PropertyName = "informationalUrls")] - public InformationalUrl InformationalUrls { get; set; } - - /// - /// Gets or sets specifies whether this application supports device - /// authentication without a user. The default is false. - /// - [JsonProperty(PropertyName = "isDeviceOnlyAuthSupported")] - public bool? IsDeviceOnlyAuthSupported { get; set; } - - /// - /// Gets or sets a collection of KeyCredential objects. - /// - [JsonProperty(PropertyName = "keyCredentials")] - public IList KeyCredentials { get; set; } - - /// - /// Gets or sets client applications that are tied to this resource - /// application. Consent to any of the known client applications will - /// result in implicit consent to the resource application through a - /// combined consent dialog (showing the OAuth permission scopes - /// required by the client and the resource). - /// - [JsonProperty(PropertyName = "knownClientApplications")] - public IList KnownClientApplications { get; set; } - - /// - /// Gets or sets the url of the logout page - /// - [JsonProperty(PropertyName = "logoutUrl")] - public string LogoutUrl { get; set; } - - /// - /// Gets or sets whether to allow implicit grant flow for OAuth2 - /// - [JsonProperty(PropertyName = "oauth2AllowImplicitFlow")] - public bool? Oauth2AllowImplicitFlow { get; set; } - - /// - /// Gets or sets specifies whether during a token Request Azure AD will - /// allow path matching of the redirect URI against the applications - /// collection of replyURLs. The default is false. - /// - [JsonProperty(PropertyName = "oauth2AllowUrlPathMatching")] - public bool? Oauth2AllowUrlPathMatching { get; set; } - - /// - /// Gets or sets the collection of OAuth 2.0 permission scopes that the - /// web API (resource) application exposes to client applications. - /// These permission scopes may be granted to client applications - /// during consent. - /// - [JsonProperty(PropertyName = "oauth2Permissions")] - public IList Oauth2Permissions { get; set; } - - /// - /// Gets or sets specifies whether, as part of OAuth 2.0 token - /// requests, Azure AD will allow POST requests, as opposed to GET - /// requests. The default is false, which specifies that only GET - /// requests will be allowed. - /// - [JsonProperty(PropertyName = "oauth2RequirePostResponse")] - public bool? Oauth2RequirePostResponse { get; set; } - - /// - /// Gets or sets a list of tenants allowed to access application. - /// - [JsonProperty(PropertyName = "orgRestrictions")] - public IList OrgRestrictions { get; set; } - - /// - /// - [JsonProperty(PropertyName = "optionalClaims")] - public OptionalClaims OptionalClaims { get; set; } - - /// - /// Gets or sets a collection of PasswordCredential objects - /// - [JsonProperty(PropertyName = "passwordCredentials")] - public IList PasswordCredentials { get; set; } - - /// - /// Gets or sets list of pre-authorized applications. - /// - [JsonProperty(PropertyName = "preAuthorizedApplications")] - public IList PreAuthorizedApplications { get; set; } - - /// - /// Gets or sets specifies whether this application is a public client - /// (such as an installed application running on a mobile device). - /// Default is false. - /// - [JsonProperty(PropertyName = "publicClient")] - public bool? PublicClient { get; set; } - - /// - /// Gets or sets reliable domain which can be used to identify an - /// application. - /// - [JsonProperty(PropertyName = "publisherDomain")] - public string PublisherDomain { get; set; } - - /// - /// Gets or sets a collection of reply URLs for the application. - /// - [JsonProperty(PropertyName = "replyUrls")] - public IList ReplyUrls { get; set; } - - /// - /// Gets or sets specifies resources that this application requires - /// access to and the set of OAuth permission scopes and application - /// roles that it needs under each of those resources. This - /// pre-configuration of required resource access drives the consent - /// experience. - /// - [JsonProperty(PropertyName = "requiredResourceAccess")] - public IList RequiredResourceAccess { get; set; } - - /// - /// Gets or sets the URL to the SAML metadata for the application. - /// - [JsonProperty(PropertyName = "samlMetadataUrl")] - public string SamlMetadataUrl { get; set; } - - /// - /// Gets or sets audience for signing in to the application - /// (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// - [JsonProperty(PropertyName = "signInAudience")] - public string SignInAudience { get; set; } - - /// - /// Gets or sets the primary Web page. - /// - [JsonProperty(PropertyName = "wwwHomepage")] - public string WwwHomepage { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationBase.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationBase.cs deleted file mode 100644 index b5b7546d2e45..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationBase.cs +++ /dev/null @@ -1,348 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directive Application common properties shared among GET, POST - /// and PATCH - /// - public partial class ApplicationBase - { - /// - /// Initializes a new instance of the ApplicationBase class. - /// - public ApplicationBase() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ApplicationBase class. - /// - /// A property on the application to - /// indicate if the application accepts other IDPs or not or partially - /// accepts. - /// Indicates that the application - /// supports pass through users who have no presence in the resource - /// tenant. - /// The url for the application logo image - /// stored in a CDN. - /// The collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// The application permissions. - /// Whether the application is - /// available to other tenants. - /// A URL provided by the author of the - /// application to report errors when using the application. - /// Configures the groups claim - /// issued in a user or OAuth 2.0 access token that the app - /// expects. - /// The home page of the application. - /// URLs with more information about - /// the application. - /// Specifies whether this - /// application supports device authentication without a user. The - /// default is false. - /// A collection of KeyCredential - /// objects. - /// Client applications that are - /// tied to this resource application. Consent to any of the known - /// client applications will result in implicit consent to the resource - /// application through a combined consent dialog (showing the OAuth - /// permission scopes required by the client and the resource). - /// the url of the logout page - /// Whether to allow implicit - /// grant flow for OAuth2 - /// Specifies whether during a - /// token Request Azure AD will allow path matching of the redirect URI - /// against the applications collection of replyURLs. The default is - /// false. - /// The collection of OAuth 2.0 - /// permission scopes that the web API (resource) application exposes - /// to client applications. These permission scopes may be granted to - /// client applications during consent. - /// Specifies whether, as part - /// of OAuth 2.0 token requests, Azure AD will allow POST requests, as - /// opposed to GET requests. The default is false, which specifies that - /// only GET requests will be allowed. - /// A list of tenants allowed to access - /// application. - /// A collection of - /// PasswordCredential objects - /// list of pre-authorized - /// applications. - /// Specifies whether this application is a - /// public client (such as an installed application running on a mobile - /// device). Default is false. - /// Reliable domain which can be used to - /// identify an application. - /// A collection of reply URLs for the - /// application. - /// Specifies resources that this - /// application requires access to and the set of OAuth permission - /// scopes and application roles that it needs under each of those - /// resources. This pre-configuration of required resource access - /// drives the consent experience. - /// The URL to the SAML metadata for the - /// application. - /// Audience for signing in to the - /// application (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// The primary Web page. - public ApplicationBase(bool? allowGuestsSignIn = default(bool?), bool? allowPassthroughUsers = default(bool?), string appLogoUrl = default(string), IList appRoles = default(IList), IList appPermissions = default(IList), bool? availableToOtherTenants = default(bool?), string errorUrl = default(string), object groupMembershipClaims = default(object), string homepage = default(string), InformationalUrl informationalUrls = default(InformationalUrl), bool? isDeviceOnlyAuthSupported = default(bool?), IList keyCredentials = default(IList), IList knownClientApplications = default(IList), string logoutUrl = default(string), bool? oauth2AllowImplicitFlow = default(bool?), bool? oauth2AllowUrlPathMatching = default(bool?), IList oauth2Permissions = default(IList), bool? oauth2RequirePostResponse = default(bool?), IList orgRestrictions = default(IList), OptionalClaims optionalClaims = default(OptionalClaims), IList passwordCredentials = default(IList), IList preAuthorizedApplications = default(IList), bool? publicClient = default(bool?), string publisherDomain = default(string), IList replyUrls = default(IList), IList requiredResourceAccess = default(IList), string samlMetadataUrl = default(string), string signInAudience = default(string), string wwwHomepage = default(string)) - { - AllowGuestsSignIn = allowGuestsSignIn; - AllowPassthroughUsers = allowPassthroughUsers; - AppLogoUrl = appLogoUrl; - AppRoles = appRoles; - AppPermissions = appPermissions; - AvailableToOtherTenants = availableToOtherTenants; - ErrorUrl = errorUrl; - GroupMembershipClaims = groupMembershipClaims; - Homepage = homepage; - InformationalUrls = informationalUrls; - IsDeviceOnlyAuthSupported = isDeviceOnlyAuthSupported; - KeyCredentials = keyCredentials; - KnownClientApplications = knownClientApplications; - LogoutUrl = logoutUrl; - Oauth2AllowImplicitFlow = oauth2AllowImplicitFlow; - Oauth2AllowUrlPathMatching = oauth2AllowUrlPathMatching; - Oauth2Permissions = oauth2Permissions; - Oauth2RequirePostResponse = oauth2RequirePostResponse; - OrgRestrictions = orgRestrictions; - OptionalClaims = optionalClaims; - PasswordCredentials = passwordCredentials; - PreAuthorizedApplications = preAuthorizedApplications; - PublicClient = publicClient; - PublisherDomain = publisherDomain; - ReplyUrls = replyUrls; - RequiredResourceAccess = requiredResourceAccess; - SamlMetadataUrl = samlMetadataUrl; - SignInAudience = signInAudience; - WwwHomepage = wwwHomepage; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a property on the application to indicate if the - /// application accepts other IDPs or not or partially accepts. - /// - [JsonProperty(PropertyName = "allowGuestsSignIn")] - public bool? AllowGuestsSignIn { get; set; } - - /// - /// Gets or sets indicates that the application supports pass through - /// users who have no presence in the resource tenant. - /// - [JsonProperty(PropertyName = "allowPassthroughUsers")] - public bool? AllowPassthroughUsers { get; set; } - - /// - /// Gets or sets the url for the application logo image stored in a - /// CDN. - /// - [JsonProperty(PropertyName = "appLogoUrl")] - public string AppLogoUrl { get; set; } - - /// - /// Gets or sets the collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// - [JsonProperty(PropertyName = "appRoles")] - public IList AppRoles { get; set; } - - /// - /// Gets or sets the application permissions. - /// - [JsonProperty(PropertyName = "appPermissions")] - public IList AppPermissions { get; set; } - - /// - /// Gets or sets whether the application is available to other tenants. - /// - [JsonProperty(PropertyName = "availableToOtherTenants")] - public bool? AvailableToOtherTenants { get; set; } - - /// - /// Gets or sets a URL provided by the author of the application to - /// report errors when using the application. - /// - [JsonProperty(PropertyName = "errorUrl")] - public string ErrorUrl { get; set; } - - /// - /// Gets or sets configures the groups claim issued in a user or OAuth - /// 2.0 access token that the app expects. - /// - [JsonProperty(PropertyName = "groupMembershipClaims")] - public object GroupMembershipClaims { get; set; } - - /// - /// Gets or sets the home page of the application. - /// - [JsonProperty(PropertyName = "homepage")] - public string Homepage { get; set; } - - /// - /// Gets or sets uRLs with more information about the application. - /// - [JsonProperty(PropertyName = "informationalUrls")] - public InformationalUrl InformationalUrls { get; set; } - - /// - /// Gets or sets specifies whether this application supports device - /// authentication without a user. The default is false. - /// - [JsonProperty(PropertyName = "isDeviceOnlyAuthSupported")] - public bool? IsDeviceOnlyAuthSupported { get; set; } - - /// - /// Gets or sets a collection of KeyCredential objects. - /// - [JsonProperty(PropertyName = "keyCredentials")] - public IList KeyCredentials { get; set; } - - /// - /// Gets or sets client applications that are tied to this resource - /// application. Consent to any of the known client applications will - /// result in implicit consent to the resource application through a - /// combined consent dialog (showing the OAuth permission scopes - /// required by the client and the resource). - /// - [JsonProperty(PropertyName = "knownClientApplications")] - public IList KnownClientApplications { get; set; } - - /// - /// Gets or sets the url of the logout page - /// - [JsonProperty(PropertyName = "logoutUrl")] - public string LogoutUrl { get; set; } - - /// - /// Gets or sets whether to allow implicit grant flow for OAuth2 - /// - [JsonProperty(PropertyName = "oauth2AllowImplicitFlow")] - public bool? Oauth2AllowImplicitFlow { get; set; } - - /// - /// Gets or sets specifies whether during a token Request Azure AD will - /// allow path matching of the redirect URI against the applications - /// collection of replyURLs. The default is false. - /// - [JsonProperty(PropertyName = "oauth2AllowUrlPathMatching")] - public bool? Oauth2AllowUrlPathMatching { get; set; } - - /// - /// Gets or sets the collection of OAuth 2.0 permission scopes that the - /// web API (resource) application exposes to client applications. - /// These permission scopes may be granted to client applications - /// during consent. - /// - [JsonProperty(PropertyName = "oauth2Permissions")] - public IList Oauth2Permissions { get; set; } - - /// - /// Gets or sets specifies whether, as part of OAuth 2.0 token - /// requests, Azure AD will allow POST requests, as opposed to GET - /// requests. The default is false, which specifies that only GET - /// requests will be allowed. - /// - [JsonProperty(PropertyName = "oauth2RequirePostResponse")] - public bool? Oauth2RequirePostResponse { get; set; } - - /// - /// Gets or sets a list of tenants allowed to access application. - /// - [JsonProperty(PropertyName = "orgRestrictions")] - public IList OrgRestrictions { get; set; } - - /// - /// - [JsonProperty(PropertyName = "optionalClaims")] - public OptionalClaims OptionalClaims { get; set; } - - /// - /// Gets or sets a collection of PasswordCredential objects - /// - [JsonProperty(PropertyName = "passwordCredentials")] - public IList PasswordCredentials { get; set; } - - /// - /// Gets or sets list of pre-authorized applications. - /// - [JsonProperty(PropertyName = "preAuthorizedApplications")] - public IList PreAuthorizedApplications { get; set; } - - /// - /// Gets or sets specifies whether this application is a public client - /// (such as an installed application running on a mobile device). - /// Default is false. - /// - [JsonProperty(PropertyName = "publicClient")] - public bool? PublicClient { get; set; } - - /// - /// Gets or sets reliable domain which can be used to identify an - /// application. - /// - [JsonProperty(PropertyName = "publisherDomain")] - public string PublisherDomain { get; set; } - - /// - /// Gets or sets a collection of reply URLs for the application. - /// - [JsonProperty(PropertyName = "replyUrls")] - public IList ReplyUrls { get; set; } - - /// - /// Gets or sets specifies resources that this application requires - /// access to and the set of OAuth permission scopes and application - /// roles that it needs under each of those resources. This - /// pre-configuration of required resource access drives the consent - /// experience. - /// - [JsonProperty(PropertyName = "requiredResourceAccess")] - public IList RequiredResourceAccess { get; set; } - - /// - /// Gets or sets the URL to the SAML metadata for the application. - /// - [JsonProperty(PropertyName = "samlMetadataUrl")] - public string SamlMetadataUrl { get; set; } - - /// - /// Gets or sets audience for signing in to the application - /// (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// - [JsonProperty(PropertyName = "signInAudience")] - public string SignInAudience { get; set; } - - /// - /// Gets or sets the primary Web page. - /// - [JsonProperty(PropertyName = "wwwHomepage")] - public string WwwHomepage { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationCreateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationCreateParameters.cs deleted file mode 100644 index 169650ad075b..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationCreateParameters.cs +++ /dev/null @@ -1,151 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for creating a new application. - /// - public partial class ApplicationCreateParameters : ApplicationBase - { - /// - /// Initializes a new instance of the ApplicationCreateParameters - /// class. - /// - public ApplicationCreateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ApplicationCreateParameters - /// class. - /// - /// The display name of the - /// application. - /// A property on the application to - /// indicate if the application accepts other IDPs or not or partially - /// accepts. - /// Indicates that the application - /// supports pass through users who have no presence in the resource - /// tenant. - /// The url for the application logo image - /// stored in a CDN. - /// The collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// The application permissions. - /// Whether the application is - /// available to other tenants. - /// A URL provided by the author of the - /// application to report errors when using the application. - /// Configures the groups claim - /// issued in a user or OAuth 2.0 access token that the app - /// expects. - /// The home page of the application. - /// URLs with more information about - /// the application. - /// Specifies whether this - /// application supports device authentication without a user. The - /// default is false. - /// A collection of KeyCredential - /// objects. - /// Client applications that are - /// tied to this resource application. Consent to any of the known - /// client applications will result in implicit consent to the resource - /// application through a combined consent dialog (showing the OAuth - /// permission scopes required by the client and the resource). - /// the url of the logout page - /// Whether to allow implicit - /// grant flow for OAuth2 - /// Specifies whether during a - /// token Request Azure AD will allow path matching of the redirect URI - /// against the applications collection of replyURLs. The default is - /// false. - /// The collection of OAuth 2.0 - /// permission scopes that the web API (resource) application exposes - /// to client applications. These permission scopes may be granted to - /// client applications during consent. - /// Specifies whether, as part - /// of OAuth 2.0 token requests, Azure AD will allow POST requests, as - /// opposed to GET requests. The default is false, which specifies that - /// only GET requests will be allowed. - /// A list of tenants allowed to access - /// application. - /// A collection of - /// PasswordCredential objects - /// list of pre-authorized - /// applications. - /// Specifies whether this application is a - /// public client (such as an installed application running on a mobile - /// device). Default is false. - /// Reliable domain which can be used to - /// identify an application. - /// A collection of reply URLs for the - /// application. - /// Specifies resources that this - /// application requires access to and the set of OAuth permission - /// scopes and application roles that it needs under each of those - /// resources. This pre-configuration of required resource access - /// drives the consent experience. - /// The URL to the SAML metadata for the - /// application. - /// Audience for signing in to the - /// application (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// The primary Web page. - /// A collection of URIs for the - /// application. - public ApplicationCreateParameters(string displayName, bool? allowGuestsSignIn = default(bool?), bool? allowPassthroughUsers = default(bool?), string appLogoUrl = default(string), IList appRoles = default(IList), IList appPermissions = default(IList), bool? availableToOtherTenants = default(bool?), string errorUrl = default(string), object groupMembershipClaims = default(object), string homepage = default(string), InformationalUrl informationalUrls = default(InformationalUrl), bool? isDeviceOnlyAuthSupported = default(bool?), IList keyCredentials = default(IList), IList knownClientApplications = default(IList), string logoutUrl = default(string), bool? oauth2AllowImplicitFlow = default(bool?), bool? oauth2AllowUrlPathMatching = default(bool?), IList oauth2Permissions = default(IList), bool? oauth2RequirePostResponse = default(bool?), IList orgRestrictions = default(IList), OptionalClaims optionalClaims = default(OptionalClaims), IList passwordCredentials = default(IList), IList preAuthorizedApplications = default(IList), bool? publicClient = default(bool?), string publisherDomain = default(string), IList replyUrls = default(IList), IList requiredResourceAccess = default(IList), string samlMetadataUrl = default(string), string signInAudience = default(string), string wwwHomepage = default(string), IList identifierUris = default(IList)) - : base(allowGuestsSignIn, allowPassthroughUsers, appLogoUrl, appRoles, appPermissions, availableToOtherTenants, errorUrl, groupMembershipClaims, homepage, informationalUrls, isDeviceOnlyAuthSupported, keyCredentials, knownClientApplications, logoutUrl, oauth2AllowImplicitFlow, oauth2AllowUrlPathMatching, oauth2Permissions, oauth2RequirePostResponse, orgRestrictions, optionalClaims, passwordCredentials, preAuthorizedApplications, publicClient, publisherDomain, replyUrls, requiredResourceAccess, samlMetadataUrl, signInAudience, wwwHomepage) - { - DisplayName = displayName; - IdentifierUris = identifierUris; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the display name of the application. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets a collection of URIs for the application. - /// - [JsonProperty(PropertyName = "identifierUris")] - public IList IdentifierUris { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (DisplayName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationUpdateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationUpdateParameters.cs deleted file mode 100644 index 5a27dbe31cee..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ApplicationUpdateParameters.cs +++ /dev/null @@ -1,137 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for updating a new application. - /// - public partial class ApplicationUpdateParameters : ApplicationBase - { - /// - /// Initializes a new instance of the ApplicationUpdateParameters - /// class. - /// - public ApplicationUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ApplicationUpdateParameters - /// class. - /// - /// A property on the application to - /// indicate if the application accepts other IDPs or not or partially - /// accepts. - /// Indicates that the application - /// supports pass through users who have no presence in the resource - /// tenant. - /// The url for the application logo image - /// stored in a CDN. - /// The collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// The application permissions. - /// Whether the application is - /// available to other tenants. - /// A URL provided by the author of the - /// application to report errors when using the application. - /// Configures the groups claim - /// issued in a user or OAuth 2.0 access token that the app - /// expects. - /// The home page of the application. - /// URLs with more information about - /// the application. - /// Specifies whether this - /// application supports device authentication without a user. The - /// default is false. - /// A collection of KeyCredential - /// objects. - /// Client applications that are - /// tied to this resource application. Consent to any of the known - /// client applications will result in implicit consent to the resource - /// application through a combined consent dialog (showing the OAuth - /// permission scopes required by the client and the resource). - /// the url of the logout page - /// Whether to allow implicit - /// grant flow for OAuth2 - /// Specifies whether during a - /// token Request Azure AD will allow path matching of the redirect URI - /// against the applications collection of replyURLs. The default is - /// false. - /// The collection of OAuth 2.0 - /// permission scopes that the web API (resource) application exposes - /// to client applications. These permission scopes may be granted to - /// client applications during consent. - /// Specifies whether, as part - /// of OAuth 2.0 token requests, Azure AD will allow POST requests, as - /// opposed to GET requests. The default is false, which specifies that - /// only GET requests will be allowed. - /// A list of tenants allowed to access - /// application. - /// A collection of - /// PasswordCredential objects - /// list of pre-authorized - /// applications. - /// Specifies whether this application is a - /// public client (such as an installed application running on a mobile - /// device). Default is false. - /// Reliable domain which can be used to - /// identify an application. - /// A collection of reply URLs for the - /// application. - /// Specifies resources that this - /// application requires access to and the set of OAuth permission - /// scopes and application roles that it needs under each of those - /// resources. This pre-configuration of required resource access - /// drives the consent experience. - /// The URL to the SAML metadata for the - /// application. - /// Audience for signing in to the - /// application (AzureADMyOrganization, AzureADAllOrganizations, - /// AzureADAndMicrosoftAccounts). - /// The primary Web page. - /// The display name of the - /// application. - /// A collection of URIs for the - /// application. - public ApplicationUpdateParameters(bool? allowGuestsSignIn = default(bool?), bool? allowPassthroughUsers = default(bool?), string appLogoUrl = default(string), IList appRoles = default(IList), IList appPermissions = default(IList), bool? availableToOtherTenants = default(bool?), string errorUrl = default(string), object groupMembershipClaims = default(object), string homepage = default(string), InformationalUrl informationalUrls = default(InformationalUrl), bool? isDeviceOnlyAuthSupported = default(bool?), IList keyCredentials = default(IList), IList knownClientApplications = default(IList), string logoutUrl = default(string), bool? oauth2AllowImplicitFlow = default(bool?), bool? oauth2AllowUrlPathMatching = default(bool?), IList oauth2Permissions = default(IList), bool? oauth2RequirePostResponse = default(bool?), IList orgRestrictions = default(IList), OptionalClaims optionalClaims = default(OptionalClaims), IList passwordCredentials = default(IList), IList preAuthorizedApplications = default(IList), bool? publicClient = default(bool?), string publisherDomain = default(string), IList replyUrls = default(IList), IList requiredResourceAccess = default(IList), string samlMetadataUrl = default(string), string signInAudience = default(string), string wwwHomepage = default(string), string displayName = default(string), IList identifierUris = default(IList)) - : base(allowGuestsSignIn, allowPassthroughUsers, appLogoUrl, appRoles, appPermissions, availableToOtherTenants, errorUrl, groupMembershipClaims, homepage, informationalUrls, isDeviceOnlyAuthSupported, keyCredentials, knownClientApplications, logoutUrl, oauth2AllowImplicitFlow, oauth2AllowUrlPathMatching, oauth2Permissions, oauth2RequirePostResponse, orgRestrictions, optionalClaims, passwordCredentials, preAuthorizedApplications, publicClient, publisherDomain, replyUrls, requiredResourceAccess, samlMetadataUrl, signInAudience, wwwHomepage) - { - DisplayName = displayName; - IdentifierUris = identifierUris; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the display name of the application. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets a collection of URIs for the application. - /// - [JsonProperty(PropertyName = "identifierUris")] - public IList IdentifierUris { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipParameters.cs deleted file mode 100644 index f81c5c382db9..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipParameters.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for IsMemberOf API call. - /// - public partial class CheckGroupMembershipParameters - { - /// - /// Initializes a new instance of the CheckGroupMembershipParameters - /// class. - /// - public CheckGroupMembershipParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CheckGroupMembershipParameters - /// class. - /// - /// The object ID of the group to check. - /// The object ID of the contact, group, user, - /// or service principal to check for membership in the specified - /// group. - /// Unmatched properties from the - /// message are deserialized this collection - public CheckGroupMembershipParameters(string groupId, string memberId, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - GroupId = groupId; - MemberId = memberId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the object ID of the group to check. - /// - [JsonProperty(PropertyName = "groupId")] - public string GroupId { get; set; } - - /// - /// Gets or sets the object ID of the contact, group, user, or service - /// principal to check for membership in the specified group. - /// - [JsonProperty(PropertyName = "memberId")] - public string MemberId { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (GroupId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "GroupId"); - } - if (MemberId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "MemberId"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipResult.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipResult.cs deleted file mode 100644 index 077523f97b58..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/CheckGroupMembershipResult.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Server response for IsMemberOf API call - /// - public partial class CheckGroupMembershipResult - { - /// - /// Initializes a new instance of the CheckGroupMembershipResult class. - /// - public CheckGroupMembershipResult() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CheckGroupMembershipResult class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// True if the specified user, group, contact, or - /// service principal has either direct or transitive membership in the - /// specified group; otherwise, false. - public CheckGroupMembershipResult(IDictionary additionalProperties = default(IDictionary), bool? value = default(bool?)) - { - AdditionalProperties = additionalProperties; - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets true if the specified user, group, contact, or service - /// principal has either direct or transitive membership in the - /// specified group; otherwise, false. - /// - [JsonProperty(PropertyName = "value")] - public bool? Value { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ConsentType.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ConsentType.cs deleted file mode 100644 index 21db7fe39dd7..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ConsentType.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - - /// - /// Defines values for ConsentType. - /// - public static class ConsentType - { - public const string AllPrincipals = "AllPrincipals"; - public const string Principal = "Principal"; - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/DirectoryObject.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/DirectoryObject.cs deleted file mode 100644 index 3745a93f7b0f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/DirectoryObject.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Represents an Azure Active Directory object. - /// - public partial class DirectoryObject - { - /// - /// Initializes a new instance of the DirectoryObject class. - /// - public DirectoryObject() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DirectoryObject class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The object ID. - /// The time at which the directory - /// object was deleted. - public DirectoryObject(IDictionary additionalProperties = default(IDictionary), string objectId = default(string), System.DateTime? deletionTimestamp = default(System.DateTime?)) - { - AdditionalProperties = additionalProperties; - ObjectId = objectId; - DeletionTimestamp = deletionTimestamp; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets the object ID. - /// - [JsonProperty(PropertyName = "objectId")] - public string ObjectId { get; private set; } - - /// - /// Gets the time at which the directory object was deleted. - /// - [JsonProperty(PropertyName = "deletionTimestamp")] - public System.DateTime? DeletionTimestamp { get; private set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Domain.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Domain.cs deleted file mode 100644 index af31b3e10962..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Domain.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory Domain information. - /// - public partial class Domain - { - /// - /// Initializes a new instance of the Domain class. - /// - public Domain() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the Domain class. - /// - /// the domain name. - /// Unmatched properties from the - /// message are deserialized this collection - /// the type of the authentication - /// into the domain. - /// if this is the default domain in the - /// tenant. - /// if this domain's ownership is - /// verified. - public Domain(string name, IDictionary additionalProperties = default(IDictionary), string authenticationType = default(string), bool? isDefault = default(bool?), bool? isVerified = default(bool?)) - { - AdditionalProperties = additionalProperties; - AuthenticationType = authenticationType; - IsDefault = isDefault; - IsVerified = isVerified; - Name = name; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets the type of the authentication into the domain. - /// - [JsonProperty(PropertyName = "authenticationType")] - public string AuthenticationType { get; private set; } - - /// - /// Gets if this is the default domain in the tenant. - /// - [JsonProperty(PropertyName = "isDefault")] - public bool? IsDefault { get; private set; } - - /// - /// Gets if this domain's ownership is verified. - /// - [JsonProperty(PropertyName = "isVerified")] - public bool? IsVerified { get; private set; } - - /// - /// Gets or sets the domain name. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Name == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Name"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GetObjectsParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GetObjectsParameters.cs deleted file mode 100644 index 4e36a0b6ff52..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GetObjectsParameters.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for the GetObjectsByObjectIds API. - /// - public partial class GetObjectsParameters - { - /// - /// Initializes a new instance of the GetObjectsParameters class. - /// - public GetObjectsParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GetObjectsParameters class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The requested object IDs. - /// The requested object types. - /// If true, also - /// searches for object IDs in the partner tenant. - public GetObjectsParameters(IDictionary additionalProperties = default(IDictionary), IList objectIds = default(IList), IList types = default(IList), bool? includeDirectoryObjectReferences = default(bool?)) - { - AdditionalProperties = additionalProperties; - ObjectIds = objectIds; - Types = types; - IncludeDirectoryObjectReferences = includeDirectoryObjectReferences; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the requested object IDs. - /// - [JsonProperty(PropertyName = "objectIds")] - public IList ObjectIds { get; set; } - - /// - /// Gets or sets the requested object types. - /// - [JsonProperty(PropertyName = "types")] - public IList Types { get; set; } - - /// - /// Gets or sets if true, also searches for object IDs in the partner - /// tenant. - /// - [JsonProperty(PropertyName = "includeDirectoryObjectReferences")] - public bool? IncludeDirectoryObjectReferences { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphError.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphError.cs deleted file mode 100644 index 71a643b2c14f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphError.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Active Directory error information. - /// - [Rest.Serialization.JsonTransformation] - public partial class GraphError - { - /// - /// Initializes a new instance of the GraphError class. - /// - public GraphError() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GraphError class. - /// - /// Error code. - /// Error message value. - public GraphError(string code = default(string), string message = default(string)) - { - Code = code; - Message = message; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets error code. - /// - [JsonProperty(PropertyName = "odata.error.code")] - public string Code { get; set; } - - /// - /// Gets or sets error message value. - /// - [JsonProperty(PropertyName = "odata.error.message.value")] - public string Message { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphErrorException.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphErrorException.cs deleted file mode 100644 index c4c1c727b2f7..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GraphErrorException.cs +++ /dev/null @@ -1,61 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - - /// - /// Exception thrown for an invalid response with GraphError information. - /// - public partial class GraphErrorException : RestException - { - /// - /// Gets information about the associated HTTP request. - /// - public HttpRequestMessageWrapper Request { get; set; } - - /// - /// Gets information about the associated HTTP response. - /// - public HttpResponseMessageWrapper Response { get; set; } - - /// - /// Gets or sets the body object. - /// - public GraphError Body { get; set; } - - /// - /// Initializes a new instance of the GraphErrorException class. - /// - public GraphErrorException() - { - } - - /// - /// Initializes a new instance of the GraphErrorException class. - /// - /// The exception message. - public GraphErrorException(string message) - : this(message, null) - { - } - - /// - /// Initializes a new instance of the GraphErrorException class. - /// - /// The exception message. - /// Inner exception. - public GraphErrorException(string message, System.Exception innerException) - : base(message, innerException) - { - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupAddMemberParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupAddMemberParameters.cs deleted file mode 100644 index cc34ce9510ed..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupAddMemberParameters.cs +++ /dev/null @@ -1,86 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for adding a member to a group. - /// - public partial class GroupAddMemberParameters - { - /// - /// Initializes a new instance of the GroupAddMemberParameters class. - /// - public GroupAddMemberParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GroupAddMemberParameters class. - /// - /// A member object URL, such as - /// "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", - /// where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and - /// "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the - /// member (user, application, servicePrincipal, group) to be - /// added. - /// Unmatched properties from the - /// message are deserialized this collection - public GroupAddMemberParameters(string url, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - Url = url; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets a member object URL, such as - /// "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", - /// where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and - /// "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the - /// member (user, application, servicePrincipal, group) to be added. - /// - [JsonProperty(PropertyName = "url")] - public string Url { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Url == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Url"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupCreateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupCreateParameters.cs deleted file mode 100644 index 61301183a675..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupCreateParameters.cs +++ /dev/null @@ -1,112 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for creating a new group. - /// - public partial class GroupCreateParameters - { - /// - /// Initializes a new instance of the GroupCreateParameters class. - /// - public GroupCreateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GroupCreateParameters class. - /// - /// Group display name - /// Mail nickname - /// Unmatched properties from the - /// message are deserialized this collection - public GroupCreateParameters(string displayName, string mailNickname, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - DisplayName = displayName; - MailNickname = mailNickname; - CustomInit(); - } - /// - /// Static constructor for GroupCreateParameters class. - /// - static GroupCreateParameters() - { - MailEnabled = false; - SecurityEnabled = true; - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets group display name - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets mail nickname - /// - [JsonProperty(PropertyName = "mailNickname")] - public string MailNickname { get; set; } - - /// - /// Whether the group is mail-enabled. Must be false. This is because - /// only pure security groups can be created using the Graph API. - /// - [JsonProperty(PropertyName = "mailEnabled")] - public static bool MailEnabled { get; private set; } - - /// - /// Whether the group is a security group. Must be true. This is - /// because only pure security groups can be created using the Graph - /// API. - /// - [JsonProperty(PropertyName = "securityEnabled")] - public static bool SecurityEnabled { get; private set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (DisplayName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); - } - if (MailNickname == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "MailNickname"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupGetMemberGroupsParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupGetMemberGroupsParameters.cs deleted file mode 100644 index 705a2c83fc26..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/GroupGetMemberGroupsParameters.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for GetMemberGroups API call. - /// - public partial class GroupGetMemberGroupsParameters - { - /// - /// Initializes a new instance of the GroupGetMemberGroupsParameters - /// class. - /// - public GroupGetMemberGroupsParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GroupGetMemberGroupsParameters - /// class. - /// - /// If true, only membership in - /// security-enabled groups should be checked. Otherwise, membership in - /// all groups should be checked. - /// Unmatched properties from the - /// message are deserialized this collection - public GroupGetMemberGroupsParameters(bool securityEnabledOnly, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - SecurityEnabledOnly = securityEnabledOnly; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets if true, only membership in security-enabled groups - /// should be checked. Otherwise, membership in all groups should be - /// checked. - /// - [JsonProperty(PropertyName = "securityEnabledOnly")] - public bool SecurityEnabledOnly { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/InformationalUrl.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/InformationalUrl.cs deleted file mode 100644 index b887a6810c33..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/InformationalUrl.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Represents a group of URIs that provide terms of service, marketing, - /// support and privacy policy information about an application. The - /// default value for each string is null. - /// - public partial class InformationalUrl - { - /// - /// Initializes a new instance of the InformationalUrl class. - /// - public InformationalUrl() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the InformationalUrl class. - /// - /// The terms of service URI - /// The marketing URI - /// The privacy policy URI - /// The support URI - public InformationalUrl(string termsOfService = default(string), string marketing = default(string), string privacy = default(string), string support = default(string)) - { - TermsOfService = termsOfService; - Marketing = marketing; - Privacy = privacy; - Support = support; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the terms of service URI - /// - [JsonProperty(PropertyName = "termsOfService")] - public string TermsOfService { get; set; } - - /// - /// Gets or sets the marketing URI - /// - [JsonProperty(PropertyName = "marketing")] - public string Marketing { get; set; } - - /// - /// Gets or sets the privacy policy URI - /// - [JsonProperty(PropertyName = "privacy")] - public string Privacy { get; set; } - - /// - /// Gets or sets the support URI - /// - [JsonProperty(PropertyName = "support")] - public string Support { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredential.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredential.cs deleted file mode 100644 index 3f411bd5760f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredential.cs +++ /dev/null @@ -1,114 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory Key Credential information. - /// - public partial class KeyCredential - { - /// - /// Initializes a new instance of the KeyCredential class. - /// - public KeyCredential() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the KeyCredential class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Start date. - /// End date. - /// Key value. - /// Key ID. - /// Usage. Acceptable values are 'Verify' and - /// 'Sign'. - /// Type. Acceptable values are 'AsymmetricX509Cert' - /// and 'Symmetric'. - /// Custom Key Identifier - public KeyCredential(IDictionary additionalProperties = default(IDictionary), System.DateTime? startDate = default(System.DateTime?), System.DateTime? endDate = default(System.DateTime?), string value = default(string), string keyId = default(string), string usage = default(string), string type = default(string), string customKeyIdentifier = default(string)) - { - AdditionalProperties = additionalProperties; - StartDate = startDate; - EndDate = endDate; - Value = value; - KeyId = keyId; - Usage = usage; - Type = type; - CustomKeyIdentifier = customKeyIdentifier; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets start date. - /// - [JsonProperty(PropertyName = "startDate")] - public System.DateTime? StartDate { get; set; } - - /// - /// Gets or sets end date. - /// - [JsonProperty(PropertyName = "endDate")] - public System.DateTime? EndDate { get; set; } - - /// - /// Gets or sets key value. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - /// - /// Gets or sets key ID. - /// - [JsonProperty(PropertyName = "keyId")] - public string KeyId { get; set; } - - /// - /// Gets or sets usage. Acceptable values are 'Verify' and 'Sign'. - /// - [JsonProperty(PropertyName = "usage")] - public string Usage { get; set; } - - /// - /// Gets or sets type. Acceptable values are 'AsymmetricX509Cert' and - /// 'Symmetric'. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Gets or sets custom Key Identifier - /// - [JsonProperty(PropertyName = "customKeyIdentifier")] - public string CustomKeyIdentifier { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredentialsUpdateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredentialsUpdateParameters.cs deleted file mode 100644 index a3867fe06d28..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/KeyCredentialsUpdateParameters.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for a KeyCredentials update operation - /// - public partial class KeyCredentialsUpdateParameters - { - /// - /// Initializes a new instance of the KeyCredentialsUpdateParameters - /// class. - /// - public KeyCredentialsUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the KeyCredentialsUpdateParameters - /// class. - /// - /// A collection of KeyCredentials. - public KeyCredentialsUpdateParameters(IList value) - { - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a collection of KeyCredentials. - /// - [JsonProperty(PropertyName = "value")] - public IList Value { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Value == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Value"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2Permission.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2Permission.cs deleted file mode 100644 index 19f90e7fff89..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2Permission.cs +++ /dev/null @@ -1,139 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Represents an OAuth 2.0 delegated permission scope. The specified OAuth - /// 2.0 delegated permission scopes may be requested by client applications - /// (through the requiredResourceAccess collection on the Application - /// object) when calling a resource application. The oauth2Permissions - /// property of the ServicePrincipal entity and of the Application entity - /// is a collection of OAuth2Permission. - /// - public partial class OAuth2Permission - { - /// - /// Initializes a new instance of the OAuth2Permission class. - /// - public OAuth2Permission() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OAuth2Permission class. - /// - /// Permission help text that - /// appears in the admin consent and app assignment - /// experiences. - /// Display name for the - /// permission that appears in the admin consent and app assignment - /// experiences. - /// Unique scope permission identifier inside the - /// oauth2Permissions collection. - /// When creating or updating a permission, - /// this property must be set to true (which is the default). To delete - /// a permission, this property must first be set to false. At that - /// point, in a subsequent call, the permission may be removed. - /// - /// Specifies whether this scope permission can be - /// consented to by an end user, or whether it is a tenant-wide - /// permission that must be consented to by a Company Administrator. - /// Possible values are "User" or "Admin". - /// Permission help text that - /// appears in the end user consent experience. - /// Display name for the - /// permission that appears in the end user consent experience. - /// The value of the scope claim that the resource - /// application should expect in the OAuth 2.0 access token. - public OAuth2Permission(string adminConsentDescription = default(string), string adminConsentDisplayName = default(string), string id = default(string), bool? isEnabled = default(bool?), string type = default(string), string userConsentDescription = default(string), string userConsentDisplayName = default(string), string value = default(string)) - { - AdminConsentDescription = adminConsentDescription; - AdminConsentDisplayName = adminConsentDisplayName; - Id = id; - IsEnabled = isEnabled; - Type = type; - UserConsentDescription = userConsentDescription; - UserConsentDisplayName = userConsentDisplayName; - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets permission help text that appears in the admin consent - /// and app assignment experiences. - /// - [JsonProperty(PropertyName = "adminConsentDescription")] - public string AdminConsentDescription { get; set; } - - /// - /// Gets or sets display name for the permission that appears in the - /// admin consent and app assignment experiences. - /// - [JsonProperty(PropertyName = "adminConsentDisplayName")] - public string AdminConsentDisplayName { get; set; } - - /// - /// Gets or sets unique scope permission identifier inside the - /// oauth2Permissions collection. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } - - /// - /// Gets or sets when creating or updating a permission, this property - /// must be set to true (which is the default). To delete a permission, - /// this property must first be set to false. At that point, in a - /// subsequent call, the permission may be removed. - /// - [JsonProperty(PropertyName = "isEnabled")] - public bool? IsEnabled { get; set; } - - /// - /// Gets or sets specifies whether this scope permission can be - /// consented to by an end user, or whether it is a tenant-wide - /// permission that must be consented to by a Company Administrator. - /// Possible values are "User" or "Admin". - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Gets or sets permission help text that appears in the end user - /// consent experience. - /// - [JsonProperty(PropertyName = "userConsentDescription")] - public string UserConsentDescription { get; set; } - - /// - /// Gets or sets display name for the permission that appears in the - /// end user consent experience. - /// - [JsonProperty(PropertyName = "userConsentDisplayName")] - public string UserConsentDisplayName { get; set; } - - /// - /// Gets or sets the value of the scope claim that the resource - /// application should expect in the OAuth 2.0 access token. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2PermissionGrant.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2PermissionGrant.cs deleted file mode 100644 index 5da85cc7ab29..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OAuth2PermissionGrant.cs +++ /dev/null @@ -1,130 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Linq; - - public partial class OAuth2PermissionGrant - { - /// - /// Initializes a new instance of the OAuth2PermissionGrant class. - /// - public OAuth2PermissionGrant() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OAuth2PermissionGrant class. - /// - /// Microsoft.DirectoryServices.OAuth2PermissionGrant - /// The id of the resource's service principal - /// granted consent to impersonate the user when accessing the resource - /// (represented by the resourceId property). - /// The id of the permission grant - /// Indicates if consent was provided by the - /// administrator (on behalf of the organization) or by an individual. - /// Possible values include: 'AllPrincipals', 'Principal' - /// When consent type is Principal, this - /// property specifies the id of the user that granted consent and - /// applies only for that user. - /// Object Id of the resource you want to - /// grant - /// Specifies the value of the scope claim that the - /// resource application should expect in the OAuth 2.0 access token. - /// For example, User.Read - /// Start time for TTL - /// Expiry time for TTL - public OAuth2PermissionGrant(string odatatype = default(string), string clientId = default(string), string objectId = default(string), string consentType = default(string), string principalId = default(string), string resourceId = default(string), string scope = default(string), string startTime = default(string), string expiryTime = default(string)) - { - Odatatype = odatatype; - ClientId = clientId; - ObjectId = objectId; - ConsentType = consentType; - PrincipalId = principalId; - ResourceId = resourceId; - Scope = scope; - StartTime = startTime; - ExpiryTime = expiryTime; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets microsoft.DirectoryServices.OAuth2PermissionGrant - /// - [JsonProperty(PropertyName = "odata.type")] - public string Odatatype { get; set; } - - /// - /// Gets or sets the id of the resource's service principal granted - /// consent to impersonate the user when accessing the resource - /// (represented by the resourceId property). - /// - [JsonProperty(PropertyName = "clientId")] - public string ClientId { get; set; } - - /// - /// Gets or sets the id of the permission grant - /// - [JsonProperty(PropertyName = "objectId")] - public string ObjectId { get; set; } - - /// - /// Gets or sets indicates if consent was provided by the administrator - /// (on behalf of the organization) or by an individual. Possible - /// values include: 'AllPrincipals', 'Principal' - /// - [JsonProperty(PropertyName = "consentType")] - public string ConsentType { get; set; } - - /// - /// Gets or sets when consent type is Principal, this property - /// specifies the id of the user that granted consent and applies only - /// for that user. - /// - [JsonProperty(PropertyName = "principalId")] - public string PrincipalId { get; set; } - - /// - /// Gets or sets object Id of the resource you want to grant - /// - [JsonProperty(PropertyName = "resourceId")] - public string ResourceId { get; set; } - - /// - /// Gets or sets specifies the value of the scope claim that the - /// resource application should expect in the OAuth 2.0 access token. - /// For example, User.Read - /// - [JsonProperty(PropertyName = "scope")] - public string Scope { get; set; } - - /// - /// Gets or sets start time for TTL - /// - [JsonProperty(PropertyName = "startTime")] - public string StartTime { get; set; } - - /// - /// Gets or sets expiry time for TTL - /// - [JsonProperty(PropertyName = "expiryTime")] - public string ExpiryTime { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaim.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaim.cs deleted file mode 100644 index ed1068250c55..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaim.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Specifying the claims to be included in a token. - /// - public partial class OptionalClaim - { - /// - /// Initializes a new instance of the OptionalClaim class. - /// - public OptionalClaim() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OptionalClaim class. - /// - /// Claim name. - /// Claim source. - /// Is this a required claim. - public OptionalClaim(string name = default(string), string source = default(string), bool? essential = default(bool?), object additionalProperties = default(object)) - { - Name = name; - Source = source; - Essential = essential; - AdditionalProperties = additionalProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets claim name. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets claim source. - /// - [JsonProperty(PropertyName = "source")] - public string Source { get; set; } - - /// - /// Gets or sets is this a required claim. - /// - [JsonProperty(PropertyName = "essential")] - public bool? Essential { get; set; } - - /// - /// - [JsonProperty(PropertyName = "additionalProperties")] - public object AdditionalProperties { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaims.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaims.cs deleted file mode 100644 index 1b616661cbee..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/OptionalClaims.cs +++ /dev/null @@ -1,75 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Specifying the claims to be included in the token. - /// - public partial class OptionalClaims - { - /// - /// Initializes a new instance of the OptionalClaims class. - /// - public OptionalClaims() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OptionalClaims class. - /// - /// Optional claims requested to be included in - /// the id token. - /// Optional claims requested to be included - /// in the access token. - /// Optional claims requested to be included in - /// the saml token. - public OptionalClaims(IList idToken = default(IList), IList accessToken = default(IList), IList samlToken = default(IList)) - { - IdToken = idToken; - AccessToken = accessToken; - SamlToken = samlToken; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets optional claims requested to be included in the id - /// token. - /// - [JsonProperty(PropertyName = "idToken")] - public IList IdToken { get; set; } - - /// - /// Gets or sets optional claims requested to be included in the access - /// token. - /// - [JsonProperty(PropertyName = "accessToken")] - public IList AccessToken { get; set; } - - /// - /// Gets or sets optional claims requested to be included in the saml - /// token. - /// - [JsonProperty(PropertyName = "samlToken")] - public IList SamlToken { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page.cs deleted file mode 100644 index bbb09b2bb623..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - - /// - /// Defines a page in Azure responses. - /// - /// Type of the page content items - [JsonObject] - public class Page : IPage - { - /// - /// Gets the link to the next page. - /// - [JsonProperty("odata.nextLink")] - public string NextPageLink { get; private set; } - - [JsonProperty("value")] - private IList Items{ get; set; } - - /// - /// Returns an enumerator that iterates through the collection. - /// - /// A an enumerator that can be used to iterate through the collection. - public IEnumerator GetEnumerator() - { - return Items == null ? System.Linq.Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); - } - - /// - /// Returns an enumerator that iterates through the collection. - /// - /// A an enumerator that can be used to iterate through the collection. - IEnumerator IEnumerable.GetEnumerator() - { - return GetEnumerator(); - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page1.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page1.cs deleted file mode 100644 index eb0ba00f59f1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/Page1.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - - /// - /// Defines a page in Azure responses. - /// - /// Type of the page content items - [JsonObject] - public class Page1 : IPage - { - /// - /// Gets the link to the next page. - /// - [JsonProperty("")] - public string NextPageLink { get; private set; } - - [JsonProperty("value")] - private IList Items{ get; set; } - - /// - /// Returns an enumerator that iterates through the collection. - /// - /// A an enumerator that can be used to iterate through the collection. - public IEnumerator GetEnumerator() - { - return Items == null ? System.Linq.Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); - } - - /// - /// Returns an enumerator that iterates through the collection. - /// - /// A an enumerator that can be used to iterate through the collection. - IEnumerator IEnumerable.GetEnumerator() - { - return GetEnumerator(); - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredential.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredential.cs deleted file mode 100644 index b07c8c65a4ed..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredential.cs +++ /dev/null @@ -1,95 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory Password Credential information. - /// - public partial class PasswordCredential - { - /// - /// Initializes a new instance of the PasswordCredential class. - /// - public PasswordCredential() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PasswordCredential class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Start date. - /// End date. - /// Key ID. - /// Key value. - /// Custom Key Identifier - public PasswordCredential(IDictionary additionalProperties = default(IDictionary), System.DateTime? startDate = default(System.DateTime?), System.DateTime? endDate = default(System.DateTime?), string keyId = default(string), string value = default(string), byte[] customKeyIdentifier = default(byte[])) - { - AdditionalProperties = additionalProperties; - StartDate = startDate; - EndDate = endDate; - KeyId = keyId; - Value = value; - CustomKeyIdentifier = customKeyIdentifier; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets start date. - /// - [JsonProperty(PropertyName = "startDate")] - public System.DateTime? StartDate { get; set; } - - /// - /// Gets or sets end date. - /// - [JsonProperty(PropertyName = "endDate")] - public System.DateTime? EndDate { get; set; } - - /// - /// Gets or sets key ID. - /// - [JsonProperty(PropertyName = "keyId")] - public string KeyId { get; set; } - - /// - /// Gets or sets key value. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - /// - /// Gets or sets custom Key Identifier - /// - [JsonProperty(PropertyName = "customKeyIdentifier")] - public byte[] CustomKeyIdentifier { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredentialsUpdateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredentialsUpdateParameters.cs deleted file mode 100644 index daec134b5e39..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordCredentialsUpdateParameters.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for a PasswordCredentials update operation. - /// - public partial class PasswordCredentialsUpdateParameters - { - /// - /// Initializes a new instance of the - /// PasswordCredentialsUpdateParameters class. - /// - public PasswordCredentialsUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// PasswordCredentialsUpdateParameters class. - /// - /// A collection of PasswordCredentials. - public PasswordCredentialsUpdateParameters(IList value) - { - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a collection of PasswordCredentials. - /// - [JsonProperty(PropertyName = "value")] - public IList Value { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Value == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Value"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordProfile.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordProfile.cs deleted file mode 100644 index 5aad562ceed9..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PasswordProfile.cs +++ /dev/null @@ -1,86 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The password profile associated with a user. - /// - public partial class PasswordProfile - { - /// - /// Initializes a new instance of the PasswordProfile class. - /// - public PasswordProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PasswordProfile class. - /// - /// Password - /// Unmatched properties from the - /// message are deserialized this collection - /// Whether to force a - /// password change on next login. - public PasswordProfile(string password, IDictionary additionalProperties = default(IDictionary), bool? forceChangePasswordNextLogin = default(bool?)) - { - AdditionalProperties = additionalProperties; - Password = password; - ForceChangePasswordNextLogin = forceChangePasswordNextLogin; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets password - /// - [JsonProperty(PropertyName = "password")] - public string Password { get; set; } - - /// - /// Gets or sets whether to force a password change on next login. - /// - [JsonProperty(PropertyName = "forceChangePasswordNextLogin")] - public bool? ForceChangePasswordNextLogin { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Password == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Password"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplication.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplication.cs deleted file mode 100644 index 0cce315e1b14..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplication.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Contains information about pre authorized client application. - /// - public partial class PreAuthorizedApplication - { - /// - /// Initializes a new instance of the PreAuthorizedApplication class. - /// - public PreAuthorizedApplication() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PreAuthorizedApplication class. - /// - /// Represents the application id. - /// Collection of required app - /// permissions/entitlements from the resource application. - /// Collection of extensions from the resource - /// application. - public PreAuthorizedApplication(string appId = default(string), IList permissions = default(IList), IList extensions = default(IList)) - { - AppId = appId; - Permissions = permissions; - Extensions = extensions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets represents the application id. - /// - [JsonProperty(PropertyName = "appId")] - public string AppId { get; set; } - - /// - /// Gets or sets collection of required app permissions/entitlements - /// from the resource application. - /// - [JsonProperty(PropertyName = "permissions")] - public IList Permissions { get; set; } - - /// - /// Gets or sets collection of extensions from the resource - /// application. - /// - [JsonProperty(PropertyName = "extensions")] - public IList Extensions { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationExtension.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationExtension.cs deleted file mode 100644 index 22b5d85c4daa..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationExtension.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Representation of an app PreAuthorizedApplicationExtension required by - /// a pre authorized client app. - /// - public partial class PreAuthorizedApplicationExtension - { - /// - /// Initializes a new instance of the PreAuthorizedApplicationExtension - /// class. - /// - public PreAuthorizedApplicationExtension() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PreAuthorizedApplicationExtension - /// class. - /// - /// The extension's conditions. - public PreAuthorizedApplicationExtension(IList conditions = default(IList)) - { - Conditions = conditions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the extension's conditions. - /// - [JsonProperty(PropertyName = "conditions")] - public IList Conditions { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationPermission.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationPermission.cs deleted file mode 100644 index 3af8fdc0298f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/PreAuthorizedApplicationPermission.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Contains information about the pre-authorized permissions. - /// - public partial class PreAuthorizedApplicationPermission - { - /// - /// Initializes a new instance of the - /// PreAuthorizedApplicationPermission class. - /// - public PreAuthorizedApplicationPermission() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// PreAuthorizedApplicationPermission class. - /// - /// Indicates whether the permission - /// set is DirectAccess or impersonation. - /// The list of permissions. - public PreAuthorizedApplicationPermission(bool? directAccessGrant = default(bool?), IList accessGrants = default(IList)) - { - DirectAccessGrant = directAccessGrant; - AccessGrants = accessGrants; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets indicates whether the permission set is DirectAccess - /// or impersonation. - /// - [JsonProperty(PropertyName = "directAccessGrant")] - public bool? DirectAccessGrant { get; set; } - - /// - /// Gets or sets the list of permissions. - /// - [JsonProperty(PropertyName = "accessGrants")] - public IList AccessGrants { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/RequiredResourceAccess.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/RequiredResourceAccess.cs deleted file mode 100644 index 2c236599b22a..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/RequiredResourceAccess.cs +++ /dev/null @@ -1,107 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Specifies the set of OAuth 2.0 permission scopes and app roles under - /// the specified resource that an application requires access to. The - /// specified OAuth 2.0 permission scopes may be requested by client - /// applications (through the requiredResourceAccess collection) when - /// calling a resource application. The requiredResourceAccess property of - /// the Application entity is a collection of RequiredResourceAccess. - /// - public partial class RequiredResourceAccess - { - /// - /// Initializes a new instance of the RequiredResourceAccess class. - /// - public RequiredResourceAccess() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RequiredResourceAccess class. - /// - /// The list of OAuth2.0 permission scopes - /// and app roles that the application requires from the specified - /// resource. - /// Unmatched properties from the - /// message are deserialized this collection - /// The unique identifier for the resource - /// that the application requires access to. This should be equal to - /// the appId declared on the target resource application. - public RequiredResourceAccess(IList resourceAccess, IDictionary additionalProperties = default(IDictionary), string resourceAppId = default(string)) - { - AdditionalProperties = additionalProperties; - ResourceAccess = resourceAccess; - ResourceAppId = resourceAppId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the list of OAuth2.0 permission scopes and app roles - /// that the application requires from the specified resource. - /// - [JsonProperty(PropertyName = "resourceAccess")] - public IList ResourceAccess { get; set; } - - /// - /// Gets or sets the unique identifier for the resource that the - /// application requires access to. This should be equal to the appId - /// declared on the target resource application. - /// - [JsonProperty(PropertyName = "resourceAppId")] - public string ResourceAppId { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ResourceAccess == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ResourceAccess"); - } - if (ResourceAccess != null) - { - foreach (var element in ResourceAccess) - { - if (element != null) - { - element.Validate(); - } - } - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ResourceAccess.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ResourceAccess.cs deleted file mode 100644 index e04f193bff02..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ResourceAccess.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Specifies an OAuth 2.0 permission scope or an app role that an - /// application requires. The resourceAccess property of the - /// RequiredResourceAccess type is a collection of ResourceAccess. - /// - public partial class ResourceAccess - { - /// - /// Initializes a new instance of the ResourceAccess class. - /// - public ResourceAccess() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ResourceAccess class. - /// - /// The unique identifier for one of the - /// OAuth2Permission or AppRole instances that the resource application - /// exposes. - /// Unmatched properties from the - /// message are deserialized this collection - /// Specifies whether the id property references an - /// OAuth2Permission or an AppRole. Possible values are "scope" or - /// "role". - public ResourceAccess(string id, IDictionary additionalProperties = default(IDictionary), string type = default(string)) - { - AdditionalProperties = additionalProperties; - Id = id; - Type = type; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the unique identifier for one of the OAuth2Permission - /// or AppRole instances that the resource application exposes. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } - - /// - /// Gets or sets specifies whether the id property references an - /// OAuth2Permission or an AppRole. Possible values are "scope" or - /// "role". - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Id == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Id"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipal.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipal.cs deleted file mode 100644 index 0a96c0ce5845..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipal.cs +++ /dev/null @@ -1,256 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory service principal information. - /// - public partial class ServicePrincipal : DirectoryObject - { - /// - /// Initializes a new instance of the ServicePrincipal class. - /// - public ServicePrincipal() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServicePrincipal class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The object ID. - /// The time at which the directory - /// object was deleted. - /// whether or not the service principal - /// account is enabled - /// alternative names - /// The display name exposed by the - /// associated application. - /// The application ID. - /// Specifies whether an - /// AppRoleAssignment to a user or group is required before Azure AD - /// will issue a user or access token to the application. - /// The collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// The display name of the service - /// principal. - /// A URL provided by the author of the - /// associated application to report errors when using the - /// application. - /// The URL to the homepage of the associated - /// application. - /// The collection of key credentials - /// associated with the service principal. - /// A URL provided by the author of the - /// associated application to logout - /// The OAuth 2.0 permissions exposed - /// by the associated application. - /// The collection of password - /// credentials associated with the service principal. - /// The thumbprint of - /// preferred certificate to sign the token - /// The publisher's name of the associated - /// application - /// The URLs that user tokens are sent to for - /// sign in with the associated application. The redirect URIs that - /// the oAuth 2.0 authorization code and access tokens are sent to for - /// the associated application. - /// The URL to the SAML metadata of the - /// associated application - /// A collection of service - /// principal names. - /// the type of the service - /// principal - /// Optional list of tags that you can apply to your - /// service principals. Not nullable. - public ServicePrincipal(IDictionary additionalProperties = default(IDictionary), string objectId = default(string), System.DateTime? deletionTimestamp = default(System.DateTime?), bool? accountEnabled = default(bool?), IList alternativeNames = default(IList), string appDisplayName = default(string), string appId = default(string), string appOwnerTenantId = default(string), bool? appRoleAssignmentRequired = default(bool?), IList appRoles = default(IList), string displayName = default(string), string errorUrl = default(string), string homepage = default(string), IList keyCredentials = default(IList), string logoutUrl = default(string), IList oauth2Permissions = default(IList), IList passwordCredentials = default(IList), string preferredTokenSigningKeyThumbprint = default(string), string publisherName = default(string), IList replyUrls = default(IList), string samlMetadataUrl = default(string), IList servicePrincipalNames = default(IList), string servicePrincipalType = default(string), IList tags = default(IList)) - : base(additionalProperties, objectId, deletionTimestamp) - { - AccountEnabled = accountEnabled; - AlternativeNames = alternativeNames; - AppDisplayName = appDisplayName; - AppId = appId; - AppOwnerTenantId = appOwnerTenantId; - AppRoleAssignmentRequired = appRoleAssignmentRequired; - AppRoles = appRoles; - DisplayName = displayName; - ErrorUrl = errorUrl; - Homepage = homepage; - KeyCredentials = keyCredentials; - LogoutUrl = logoutUrl; - Oauth2Permissions = oauth2Permissions; - PasswordCredentials = passwordCredentials; - PreferredTokenSigningKeyThumbprint = preferredTokenSigningKeyThumbprint; - PublisherName = publisherName; - ReplyUrls = replyUrls; - SamlMetadataUrl = samlMetadataUrl; - ServicePrincipalNames = servicePrincipalNames; - ServicePrincipalType = servicePrincipalType; - Tags = tags; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets whether or not the service principal account is - /// enabled - /// - [JsonProperty(PropertyName = "accountEnabled")] - public bool? AccountEnabled { get; set; } - - /// - /// Gets or sets alternative names - /// - [JsonProperty(PropertyName = "alternativeNames")] - public IList AlternativeNames { get; set; } - - /// - /// Gets the display name exposed by the associated application. - /// - [JsonProperty(PropertyName = "appDisplayName")] - public string AppDisplayName { get; private set; } - - /// - /// Gets or sets the application ID. - /// - [JsonProperty(PropertyName = "appId")] - public string AppId { get; set; } - - /// - /// - [JsonProperty(PropertyName = "appOwnerTenantId")] - public string AppOwnerTenantId { get; private set; } - - /// - /// Gets or sets specifies whether an AppRoleAssignment to a user or - /// group is required before Azure AD will issue a user or access token - /// to the application. - /// - [JsonProperty(PropertyName = "appRoleAssignmentRequired")] - public bool? AppRoleAssignmentRequired { get; set; } - - /// - /// Gets or sets the collection of application roles that an - /// application may declare. These roles can be assigned to users, - /// groups or service principals. - /// - [JsonProperty(PropertyName = "appRoles")] - public IList AppRoles { get; set; } - - /// - /// Gets or sets the display name of the service principal. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets a URL provided by the author of the associated - /// application to report errors when using the application. - /// - [JsonProperty(PropertyName = "errorUrl")] - public string ErrorUrl { get; set; } - - /// - /// Gets or sets the URL to the homepage of the associated application. - /// - [JsonProperty(PropertyName = "homepage")] - public string Homepage { get; set; } - - /// - /// Gets or sets the collection of key credentials associated with the - /// service principal. - /// - [JsonProperty(PropertyName = "keyCredentials")] - public IList KeyCredentials { get; set; } - - /// - /// Gets or sets a URL provided by the author of the associated - /// application to logout - /// - [JsonProperty(PropertyName = "logoutUrl")] - public string LogoutUrl { get; set; } - - /// - /// Gets the OAuth 2.0 permissions exposed by the associated - /// application. - /// - [JsonProperty(PropertyName = "oauth2Permissions")] - public IList Oauth2Permissions { get; private set; } - - /// - /// Gets or sets the collection of password credentials associated with - /// the service principal. - /// - [JsonProperty(PropertyName = "passwordCredentials")] - public IList PasswordCredentials { get; set; } - - /// - /// Gets or sets the thumbprint of preferred certificate to sign the - /// token - /// - [JsonProperty(PropertyName = "preferredTokenSigningKeyThumbprint")] - public string PreferredTokenSigningKeyThumbprint { get; set; } - - /// - /// Gets or sets the publisher's name of the associated application - /// - [JsonProperty(PropertyName = "publisherName")] - public string PublisherName { get; set; } - - /// - /// Gets or sets the URLs that user tokens are sent to for sign in with - /// the associated application. The redirect URIs that the oAuth 2.0 - /// authorization code and access tokens are sent to for the associated - /// application. - /// - [JsonProperty(PropertyName = "replyUrls")] - public IList ReplyUrls { get; set; } - - /// - /// Gets or sets the URL to the SAML metadata of the associated - /// application - /// - [JsonProperty(PropertyName = "samlMetadataUrl")] - public string SamlMetadataUrl { get; set; } - - /// - /// Gets or sets a collection of service principal names. - /// - [JsonProperty(PropertyName = "servicePrincipalNames")] - public IList ServicePrincipalNames { get; set; } - - /// - /// Gets or sets the type of the service principal - /// - [JsonProperty(PropertyName = "servicePrincipalType")] - public string ServicePrincipalType { get; set; } - - /// - /// Gets or sets optional list of tags that you can apply to your - /// service principals. Not nullable. - /// - [JsonProperty(PropertyName = "tags")] - public IList Tags { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalBase.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalBase.cs deleted file mode 100644 index 7b4d930fe8a6..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalBase.cs +++ /dev/null @@ -1,107 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory service principal common properties shared among GET, - /// POST and PATCH - /// - public partial class ServicePrincipalBase - { - /// - /// Initializes a new instance of the ServicePrincipalBase class. - /// - public ServicePrincipalBase() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServicePrincipalBase class. - /// - /// whether or not the service principal - /// account is enabled - /// Specifies whether an - /// AppRoleAssignment to a user or group is required before Azure AD - /// will issue a user or access token to the application. - /// The collection of key credentials - /// associated with the service principal. - /// The collection of password - /// credentials associated with the service principal. - /// the type of the service - /// principal - /// Optional list of tags that you can apply to your - /// service principals. Not nullable. - public ServicePrincipalBase(bool? accountEnabled = default(bool?), bool? appRoleAssignmentRequired = default(bool?), IList keyCredentials = default(IList), IList passwordCredentials = default(IList), string servicePrincipalType = default(string), IList tags = default(IList)) - { - AccountEnabled = accountEnabled; - AppRoleAssignmentRequired = appRoleAssignmentRequired; - KeyCredentials = keyCredentials; - PasswordCredentials = passwordCredentials; - ServicePrincipalType = servicePrincipalType; - Tags = tags; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets whether or not the service principal account is - /// enabled - /// - [JsonProperty(PropertyName = "accountEnabled")] - public bool? AccountEnabled { get; set; } - - /// - /// Gets or sets specifies whether an AppRoleAssignment to a user or - /// group is required before Azure AD will issue a user or access token - /// to the application. - /// - [JsonProperty(PropertyName = "appRoleAssignmentRequired")] - public bool? AppRoleAssignmentRequired { get; set; } - - /// - /// Gets or sets the collection of key credentials associated with the - /// service principal. - /// - [JsonProperty(PropertyName = "keyCredentials")] - public IList KeyCredentials { get; set; } - - /// - /// Gets or sets the collection of password credentials associated with - /// the service principal. - /// - [JsonProperty(PropertyName = "passwordCredentials")] - public IList PasswordCredentials { get; set; } - - /// - /// Gets or sets the type of the service principal - /// - [JsonProperty(PropertyName = "servicePrincipalType")] - public string ServicePrincipalType { get; set; } - - /// - /// Gets or sets optional list of tags that you can apply to your - /// service principals. Not nullable. - /// - [JsonProperty(PropertyName = "tags")] - public IList Tags { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalCreateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalCreateParameters.cs deleted file mode 100644 index efa73527e607..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalCreateParameters.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for creating a new service principal. - /// - public partial class ServicePrincipalCreateParameters : ServicePrincipalBase - { - /// - /// Initializes a new instance of the ServicePrincipalCreateParameters - /// class. - /// - public ServicePrincipalCreateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServicePrincipalCreateParameters - /// class. - /// - /// The application ID. - /// whether or not the service principal - /// account is enabled - /// Specifies whether an - /// AppRoleAssignment to a user or group is required before Azure AD - /// will issue a user or access token to the application. - /// The collection of key credentials - /// associated with the service principal. - /// The collection of password - /// credentials associated with the service principal. - /// the type of the service - /// principal - /// Optional list of tags that you can apply to your - /// service principals. Not nullable. - public ServicePrincipalCreateParameters(string appId, bool? accountEnabled = default(bool?), bool? appRoleAssignmentRequired = default(bool?), IList keyCredentials = default(IList), IList passwordCredentials = default(IList), string servicePrincipalType = default(string), IList tags = default(IList)) - : base(accountEnabled, appRoleAssignmentRequired, keyCredentials, passwordCredentials, servicePrincipalType, tags) - { - AppId = appId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the application ID. - /// - [JsonProperty(PropertyName = "appId")] - public string AppId { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (AppId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "AppId"); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalObjectResult.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalObjectResult.cs deleted file mode 100644 index 2c36c1aa18cb..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalObjectResult.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Service Principal Object Result. - /// - public partial class ServicePrincipalObjectResult - { - /// - /// Initializes a new instance of the ServicePrincipalObjectResult - /// class. - /// - public ServicePrincipalObjectResult() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServicePrincipalObjectResult - /// class. - /// - /// The Object ID of the service principal with the - /// specified application ID. - /// The URL representing edm - /// equivalent. - public ServicePrincipalObjectResult(string value = default(string), string odatametadata = default(string)) - { - Value = value; - Odatametadata = odatametadata; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the Object ID of the service principal with the - /// specified application ID. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - /// - /// Gets or sets the URL representing edm equivalent. - /// - [JsonProperty(PropertyName = "odata.metadata")] - public string Odatametadata { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalUpdateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalUpdateParameters.cs deleted file mode 100644 index 4d0a37184687..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/ServicePrincipalUpdateParameters.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for update an existing service principal. - /// - public partial class ServicePrincipalUpdateParameters : ServicePrincipalBase - { - /// - /// Initializes a new instance of the ServicePrincipalUpdateParameters - /// class. - /// - public ServicePrincipalUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServicePrincipalUpdateParameters - /// class. - /// - /// whether or not the service principal - /// account is enabled - /// Specifies whether an - /// AppRoleAssignment to a user or group is required before Azure AD - /// will issue a user or access token to the application. - /// The collection of key credentials - /// associated with the service principal. - /// The collection of password - /// credentials associated with the service principal. - /// the type of the service - /// principal - /// Optional list of tags that you can apply to your - /// service principals. Not nullable. - public ServicePrincipalUpdateParameters(bool? accountEnabled = default(bool?), bool? appRoleAssignmentRequired = default(bool?), IList keyCredentials = default(IList), IList passwordCredentials = default(IList), string servicePrincipalType = default(string), IList tags = default(IList)) - : base(accountEnabled, appRoleAssignmentRequired, keyCredentials, passwordCredentials, servicePrincipalType, tags) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/SignInName.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/SignInName.cs deleted file mode 100644 index 785de3e8a4b9..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/SignInName.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Contains information about a sign-in name of a local account user in an - /// Azure Active Directory B2C tenant. - /// - public partial class SignInName - { - /// - /// Initializes a new instance of the SignInName class. - /// - public SignInName() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SignInName class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// A string value that can be used to classify user - /// sign-in types in your directory, such as 'emailAddress' or - /// 'userName'. - /// The sign-in used by the local account. Must be - /// unique across the company/tenant. For example, - /// 'johnc@example.com'. - public SignInName(IDictionary additionalProperties = default(IDictionary), string type = default(string), string value = default(string)) - { - AdditionalProperties = additionalProperties; - Type = type; - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets a string value that can be used to classify user - /// sign-in types in your directory, such as 'emailAddress' or - /// 'userName'. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Gets or sets the sign-in used by the local account. Must be unique - /// across the company/tenant. For example, 'johnc@example.com'. - /// - [JsonProperty(PropertyName = "value")] - public string Value { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/User.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/User.cs deleted file mode 100644 index 67e1034ca99f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/User.cs +++ /dev/null @@ -1,159 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Active Directory user information. - /// - public partial class User : DirectoryObject - { - /// - /// Initializes a new instance of the User class. - /// - public User() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the User class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The object ID. - /// The time at which the directory - /// object was deleted. - /// This must be specified if you are using a - /// federated domain for the user's userPrincipalName (UPN) property - /// when creating a new user account. It is used to associate an - /// on-premises Active Directory user account with their Azure AD user - /// object. - /// A two letter country code (ISO standard - /// 3166). Required for users that will be assigned licenses due to - /// legal requirement to check for availability of services in - /// countries. Examples include: "US", "JP", and "GB". - /// The given name for the user. - /// The user's surname (family name or last - /// name). - /// A string value that can be used to classify - /// user types in your directory, such as 'Member' and 'Guest'. - /// Possible values include: 'Member', 'Guest' - /// Whether the account is - /// enabled. - /// The display name of the user. - /// The principal name of the - /// user. - /// The mail alias for the user. - /// The primary email address of the user. - /// The sign-in names of the user. - public User(IDictionary additionalProperties = default(IDictionary), string objectId = default(string), System.DateTime? deletionTimestamp = default(System.DateTime?), string immutableId = default(string), string usageLocation = default(string), string givenName = default(string), string surname = default(string), string userType = default(string), bool? accountEnabled = default(bool?), string displayName = default(string), string userPrincipalName = default(string), string mailNickname = default(string), string mail = default(string), IList signInNames = default(IList)) - : base(additionalProperties, objectId, deletionTimestamp) - { - ImmutableId = immutableId; - UsageLocation = usageLocation; - GivenName = givenName; - Surname = surname; - UserType = userType; - AccountEnabled = accountEnabled; - DisplayName = displayName; - UserPrincipalName = userPrincipalName; - MailNickname = mailNickname; - Mail = mail; - SignInNames = signInNames; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets this must be specified if you are using a federated - /// domain for the user's userPrincipalName (UPN) property when - /// creating a new user account. It is used to associate an on-premises - /// Active Directory user account with their Azure AD user object. - /// - [JsonProperty(PropertyName = "immutableId")] - public string ImmutableId { get; set; } - - /// - /// Gets or sets a two letter country code (ISO standard 3166). - /// Required for users that will be assigned licenses due to legal - /// requirement to check for availability of services in countries. - /// Examples include: "US", "JP", and "GB". - /// - [JsonProperty(PropertyName = "usageLocation")] - public string UsageLocation { get; set; } - - /// - /// Gets or sets the given name for the user. - /// - [JsonProperty(PropertyName = "givenName")] - public string GivenName { get; set; } - - /// - /// Gets or sets the user's surname (family name or last name). - /// - [JsonProperty(PropertyName = "surname")] - public string Surname { get; set; } - - /// - /// Gets or sets a string value that can be used to classify user types - /// in your directory, such as 'Member' and 'Guest'. Possible values - /// include: 'Member', 'Guest' - /// - [JsonProperty(PropertyName = "userType")] - public string UserType { get; set; } - - /// - /// Gets or sets whether the account is enabled. - /// - [JsonProperty(PropertyName = "accountEnabled")] - public bool? AccountEnabled { get; set; } - - /// - /// Gets or sets the display name of the user. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets the principal name of the user. - /// - [JsonProperty(PropertyName = "userPrincipalName")] - public string UserPrincipalName { get; set; } - - /// - /// Gets or sets the mail alias for the user. - /// - [JsonProperty(PropertyName = "mailNickname")] - public string MailNickname { get; set; } - - /// - /// Gets or sets the primary email address of the user. - /// - [JsonProperty(PropertyName = "mail")] - public string Mail { get; set; } - - /// - /// Gets or sets the sign-in names of the user. - /// - [JsonProperty(PropertyName = "signInNames")] - public IList SignInNames { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserBase.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserBase.cs deleted file mode 100644 index e4dc3768c84c..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserBase.cs +++ /dev/null @@ -1,110 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - public partial class UserBase - { - /// - /// Initializes a new instance of the UserBase class. - /// - public UserBase() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the UserBase class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// This must be specified if you are using a - /// federated domain for the user's userPrincipalName (UPN) property - /// when creating a new user account. It is used to associate an - /// on-premises Active Directory user account with their Azure AD user - /// object. - /// A two letter country code (ISO standard - /// 3166). Required for users that will be assigned licenses due to - /// legal requirement to check for availability of services in - /// countries. Examples include: "US", "JP", and "GB". - /// The given name for the user. - /// The user's surname (family name or last - /// name). - /// A string value that can be used to classify - /// user types in your directory, such as 'Member' and 'Guest'. - /// Possible values include: 'Member', 'Guest' - public UserBase(IDictionary additionalProperties = default(IDictionary), string immutableId = default(string), string usageLocation = default(string), string givenName = default(string), string surname = default(string), string userType = default(string)) - { - AdditionalProperties = additionalProperties; - ImmutableId = immutableId; - UsageLocation = usageLocation; - GivenName = givenName; - Surname = surname; - UserType = userType; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets this must be specified if you are using a federated - /// domain for the user's userPrincipalName (UPN) property when - /// creating a new user account. It is used to associate an on-premises - /// Active Directory user account with their Azure AD user object. - /// - [JsonProperty(PropertyName = "immutableId")] - public string ImmutableId { get; set; } - - /// - /// Gets or sets a two letter country code (ISO standard 3166). - /// Required for users that will be assigned licenses due to legal - /// requirement to check for availability of services in countries. - /// Examples include: "US", "JP", and "GB". - /// - [JsonProperty(PropertyName = "usageLocation")] - public string UsageLocation { get; set; } - - /// - /// Gets or sets the given name for the user. - /// - [JsonProperty(PropertyName = "givenName")] - public string GivenName { get; set; } - - /// - /// Gets or sets the user's surname (family name or last name). - /// - [JsonProperty(PropertyName = "surname")] - public string Surname { get; set; } - - /// - /// Gets or sets a string value that can be used to classify user types - /// in your directory, such as 'Member' and 'Guest'. Possible values - /// include: 'Member', 'Guest' - /// - [JsonProperty(PropertyName = "userType")] - public string UserType { get; set; } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserCreateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserCreateParameters.cs deleted file mode 100644 index ef2a18f822a1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserCreateParameters.cs +++ /dev/null @@ -1,145 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for creating a new work or school account user. - /// - public partial class UserCreateParameters : UserBase - { - /// - /// Initializes a new instance of the UserCreateParameters class. - /// - public UserCreateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the UserCreateParameters class. - /// - /// Whether the account is - /// enabled. - /// The display name of the user. - /// Password Profile - /// The user principal name - /// (someuser@contoso.com). It must contain one of the verified domains - /// for the tenant. - /// The mail alias for the user. - /// Unmatched properties from the - /// message are deserialized this collection - /// This must be specified if you are using a - /// federated domain for the user's userPrincipalName (UPN) property - /// when creating a new user account. It is used to associate an - /// on-premises Active Directory user account with their Azure AD user - /// object. - /// A two letter country code (ISO standard - /// 3166). Required for users that will be assigned licenses due to - /// legal requirement to check for availability of services in - /// countries. Examples include: "US", "JP", and "GB". - /// The given name for the user. - /// The user's surname (family name or last - /// name). - /// A string value that can be used to classify - /// user types in your directory, such as 'Member' and 'Guest'. - /// Possible values include: 'Member', 'Guest' - /// The primary email address of the user. - public UserCreateParameters(bool accountEnabled, string displayName, PasswordProfile passwordProfile, string userPrincipalName, string mailNickname, IDictionary additionalProperties = default(IDictionary), string immutableId = default(string), string usageLocation = default(string), string givenName = default(string), string surname = default(string), string userType = default(string), string mail = default(string)) - : base(additionalProperties, immutableId, usageLocation, givenName, surname, userType) - { - AccountEnabled = accountEnabled; - DisplayName = displayName; - PasswordProfile = passwordProfile; - UserPrincipalName = userPrincipalName; - MailNickname = mailNickname; - Mail = mail; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets whether the account is enabled. - /// - [JsonProperty(PropertyName = "accountEnabled")] - public bool AccountEnabled { get; set; } - - /// - /// Gets or sets the display name of the user. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets password Profile - /// - [JsonProperty(PropertyName = "passwordProfile")] - public PasswordProfile PasswordProfile { get; set; } - - /// - /// Gets or sets the user principal name (someuser@contoso.com). It - /// must contain one of the verified domains for the tenant. - /// - [JsonProperty(PropertyName = "userPrincipalName")] - public string UserPrincipalName { get; set; } - - /// - /// Gets or sets the mail alias for the user. - /// - [JsonProperty(PropertyName = "mailNickname")] - public string MailNickname { get; set; } - - /// - /// Gets or sets the primary email address of the user. - /// - [JsonProperty(PropertyName = "mail")] - public string Mail { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (DisplayName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); - } - if (PasswordProfile == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "PasswordProfile"); - } - if (UserPrincipalName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "UserPrincipalName"); - } - if (MailNickname == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "MailNickname"); - } - if (PasswordProfile != null) - { - PasswordProfile.Validate(); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserGetMemberGroupsParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserGetMemberGroupsParameters.cs deleted file mode 100644 index feac776c754f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserGetMemberGroupsParameters.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for GetMemberGroups API call. - /// - public partial class UserGetMemberGroupsParameters - { - /// - /// Initializes a new instance of the UserGetMemberGroupsParameters - /// class. - /// - public UserGetMemberGroupsParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the UserGetMemberGroupsParameters - /// class. - /// - /// If true, only membership in - /// security-enabled groups should be checked. Otherwise, membership in - /// all groups should be checked. - /// Unmatched properties from the - /// message are deserialized this collection - public UserGetMemberGroupsParameters(bool securityEnabledOnly, IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - SecurityEnabledOnly = securityEnabledOnly; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets if true, only membership in security-enabled groups - /// should be checked. Otherwise, membership in all groups should be - /// checked. - /// - [JsonProperty(PropertyName = "securityEnabledOnly")] - public bool SecurityEnabledOnly { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserType.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserType.cs deleted file mode 100644 index 22a26e03f527..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserType.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - - /// - /// Defines values for UserType. - /// - public static class UserType - { - public const string Member = "Member"; - public const string Guest = "Guest"; - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserUpdateParameters.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserUpdateParameters.cs deleted file mode 100644 index 984dade356d8..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/Models/UserUpdateParameters.cs +++ /dev/null @@ -1,122 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Request parameters for updating an existing work or school account - /// user. - /// - public partial class UserUpdateParameters : UserBase - { - /// - /// Initializes a new instance of the UserUpdateParameters class. - /// - public UserUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the UserUpdateParameters class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// This must be specified if you are using a - /// federated domain for the user's userPrincipalName (UPN) property - /// when creating a new user account. It is used to associate an - /// on-premises Active Directory user account with their Azure AD user - /// object. - /// A two letter country code (ISO standard - /// 3166). Required for users that will be assigned licenses due to - /// legal requirement to check for availability of services in - /// countries. Examples include: "US", "JP", and "GB". - /// The given name for the user. - /// The user's surname (family name or last - /// name). - /// A string value that can be used to classify - /// user types in your directory, such as 'Member' and 'Guest'. - /// Possible values include: 'Member', 'Guest' - /// Whether the account is - /// enabled. - /// The display name of the user. - /// The password profile of the - /// user. - /// The user principal name - /// (someuser@contoso.com). It must contain one of the verified domains - /// for the tenant. - /// The mail alias for the user. - public UserUpdateParameters(IDictionary additionalProperties = default(IDictionary), string immutableId = default(string), string usageLocation = default(string), string givenName = default(string), string surname = default(string), string userType = default(string), bool? accountEnabled = default(bool?), string displayName = default(string), PasswordProfile passwordProfile = default(PasswordProfile), string userPrincipalName = default(string), string mailNickname = default(string)) - : base(additionalProperties, immutableId, usageLocation, givenName, surname, userType) - { - AccountEnabled = accountEnabled; - DisplayName = displayName; - PasswordProfile = passwordProfile; - UserPrincipalName = userPrincipalName; - MailNickname = mailNickname; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets whether the account is enabled. - /// - [JsonProperty(PropertyName = "accountEnabled")] - public bool? AccountEnabled { get; set; } - - /// - /// Gets or sets the display name of the user. - /// - [JsonProperty(PropertyName = "displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets the password profile of the user. - /// - [JsonProperty(PropertyName = "passwordProfile")] - public PasswordProfile PasswordProfile { get; set; } - - /// - /// Gets or sets the user principal name (someuser@contoso.com). It - /// must contain one of the verified domains for the tenant. - /// - [JsonProperty(PropertyName = "userPrincipalName")] - public string UserPrincipalName { get; set; } - - /// - /// Gets or sets the mail alias for the user. - /// - [JsonProperty(PropertyName = "mailNickname")] - public string MailNickname { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (PasswordProfile != null) - { - PasswordProfile.Validate(); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperations.cs deleted file mode 100644 index 3436bbd7eb33..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperations.cs +++ /dev/null @@ -1,772 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// OAuth2PermissionGrantOperations operations. - /// - internal partial class OAuth2PermissionGrantOperations : IServiceOperations, IOAuth2PermissionGrantOperations - { - /// - /// Initializes a new instance of the OAuth2PermissionGrantOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal OAuth2PermissionGrantOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. - /// - /// - /// This is the Service Principal ObjectId associated with the app - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/oauth2PermissionGrants").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (filter != null) - { - _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Grants OAuth2 permissions for the relevant resource Ids of an app. - /// - /// - /// The relevant app Service Principal Object Id and the Service Principal - /// Object Id you want to grant. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateWithHttpMessagesAsync(OAuth2PermissionGrant body = default(OAuth2PermissionGrant), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/oauth2PermissionGrants").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(body != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(body, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a OAuth2 permission grant for the relevant resource Ids of an app. - /// - /// - /// The object ID of a permission grant. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/oauth2PermissionGrants/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets the next page of OAuth2 permission grants - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperationsExtensions.cs deleted file mode 100644 index 0e115a7adc16..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/OAuth2PermissionGrantOperationsExtensions.cs +++ /dev/null @@ -1,160 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for OAuth2PermissionGrantOperations. - /// - public static partial class OAuth2PermissionGrantOperationsExtensions - { - /// - /// Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// This is the Service Principal ObjectId associated with the app - /// - public static IPage List(this IOAuth2PermissionGrantOperations operations, string filter = default(string)) - { - return operations.ListAsync(filter).GetAwaiter().GetResult(); - } - - /// - /// Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// This is the Service Principal ObjectId associated with the app - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IOAuth2PermissionGrantOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(filter, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Grants OAuth2 permissions for the relevant resource Ids of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The relevant app Service Principal Object Id and the Service Principal - /// Object Id you want to grant. - /// - public static OAuth2PermissionGrant Create(this IOAuth2PermissionGrantOperations operations, OAuth2PermissionGrant body = default(OAuth2PermissionGrant)) - { - return operations.CreateAsync(body).GetAwaiter().GetResult(); - } - - /// - /// Grants OAuth2 permissions for the relevant resource Ids of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The relevant app Service Principal Object Id and the Service Principal - /// Object Id you want to grant. - /// - /// - /// The cancellation token. - /// - public static async Task CreateAsync(this IOAuth2PermissionGrantOperations operations, OAuth2PermissionGrant body = default(OAuth2PermissionGrant), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateWithHttpMessagesAsync(body, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a OAuth2 permission grant for the relevant resource Ids of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of a permission grant. - /// - public static void Delete(this IOAuth2PermissionGrantOperations operations, string objectId) - { - operations.DeleteAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Delete a OAuth2 permission grant for the relevant resource Ids of an app. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of a permission grant. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IOAuth2PermissionGrantOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets the next page of OAuth2 permission grants - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IOAuth2PermissionGrantOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets the next page of OAuth2 permission grants - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IOAuth2PermissionGrantOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperations.cs deleted file mode 100644 index 2a94e5453be1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperations.cs +++ /dev/null @@ -1,435 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ObjectsOperations operations. - /// - internal partial class ObjectsOperations : IServiceOperations, IObjectsOperations - { - /// - /// Initializes a new instance of the ObjectsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal ObjectsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Gets the directory objects specified in a list of object IDs. You can also - /// specify which resource collections (users, groups, etc.) should be searched - /// by specifying the optional types parameter. - /// - /// - /// Objects filtering parameters. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetObjectsByObjectIdsWithHttpMessagesAsync(GetObjectsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetObjectsByObjectIds", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/getObjectsByObjectIds").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets AD group membership for the specified AD object IDs. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetObjectsByObjectIdsNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetObjectsByObjectIdsNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperationsExtensions.cs deleted file mode 100644 index c88b181e28fc..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ObjectsOperationsExtensions.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for ObjectsOperations. - /// - public static partial class ObjectsOperationsExtensions - { - /// - /// Gets the directory objects specified in a list of object IDs. You can also - /// specify which resource collections (users, groups, etc.) should be searched - /// by specifying the optional types parameter. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Objects filtering parameters. - /// - public static IPage GetObjectsByObjectIds(this IObjectsOperations operations, GetObjectsParameters parameters) - { - return operations.GetObjectsByObjectIdsAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Gets the directory objects specified in a list of object IDs. You can also - /// specify which resource collections (users, groups, etc.) should be searched - /// by specifying the optional types parameter. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Objects filtering parameters. - /// - /// - /// The cancellation token. - /// - public static async Task> GetObjectsByObjectIdsAsync(this IObjectsOperations operations, GetObjectsParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetObjectsByObjectIdsWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets AD group membership for the specified AD object IDs. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage GetObjectsByObjectIdsNext(this IObjectsOperations operations, string nextLink) - { - return operations.GetObjectsByObjectIdsNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets AD group membership for the specified AD object IDs. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> GetObjectsByObjectIdsNextAsync(this IObjectsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetObjectsByObjectIdsNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SdkInfo_GraphRbacManagementClient.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SdkInfo_GraphRbacManagementClient.cs deleted file mode 100644 index b15fb200b412..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SdkInfo_GraphRbacManagementClient.cs +++ /dev/null @@ -1,35 +0,0 @@ - -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using System; - using System.Collections.Generic; - using System.Linq; - - internal static partial class SdkInfo - { - public static IEnumerable> ApiInfo_GraphRbacManagementClient - { - get - { - return new Tuple[] - { - new Tuple("GraphRbacManagementClient", "Applications", "1.6"), - new Tuple("GraphRbacManagementClient", "DeletedApplications", "1.6"), - new Tuple("GraphRbacManagementClient", "Domains", "1.6"), - new Tuple("GraphRbacManagementClient", "Groups", "1.6"), - new Tuple("GraphRbacManagementClient", "OAuth2PermissionGrant", "1.6"), - new Tuple("GraphRbacManagementClient", "Objects", "1.6"), - new Tuple("GraphRbacManagementClient", "ServicePrincipals", "1.6"), - new Tuple("GraphRbacManagementClient", "SignedInUser", "1.6"), - new Tuple("GraphRbacManagementClient", "Users", "1.6"), - }.AsEnumerable(); - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperations.cs deleted file mode 100644 index 8111d94f718f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperations.cs +++ /dev/null @@ -1,2205 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ServicePrincipalsOperations operations. - /// - internal partial class ServicePrincipalsOperations : IServiceOperations, IServicePrincipalsOperations - { - /// - /// Initializes a new instance of the ServicePrincipalsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal ServicePrincipalsOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Creates a service principal in the directory. - /// - /// - /// Parameters to create a service principal. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateWithHttpMessagesAsync(ServicePrincipalCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 201) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Updates a service principal in the directory. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// Parameters to update a service principal. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdateWithHttpMessagesAsync(string objectId, ServicePrincipalUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Deletes a service principal from the directory. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task DeleteWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets service principal information from the directory. Query by objectId or - /// pass a filter to query by appId - /// - /// - /// The object ID of the service principal to get. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The object ID of the service principal for which to get owners. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwners", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}/owners").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get the keyCredentials associated with the specified service principal. - /// - /// - /// The object ID of the service principal for which to get keyCredentials. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListKeyCredentialsWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListKeyCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}/keyCredentials").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update the keyCredentials associated with a service principal. - /// - /// - /// The object ID for which to get service principal information. - /// - /// - /// Parameters to update the keyCredentials of an existing service principal. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdateKeyCredentialsWithHttpMessagesAsync(string objectId, KeyCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "UpdateKeyCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}/keyCredentials").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets the passwordCredentials associated with a service principal. - /// - /// - /// The object ID of the service principal. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListPasswordCredentialsWithHttpMessagesAsync(string objectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListPasswordCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}/passwordCredentials").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Updates the passwordCredentials associated with a service principal. - /// - /// - /// The object ID of the service principal. - /// - /// - /// Parameters to update the passwordCredentials of an existing service - /// principal. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdatePasswordCredentialsWithHttpMessagesAsync(string objectId, PasswordCredentialsUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "UpdatePasswordCredentials", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/servicePrincipals/{objectId}/passwordCredentials").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwnersNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperationsExtensions.cs deleted file mode 100644 index f884530b1b65..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/ServicePrincipalsOperationsExtensions.cs +++ /dev/null @@ -1,462 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for ServicePrincipalsOperations. - /// - public static partial class ServicePrincipalsOperationsExtensions - { - /// - /// Creates a service principal in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Parameters to create a service principal. - /// - public static ServicePrincipal Create(this IServicePrincipalsOperations operations, ServicePrincipalCreateParameters parameters) - { - return operations.CreateAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Creates a service principal in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Parameters to create a service principal. - /// - /// - /// The cancellation token. - /// - public static async Task CreateAsync(this IServicePrincipalsOperations operations, ServicePrincipalCreateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IPage List(this IServicePrincipalsOperations operations, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(odataQuery).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IServicePrincipalsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Updates a service principal in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// Parameters to update a service principal. - /// - public static void Update(this IServicePrincipalsOperations operations, string objectId, ServicePrincipalUpdateParameters parameters) - { - operations.UpdateAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Updates a service principal in the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// Parameters to update a service principal. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IServicePrincipalsOperations operations, string objectId, ServicePrincipalUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdateWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Deletes a service principal from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to delete. - /// - public static void Delete(this IServicePrincipalsOperations operations, string objectId) - { - operations.DeleteAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Deletes a service principal from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to delete. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets service principal information from the directory. Query by objectId or - /// pass a filter to query by appId - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to get. - /// - public static ServicePrincipal Get(this IServicePrincipalsOperations operations, string objectId) - { - return operations.GetAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Gets service principal information from the directory. Query by objectId or - /// pass a filter to query by appId - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal to get. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal for which to get owners. - /// - public static IPage ListOwners(this IServicePrincipalsOperations operations, string objectId) - { - return operations.ListOwnersAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal for which to get owners. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Get the keyCredentials associated with the specified service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal for which to get keyCredentials. - /// - public static IEnumerable ListKeyCredentials(this IServicePrincipalsOperations operations, string objectId) - { - return operations.ListKeyCredentialsAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Get the keyCredentials associated with the specified service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal for which to get keyCredentials. - /// - /// - /// The cancellation token. - /// - public static async Task> ListKeyCredentialsAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListKeyCredentialsWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Update the keyCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID for which to get service principal information. - /// - /// - /// Parameters to update the keyCredentials of an existing service principal. - /// - public static void UpdateKeyCredentials(this IServicePrincipalsOperations operations, string objectId, KeyCredentialsUpdateParameters parameters) - { - operations.UpdateKeyCredentialsAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Update the keyCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID for which to get service principal information. - /// - /// - /// Parameters to update the keyCredentials of an existing service principal. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateKeyCredentialsAsync(this IServicePrincipalsOperations operations, string objectId, KeyCredentialsUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdateKeyCredentialsWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets the passwordCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal. - /// - public static IEnumerable ListPasswordCredentials(this IServicePrincipalsOperations operations, string objectId) - { - return operations.ListPasswordCredentialsAsync(objectId).GetAwaiter().GetResult(); - } - - /// - /// Gets the passwordCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal. - /// - /// - /// The cancellation token. - /// - public static async Task> ListPasswordCredentialsAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListPasswordCredentialsWithHttpMessagesAsync(objectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Updates the passwordCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal. - /// - /// - /// Parameters to update the passwordCredentials of an existing service - /// principal. - /// - public static void UpdatePasswordCredentials(this IServicePrincipalsOperations operations, string objectId, PasswordCredentialsUpdateParameters parameters) - { - operations.UpdatePasswordCredentialsAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Updates the passwordCredentials associated with a service principal. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the service principal. - /// - /// - /// Parameters to update the passwordCredentials of an existing service - /// principal. - /// - /// - /// The cancellation token. - /// - public static async Task UpdatePasswordCredentialsAsync(this IServicePrincipalsOperations operations, string objectId, PasswordCredentialsUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdatePasswordCredentialsWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IServicePrincipalsOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of service principals from the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IServicePrincipalsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListOwnersNext(this IServicePrincipalsOperations operations, string nextPageLink) - { - return operations.ListOwnersNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Directory objects that are owners of this service principal. - /// - /// - /// The owners are a set of non-admin users who are allowed to modify this - /// object. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnersNextAsync(this IServicePrincipalsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnersNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperations.cs deleted file mode 100644 index 790c7b2befde..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperations.cs +++ /dev/null @@ -1,582 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// SignedInUserOperations operations. - /// - internal partial class SignedInUserOperations : IServiceOperations, ISignedInUserOperations - { - /// - /// Initializes a new instance of the SignedInUserOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal SignedInUserOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Gets the details for the currently logged-in user. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/me").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnedObjectsWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwnedObjects", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/me/ownedObjects").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListOwnedObjectsNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOwnedObjectsNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperationsExtensions.cs deleted file mode 100644 index 3a38dfa59636..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/SignedInUserOperationsExtensions.cs +++ /dev/null @@ -1,115 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for SignedInUserOperations. - /// - public static partial class SignedInUserOperationsExtensions - { - /// - /// Gets the details for the currently logged-in user. - /// - /// - /// The operations group for this extension method. - /// - public static User Get(this ISignedInUserOperations operations) - { - return operations.GetAsync().GetAwaiter().GetResult(); - } - - /// - /// Gets the details for the currently logged-in user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this ISignedInUserOperations operations, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// The operations group for this extension method. - /// - public static IPage ListOwnedObjects(this ISignedInUserOperations operations) - { - return operations.ListOwnedObjectsAsync().GetAwaiter().GetResult(); - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnedObjectsAsync(this ISignedInUserOperations operations, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnedObjectsWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListOwnedObjectsNext(this ISignedInUserOperations operations, string nextLink) - { - return operations.ListOwnedObjectsNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Get the list of directory objects that are owned by the user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListOwnedObjectsNextAsync(this ISignedInUserOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOwnedObjectsNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperations.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperations.cs deleted file mode 100644 index 38c1356126ec..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperations.cs +++ /dev/null @@ -1,1332 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// UsersOperations operations. - /// - internal partial class UsersOperations : IServiceOperations, IUsersOperations - { - /// - /// Initializes a new instance of the UsersOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal UsersOperations(GraphRbacManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the GraphRbacManagementClient - /// - public GraphRbacManagementClient Client { get; private set; } - - /// - /// Create a new user. - /// - /// - /// Parameters to create a user. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateWithHttpMessagesAsync(UserCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 201) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets list of users for the current tenant. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users").ToString(); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets user information from the directory. - /// - /// - /// The object ID or principal name of the user for which to get information. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string upnOrObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (upnOrObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "upnOrObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("upnOrObjectId", upnOrObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users/{upnOrObjectId}").ToString(); - _url = _url.Replace("{upnOrObjectId}", System.Uri.EscapeDataString(upnOrObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Updates a user. - /// - /// - /// The object ID or principal name of the user to update. - /// - /// - /// Parameters to update an existing user. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task UpdateWithHttpMessagesAsync(string upnOrObjectId, UserUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (upnOrObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "upnOrObjectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("upnOrObjectId", upnOrObjectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users/{upnOrObjectId}").ToString(); - _url = _url.Replace("{upnOrObjectId}", System.Uri.EscapeDataString(upnOrObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a user. - /// - /// - /// The object ID or principal name of the user to delete. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task DeleteWithHttpMessagesAsync(string upnOrObjectId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (upnOrObjectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "upnOrObjectId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("upnOrObjectId", upnOrObjectId); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users/{upnOrObjectId}").ToString(); - _url = _url.Replace("{upnOrObjectId}", System.Uri.EscapeDataString(upnOrObjectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 204) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a collection that contains the object IDs of the groups of which the - /// user is a member. - /// - /// - /// The object ID of the user for which to get group membership. - /// - /// - /// User filtering parameters. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> GetMemberGroupsWithHttpMessagesAsync(string objectId, UserGetMemberGroupsParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (objectId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "objectId"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("objectId", objectId); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetMemberGroups", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/users/{objectId}/getMemberGroups").ToString(); - _url = _url.Replace("{objectId}", System.Uri.EscapeDataString(objectId)); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of users for the current tenant. - /// - /// - /// Next link for the list operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextLink"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.TenantID == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.TenantID"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextLink", nextLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{tenantID}/{nextLink}").ToString(); - _url = _url.Replace("{nextLink}", nextLink); - _url = _url.Replace("{tenantID}", System.Uri.EscapeDataString(Client.TenantID)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new GraphErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - GraphError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperationsExtensions.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperationsExtensions.cs deleted file mode 100644 index 5acf721e3654..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Generated/UsersOperationsExtensions.cs +++ /dev/null @@ -1,274 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Graph.RBAC -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Microsoft.Rest.Azure.OData; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for UsersOperations. - /// - public static partial class UsersOperationsExtensions - { - /// - /// Create a new user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Parameters to create a user. - /// - public static User Create(this IUsersOperations operations, UserCreateParameters parameters) - { - return operations.CreateAsync(parameters).GetAwaiter().GetResult(); - } - - /// - /// Create a new user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Parameters to create a user. - /// - /// - /// The cancellation token. - /// - public static async Task CreateAsync(this IUsersOperations operations, UserCreateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateWithHttpMessagesAsync(parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets list of users for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - public static IPage List(this IUsersOperations operations, ODataQuery odataQuery = default(ODataQuery)) - { - return operations.ListAsync(odataQuery).GetAwaiter().GetResult(); - } - - /// - /// Gets list of users for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IUsersOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets user information from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user for which to get information. - /// - public static User Get(this IUsersOperations operations, string upnOrObjectId) - { - return operations.GetAsync(upnOrObjectId).GetAwaiter().GetResult(); - } - - /// - /// Gets user information from the directory. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user for which to get information. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IUsersOperations operations, string upnOrObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(upnOrObjectId, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Updates a user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user to update. - /// - /// - /// Parameters to update an existing user. - /// - public static void Update(this IUsersOperations operations, string upnOrObjectId, UserUpdateParameters parameters) - { - operations.UpdateAsync(upnOrObjectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Updates a user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user to update. - /// - /// - /// Parameters to update an existing user. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IUsersOperations operations, string upnOrObjectId, UserUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.UpdateWithHttpMessagesAsync(upnOrObjectId, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Delete a user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user to delete. - /// - public static void Delete(this IUsersOperations operations, string upnOrObjectId) - { - operations.DeleteAsync(upnOrObjectId).GetAwaiter().GetResult(); - } - - /// - /// Delete a user. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID or principal name of the user to delete. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IUsersOperations operations, string upnOrObjectId, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(upnOrObjectId, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a collection that contains the object IDs of the groups of which the - /// user is a member. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the user for which to get group membership. - /// - /// - /// User filtering parameters. - /// - public static IEnumerable GetMemberGroups(this IUsersOperations operations, string objectId, UserGetMemberGroupsParameters parameters) - { - return operations.GetMemberGroupsAsync(objectId, parameters).GetAwaiter().GetResult(); - } - - /// - /// Gets a collection that contains the object IDs of the groups of which the - /// user is a member. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The object ID of the user for which to get group membership. - /// - /// - /// User filtering parameters. - /// - /// - /// The cancellation token. - /// - public static async Task> GetMemberGroupsAsync(this IUsersOperations operations, string objectId, UserGetMemberGroupsParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetMemberGroupsWithHttpMessagesAsync(objectId, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of users for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - public static IPage ListNext(this IUsersOperations operations, string nextLink) - { - return operations.ListNextAsync(nextLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of users for the current tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// Next link for the list operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IUsersOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Microsoft.Azure.Graph.RBAC.csproj b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Microsoft.Azure.Graph.RBAC.csproj deleted file mode 100644 index 4d0ca8a17df3..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Microsoft.Azure.Graph.RBAC.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - 3.8.0-preview.2 - Provides Microsoft Azure Graph RBAC access. - Microsoft Azure Graph RBAC Library - Microsoft AutoRest Management REST;netcore451511 - - - - - - $(RequiredTargetFrameworks) - - - - GraphRbacManagementClient_1.6; - $(PackageTags);$(CommonTags);$(AzureApiTag); - - \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Properties/launchSettings.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Properties/launchSettings.json deleted file mode 100644 index 43e0c99c7595..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Properties/launchSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "profiles": {} -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.cmd b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.cmd deleted file mode 100644 index 741c5b982945..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.cmd +++ /dev/null @@ -1,7 +0,0 @@ -:: -:: Microsoft Azure SDK for Net - Generate library code -:: Copyright (C) Microsoft Corporation. All Rights Reserved. -:: - -@echo off -call %~dp0..\..\..\..\tools\generate.cmd graphrbac/data-plane %* diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.ps1 b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.ps1 deleted file mode 100644 index 08a069a8b6a9..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/generate.ps1 +++ /dev/null @@ -1 +0,0 @@ -Start-AutoRestCodeGeneration -ResourceProvider "graphrbac/data-plane" -AutoRestVersion "latest" \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Helpers/RecordedDelegatingHandler.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Helpers/RecordedDelegatingHandler.cs deleted file mode 100644 index e3de0629d24b..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Helpers/RecordedDelegatingHandler.cs +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using System; -using System.Net; -using System.Net.Http; -using System.Net.Http.Headers; -using System.Threading.Tasks; - -namespace Microsoft.Azure.Graph.RBAC -{ - public class RecordedDelegatingHandler : DelegatingHandler - { - private HttpResponseMessage _response; - - public RecordedDelegatingHandler() - { - StatusCodeToReturn = HttpStatusCode.Created; - } - - public RecordedDelegatingHandler(HttpResponseMessage response) - { - StatusCodeToReturn = HttpStatusCode.Created; - _response = response; - } - - public HttpStatusCode StatusCodeToReturn { get; set; } - - public string Request { get; private set; } - - public HttpRequestHeaders RequestHeaders { get; private set; } - - public HttpContentHeaders ContentHeaders { get; private set; } - - public HttpMethod Method { get; private set; } - - public Uri Uri { get; private set; } - - public bool IsPassThrough { get; set; } - - protected override async Task SendAsync(HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) - { - // Save request - if (request.Content == null) - { - Request = string.Empty; - } - else - { - Request = await request.Content.ReadAsStringAsync(); - } - RequestHeaders = request.Headers; - if (request.Content != null) - { - ContentHeaders = request.Content.Headers; - } - Method = request.Method; - Uri = request.RequestUri; - - // Prepare response - if (IsPassThrough) - { - return await base.SendAsync(request, cancellationToken); - } - else - { - if (_response != null) - { - return _response; - } - else - { - HttpResponseMessage response = new HttpResponseMessage(StatusCodeToReturn); - response.Content = new StringContent(""); - return response; - } - } - } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Infrastructure/LiveTestAttribute.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Infrastructure/LiveTestAttribute.cs deleted file mode 100644 index 0e8c6a7167ec..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Infrastructure/LiveTestAttribute.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information - -namespace Microsoft.Graph.RBAC.Tests.Infrastructure -{ - using System; - using Xunit.Sdk; - - [TraitDiscoverer("Xunit.Sdk.TraitDiscoverer", "xunit.core")] - [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, AllowMultiple = false)] - public class LiveTestAttribute : Attribute, ITraitAttribute - { - public LiveTestAttribute(string name = "TestCategory", string value = "Live") { } - } -} diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Microsoft.Azure.Graph.RBAC.Tests.csproj b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Microsoft.Azure.Graph.RBAC.Tests.csproj deleted file mode 100644 index 1fe3b7ac2b58..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Microsoft.Azure.Graph.RBAC.Tests.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - 1.0.0 - true - Graph.RBAC.Tests Class Library - Microsoft Corporation - Graph.RBAC.Tests - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - - - - - - \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Properties/launchSettings.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Properties/launchSettings.json deleted file mode 100644 index 43e0c99c7595..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Properties/launchSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "profiles": {} -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SampleApplicationCredential.cer b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SampleApplicationCredential.cer deleted file mode 100644 index 1d0939ef62725a758ce81c0d94afb7ed56470619..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmXqLV&*kyV*I**nTe5!Nx*V%_nAH4BX+tiS?t}mDA(G6myJ`a&7D}#Za zp^kwT8*?ZNv#@e`dAVM3Vs1fBYGOe_PG)jqNoIata#3nZYFIIp3J zp^=e+fq{{+p-GfDuL+QA2;_sgB%9a7sD$h!Mpg#qCPsb+pbxm1niv@wR&DwvAuU>$ z`CobQ)sk<%tFGwQwy_6G{yw&tedaH{<#V^0YsE=Q23}Yss={iTbW}y@s}b`n!HPZV zRiY)KH3qLwPCmJDt+>{uxN`=<%b&f<{?Pg*B~jwkr`NelE}x0o-p};9yk0+a_i}%` z%SH^P(NAyXiTO=C{BF_1%IUVTjtR3rKfbnm>iNKS<98W+UXF~8JN~`4@(H-17d&6> z7rRB?gX-4{Y9}<8i`5wkE_95^$}2p0r|7Jc;H4|Zi~-Zv#>Zsu<&k8ZHPK}Kfy9H4 zHcxa2VOhW&wITL^HqRnGAlOq?@ng$1&u<6z;i+5 zkzuLp8ShR9Yx@?T!ifuPs-(C*C4?1!m=;D0nrVr5hMVrVV6rNp>XXwg_j~hK94MK5 zSb56ri{CifmEMa)8|C_$uU~)n=X;~S4@2rJPR?Qas#>;U<9yGXQ8{j@-|n^Y@HVd3 z(o21rmE?2YZNnzDwA-^JYSd3{>vHy<&0C{n#k(}$;}yqsrh?G^3c>iKb2XEh>Lw^= zonxKHu*LU#b7|?4NZtc?c^-UKTgN1@^K-dcTZ|4Yi?DWlBlCSH)9ij}j+M1x zJ-TVTx9rl>>~Wa-wb|lZMd-=rzqT?SXo^i2;rT7O=-sStnY?X3R~4Kski6QYdE?Ua OB=rN~4vCs)Rn!2mf;6B2 diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CRUDApplicationTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CRUDApplicationTest.json deleted file mode 100644 index cba1c2e23507..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CRUDApplicationTest.json +++ /dev/null @@ -1,795 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"keyCredentials\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ],\r\n \"passwordCredentials\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a0c0f6ae-7a45-4c0c-8334-83b8c9886bd3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1850" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/303af51b-aa66-433d-999d-e23dbdac615f/Microsoft.DirectoryServices.Application" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "e6e28158-7860-41c5-8b21-bbc8e201d8bb" - ], - "client-request-id": [ - "f975b596-d660-4a71-830d-5b3b4622d953" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TkPK0DUWTYcvNLYzPJST9Xv0wTeJqj3Th3K7LWnDIBRCdub-jV3IGmIhJPdv6Ou6NhHDzj3PfD8t7TMJD9tCChuZhT2ZYvaGb09n1DeD8ERJpCBgWo41LB1lBzjea0odgDSO_h20Sei3KqttJ2VmmQ._8kNBySes9gSOfdQbWH6ybmesVJCDo8hOP_22uDQnKo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "3495083" - ], - "Content-Length": [ - "2292" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logo@odata.mediaContentType\": \"application/json;odata=minimalmetadata; charset=utf-8\",\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b8bc87cc-576d-41f6-9643-09737b7daf55" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "f3cc1d38-ca5d-461b-b891-7a16a1b3565a" - ], - "client-request-id": [ - "e7223eda-a417-4f6d-91b4-2cecdc529a64" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4kMWZzZbiOryoPalQYBxEFRtHK17HhSEnB_Ic3IB31ao3mi1P6zr2e1eHvsryEoxohYM3q1riMDuiEkPfXd_jHh2LnyiRZFshhduHV4wIZ-CNkrHaS8NcefufxuQUER2FrZVdZllIFehZV8FnmMliA.jA3VM2jHEnfOnYcb8RVoQXnl94rcX5qtxZbokiXhzgc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1218295" - ], - "Content-Length": [ - "2206" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "34459688-8014-4968-a0e3-84db6c6e4954" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "67c0a056-f733-4c2b-a92c-09ccd192c13e" - ], - "client-request-id": [ - "449b9a69-379c-45d5-9c00-460eeccf4dfc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "9Z3kG4sVpWSFyI9xTIugSRXTKiVORmhmYdST6UuDy4leQaOWSAmz0928GuScSNaZt0roQ2cAF49AI6ntHTgcwNevwJfetbYgW3bljd-WzWnpJtdkvhiUhozGvjHGDEG14OLfW0EknhVzVlDP5dXEtg.IGIGPUIMCzOt9MUOX8HVnzkdvYkKYu09cerOThM1GRQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "639631" - ], - "Content-Length": [ - "2220" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448Updated\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/homeUpdated\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cd333180-ade2-4383-ba00-81839013f687" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:28 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "56343aa2-5d5d-4890-ae4a-872403320786" - ], - "client-request-id": [ - "f4eb9978-7f95-4548-b0ab-ae2cb2912fbd" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "68zeJypUx5xn0oddcKN1Wk4FgiZlQOOuuvYPZ4R-hMx2osvMi8vbsBl15rmN-P23e02zjqvlm0QSdIcMaPJLG1u1gw8D_8xMTSyMVBkmIxTDJCPQTj2_RswX6KeN0PyPxeHu2SU8Z7AXDKPVAjkcug.UjH1bjRSc6tOR8neeT42jCgLuNurcmHpuQAtIPc-XMo" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "887781" - ], - "Content-Length": [ - "214" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_ResourceNotFound\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Resource '303af51b-aa66-433d-999d-e23dbdac615f' does not exist or one of its queried reference-property objects are not present.\"\r\n }\r\n }\r\n}", - "StatusCode": 404 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?$filter=appId%20eq%20'8ebc1b9c-50c5-41e3-819d-44a28d6f728a'&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/JGZpbHRlcj1hcHBJZCUyMGVxJTIwJzhlYmMxYjljLTUwYzUtNDFlMy04MTlkLTQ0YTI4ZDZmNzI4YScmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2715b298-cd60-4a5f-8739-d38de2574159" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "94134d1e-b200-4bf4-8dce-3c87701c964f" - ], - "client-request-id": [ - "2005c8b3-11b7-4f1d-abbb-317dcef23120" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FApxRFtk7ZrEPzaGjFX2if3wYf78v819nVDFKbNwqONUowYyf3V58EVE3gUzYS4FRVUe_z1oRfVdXBq46K2hIkrALpNKxyPMj8yPyGv2yGB0l7V70C9Xtn5nxM7t5Enn2ODlOXSLPeX4TEiEO53H0w.u3ow9_Z1TBG9Ebk3cJSuU-Ri0sLGNYjdA29G02WxfT8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1494449" - ], - "Content-Length": [ - "2209" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?$filter=startswith(displayName,'adApplication448')&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/JGZpbHRlcj1zdGFydHN3aXRoKGRpc3BsYXlOYW1lLCdhZEFwcGxpY2F0aW9uNDQ4JykmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "63301784-e871-4d8d-aeaa-aae0c20db5fe" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "26513330-bb03-495e-af00-22a7ce8a41be" - ], - "client-request-id": [ - "d3021e62-f9eb-47ea-9088-1b5f5f699dec" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8vrzhnjQmevLjjOqp3kkUSWy7GGhZ8wnXL-xfh9dcLG_eRzcpoM516AVAEXo04dTfERGdsOfKrEm6ARcESO4SN1-AoPXL4_06jsd7ddnqtdkC-AfNB9cRq14DTOISv9eRxflbEOrouRMWZpBfLtQjg.9a7qMmZSswCpFK1lzEUby6-QUfXoTEDBtQ-PS1fSn7M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "943276" - ], - "Content-Length": [ - "2209" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?$filter=identifierUris/any(c:%20c%20eq%20'http:%2F%2FadApplication448%2Fhome')&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/JGZpbHRlcj1pZGVudGlmaWVyVXJpcy9hbnkoYzolMjBjJTIwZXElMjAnaHR0cCUzQSUyRiUyRmFkQXBwbGljYXRpb240NDglMkZob21lJykmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7eb2bb2a-bc15-47f8-bd43-a5ced53712cb" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "1b7af173-9d48-4dae-a724-c2e80c1f562a" - ], - "client-request-id": [ - "22ace1e0-0546-42c7-bd84-b6dd9fb9fc0e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CAsNvr9pFahYwZVu-aEAPKgiAkWAzaUAQ0BpPMAl9I5BEaWTRO_OT-0BmZQm5rXoZXt-AoEH4-BEFsxlOIPDgZJvXP_Mn7gcjA_QNLFtjXmvIM39YKZfwUS1EtXk83iXYnOI5qfL9tBqAhJOlcq9kg.zspyDKubH4UyeL-KDlr2qmXCjXcNh8a469JNbsB8WPk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "419075" - ], - "Content-Length": [ - "2209" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"303af51b-aa66-433d-999d-e23dbdac615f\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"8ebc1b9c-50c5-41e3-819d-44a28d6f728a\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication448\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication448/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:34:21.3052772Z\",\r\n \"keyId\": \"da76e515-ce5a-4a10-aa8e-73036adb5efc\",\r\n \"startDate\": \"2018-09-28T19:34:21.3052137Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication448 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication448\",\r\n \"id\": \"3e331d93-a75f-44cf-93ec-c7b36f22a0a4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication448 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication448\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:21.3021748Z\",\r\n \"keyId\": \"60395def-ece9-46c9-a797-4d9b8a4891cd\",\r\n \"startDate\": \"2018-09-28T19:34:21.3021102Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication448/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"displayName\": \"adApplication448Updated\",\r\n \"identifierUris\": [\r\n \"http://adApplication448/homeUpdated\"\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "754a3561-b937-4183-88ba-6c05c9b309ea" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "120" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "adf29646-f4aa-4f2a-ac8e-ce21c53dedd5" - ], - "client-request-id": [ - "644d23e3-b111-4ce5-9137-32acb56b7a3b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "uDqK3Pj_30Nm6_FhVEbYKjhEkFc7sC1xGAx0zOSrCSbuLzp8He2YATDHPdJ9ULdRwag1_8WnUtMcex6c8XiL89QLfghkZM4xX5Jm3j3Siy7Y2V2yNlZkLvGPxg-z4muIiyAyvUpu5Gh0406Kq72nxQ.Zzi4p6iJ8yisGdswSdBWfzjIyN89_PzRUi0MG3HNTVA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1596369" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"passwordCredentials\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:34:24.8780731Z\",\r\n \"endDate\": \"2019-09-28T19:34:24.8780788Z\",\r\n \"keyId\": \"c4dcdbc1-52a0-4b1e-a74f-78e6d5b8b428\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb36359a-29cf-4568-a930-35acc73bd89e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "272" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "c3bbb7f7-113b-4ab6-90ea-16478ab032c6" - ], - "client-request-id": [ - "2933c73d-3240-4835-8473-574008f75b0c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8A533iymVTedhnW_ZYyPdPIwLL6obivrg9VOqS5azgs-keqFp6pR0GY8wOw3FR6xokC-J1fypAgILQqH7lexP8XsycF4TbXsJXqaUeoAhBFwaW5dfOFHX-HdNrE-Gk4-mtC95dSRR_MsK2nP5yYG-g.z0i4AacK-P4HcgxSYrW4O7CYqgquHVkxnEb_J0yahUs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2294547" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/303af51b-aa66-433d-999d-e23dbdac615f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMzAzYWY1MWItYWE2Ni00MzNkLTk5OWQtZTIzZGJkYWM2MTVmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8055c5e-3057-4da9-8ed2-b33075b528a9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:27 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "1a8404e8-83ce-4025-b8e6-d04292ee58bc" - ], - "client-request-id": [ - "024e0d1c-9092-4d2e-acf4-ddb381c62d4b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "rvHyxTUmoFdNWOPDoTzcmkNn6W0J4yloF8a84snr0aE_ygaDFuqZw22fb1y-lUM0yjAwLI38TeNzLNI6McADpJ8YKSaRDNI9DDRHNnYfKvrROT0L1BmudPk76xnAL2IJLEwj1c1JfeWbRPrro0CMyg.9YXT8Wmh6aDbclXu98rNU749kEx2hJgxnjvH-3vtCDk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "31956473" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": { - "CreateApplication": [ - "adApplication448" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteAppCredentialTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteAppCredentialTest.json deleted file mode 100644 index 3a1bd4a01278..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteAppCredentialTest.json +++ /dev/null @@ -1,1439 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication7240\",\r\n \"homepage\": \"http://adApplication7240/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication7240/home\"\r\n ],\r\n \"replyUrls\": [\r\n \"http://adApplication7240/home\"\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f8ca272e-4776-45b1-b105-1b47ff43c57b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/1c4af308-4504-4f89-a62c-e5d1278819fd/Microsoft.DirectoryServices.Application" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "c6438178-9b7e-4097-a157-8ae94b9a77a4" - ], - "client-request-id": [ - "50fde1b6-b1a1-496e-8d90-f7aa1b950369" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "sEcQkNKLD3BdpvCshiOb0Cm42u0UxmRDNphjWarDdoQ8FJZ3Wmw9nanW-qepMb_D_qYJQOzps9Jxey-4Xlu_bh-g7b3tJcJ80jKf09ujidDlwrSTfLgNLoUnBgdyhnx4X9gz1iKfCClz-xCBnkPNvQ.EoSaYFutMisLZRQleuedCaUZLd0NTguJJOqBi0lg_vY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "3184543" - ], - "Content-Length": [ - "1873" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"1c4af308-4504-4f89-a62c-e5d1278819fd\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"aeedb762-a2b0-4ad0-a507-e8efc67ee5bc\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication7240\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication7240/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication7240/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logo@odata.mediaContentType\": \"application/json;odata=minimalmetadata; charset=utf-8\",\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication7240 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication7240\",\r\n \"id\": \"0437cc85-f0c1-46da-a6d2-248045ee881a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication7240 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication7240\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication7240/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "555c322b-35c8-4ce5-8da9-7d77977c54b2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "25169013-4a2c-4f93-b9c5-ff11fe69f549" - ], - "client-request-id": [ - "ddb10103-a613-4e2a-8e38-168ce0bcbbf8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "GiL5xVM0Zl3cm3o6wugy4wCXCGlvtuCvEPMDVB-8ZAnILXxEt0PYSfAiwzMTGSJVgTGmf936tbM8gMqy4vwpYEhUTw_Q_JSVaAHhvLYcMl1L9qk_SWJgQKv5QAwy7xrAwJjT99a1jd1PlKe-uKYDlw.9eo341wmIabUJTP_3Yw_CSj_D-MMVFev-5xY71wc1iE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "859388" - ], - "Content-Length": [ - "158" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "390b4c69-50f9-4678-bd6d-73b9dbfe8215" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "e8d1f9b3-9596-4a89-a9fe-25d380061fa5" - ], - "client-request-id": [ - "ad948ec8-5309-4b0e-85ee-1f1c3e293e66" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "fSMmbC7B742lsgF3KeykMqu6fgXgLTUmetOx3Yl-lOELF8fm7VyzPxzvOHCw4WHHHOMgDAzkNGt2CRQadlkfLi1hPvpZAGMZ9SBqvwoV0SjyZuAUJFI0GGk_gBn6YLNK0rSpB3G9N5qi52VmJKIBcA.a_D3iAmHIuN3MHvBiBAMOkEKN53iUpbeDeK-Itknlto" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "896087" - ], - "Content-Length": [ - "413" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T22:25:13.2617685Z\",\r\n \"keyId\": \"8e7911c6-f9ff-46d2-9124-76ffb307cadc\",\r\n \"startDate\": \"2018-09-28T22:25:13.2615722Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8fdd190c-1cdc-4f7d-baae-c3ed9505185f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "a4867683-f15d-4030-9af2-a0eecc2d3afb" - ], - "client-request-id": [ - "c378e086-7cc4-476e-900c-e3fee1a086bb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "t7GS74AhQ1cnlW8QrbzbgGlAuVdIE_-MSGUyC8DFocOybwY8uU-ZnaFTXqJ7LrvICh8Sfq_AUJwrNXKXD7ZVlkbljdfcPZb0iUT05lGzw7qoW0xCOH1NzWFyQLZiRhnCWuJIg2Sjylxs-4f5V_f0fw.2zAFga_EEyNeVIlwQn2nquxWMyrBOqQHdT1pmjIHHpY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "402755" - ], - "Content-Length": [ - "668" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T22:25:14.2185705Z\",\r\n \"keyId\": \"0faf955a-f6db-4742-bbb2-9e9a811f04f2\",\r\n \"startDate\": \"2018-09-28T22:25:14.218564Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T22:25:13.2617685Z\",\r\n \"keyId\": \"8e7911c6-f9ff-46d2-9124-76ffb307cadc\",\r\n \"startDate\": \"2018-09-28T22:25:13.2615722Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "43a012e4-0a70-43f1-aa4e-359374af99ff" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "9efa92ba-2ec6-4040-bd5c-78fa9d43c9c0" - ], - "client-request-id": [ - "e36b5a16-080f-42db-aada-4e190d8734fa" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "pA9xBJG8fhbzgAPXtnSatZWyyzJ4agFwkruSgx-ZDAe4OshnXVpHKpRDgiG30PQDBAauTVH8zb1Ej-4jM_blfFynApFI24SEfu0IQxrnaCiRAtg1rU6ncgzxGlGOB34XvKfk-j6eGzrwOhzCr-gcfQ.x3fp3xNevjuOmajImtVpKZTWNDCVeIIQFOyTSvnVxFQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "443535" - ], - "Content-Length": [ - "158" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "17b55065-ad06-4538-977f-88976c5aef51" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "f6fb39b3-ac99-43a3-a987-d188351df8f3" - ], - "client-request-id": [ - "05181b2b-89e4-4109-be4e-d08aa3cbec63" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "mOMZPOGo-u5Rcj6AK6ca7D2NAVy0RuE2v6id6rLofvj9fTlMVNbkj9sblZwTUXFQ2ambupNW7z7R3Vt4_2YtgY3m6JlOIm-eeo-N3zY1SUvggu_vcUEoJHtcXDBVHHN7duoHTXIeEwnJUJhjtwuxYw.CistfjAyhKxST-UB-qBTdliHdX8b_N-7hzC2Ku_tEJ0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "853182" - ], - "Content-Length": [ - "163" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "69913c65-9008-419a-921d-1103b63d87e4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "48002d32-a164-4fba-a45a-0fa34a84f7ee" - ], - "client-request-id": [ - "56e5b17e-d093-41d9-8348-3c74eb12469a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "6D_T1Fj_AovP2pdXQAAbnlFkbfGojzRWBPMzaWqbIQ5tv9nVCJMQCmZwagTziK-KJs-IWtGIbsQMQ_4zx6DaZU3_PYVo1c2aeQX6kiVVw-D_0FbDRbiSETk5aAWhKV6HaBciTNsf2gmSOaPU7v2c1w.jWKWtclpVnTKHQUYS4lvLn1yYViau3pEHg3-nsJA-8Y" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1179802" - ], - "Content-Length": [ - "334" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T22:25:12.738373Z\",\r\n \"keyId\": \"a687d7e2-7c5f-4411-afae-e78ae43a9395\",\r\n \"startDate\": \"2018-09-28T22:25:12.7381742Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "78fb6a5a-1692-41ba-aa97-c8cc769baa54" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "66fde4c6-c651-465c-9246-529719b24b0a" - ], - "client-request-id": [ - "1554110e-ef97-4300-8f5b-a93ce7511712" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WqCNrIciSNvh_5o6JbwyNGA7Ugy7m3FcdxTC8c84VRekn9jGQNQaNmcevtH2s3JdaeCtTi0tR6tYCX7jz6ba5KYSX51u8aLmnt68d2rf-j1Obr_IbWmvMe5KnRnrkFW83RuJMbQODjCU1jzrg6QH_w.7KwsrdcKsLgKu77QA4Rf_lZY8_pQTdSE9vLhUixZRWg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "993418" - ], - "Content-Length": [ - "506" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T22:25:15.091403Z\",\r\n \"keyId\": \"71986590-87c7-45c2-b85e-f5ef022e821f\",\r\n \"startDate\": \"2018-09-28T22:25:15.0913968Z\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T22:25:12.738373Z\",\r\n \"keyId\": \"a687d7e2-7c5f-4411-afae-e78ae43a9395\",\r\n \"startDate\": \"2018-09-28T22:25:12.7381742Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "719a7a42-175e-419a-8f45-6e9bb387be15" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "8d7d0e41-36a9-406d-8946-28e3c72cdbc2" - ], - "client-request-id": [ - "0425b6fa-809b-4e95-bbd3-91c9aa70823d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "XG6PC01e2XqzxQQmNcueFbmx_3TLnLU2cIFGqHS02IAif8DxJUHYkqERqp13uuSQVIYG4CocIEdjLSOI81HP99zsrD9Bn_qGJb6TPGumsDSRCWla2lqJskY_LWB1981rOl0QbxnbUMpwMFZmnVh0Mg.2TBGx3nmsWVgbQ68tReqHtdM_pZtcdpdLu1ezO-M5rg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "388841" - ], - "Content-Length": [ - "508" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T22:25:15.9829501Z\",\r\n \"keyId\": \"18a32ca3-536f-462f-b3b4-eec49e505e96\",\r\n \"startDate\": \"2018-09-28T22:25:15.9829495Z\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T22:25:15.9829456Z\",\r\n \"keyId\": \"7880f3aa-66ee-4e63-a427-3a89d316b039\",\r\n \"startDate\": \"2018-09-28T22:25:15.9829399Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c11d18d-6463-4bc7-9556-aef3eccd6f3c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "b8cf8a65-ed7e-45cb-ae29-9d39a7f6c4db" - ], - "client-request-id": [ - "7e986b0c-422d-4ae8-af87-d6f456e4a83b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Kad_gX6nCLbwGRkan8eDn9IHIoddgmnf54ckqsZWMwJYPF9nmEx0ajo6NBxrXvtevdbdhbctNkZLVGbHZaKwRU6Q19Ici3G1b_TV76_-yFvqMJv73-Br7g0IjR_1ei_3_vju9tyDnT7iVcvfDJ13uA.iS5cKvPKQpxNei1k2vcA6rl5exfFLE2N2Ldi_DqAWBI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "657355" - ], - "Content-Length": [ - "163" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T22:25:12.7381742Z\",\r\n \"endDate\": \"2019-09-28T22:25:12.738373Z\",\r\n \"keyId\": \"a687d7e2-7c5f-4411-afae-e78ae43a9395\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "239d6988-f1c3-4402-8ec0-e7300e37c48c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "257" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "09c8cb04-d5f2-421c-935a-79ffdcaa3816" - ], - "client-request-id": [ - "4d846442-820b-40e5-a880-6616422d8e1e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "oIVFtB60JsYJUHjgBmqF-Y-ELKOKdlvh96ACxQXaYcWWe4Jdf6Knb_7r6Y1ftq52SveSyIvupDYzDKoYV5GU7-TRxETEgBeFyOBrj4oGJ0VrYeEPGkETlGDgV8WAIMyey7tm7zOMXOB79pgqA-RKNQ.qqt0NVV6LJxJNydme1m2VXrF5gHSfccEAfM8beRJR8U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2884996" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T22:25:12.7381742Z\",\r\n \"endDate\": \"2019-09-28T22:25:12.738373Z\",\r\n \"keyId\": \"a687d7e2-7c5f-4411-afae-e78ae43a9395\",\r\n \"customKeyIdentifier\": null,\r\n \"value\": null\r\n },\r\n {\r\n \"startDate\": \"2018-09-28T22:25:15.0913968Z\",\r\n \"endDate\": \"2019-09-28T22:25:15.091403Z\",\r\n \"keyId\": \"71986590-87c7-45c2-b85e-f5ef022e821f\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8355e4f7-8176-46ca-8304-cbb2c9f2e142" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "486" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "725f1757-5994-445f-bb7e-89d60b7a1f06" - ], - "client-request-id": [ - "d48d0c56-ca0b-42b1-beb5-a963c2f4e077" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FZ9T5boJ2BqSlKix-ujda3F9CcQJm-X3nkytN1o2Zs5uejKrknjz-zy8iJ8IHmgbkhnXh1Mkq1lAHwPMgIvqoCjppDSSUyjMwME5asKMPHzdily1CbEqvvlz69j8ssB9J4gDkwFxDGUZsDWNM-POIg.KhB7cqc8UPFjw_BK-IQXNffjAJ9TU0dTT3J_ExKErzg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2965503" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T22:25:15.9829399Z\",\r\n \"endDate\": \"2019-09-28T22:25:15.9829456Z\",\r\n \"keyId\": \"7880f3aa-66ee-4e63-a427-3a89d316b039\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n },\r\n {\r\n \"startDate\": \"2018-09-28T22:25:15.9829495Z\",\r\n \"endDate\": \"2019-09-28T22:25:15.9829501Z\",\r\n \"keyId\": \"18a32ca3-536f-462f-b3b4-eec49e505e96\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3bd917d0-6650-4619-b622-dbc9ffce8fa6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "494" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "01157cd3-2821-44e4-b7d3-a80236a49286" - ], - "client-request-id": [ - "aeb41cd5-b0c1-4cc3-ad48-57e2c95a829b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "RRG6-9wO5-gXo3Qdvau253i-ADa4Eu0z4CZ3dYzTMS0r4lJ1rfCJ_BVL5jGQDWMfM2_BSsQY85Ef7TRDA3nCnXMWQRBzV-qsebTe-EvAqTTRMdb4YKnG8GvSARSANVZMI6U_l7LURodPigDcTcjdFA.LTv2kHaBxzISpwcP-GMl6iaKgLIFNnHQn9rIwoLTYaM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1637056" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": []\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef6c36ef-ea4d-47ee-b511-1dfe7df3e24f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "19" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "e0a35273-d4a4-423d-8bae-964bcfd92645" - ], - "client-request-id": [ - "fc0c2674-3744-4c28-b045-d9da0ab03136" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "VkgJ1zpEjm_E9RBLPTh4Bm0OrUZxi2yEKvSquXioYv0yM5bM7EfOcRWbU1rFYZErgCpv611IXltDT0BcowZcqbi_PnHQxcPqLKlQiEh-J3cDd6vt1dISO60Nkfi-Eb4-y8AqCxmurwj2NsaQyE1r4A.Ap_2mzQ7XU-hf-zmDbF1soID_2-s1D_m6OuA3lP9w-c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1679154" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T22:25:13.2615722Z\",\r\n \"endDate\": \"2019-09-28T22:25:13.2617685Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"8e7911c6-f9ff-46d2-9124-76ffb307cadc\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00d66980-2d0e-49de-a183-3f376ee0c03b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1325" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "9111d8d3-bc06-4c68-b731-7a2b73fcf0f4" - ], - "client-request-id": [ - "d330ee22-248f-4502-ad92-058fb369f025" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "5TSYTExOg0zzKInuDFHONTYdiL3XbJbvWRzbJhtIGjVilCApEJaIRgb8djeswik30GqC78bDsMT7M664M7fOFCoUk2hk98qMIjDOftFur5AM3J5SRUMmBWb2yRIQowSVAjoy8DU1LbLxgnzW0GOCWA.av3FQRrkLW30ihFzBeNo3jqUuHP4eMvqDi2j3eTWM5M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1112103" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T22:25:13.2615722Z\",\r\n \"endDate\": \"2019-09-28T22:25:13.2617685Z\",\r\n \"keyId\": \"8e7911c6-f9ff-46d2-9124-76ffb307cadc\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"value\": null\r\n },\r\n {\r\n \"startDate\": \"2018-09-28T22:25:14.218564Z\",\r\n \"endDate\": \"2019-09-28T22:25:14.2185705Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"0faf955a-f6db-4742-bbb2-9e9a811f04f2\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29e96dc5-59d3-4b27-b040-10ebde74f9df" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1655" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "52f9b57b-6e4d-4df3-a4cb-95ddb45652fd" - ], - "client-request-id": [ - "ac91307d-86dd-4717-8798-89b6083827f6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3a6_zL-inj3f7GH2CO_cqPu3qUaffpIIkbJRBRof8nAaU1UEK6morCQ_i5JZ6mB7c8hURzXxW1a4xxkzJaw7vp9iYCcvznf88nTQKq-15-xfxNiUThnNtA3OG_GB4czaTa4RHdWffzX7ZzgIfCVUTw.Pl3kRezZMVS-Id1lpJgaJ8mKfz2HqPXd4ojTMlHQV-0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1657387" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": []\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c6fe6cd4-97c7-4514-8b49-e8254177f77a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "19" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "e8ae3d35-185f-4071-b463-91d201e782fd" - ], - "client-request-id": [ - "627c5297-45e0-4de3-bb8d-760903fbab59" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0sl-17snL-bdYxyAxVdw4DehGOz6-OdBump2vLb_18b6Zdest1KlQPDIPMH9dsGDETY2vXpC_2zsDRmCDxML4sNR7PdHji-aPlTv3y63B8UtjFic-2WGYyqZxQUFOg69cV7JUkiQrv_p3KWlyuvlsw.63nL2emGLTuoriwkC9LsuJWogESm_tCFX7HMOYTn1Wg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1627761" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/1c4af308-4504-4f89-a62c-e5d1278819fd?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvMWM0YWYzMDgtNDUwNC00Zjg5LWE2MmMtZTVkMTI3ODgxOWZkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc816989-95c5-4d6a-889b-1ebfd8f78508" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 22:25:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "d6ada3ea-c715-4a5f-b93b-be4cb85b0031" - ], - "client-request-id": [ - "e4329635-683d-4345-9342-18e23d8dc90b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "1Jsi8y9FgZxlp69BIqRxJv-H0NhrqFYuI0PJGT8fQgfSjz53mIYtX2WQGIEW-vPH42wWOsHz4T9iyK0uXoJqxX77HZL9i6_OQkCrBf9ZqA0qCYBLDob1w_GHmcYTdY7TZn00PRuXoz5eY8KSy6WcWQ.CD8HLbmfU2Vnk_BaGSTekTspA3aLhTF221ASrQ8GaB8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1105284" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": { - "CreateApplication": [ - "adApplication7240" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteServicePrincipalTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteServicePrincipalTest.json deleted file mode 100644 index 97e4f949b857..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteServicePrincipalTest.json +++ /dev/null @@ -1,403 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication2530\",\r\n \"homepage\": \"http://adApplication2530/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"replyUrls\": [\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"passwordCredentials\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:34:40.3657628Z\",\r\n \"endDate\": \"2019-09-28T19:34:40.3658421Z\",\r\n \"keyId\": \"bf801105-1bc4-4771-99da-513aa0c317d9\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "36068d36-b807-43d4-8f4b-e322ee92ce38" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "523" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:42 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/750c80db-0688-46e4-852c-9b9be5838fc2/Microsoft.DirectoryServices.Application" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "ae011d3f-f2a7-4010-b95e-01d146b8c3c0" - ], - "client-request-id": [ - "7fab8463-a770-4b37-af00-1cb7e1b15315" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "PcFidyCjD2URXFXhIqbv0NK7u-q3cNRhyL5u7yF9kYqebv77zCGsfUxh80stBgtUUfUWOjiLTc7Q0tT14SOcUNK69eOQYdonFuLuD6h0cnQn-XEPnIB_x8b3-RuWK9njarrNRrKYqACvfeJKA3NatQ.1MUYIU2wTxqLJA2XRGdZNmN_7bcZW3OoKbgMFjP9udA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1687455" - ], - "Content-Length": [ - "2045" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"750c80db-0688-46e4-852c-9b9be5838fc2\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"c83b37b4-feaf-44cb-ae8e-161bb9824e5d\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication2530\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication2530/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logo@odata.mediaContentType\": \"application/json;odata=minimalmetadata; charset=utf-8\",\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication2530 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication2530\",\r\n \"id\": \"b5f55303-18d6-48ea-92f6-a6d133641cc5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication2530 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication2530\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:34:40.3658421Z\",\r\n \"keyId\": \"bf801105-1bc4-4771-99da-513aa0c317d9\",\r\n \"startDate\": \"2018-09-28T19:34:40.3657628Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"appId\": \"c83b37b4-feaf-44cb-ae8e-161bb9824e5d\",\r\n \"accountEnabled\": true\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f7fd0198-1879-4fa8-93bd-21f5e1fbb7ce" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "82" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/9af2f4f0-384f-43b8-8660-90361708a63e/Microsoft.DirectoryServices.ServicePrincipal" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "975bb005-06e7-490c-9458-38ad8f691fb6" - ], - "client-request-id": [ - "d473dd7c-ee1e-455f-a848-2f1a00817623" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "eQZk_CteSIo4Kvl7mkpiaxPNyFHCY1qoIGef48rsiy96Pd8OnsL18WRwY9vOG2crIUWLuiECIQ1tnuXZshPVBBV0lG7c3S9rXsSPQYNSKPKM6ANI5tWC9U0J1cHFjI1A7GabVlbL_FPh-fNY7YfyDg.fdCBPN7WfMjjAV4E5iwwo95N9MqMTkKY2TFvML1TkYU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2704641" - ], - "Content-Length": [ - "1523" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"9af2f4f0-384f-43b8-8660-90361708a63e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"adApplication2530\",\r\n \"appId\": \"c83b37b4-feaf-44cb-ae8e-161bb9824e5d\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"adApplication2530\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://adApplication2530/home\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication2530 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication2530\",\r\n \"id\": \"b5f55303-18d6-48ea-92f6-a6d133641cc5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication2530 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication2530\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"c83b37b4-feaf-44cb-ae8e-161bb9824e5d\",\r\n \"http://adApplication2530/home\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/9af2f4f0-384f-43b8-8660-90361708a63e?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy85YWYyZjRmMC0zODRmLTQzYjgtODY2MC05MDM2MTcwOGE2M2U/YXBpLXZlcnNpb249MS42", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b56aa56-941e-4276-9d43-a771fc709652" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "c9550cdb-cc22-4226-84be-3b4085e76cd1" - ], - "client-request-id": [ - "85deaaac-7ae7-43f9-9bd0-1246d87ecce6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "F-LIBcrorRDc-jW6mcBavotRV4Cx-BhwJis47iMSvHp8l8cK3JElx09sXp3Jf0lX1drxMw24Mzfqp1DYaQ12sSm5mg0jm34Kmr5PNmZZIXIJnZ4kgM7gkFZpLqFDL7WrVFobt1Y8foef0Lwv-IJ7Kw.nRj95FI-Nd3ZOi4Xz8ddBPatTwBUYSXW5s1ND9gexkg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2613947" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/750c80db-0688-46e4-852c-9b9be5838fc2?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvNzUwYzgwZGItMDY4OC00NmU0LTg1MmMtOWI5YmU1ODM4ZmMyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f678e9a3-0301-425c-98e6-56457b91bd87" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "ae78510f-1868-4432-bdd7-f8c3109b5b49" - ], - "client-request-id": [ - "aa704952-c35e-4890-93d3-7ebd4944c05e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "7zUbciq_NdcD_kNS6ryPGFjqmgMhCXDZux5-odtNZ_7q0oVM9fhtDy8WaArr_B54UhFC-F9Rd6dER22Mk9IFa5G3xCWi79gY6ACyCvbiNJZ3UYbRYV-W4nUh4uXwBn0fOwN5jldir8Tp55wdZ02ing.J-z3MQsL_DM4dMwxJ4MeQjRvLqqJrkODO-IlS68bRus" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "32289295" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/9af2f4f0-384f-43b8-8660-90361708a63e?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy85YWYyZjRmMC0zODRmLTQzYjgtODY2MC05MDM2MTcwOGE2M2U/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1a37e10b-c8e5-422c-8bdf-91a7279de0bf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:34:47 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "171c3659-6ada-48eb-9f0e-b5d8e611ce25" - ], - "client-request-id": [ - "f9601a53-9ecc-4d28-a7fa-7f0bb928cc74" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "LPDofiaaLGMEB_JN2ycxUWBJz-23nxVhV0P71_Tg_eDeYNwSju_xWdbP9raT6hywC9ZR0ByFACSM45xUx4_IPUmSqAHPq6I0CDvCfVXNrmTwuAo_Bo1zn0jF28TnMmLf35dEIJtbvdsU9FIy6mwdCg.NI9d9Pk6y1jCHc34iD0Ul_UGkbBpF2KaEenEV-T4jt8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "447643" - ], - "Content-Length": [ - "214" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_ResourceNotFound\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Resource '9af2f4f0-384f-43b8-8660-90361708a63e' does not exist or one of its queried reference-property objects are not present.\"\r\n }\r\n }\r\n}", - "StatusCode": 404 - } - ], - "Names": { - "CreateApplication": [ - "adApplication2530" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteSpCredentialTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteSpCredentialTest.json deleted file mode 100644 index 34ab715a353e..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/CreateDeleteSpCredentialTest.json +++ /dev/null @@ -1,1442 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication5652\",\r\n \"homepage\": \"http://adApplication5652/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication5652/home\"\r\n ],\r\n \"replyUrls\": [\r\n \"http://adApplication5652/home\"\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7df51be5-7372-40ec-b8c7-35837b4ad342" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/ab282550-4c98-40da-bb17-4988a73ded11/Microsoft.DirectoryServices.Application" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "e18582a6-9fef-496d-9331-dbfee110b2bd" - ], - "client-request-id": [ - "db8c4dfe-aac6-4e21-85a8-5914adc05517" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "l5Hp5SuT__tvxKepd1JY3WhlhwQKozo2PU-j2R3BrG6hYMub-tk-PsfS8yo0gKXNm8HjOypqnjRaXmuMsaZaY0Dq_ceifFZHf-X7wtyIG1W9I5VECHawJKB_SKxDVm0EciRz19gYRHE9dIr3Fn0Dvw.0KG_1tWse755liUJI8STjBLc1Hkh_Q0SA05LqD-QbRk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2574799" - ], - "Content-Length": [ - "1873" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Application/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"ab282550-4c98-40da-bb17-4988a73ded11\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"98078aa0-ece7-424b-a11e-4573c14eddfd\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication5652\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication5652/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication5652/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logo@odata.mediaContentType\": \"application/json;odata=minimalmetadata; charset=utf-8\",\r\n \"logoUrl\": null,\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication5652 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication5652\",\r\n \"id\": \"56f17b38-6751-45b6-93a1-634cf0ed5f6b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication5652 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication5652\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [],\r\n \"publicClient\": null,\r\n \"publisherDomain\": null,\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication5652/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"appId\": \"98078aa0-ece7-424b-a11e-4573c14eddfd\",\r\n \"accountEnabled\": true\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9ddc9d1c-30fb-4b19-baf7-32a040a2a9c7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "82" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/Microsoft.DirectoryServices.ServicePrincipal" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "3f9f7463-b8cc-405c-8611-a606b275a7a1" - ], - "client-request-id": [ - "54d1566d-ba58-4328-95c3-bdae0d7875b3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Hi1Cf6GMlNrxEIX4PXAz8ZgZLtwra2rQ9AJdNdUsPN7jkvt86bdsEdlnTBQa3fc6n1zVhnUpIa6-1DYmq9glba7mvVSpUINAGAodwU9mQm3ugkvPcUAUX6nFjQiQQRT6Nc2_AZQHl6GTSMxZ5SS-_Q.mVhrmqHRHVxI1ugqHir26LZwF6Y3_vCU__I-0rZWRf4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1854463" - ], - "Content-Length": [ - "1523" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"a8d03785-0c3c-4e88-a54b-13f1ccac5a15\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"adApplication5652\",\r\n \"appId\": \"98078aa0-ece7-424b-a11e-4573c14eddfd\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"adApplication5652\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://adApplication5652/home\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication5652 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication5652\",\r\n \"id\": \"56f17b38-6751-45b6-93a1-634cf0ed5f6b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication5652 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication5652\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://adApplication5652/home\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"98078aa0-ece7-424b-a11e-4573c14eddfd\",\r\n \"http://adApplication5652/home\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "776ae889-ac2a-486e-92bb-1f31719d4de4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "e42fbd81-96e4-430d-b484-6feb88b34924" - ], - "client-request-id": [ - "71dba1b3-dd84-4c80-8b5c-f01a8c91ad24" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TskBV4FPggdP8t-1JhW_T41YwCOb8E-9yNy3jw4OcC3Mx3wMQJOFp_53sC0YcbcsRjah2H0gXiemfckVAwDUdK5ZW0WUFoy6VVr6kmtn8nM1TpcHSVb009QcbejX7y-eOwBD2Hn8OzOfZ4PrClYcsg.kjbk73sf_0KqcnvK6zGVTAQrFcSsMZJ3-j5S2WOCUu8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "470261" - ], - "Content-Length": [ - "158" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fcaa6944-8dde-42e7-9626-085f4e0ab5a8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "6a940c4f-5c9b-4363-9c15-96e46581a4b1" - ], - "client-request-id": [ - "42285b46-70aa-460a-95c8-86e7c78cfa6a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "_kA_1KGLtLF6anqNdMr7Rhfd-5E3KjFDLLea2TGVqWygABxw_AfM6W1AyV66NOlU80qLGK_tiVZaI-PaQUP7eF4_VZKm_WxRk40zTEcbVfRLdgR4UelxbDMAIHd5P3yfkdjiprwWE29LQ35Yq4rSXw.1huZMy7TXkp9SdpVhSRTIyOkiNMDGmGeWcmr5CoqSZk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "869164" - ], - "Content-Length": [ - "413" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": \"0DD6EA212E11DB7310BE092A0903C0B040775470\",\r\n \"endDate\": \"2019-09-28T19:35:09.4641528Z\",\r\n \"keyId\": \"9baef13d-5d0d-455e-9920-95acb87265e6\",\r\n \"startDate\": \"2018-09-28T19:35:09.4640734Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b0972d48-f4d7-40bf-a8b8-0f5740a5ac38" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "bac17d1b-8dc0-4ea6-bf7a-7f81eb69c100" - ], - "client-request-id": [ - "c070ff1a-e6cd-4529-8b60-79570badfc2b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "IavV4pyyRItAnV5CLfwmFGrrLAbz34NNBHal3ePdMz5Ee9orCrwNdVKdQyHeqDkNacPYe_6qoy1DJXPG1NshxQjmWDJAz0207HzhEw67FK8dIL-JGMrf_V6fl5iPgfRM9gWs9AkaUH4CqiyA0e_y9A.IdPIGT8b_o4pTDUU9iaVOa0qQCWyhYGc9XEs-nz8eS0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "364356" - ], - "Content-Length": [ - "158" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.KeyCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b402e7c8-8c43-4c78-8de4-a2c020465bcc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "ff957d82-0721-46dc-bb8e-9f35cd1dc47d" - ], - "client-request-id": [ - "530157ed-4f4e-4ce2-96c9-a1eebf0a8cc2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "kXOUDENpvDkA8i4ZdVIqMzQv-k9Gl9IK6pSJarnh_nT4KlV2CL42UbpFY3fJsW6fxJbHVoPw8Ev-0wf8FvgmUtPWmAYt5oVGvERJoJJovw_7hgeC5cZMEWCwJtyMXnk6oqY0klC20iW1gBIVpr5XVA.Pjj6f5_aLtfuM9nR4a5-3hEojrrp4kukiCjnyzigKD8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "554841" - ], - "Content-Length": [ - "163" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "99e9de70-c7e8-40b0-8a62-2f5f45b84f37" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "40e52838-5510-4c52-93a5-539806704083" - ], - "client-request-id": [ - "46724a05-beb5-4ebe-a67c-9baec8efe2cc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "QscifQzc4m1hTqxnbho0tla1cDlD6wcPUfVE1qG4HMbL42gUIyZO4QktPuAaKi9kqM_1CO3rFi7hj9sfbVTF67hEixCeZwBW-5cmidIqjmzlRiughymepEfIpIo-2raedfqszp2dVjjosMb8Ng9zow.TmbKTwfcf7mGgnSQxKyE49CFUy6zFKS3XNcrTdGyv_c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "387732" - ], - "Content-Length": [ - "335" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:35:09.0205199Z\",\r\n \"keyId\": \"dbf1c168-ebe9-4b93-8b14-83462734c164\",\r\n \"startDate\": \"2018-09-28T19:35:09.0204463Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "623e3c91-5559-4e77-ba66-b33ed9eea608" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "0df1f678-993c-434b-ad71-78abeb399c8c" - ], - "client-request-id": [ - "658ae5d7-df16-4926-9aa9-e14ccb127eca" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UPkZQ-_DxReFulJzgohirgZa9P4_f5XPBy1i4uBTFcDGmjB8bvgDeLABXiGHt7q-RKilIbDS8RrkTQ4RSuOZhd130Ove1Hg5Z9hNZnBf5tYXr5ezc1Y7Yyf9l35hQO6Am7AA-pCuQD3rL0fbUTzKKw.x5wZpALt98S_zC3AejHl27qathrQ2WvIGkW0b1Q76nU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "376681" - ], - "Content-Length": [ - "508" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:35:10.4175742Z\",\r\n \"keyId\": \"debcca8c-4fa0-4b40-8d21-853a3213f328\",\r\n \"startDate\": \"2018-09-28T19:35:10.4175696Z\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:35:09.0205199Z\",\r\n \"keyId\": \"dbf1c168-ebe9-4b93-8b14-83462734c164\",\r\n \"startDate\": \"2018-09-28T19:35:09.0204463Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f327d6c3-2e24-44e6-b89c-3dfe30a5a20e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "70d029b3-3b29-4505-b482-651575c50e14" - ], - "client-request-id": [ - "cc78718d-780c-4382-852c-534d413f9774" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "b0pGgCCymFtIBLxyeghtJ0S1IHwLyKrAmXjqP-5gZ7NNBBSarpy22schuuY5bFudGmzevWpTNdz_koZ_RyzAP4e9qQE-zQBIdFe8rH2QioI3MNBufNgBs_0Zb-P5jcB2fuloqWCDgqYOULMeMGE4Qg.pIHA_dvfvluC4ptllCpnQDzAMJw1R8UpXVAkiiM45iw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "470023" - ], - "Content-Length": [ - "508" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:35:11.0093931Z\",\r\n \"keyId\": \"047db843-cff1-4e64-b924-8b235650a4c2\",\r\n \"startDate\": \"2018-09-28T19:35:11.0093923Z\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-09-28T19:35:11.0093889Z\",\r\n \"keyId\": \"19b89f7a-b2fd-444e-bed6-41d66df7eba5\",\r\n \"startDate\": \"2018-09-28T19:35:11.0093826Z\",\r\n \"value\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a93a2825-6726-4a01-a4fb-8fd46896306d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "0d65476c-961d-43ba-864f-29edcde10320" - ], - "client-request-id": [ - "cd39ad4f-e4a7-4d20-9e8a-eb86c92e096c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "YG5dJIud0c9qMqXZNDNUt7fps0KFjeNIxgDnDoHQWXzPgbS_tS9kt2Ngujpc2eSelnYl0JzKzmPx6CYjaWOE_-_Pu7VbRBkHSNe1JcMgfGWE-yPBlh2JyCsR4DBCGMqS2s4GRdxKUZ8yWlkutCLmOw.2-QK0KnwbpsN6JjqGpw2yuCMMW0CLkOzRiiV2PwT8No" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "657273" - ], - "Content-Length": [ - "163" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Microsoft.DirectoryServices.PasswordCredential)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:35:09.0204463Z\",\r\n \"endDate\": \"2019-09-28T19:35:09.0205199Z\",\r\n \"keyId\": \"dbf1c168-ebe9-4b93-8b14-83462734c164\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bbb14087-8873-4c24-a126-4fe68528b90c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "66022941-d250-4db1-9887-dd9df981c616" - ], - "client-request-id": [ - "fd5b8a03-9242-475b-91af-165a5d197ea9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "xN5_E1qsqH04YQ4C3zUZRNbWhvN0QqpvKBgqkBEXpv8Qbyx7SDTmXgYYlujC7RkDyH-Ucb-dPfHg2dA2GRBlKnSuOaolV4FwsjdYCRzxLyyKg--gcXFdCmarJvjxXt482h8e6XXUJtAezUy_wc9-Rw.n2fJw4Mq2ad_ZtqKRBjz1s4_7-3XTOAqrv93qhTWaBE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1870209" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:35:09.0204463Z\",\r\n \"endDate\": \"2019-09-28T19:35:09.0205199Z\",\r\n \"keyId\": \"dbf1c168-ebe9-4b93-8b14-83462734c164\",\r\n \"customKeyIdentifier\": null,\r\n \"value\": null\r\n },\r\n {\r\n \"startDate\": \"2018-09-28T19:35:10.4175696Z\",\r\n \"endDate\": \"2019-09-28T19:35:10.4175742Z\",\r\n \"keyId\": \"debcca8c-4fa0-4b40-8d21-853a3213f328\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "72b6515a-fdfc-46c5-9169-90e7d8447822" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "488" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "3e9c5c57-50bd-421a-a6c9-288a8fe79513" - ], - "client-request-id": [ - "38990348-3928-4229-bc2b-6915967a4c04" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8C7045d9YHFhiHhf85dpJ1S_wH-xGqLrNQWhAUwOouOapnsH5TNhYK1U3gtsZh5mMb1eSE3N9WsTXbt5PCymI7t8AloCq587igf__Qcjzn4fvHxW9Sr2GSkNCP20xYNA-_8VYyr7oCqwgJFthzkoWQ.n0e7eK_Ljz2eqZ1yOf5_sOenFuy3qDrSrXXg6BjInR4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1287105" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:35:11.0093826Z\",\r\n \"endDate\": \"2019-09-28T19:35:11.0093889Z\",\r\n \"keyId\": \"19b89f7a-b2fd-444e-bed6-41d66df7eba5\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n },\r\n {\r\n \"startDate\": \"2018-09-28T19:35:11.0093923Z\",\r\n \"endDate\": \"2019-09-28T19:35:11.0093931Z\",\r\n \"keyId\": \"047db843-cff1-4e64-b924-8b235650a4c2\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6be3aafb-70bc-44fb-9f7a-421e0de99531" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "494" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:10 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "96010142-2d26-4795-ac15-72982f1b1ce7" - ], - "client-request-id": [ - "c6314f53-513a-4682-9413-edb1fda525b6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "LQCps4oT0BOfQ_MC35Woe9LKtoKkekf5GO6PvAeMo3eh6XfD2JxlWU2Ojr84VDKCdT2lNVHkk55-pmd5KzkXoHuAukLzIjfIgW2mt6RNHQ6GAIDSlohQX1qGpxwfJ8xElnYPS2yvP6HBnS3yzeTJ0Q.lWdt8PoMce3FHOGwP7QKxMhUhsHmFd5tRpkMgobg3Tw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2295556" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": []\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0d610ac1-8414-41f6-bec3-93ee4d999c3f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "19" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "18ec2f4a-9967-4b62-ad66-3ed23333454b" - ], - "client-request-id": [ - "6cc398c9-d0c3-4d91-91f0-1acf62d2d06e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "1DnZtdZVojSBciDChGoAWz7vqRFA5YXJVPFkaH2mN_IuHLMUZ4WAZD-5NgJCMiDBjFlz0Zpj0jP48mM1CibbXb4YmVi8a04SuHJKByOon6NKJMd_FChlrxV9BnQZcnzmZmMXmHxbWXKWgBqrnxcrBQ.kSrrsF9jjmSEgVYXSaRc4ZKzQIsXMlvShJBf1dw-upg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2101246" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:35:09.4640734Z\",\r\n \"endDate\": \"2019-09-28T19:35:09.4641528Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"9baef13d-5d0d-455e-9920-95acb87265e6\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5cf5fd85-2984-47b3-b1a1-d1972307c03d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1325" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "e3d8603b-2e18-4476-9878-43f314b3da8f" - ], - "client-request-id": [ - "dd8d6916-d81c-4e26-852d-0e138da2cbff" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DzWrZ7wyTeD5bPl5Su0ZZA4aJH7e5HF3ddg1JA-j9DyO8Dp8hrHht36Srd5T__VjexBt0K4usM_K_Js0CuQQDA4i7jXQ5w4DCx0eOmGBxRCllVYu5ZPhgVnFAymiJ-2Jxez3zDFht9fL5EtVFwzccA.50xQUGkjys6rpd8-AtAOfG00a_pf0ePryja0QfM7CgE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1923974" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTUva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": []\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ae899008-9271-4398-a039-a58f35d85aab" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "19" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "5c0ba2e8-2e3b-4a79-936b-faf904eed824" - ], - "client-request-id": [ - "221fe5f2-398b-4423-8048-af8f55c1dfbc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0FyZKiMeWLHRw9fQulUQMDSWLpGwlYN_e-hWTmBVs61E5PWugTUMkOLv7AI1CxbhPZVBfVTcx0z2MdMcjRYb-OAmSA9SVTx0h_vk6aYjiHpsP9urRLkIc0zMfMDD4hl3TPtUU4RTfjDMIYrJFGME-A.sLaJyHAaXOWwiZEeqzT3ipJfSU2e96HuLTj8JkaS8MM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1772983" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/a8d03785-0c3c-4e88-a54b-13f1ccac5a15?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy9hOGQwMzc4NS0wYzNjLTRlODgtYTU0Yi0xM2YxY2NhYzVhMTU/YXBpLXZlcnNpb249MS42", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2ba78525-65d9-4cf1-8b67-14dd43198c5c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "3d176680-c787-4103-8f26-6ea741cd0a72" - ], - "client-request-id": [ - "4266dbad-71d9-477e-9450-10eb0b57f879" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FsXZ4z1akKp9YbNen0ZfLzgPh-2Y9VIOumwqlxoPA5gIg0lC7jrZOf-73vaOCOVyGzjShuIsQULaql7jvFReS2WmCjkHu8tc6uibn9s-weAA4FTQp5W1RJ_h2nengalR7WWFtt60S_bwf4QeEoNS5g.mE19xvUy5oQzxXq2Kiu0VKyd2Pz909nDyxW9bzPuc2w" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1776514" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/applications/ab282550-4c98-40da-bb17-4988a73ded11?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9hcHBsaWNhdGlvbnMvYWIyODI1NTAtNGM5OC00MGRhLWJiMTctNDk4OGE3M2RlZDExP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2381c65f-cb41-4489-82a1-9aac2cb0084f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "87cc15d7-3ac5-481f-9335-6ccb3640e6c4" - ], - "client-request-id": [ - "7f8f37c5-5874-4017-ba27-811d8e2600c4" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-Q8qIPg1w359whNkB-31fPnMrJh3OPHwnBoiwKqh0A7EoWNBEu22chXe1ReLsRBA5efbeRI9wS45bWSj2fRPZIj-CH8dOyjkCO0wRNGIpQtNoAUex_pgfXKg15B9UTURJOcxWY0MEzm7yoJ-dsHA9g.sLynOnTBCbw2iXg0I_EUYMYQV9LSjOueHvggfpVjtPc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1985112" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": { - "CreateApplication": [ - "adApplication5652" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/GetServicePrincipalsIdByAppIdTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/GetServicePrincipalsIdByAppIdTest.json deleted file mode 100644 index 23c3c7434584..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/GetServicePrincipalsIdByAppIdTest.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/applications?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9hcHBsaWNhdGlvbnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adApplication2614\",\r\n \"identifierUris\": [\r\n \"http://adApplication2614/home\"\r\n ],\r\n \"availableToOtherTenants\": false,\r\n \"homepage\": \"http://adApplication2614/home\",\r\n \"replyUrls\": [\r\n \"http://adApplication2614/home\"\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da824668-6cfc-42f3-8fba-78a8497e3499" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 25 Mar 2019 20:14:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/directoryObjects/4ec7231d-a994-44a9-ac15-ea4084f542f7/Microsoft.DirectoryServices.Application" - ], - "ocp-aad-diagnostics-server-name": [ - "+2lxtXLU1vGXpolzAG6HSPi7w3yo4TkL3p7yohMOb1w=" - ], - "request-id": [ - "256bc3d1-d2d4-4880-a34b-c9e1ef2ca56d" - ], - "client-request-id": [ - "da824668-6cfc-42f3-8fba-78a8497e3499" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hQHtX5ssioXlc0HNvS2wScKlE-CV4rxnRk5nuuo3Omnvz2V_MgMXe1ErGGTT83Mzi00c-SkYZNd_CnakKhJJrodUge4NFTfcOBl2J9ect9MRk3BV-CvjaWjPiK56vChgOIjNZHh_YVFp5AwU_2g-uw.eJJ5HpcmQ2mNbC6SsM1tOK-apsWwHBWUybHerl1lTuE" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "6552158" - ], - "Content-Length": [ - "2129" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Application\",\r\n \"objectType\": \"Application\",\r\n \"objectId\": \"4ec7231d-a994-44a9-ac15-ea4084f542f7\",\r\n \"deletionTimestamp\": null,\r\n \"acceptMappedClaims\": null,\r\n \"addIns\": [],\r\n \"appId\": \"182de274-e09b-4300-9184-e8c4e517d48e\",\r\n \"appRoles\": [],\r\n \"availableToOtherTenants\": false,\r\n \"displayName\": \"adApplication2614\",\r\n \"errorUrl\": null,\r\n \"groupMembershipClaims\": null,\r\n \"homepage\": \"http://adApplication2614/home\",\r\n \"identifierUris\": [\r\n \"http://adApplication2614/home\"\r\n ],\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"isDeviceOnlyAuthSupported\": null,\r\n \"keyCredentials\": [],\r\n \"knownClientApplications\": [],\r\n \"logoutUrl\": null,\r\n \"logo@odata.mediaEditLink\": \"directoryObjects/4ec7231d-a994-44a9-ac15-ea4084f542f7/Microsoft.DirectoryServices.Application/logo\",\r\n \"logo@odata.mediaContentType\": \"application/json;odata=minimalmetadata; charset=utf-8\",\r\n \"logoUrl\": null,\r\n \"mainLogo@odata.mediaEditLink\": \"directoryObjects/4ec7231d-a994-44a9-ac15-ea4084f542f7/Microsoft.DirectoryServices.Application/mainLogo\",\r\n \"oauth2AllowIdTokenImplicitFlow\": true,\r\n \"oauth2AllowImplicitFlow\": false,\r\n \"oauth2AllowUrlPathMatching\": false,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication2614 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication2614\",\r\n \"id\": \"dc4cb7ef-2aba-4b36-9926-9aa303e92b95\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication2614 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication2614\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"oauth2RequirePostResponse\": false,\r\n \"optionalClaims\": null,\r\n \"orgRestrictions\": [],\r\n \"parentalControlSettings\": {\r\n \"countriesBlockedForMinors\": [],\r\n \"legalAgeGroupRule\": \"Allow\"\r\n },\r\n \"passwordCredentials\": [],\r\n \"publicClient\": null,\r\n \"publisherDomain\": \"StorageSyncoutlook.onmicrosoft.com\",\r\n \"recordConsentConditions\": null,\r\n \"replyUrls\": [\r\n \"http://adApplication2614/home\"\r\n ],\r\n \"requiredResourceAccess\": [],\r\n \"samlMetadataUrl\": null,\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"appId\": \"182de274-e09b-4300-9184-e8c4e517d48e\",\r\n \"accountEnabled\": \"True\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4ee6a6ae-5e5e-4ebc-8c42-f455d5fed4e9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "84" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 25 Mar 2019 20:14:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/directoryObjects/9b568f2c-793d-4677-a769-0da5e1293842/Microsoft.DirectoryServices.ServicePrincipal" - ], - "ocp-aad-diagnostics-server-name": [ - "Ctepklg2J0Yv0+dqQJ0Z2DWorgOts60ilDVLun/aW5g=" - ], - "request-id": [ - "a66bd395-3102-4fe5-b9b7-50b5e26ebd61" - ], - "client-request-id": [ - "4ee6a6ae-5e5e-4ebc-8c42-f455d5fed4e9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yAtjUyTeU1f6ED5mQmKW8_7ndVAkC6SRgoUg011ZATcBtyL0FfvzhIOlugFOpBx20BQfFlSfAEMzQ8lUzRS3ZNt8t_HeQwGO_z_PUXoFEjO_E-1G8PzWJTTKtpiziMS-qOhTu2upDWO37ACepl9TcQ.Wyf67-ItHZbvkVj9ZlWI0hymkLaDxgUTK9XOKITHyj0" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "3881961" - ], - "Content-Length": [ - "1566" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"9b568f2c-793d-4677-a769-0da5e1293842\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"adApplication2614\",\r\n \"appId\": \"182de274-e09b-4300-9184-e8c4e517d48e\",\r\n \"appOwnerTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"adApplication2614\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://adApplication2614/home\",\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access adApplication2614 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access adApplication2614\",\r\n \"id\": \"dc4cb7ef-2aba-4b36-9926-9aa303e92b95\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access adApplication2614 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access adApplication2614\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Default Directory\",\r\n \"replyUrls\": [\r\n \"http://adApplication2614/home\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"182de274-e09b-4300-9184-e8c4e517d48e\",\r\n \"http://adApplication2614/home\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/182de274-e09b-4300-9184-e8c4e517d48e/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvMTgyZGUyNzQtZTA5Yi00MzAwLTkxODQtZThjNGU1MTdkNDhlL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ea377d8d-5d31-4ef1-89de-89d761aacd5b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 25 Mar 2019 20:14:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "ocp-aad-diagnostics-server-name": [ - "NorBiSXbBacugIOc9PINP1SvB49TAti3iq1gEzH+f90=" - ], - "request-id": [ - "35d79850-2c2f-4323-a5c1-f4d48dd2c84f" - ], - "client-request-id": [ - "ea377d8d-5d31-4ef1-89de-89d761aacd5b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "MQXVjcsOqBeo63HfyN6HVWutVsHDLpTHUxcRdT128Sq9gKOfPOLPwMopM27BnBvI_RQCzGNtD77JM9aYFvo_FIPp9fuqirvH7QE89EStz66cmFRzHpTrgPwhslLQAP1LrVs-BCK-5sOW-492k8KCUw.y0MBbqqC-2KbhIw3jBNUKi1v6Mmnm5O-g5Tf5tUCIIY" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "687535" - ], - "Content-Length": [ - "151" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"9b568f2c-793d-4677-a769-0da5e1293842\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/9b568f2c-793d-4677-a769-0da5e1293842?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy85YjU2OGYyYy03OTNkLTQ2NzctYTc2OS0wZGE1ZTEyOTM4NDI/YXBpLXZlcnNpb249MS42", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "41196d00-6d5e-4562-b78b-8b2b17584a77" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 25 Mar 2019 20:14:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "ocp-aad-diagnostics-server-name": [ - "BQUIGmRRyeHSEXkgch2q1Q3MYXFFtGhoXfkp3cvu3XA=" - ], - "request-id": [ - "f4545ba5-4d0b-4740-bcdc-c5521eb9e32f" - ], - "client-request-id": [ - "41196d00-6d5e-4562-b78b-8b2b17584a77" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yVcCVc_TzjSbv5R_CihajkjwNQoqfHKZblqAQ1a1TfA6V-jVW1BvsItz-qqSah41lgpupExPBl5dznL60z4uVXZcFVvaD_8xeDbDZUxWwt7zpof55rJz9aaTihGd-emiTBnPgPy3o0SVR__JwApZHw.VkH0cxYOMKocNd0de5x0oIO7xbLcwgI9rSm_GNF0dF8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2207417" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/applications/4ec7231d-a994-44a9-ac15-ea4084f542f7?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9hcHBsaWNhdGlvbnMvNGVjNzIzMWQtYTk5NC00NGE5LWFjMTUtZWE0MDg0ZjU0MmY3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "46cfda5b-d99e-4786-9282-794e9c497595" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 25 Mar 2019 20:14:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "ocp-aad-diagnostics-server-name": [ - "bjwfCHqIrtGB+z8zTamk9qnExmWtx2/qGwNbbFSoSzc=" - ], - "request-id": [ - "863947b3-18f3-44e3-9543-2825e7444b29" - ], - "client-request-id": [ - "46cfda5b-d99e-4786-9282-794e9c497595" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "XOC7xaCE_H1KiU7TMvQSMJLF0WbNcuq7lf3gIYjCSOwU54_dAC09JjvGzGKlf_QAEjVH6QhvqnAhbt84W8DTl2si6sL3ZErVwnTUYUJ-7i_mnqIhALzj6EXBmJKAYQ6MydMMKCd9ckvr_l50RL-L5A.g8yYAJPh0hG53gKaqkPe0ghVIECX70xpG4MwLjBFTjQ" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2580246" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": { - "CreateApplication": [ - "adApplication2614" - ] - }, - "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/NegativeCredentialTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/NegativeCredentialTest.json deleted file mode 100644 index 721b792ed9c4..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/ApplicationAndServicePrincipalTests/NegativeCredentialTest.json +++ /dev/null @@ -1,570 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/applications/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9hcHBsaWNhdGlvbnMvYmI2NmM5YzYtNzEwMS00YTg0LTliZDEtYzdhZWYwYTU2MWIxL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e695636f-3be9-4aa7-ad1f-7b8bf91514ea" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:08 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "8865a014-ca5a-40c1-8dfb-87cce7aabf98" - ], - "client-request-id": [ - "05a2e55b-bf26-44c1-98ca-b732e7b884e3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "r2vZ6-kIDKX3BezaYYW-PLL2xWj4FHqHD2GB_TTWAm1FZBs7arSvOfyHg2XLadzAqhV_I8Zuqa_jsEcstzaLm3gZ0fML-h1EheJCiutZgRGAGHgCiP1pvkXz-VBDIoxv.Y95dDzWrgId354ddiDQVLt2hTk0ol-pjGHftDCg3VCg" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "730052" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/applications/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9hcHBsaWNhdGlvbnMvYmI2NmM5YzYtNzEwMS00YTg0LTliZDEtYzdhZWYwYTU2MWIxL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d3f83487-2576-437c-8cab-7529d356c929" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:09 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "47425769-bcdd-4df5-a30f-54fe73fe6a93" - ], - "client-request-id": [ - "157cb16b-2a31-4003-aeef-51a5e109ff45" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "BZZY20Ihe0SMN0uraMR85vOie9qtauoY-wyql9KuoSM9D0exH98DId-hP1zcriitzaOztwcoPr2A8NWhz9kGROUPtLJeWwSj1tD8DLBYNGIOTbkQ6xLI3fLk2ros0uAH._PUvPoQsOIaA896J0i3S-QxcTliOH5o2tMh0RbZ2PKs" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1221177" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/applications/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9hcHBsaWNhdGlvbnMvYmI2NmM5YzYtNzEwMS00YTg0LTliZDEtYzdhZWYwYTU2MWIxL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fc7b506e-0c0b-439c-97cc-52c4ad082664" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:10 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "aa9808cd-e2a1-41aa-b550-7018b8a675fa" - ], - "client-request-id": [ - "f6558d37-6bab-4b1f-af9b-a3f6f9ae8ec9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8e0nndkutbv4imyZLecgO2n5xJEqHvsqcIiw7OFzTJC235ve7APiuV2FfJC31JzsOR44BgJ8bxibgqHMOWmpc_vkMqxs8W08mDChDzpImCyUXvj70PSzfUcdtNgLMVRI.c4Sh3XHXrFikBP2cGImBqxne6pEpIxWCZEv9-nc_jUI" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "288641" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/applications/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9hcHBsaWNhdGlvbnMvYmI2NmM5YzYtNzEwMS00YTg0LTliZDEtYzdhZWYwYTU2MWIxL2tleUNyZWRlbnRpYWxzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:31:08.4342857Z\",\r\n \"endDate\": \"2019-09-28T19:31:08.4342908Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"58dda580-1207-44e2-8436-cffc5a5eb60a\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5fa24d72-e03d-4049-a902-970789e744cc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1325" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:09 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "2ea17d3c-6b70-4fbf-a0e1-0dcdc3f7ae82" - ], - "client-request-id": [ - "be339f75-7be8-41c5-9c3b-c84d35f77e92" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "OIDrH0vDlxK-_hP5mEjwTMgUP2go96KNYwW-GSLWpzesC8QPlQZ3H8461xf_vvOjtKp4qU20QwSi02MH2Hc4dRM0qeHV_E9iAjFHGR94NsrGtYwzESW-wdNL_ZZkx7ZA.jyhyis_oIZZwyE5hNvluHjmzHe3WM8WAjGLGB5-gd9s" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "983470" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/applications/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9hcHBsaWNhdGlvbnMvYmI2NmM5YzYtNzEwMS00YTg0LTliZDEtYzdhZWYwYTU2MWIxL3Bhc3N3b3JkQ3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:31:08.4332901Z\",\r\n \"endDate\": \"2019-09-28T19:31:08.4332952Z\",\r\n \"keyId\": \"b47a1fe9-0353-4803-88c2-9f474abe03ec\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "799f6dc1-bcbd-4dc3-8a29-6c75cafd8fbf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:10 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "fd37736b-7dcf-4bfd-99c6-3340d5c36ceb" - ], - "client-request-id": [ - "44837bce-db65-498c-a27e-856e64f58da8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0VwhR65QFFAorJ5uOdp2sIiwNHQ_q7t3Ml9PCm1zBtSRT46pvYRqsAMH1iyG9Rd_lXM2lCLDsy74bBrtme-pkGdkWoxqduduulNMeGfF2uxj1ypt1nOhqAQG_zAH9kvr.JJ4Fb-JxOsoaMdEFYlbWj43HaRkjQIIBp-MAJXZD64U" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1217067" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/servicePrincipals/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9zZXJ2aWNlUHJpbmNpcGFscy9iYjY2YzljNi03MTAxLTRhODQtOWJkMS1jN2FlZjBhNTYxYjEva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "14457d79-de33-4e38-b2b6-330322d756be" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:10 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "d15a5d10-2212-4a8a-befc-2194f066b4db" - ], - "client-request-id": [ - "598c8b72-682e-4702-927b-b62b88a7d406" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "gm39Lcj8Qwds9poLILFYqqVtDMmGt7EFiwDFQR4RW2xl4zkZ8r0yCOE0AutxEZ4vzSMugmphNdjoZsItSDFZaDiS3oICOVw47gIZ-yT9BnKGIvNxtaeYblUwnXTLFHz-.Oa5zsJVO-aPSqF0C4rkMp5XbI21l9UK8cq6C3Abkp6g" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "431440" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/servicePrincipals/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/keyCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9zZXJ2aWNlUHJpbmNpcGFscy9iYjY2YzljNi03MTAxLTRhODQtOWJkMS1jN2FlZjBhNTYxYjEva2V5Q3JlZGVudGlhbHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:31:08.4342857Z\",\r\n \"endDate\": \"2019-09-28T19:31:08.4342908Z\",\r\n \"value\": \"MIIDDTCCAfWgAwIBAgIQOb2LzLz3WLlGpKNLhqJtOzANBgkqhkiG9w0BAQUFADAuMSwwKgYDVQQDEyN3d3cuc2FtcGxlYXBwbGljYXRpb25jcmVkZW50aWFsLmNvbTAeFw0xNDEyMjAwMDIzMTRaFw00NDEyMTIwMDIzMTRaMC4xLDAqBgNVBAMTI3d3dy5zYW1wbGVhcHBsaWNhdGlvbmNyZWRlbnRpYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrL6GBsVfmn/I6PVdPZNqtQtfYYHUxn7xqMHmfoup522NypeGRlR0KIVJAU1YsUkIvUyA+oReLwnehV0VXww68mTybGtFyrSXs4wU6fm6mvwhfRkYRjK8uttpNPMWrePAut3fy9Vu6dPPtMyAHVb5dpuFk6Ww+6i4XmXPV1BYJvz49a7lc9RhzPuaA5KQQFBuP7rOkxQ2C5Tnyb6Bzhu4HvroH2Qg3cWfjIRoUFcam5xwdxyzUIR0tQzAVCXrV9ca70MGQGakTSvwGHB4rORQFQEoANarGM2E5Yio8wXZFuzCk1/o9YuW3QiZLaeOGdQU0klIfGE1kn2wLxuEvvZBwIDAQABoycwJTATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8EBwMFALAAAAAwDQYJKoZIhvcNAQEFBQADggEBAKVFzEuJQDs/hExxkaA8ehoLSRgTIfg1cVsRNioXiVc1uNA0qlB68kLaR96fqMB0k8MjlNvR9giHIu8UWzJtTjevr9357zL94VR/eMmcAvUldqixn0nZWmxGZfbehQwNga8qLmXpamJMz0awsiZm25oYfCfKtopDS5sNfCI6DaVvSOoI1wJwVY94EV9iznyTAn6QIWrOBZ4AtE33g3V1pFkNwN0M4PUmow8mIK/+VefObSq0MsCmWDtB7Bz3uQKbjxsIqX1WjC1mu7S6LimMQJX1gzj2eFXJ5/q1AcCCXWcUDPsZou6aixxutvmqcM1wGdWCKdjS52InwFdAYSnNJCY=\",\r\n \"keyId\": \"58dda580-1207-44e2-8436-cffc5a5eb60a\",\r\n \"usage\": \"Verify\",\r\n \"type\": \"AsymmetricX509Cert\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "add936f6-6168-4821-a1b2-c3b1a4268fc5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1325" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:10 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "f1347a68-839d-4ee6-a4aa-0b03fc794ddf" - ], - "client-request-id": [ - "7c4902e3-ab0a-40dd-9271-d80456b5d3a4" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DUQMx6g2TOv3-akN-vtxtIbwtOPI9Xb4nDzivjXwUwHGlMFw2DsCxh35aXpW1ppRJWWvcJKIRbmqeConXmZnhAi2xW3_cyZr-mzA2Fh86cbevKv7SpSVjgDwdrbvf7Hl.HdH1xLyFH50SJysSsI5Ltx3Zl30U70_XUZivFJa9vik" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "857287" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - }, - { - "RequestUri": "/72f988bf-86f1-41af-91ab-2d7cd011db47/servicePrincipals/bb66c9c6-7101-4a84-9bd1-c7aef0a561b1/passwordCredentials?api-version=1.6", - "EncodedRequestUri": "LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny9zZXJ2aWNlUHJpbmNpcGFscy9iYjY2YzljNi03MTAxLTRhODQtOWJkMS1jN2FlZjBhNTYxYjEvcGFzc3dvcmRDcmVkZW50aWFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"startDate\": \"2018-09-28T19:31:08.4332901Z\",\r\n \"endDate\": \"2019-09-28T19:31:08.4332952Z\",\r\n \"keyId\": \"b47a1fe9-0353-4803-88c2-9f474abe03ec\",\r\n \"value\": \"AQIDBAUGBwgJCgECAwQFBgcICQoBAgMEBQYHCAkKAQI=\"\r\n }\r\n ]\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "767a2599-85da-4ef2-8120-945173b8341b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "258" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:31:11 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "1fceaa43-df4e-461a-92ec-068651ff5291" - ], - "client-request-id": [ - "09d5294b-66c0-497d-8c51-aa0f24e4edd8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "uF3ttC9MMkoOwJ5bpoD5cPy-jTfQ9AcvEJCOwyoBF0BySZ77Eto_ymnkpzRndOQfjOt_dgcCICW-88jzw_rngvg_yfDQd8k30I4aliiGhMyWRcZYIEdQMrqapCVq44q-.Jlninw1JIQQ35_hXGMtHAfV1lTYA-NyKj7xMPus6zXw" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1972785" - ], - "Content-Length": [ - "119" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Invalid domain name in the request url.\"\r\n }\r\n }\r\n}", - "StatusCode": 400 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListGroupsTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListGroupsTest.json deleted file mode 100644 index c36cc53f8273..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListGroupsTest.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f26e406a-0098-4f65-9b43-dfb31052ee03" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "f49faff0-909b-4d1e-b94c-a46657357362" - ], - "client-request-id": [ - "7fb7be1d-895a-446d-88a5-3a364872d4db" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "qKIbj-kpoJ4a41INgPQ8zq18Nhlr4oPB5XNr-r7ay2eVYINWKdkrFLLaPWLDQ0jtzgC5dUMnbO6aVtiSIusjM0D2biBCuv4AVf8x5lpO92XZ4HkZPwjXunkJIXADhIC5Y32Ga_NJ5gICa3QTXKCfAA.O2Yc_0leM6sR5wi02-InQ_dTbYpu0G0KI2JWF0jJsuo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1092861" - ], - "Content-Length": [ - "56864" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"002f0f90-2abe-4d3a-9773-a063415efa14\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0032c4a7-e2cb-4dbe-bce4-c3f6245088eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ec\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ectester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00403015-c29a-4b76-8eea-d9a39b6f8ae4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00563089-d788-445d-8e29-2354ea6f620c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00a210f5-c614-40ed-b770-a9ba0816dcba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"010efe75-8227-4b7d-a053-a8291917fe9c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0110be8a-63d4-4a37-a82d-1882587154cb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"011349b5-a067-4c26-aba2-24be24652246\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0131c128-6273-4c74-a16b-1266f4e2a12a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0143b397-f559-457e-8cb6-c9bd27fb1c4a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01568a83-9a7f-494e-8059-58e350480668\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"017506ee-10f9-4e7e-87a8-482b6bbf84a1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"019f4163-eaa8-42c6-a964-73f38d7a9369\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01c782cc-392c-4566-b053-68d94680c9e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0244118e-7180-490f-9513-5bd27b52c351\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02447f8b-6816-452d-8041-b9e0e50910d1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0246563b-c880-42ef-bbf7-9761c4abe1e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bd\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bdtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0249c1cd-f1b3-443b-8876-47d173e8aaf8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024bf4c2-0b85-4796-9aca-ac897a5c4d68\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024e3ca5-641a-47ff-aa79-0c999c0df6f7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"029fa69d-0ca5-4b9a-9f25-a1b4f22e93f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02a33bba-4226-4e40-8d6c-db37366e7fb4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02ac4eb7-58eb-4042-87db-b9b43f7e0a15\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02c6a231-d6e7-410d-a043-2dfcb5507b34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecbatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02f62226-a533-4cf8-a62a-89368e28511e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0308811e-a222-4b7c-a257-7dd13b6c8715\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"032dedc4-b9b8-4a52-82ae-db8380713995\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6214\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4992\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"034802f0-baa2-4f91-9fca-05c55f401f84\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03526284-0eb4-401c-b84d-ebdb6281b7d3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03775ba7-3c63-477b-bac0-417682cb57b9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"037e5346-c7f5-4ff1-b824-be4f03ff3e0a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"038324b1-095c-4b9b-8c79-35ba51adb7de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03b05448-31ba-431c-a534-ea515006de7c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040b5ba5-7c87-4833-93d7-1b4e12c878d7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040e5815-75db-4387-9eb5-829f889ef1a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0422b30f-5e22-4669-95d4-e15fe70b1471\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49ab\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49abtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"043e33d0-cb3c-4c5b-b12a-dbd4e97c6b16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0450a46b-6832-4bc8-8bfd-016ed37adf60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0476b415-5057-4452-a093-40f3dc314309\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0479f4d0-7f1e-4577-8b7e-ff4c8c2e665f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0482ddb9-fe64-4695-9b26-5c7605eabd21\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup30fcdc25c-5015-4079-a910-86484769322b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup30fcdc25c-5015-4079-a910-86484769322btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0485362a-a429-4ab8-ae03-25875e2408a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"048d89ab-1af9-42f4-8f50-54fbe4918662\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049ad6c8-ddcc-45a8-a6fa-c61f2e73b562\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049eb791-7776-4eee-9e05-d2d49d09762f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04c549a3-eb6c-463d-bea2-57e5c33385b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04eaf55b-9629-4469-b3b0-76e20391923e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef4913-940a-4f24-ad8b-2ce6a02d453d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcc\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef6f25-6742-4b9e-b75f-4336a0e88c8f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f5ca03-757f-4969-8b40-eb39d0ddba5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aa\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f964a2-0f16-4c68-a487-7f7c2ba09540\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cf\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0512d398-32c0-400a-b4b0-bd97ed59a16b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0513d580-6b7e-4d3c-b816-2df31c5aef5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0537f7e4-f912-474b-82c8-89e7c7e3dd7b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0548d2f8-1eec-4741-a222-867fc259f944\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"054df259-53af-4cff-af1e-20574e697b04\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"056e4e50-0b16-4b4b-bc17-81cfe4fe2c5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18af\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18aftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"057fb0f6-92d4-4c94-b2c6-c1776e82f1ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05893ced-da85-4a1d-9c59-88516e75d6b8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83e129968-3767-427d-8206-baa529035eff\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83e129968-3767-427d-8206-baa529035efftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0593be3f-29eb-4b07-87ad-96ad3bf44a34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05970a03-b736-44f8-b3bc-44d0a23013dc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05caf738-4c3e-4051-87f9-233b128835df\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup07848f338-9ebc-4004-be92-158059c3603d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup07848f338-9ebc-4004-be92-158059c3603dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05e6a1fc-72fc-45fc-8e72-481fc64c7199\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05ee7439-1e2c-41da-915f-b4f460249e5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1828\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4006\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"060b0940-8a54-4d1c-ab22-76a9790b267f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"061b6639-12d3-430d-ba50-048ec0eb52e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06409e6d-2227-4f63-b8f6-8732648c3bba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5da\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5datester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06480f00-451d-4295-a8a3-0dc3cab84359\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"064d7598-8b3c-4d1f-b092-b46921d59bf0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1505\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail6694\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065844d5-1bb5-4918-b9c8-bc51ca22a33b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065c156b-033d-4a35-ba18-3b4453ef4ba4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06935a97-a880-4f49-af4c-866304b8e0aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06d2fe41-005b-475b-8bad-1fbfdefcce0c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ed2ad6-a377-4817-b5bb-372dc132aa13\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ef9c3d-d754-4f4e-8710-f07af9146cc0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07112a4f-22de-48c7-aaee-f18108db14e4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4155\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail2179\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"071fddec-2555-4b63-9060-9539bd40fc6e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"074c4e08-4ad8-40bc-9770-ad3826520163\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0761c54c-9f82-44f7-940c-4efa478637f1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"077d6d2c-6e95-416c-a507-3a0c3fd024c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3924\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail102\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"079da1f9-f143-42ca-90d0-85bd19756d6c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07af9e86-e016-4172-b1b8-d25d06bd2c63\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07b56393-9d3f-4770-b318-946db02f50f5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cc7125-1a23-4c86-a1a2-04d26beaff93\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cd1f15-7a94-4735-a919-55ca6ac4d193\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07ff04cd-96e7-47e4-b91c-2a22d3f0875d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"080fc58b-119e-4061-8183-17f2f928fd64\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6ba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6batester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081cf804-c3cd-4a04-b8d7-a6399af38fe1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735eb\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735ebtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081dc5ea-b327-4a59-b7b5-89232b0bf52f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081f6f20-354a-4e92-9a4f-a2b92ccd7d9e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfca\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfcatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0840a601-46f6-4cee-a6e7-0ed7716bebeb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0846c918-8037-4f65-b473-f408ecc2f5c2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0857b2f3-3af2-4f57-8c30-b70cf8d4a6b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08799ce3-15f1-4bfa-8d63-ed75f4c08875\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946ee\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946eetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0883956f-0c11-42d8-9eb3-d7ca97b48b66\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"088cf79b-9b61-4a54-80ba-5021b07d9f39\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"089bab5b-9006-4e9a-81e9-2cb8830317da\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08a20681-6abf-4aaa-a3ed-3c76326870fc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066632A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066630000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?$filter=startswith(displayName,'testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3')&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/JGZpbHRlcj1zdGFydHN3aXRoKGRpc3BsYXlOYW1lLCd0ZXN0R3JvdXAwY2Q2N2IwM2EtYTg1NC00ZTZhLWE3NTMtZTNmMTY5OGM5MWUzJykmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "94f91bf4-0db9-4ffe-8608-ddbd8ffcef17" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "2118e6c0-5865-4af1-a188-9db62cfa7f4e" - ], - "client-request-id": [ - "67a4c68b-edfe-444a-9932-d3d325477bd0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "rwG8bz3jgzLL-mh6SmQwpudFcbPl_mcyRmNfGIBDTq38VV0Aa7I6yolS4GA1ipG-bCh1Cmmfd9n2fQh-Qps40evnyKhBIbD8cuQ8uueLdLItT6ldogZxKzcmqFc3PoSy_KxUAlqxSGqtkxUANju1CA.gEXaEus5BHwwDs1o2yCV7pGT1ZsTpcQZWxEQbQOpeuM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "608935" - ], - "Content-Length": [ - "722" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListUsersTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListUsersTest.json deleted file mode 100644 index 3504c6bf8197..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/FilteredListUsersTest.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0b55b401-b163-4982-b1d8-236b4e7c2b1f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "d1d9cb42-c435-453f-896c-a9385d15b705" - ], - "client-request-id": [ - "5bbf9bb9-deb3-4ddb-ba3b-360d2e33d533" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CWp4CPDtjx9cyEPUgOd6QRVzcStHoPqb62mQ-qO1TUhsrxoEvNti31JqvtfFHRi1c_xz5qkJuJgMoPB-TrrYMoHbNckFqcq6EZaJXrmzAwuma4mfjO8UAnxPCOS3nbdpUp_n2vW3ThOUYFvnIBw7LA.Pv4PsFqCoXbN8PNyvr8oSNSfswK90d4HvF7neXdyRYA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1424294" - ], - "Content-Length": [ - "130821" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"creationType\": \"Invitation\",\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"abene\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": \"abene@microsoft.com\",\r\n \"mailNickname\": \"abene_microsoft.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"abene@microsoft.com\"\r\n ],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [\r\n \"SMTP:abene@microsoft.com\"\r\n ],\r\n \"refreshTokensValidFromDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"showInAddressList\": false,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"abene_microsoft.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": \"Accepted\",\r\n \"userStateChangedOn\": \"2017-11-08T23:02:57Z\",\r\n \"userType\": \"Guest\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3c67fcba-b084-4d5c-aedf-8e57416197c8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1121\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1121test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1121@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1d058657-4d12-49a9-85f8-b10c2654e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1253\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1253test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1253@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"06f82105-5c0e-472f-910e-10407cbe7c55\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:14:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1301\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1301test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:14:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1301@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dcfeaf15-302c-4e29-bb43-ce1de5830771\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1338\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1338test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1338@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0053e6a8-5765-46ce-a6c2-40af41db8342\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:46:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1340\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1340test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:46:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1340@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a501cc7d-4445-4e4e-ab11-3cda24ffea99\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:14Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1359\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1359test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:13Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1359@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9defc6c9-8233-472d-bec0-b4a01e89b3ce\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser14\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser14test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:38Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser14@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4c0744f3-330f-4da8-910e-a7d4e80c16e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1417\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1417test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1417@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9bfc63bc-576c-4830-ac8f-db78703a6f69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1422\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1422test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1422@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5b403a05-cbd1-46b6-98bf-5223b017f692\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1473\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1473test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1473@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f2a75d7e-be48-4961-a353-6f9d355471ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1550\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1550test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1550@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a8e0885-c928-4744-a38c-77fb2a94af65\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser157\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser157test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser157@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"451895c9-3787-4e87-b641-6522476f7d2d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1615\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1615test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1615@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e7f283ed-d4fd-4a3d-9d1e-627baeca96ea\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser171\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser171test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser171@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b58cb16e-8c7f-49b6-85e3-bdeac9748ebf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1783\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1783test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1783@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2991d002-c745-41fb-b3fc-a2bc1896a7b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:22:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1895\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1895test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:22:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1895@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cce4a850-1dc6-4a46-bce6-5f233c6dd1a1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser19\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser19test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser19@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b32bb64c-0725-46b7-afb0-80730add94c2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser192\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser192test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser192@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cea4bdd0-095b-498a-8482-827eec36166c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1943\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1943test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1943@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1917ec20-e68a-406f-afca-054f9fa5d9f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2005\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2005test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2005@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"10c5060e-a279-42c1-ad54-d1e46a17b954\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:29Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2052\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2052test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2052@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e2ac3398-588a-4277-a4f3-f0ce10f0541b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2082\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2082test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2082@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ad8b4a69-667f-4cd9-80da-94c31cc61cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2137\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2137test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:26Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2137@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6d534b7a-7f09-4b7d-aa2d-bcf4edd4bd5e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2302\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2302test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2302@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1f619f47-3bc4-4548-a449-0e6318dd79fc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser231\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser231test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser231@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dbc021e1-9cc5-4072-b76b-3179080a56bf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2377\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2377test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2377@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a9a5078-64a3-43e5-bb7e-b268efcf6d25\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:12:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2380\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2380test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:12:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2380@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dc893571-d3b3-425c-97ec-951e33477a21\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2444\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2444test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2444@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2b6343cb-0126-4592-bb27-20bd985f7039\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2455\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2455test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2455@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"62f097dc-ee76-4b88-aa98-0010c4510d69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2605\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2605test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2605@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9e11d5e8-9c45-4dcf-a8ff-606ae2d75cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2726\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2726test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2726@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d8c87179-f2ae-4cdf-9742-b1db9a9b84f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2755\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2755test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2755@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"14d2b538-d1cf-4beb-b904-f4c578c9a058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2950\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2950test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2950@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b429af66-b122-468d-92b1-7709946c4bd3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2985\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2985test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2985@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dac3ad66-0e35-4e8f-9292-f48a7eb34074\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3027\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3027test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3027@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"32ce3805-6df8-4419-9b09-5c7d02b5a818\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3096\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3096test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3096@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8eb9f454-6efe-4c83-9a98-c568aa09d487\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3120\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3120test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3120@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"abea7955-7883-41a9-af2e-a8ce705c24e2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3150\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3150test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3150@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"17c09739-1f0e-47fe-9e60-858bceab6602\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3165\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3165test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3165@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c3471abb-b91d-4f54-9182-5b2a317657b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T21:17:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3166\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3166test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T21:17:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3166@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"99086829-f569-4168-85fc-d7ec1ce1120c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:00Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3193\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3193test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:59Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3193@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"25593d17-8b84-487f-a861-466fa3b71590\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3234\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3234test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3234@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d2d87f87-6100-4c01-8d57-f9f28266f5a3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:58:01Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3239\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3239test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:58:00Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3239@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ec49efd0-982b-45fc-b057-c1d06ed024a9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3255\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3255test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3255@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2284665c-f07c-4145-bd84-3f6674a3711f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3366\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3366test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3366@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b5fad114-68a2-4d36-a81a-2ede6e444a78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3569\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3569test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3569@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d4399215-df0e-4767-8459-02b0d593884a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3577\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3577test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3577@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"adfa149b-7ed6-47df-8ef1-098ebc2d0284\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:02:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3593\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3593test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:02:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3593@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"489c548f-e303-4579-918b-565f07ce6245\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser363\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser363test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser363@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c19551b1-378e-4850-848d-9ea746e2239f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:10Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3735\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3735test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3735@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"fdf6e150-3093-4adf-8786-a5c1087ff36b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:25:46Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3749\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3749test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:25:45Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3749@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1e91cc95-bc94-41ab-90b8-9a5532c8fe62\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3770\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3770test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3770@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"36a3a838-0eed-4c03-bcb8-88262b13e0d9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3777\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3777test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3777@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"775ab5eb-c396-4f4c-98b3-bd3e57f6d5ef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3856\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3856test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3856@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"437d288d-45a1-4fc5-99b6-3ae42ad7a854\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3912\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3912test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3912@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30c0c864-274f-4e36-ab42-b636e0d835f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3991\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3991test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3991@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"80718eff-f9a2-48f8-9cf3-6d6fc39e2e20\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4035\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4035test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4035@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"72d7f314-5d77-43f0-8b9e-91ef9bd90bd9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4099\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4099test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:24Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4099@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8bd7022c-ae45-4d84-97bb-1331c9019715\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4110\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4110test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4110@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6148a870-aef3-4f94-af76-b58a72100166\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4125\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4125test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4125@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4ef57b17-839a-4a86-bd46-3d91d584f556\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4293\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4293test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4293@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"258e497c-f803-4134-938f-94d6aec423bd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4305\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4305test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4305@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f549c2f5-2b51-4010-956d-03bf8d45dbab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4313\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4313test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4313@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8c6448e5-b6e9-4453-801d-a720f427ce48\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4387\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4387test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4387@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"278a85d2-1016-4cf7-b021-286766ccdeef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4530\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4530test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4530@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"de4931e3-a877-42ab-9f4d-b90d6e84402f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4546\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4546test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:35Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4546@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6df81df4-0214-453b-9e24-0855b882aa29\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser458\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser458test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser458@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c13e68b0-7b78-45c6-a49d-b0c2519eb1dc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4624\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4624test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4624@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30e693b1-f0db-4913-b4ce-d2010743e5e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4689\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4689test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4689@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ab6c5c8d-2391-46d0-8d09-e91ff288776c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:26Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4744\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4744test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4744@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"40804ff7-4b45-4c8b-ac10-e11ad0729281\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4800\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4800test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4800@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a1f4be23-6342-400a-bd76-fb477fdf6e3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4870\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4870test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4870@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c5539960-8fd5-4154-bc2a-47e31f5703b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-10-31T19:30:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4885\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4885test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-10-31T19:30:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4885@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"bd598ad0-87b5-4d57-a7d7-dd7bb35b53a5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:48Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4901\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4901test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:47Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4901@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1a91cc2a-4552-4c76-b4fa-c7cacfe43410\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4990\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4990test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4990@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"16fa1afe-97ab-4abc-b1eb-46fb81d1bbc2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4997\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4997test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4997@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0723364c-f3f7-4637-86c9-d312aedc5ecc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5067\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5067test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5067@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"60d72bae-8d3b-4224-a777-4050f2f5233c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5102\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5102test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5102@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba84be50-b72b-4967-9dd4-5ee31ac3006f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:42Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5269\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5269test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5269@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3ccc6333-09b4-4f57-8955-3e002bd8c875\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5315\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5315test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5315@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0c77ba89-75b6-4a5e-8f78-a0082380b463\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5476\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5476test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5476@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2a76dc63-f8fe-4c28-86e7-12396bcb88f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5865\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5865test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5865@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e12e9d9f-59bb-4702-bb67-b05c809a7d5c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5871\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5871test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5871@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"96090f18-9f55-46c3-9e40-bc62d475ba9d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:57:31Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser592\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser592test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:57:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser592@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5296bcae-0381-47be-8de6-2045720c650f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5992\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5992test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5992@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e03f6502-a962-4475-90f1-db8878eb05fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6010\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6010test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6010@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"92e70ff5-adc2-43f3-a3c7-1e09d77c8f64\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6077\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6077test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6077@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"da00cde4-87ba-4bf6-afda-35152b218fc3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6114\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6114test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6114@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"625fca1d-a0c0-4878-9a62-0b81712e67b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T22:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6139\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6139test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T22:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6139@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1fbd948e-391c-4bd1-970c-c4dc2e76ca3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6223\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6223test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6223@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"eb42999d-24af-4e54-bbfe-e491f10b1437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6246\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6246test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6246@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba7b6929-f899-4f1d-9bd8-cb171aaafea3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser628\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser628test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser628@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9a02ffbd-7e41-44a0-a65d-8f384d7f846e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6290\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6290test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6290@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"24e4491f-7a48-4cb2-a3b0-11cf9a536372\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser634\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser634test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser634@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"edb7e76e-c7df-45ca-82dc-b1a0b9b732f1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:33Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6413\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6413test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:32Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6413@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98908062-73cb-40d1-9af8-02f9ebebfb85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:44:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6432\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6432test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:44:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6432@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98e0e0b4-8f1d-4e54-95fa-9ef34be67594\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:35Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6479\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6479test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6479@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8ccb5ccc-0182-4a29-879d-6d8d020c6a3f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6482\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6482test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6482@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.User?$skiptoken=X'44537074020001000000273A616475736572363438324072626163636C69746573742E6F6E6D6963726F736F66742E636F6D29557365725F38636362356363632D303138322D346132392D383739642D366438643032306336613366B900000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?$filter=startswith(displayName,'aduser1059')&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz8kZmlsdGVyPXN0YXJ0c3dpdGgoZGlzcGxheU5hbWUsJ2FkdXNlcjEwNTknKSZhcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6534b89d-72ee-4199-97de-9f81e2ce45ee" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "294fa0dc-3d39-4fbe-91ce-1755b0a677ed" - ], - "client-request-id": [ - "659a22c4-6924-4a15-bbf6-447f1601a951" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TmnNMb9PV465JD4snHTLC1pL3EnIDbdIV-2AjAW2N0hP6jn1yx20rsSsbYpF8J-T8eANZ_inZywg1qu62791VYUpG0WL6-eYAMFY9UDzXjJcEOI8V1a6DGsOmrnEFpmpYDIuj48QChaBViW8CkzaQA.yyoqR4fY_ufI2k_l3NaxmCiam21I07WKtWT56bPGZMo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "929669" - ], - "Content-Length": [ - "1456" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GetUserUsingSignInNameTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GetUserUsingSignInNameTest.json deleted file mode 100644 index ca5463dff0a6..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GetUserUsingSignInNameTest.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?$filter=userPrincipalName%20eq%20'auxtm596_live.com%23EXT%23%40rbacclitest.onmicrosoft.com'&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz8kZmlsdGVyPXVzZXJQcmluY2lwYWxOYW1lJTIwZXElMjAnYXV4dG01OTZfbGl2ZS5jb20lMjNFWFQlMjMlNDByYmFjY2xpdGVzdC5vbm1pY3Jvc29mdC5jb20nJmFwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef7bd0ba-af08-4e25-b38b-0f79e3835902" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "0fb0ba24-52f4-47b7-a7ee-381fa7020c0f" - ], - "client-request-id": [ - "95fae7e6-957f-41fa-b667-61386f97e648" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "R78-hAxF4Hk7GmT77ENmMMBFHNL0XGXYAi3RylFPquXrH9v3hdWfTM4kWLnKkXvXozDHXqHVs_bZM2KliyKOUSle-E5uL243GcVN7nIIOGL9ZLWHNW-PAl5ZAZBtovtQhd5eNpEl-XxP-yIrKi6lqQ.WToD1ni-8wD8aM0V9YZuQOtfIAEvJlGlbIjeo-AN2o4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2801775" - ], - "Content-Length": [ - "1583" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"110ccbe1-cf56-46f4-9b4f-2a27f858ca8d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2015-09-17T19:49:33Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"auxtm\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": \"auxtm\",\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"auxtm596_live.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"auxtm596@live.com\"\r\n ],\r\n \"passwordPolicies\": \"None\",\r\n \"passwordProfile\": {\r\n \"password\": null,\r\n \"forceChangePasswordNextLogin\": true,\r\n \"enforceChangePasswordPolicy\": false\r\n },\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2015-09-17T19:49:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": \"auxtm\",\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"auxtm596_live.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?$filter=userPrincipalName%20eq%20'test2%40rbacclitest.onmicrosoft.com'&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz8kZmlsdGVyPXVzZXJQcmluY2lwYWxOYW1lJTIwZXElMjAndGVzdDIlNDByYmFjY2xpdGVzdC5vbm1pY3Jvc29mdC5jb20nJmFwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e19a6f87-081d-4388-bdd6-d7c312ce80d9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "429761c0-b28b-41f5-91a5-f03968008aaf" - ], - "client-request-id": [ - "9c41dc7c-66d2-43ce-84de-d1ce3c85503e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-CvwV7KE6sy6qzX_fBXTAQVquuzBJJAz54UKXlJ3RFUXrFJJRf6NkBuG3Szv0Qbq34TGnh1C15e8nGoaBJFx2eX0fsXO1O5ohTNgFcV48rW15rqO8pAVigkbTzg4Vf0pC3SuKwXjUfcOmeNnWpeXqQ.9gaLCA2VJioSpqSbN1PhVG5N3Of0WDATOpR2GrxVeEc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1259996" - ], - "Content-Length": [ - "1475" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2015-08-04T22:45:24Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"test2\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": \"test\",\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"test2\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"shubhamagarwal05@gmail.com\"\r\n ],\r\n \"passwordPolicies\": \"None\",\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": \"en-US\",\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-10-13T19:08:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": \"test2\",\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"test2@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMembersTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMembersTest.json deleted file mode 100644 index 3cdd068f8bbd..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMembersTest.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ccdc737d-67be-41e6-98f0-4036e1efb527" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "d75e0932-7969-4322-85f1-c2c85e152717" - ], - "client-request-id": [ - "ce0e1b39-8daa-4035-875a-baaa1a989148" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "QZ63-DymBTbc_djmnzYK6-KQ9rHDYqSk_BwdJPbHvwkXMME4Wt4lWLqN2NdI6Ke19I6ErvPpXN_xrere3X_j_gJPUZEHDILRfdKsESsJ-H3p_TDkE7vE-kS1ulFxCLShs-3tbjRkhm5OKwGD3bIsBw.tRpF1S74QaDWVLhn-oaHLpYkRK3HFJQ80Go-WQ-PyKs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1147838" - ], - "Content-Length": [ - "56864" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"002f0f90-2abe-4d3a-9773-a063415efa14\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0032c4a7-e2cb-4dbe-bce4-c3f6245088eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ec\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ectester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00403015-c29a-4b76-8eea-d9a39b6f8ae4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00563089-d788-445d-8e29-2354ea6f620c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00a210f5-c614-40ed-b770-a9ba0816dcba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"010efe75-8227-4b7d-a053-a8291917fe9c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0110be8a-63d4-4a37-a82d-1882587154cb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"011349b5-a067-4c26-aba2-24be24652246\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0131c128-6273-4c74-a16b-1266f4e2a12a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0143b397-f559-457e-8cb6-c9bd27fb1c4a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01568a83-9a7f-494e-8059-58e350480668\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"017506ee-10f9-4e7e-87a8-482b6bbf84a1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"019f4163-eaa8-42c6-a964-73f38d7a9369\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01c782cc-392c-4566-b053-68d94680c9e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0244118e-7180-490f-9513-5bd27b52c351\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02447f8b-6816-452d-8041-b9e0e50910d1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0246563b-c880-42ef-bbf7-9761c4abe1e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bd\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bdtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0249c1cd-f1b3-443b-8876-47d173e8aaf8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024bf4c2-0b85-4796-9aca-ac897a5c4d68\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024e3ca5-641a-47ff-aa79-0c999c0df6f7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"029fa69d-0ca5-4b9a-9f25-a1b4f22e93f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02a33bba-4226-4e40-8d6c-db37366e7fb4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02ac4eb7-58eb-4042-87db-b9b43f7e0a15\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02c6a231-d6e7-410d-a043-2dfcb5507b34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecbatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02f62226-a533-4cf8-a62a-89368e28511e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0308811e-a222-4b7c-a257-7dd13b6c8715\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"032dedc4-b9b8-4a52-82ae-db8380713995\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6214\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4992\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"034802f0-baa2-4f91-9fca-05c55f401f84\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03526284-0eb4-401c-b84d-ebdb6281b7d3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03775ba7-3c63-477b-bac0-417682cb57b9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"037e5346-c7f5-4ff1-b824-be4f03ff3e0a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"038324b1-095c-4b9b-8c79-35ba51adb7de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03b05448-31ba-431c-a534-ea515006de7c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040b5ba5-7c87-4833-93d7-1b4e12c878d7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040e5815-75db-4387-9eb5-829f889ef1a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0422b30f-5e22-4669-95d4-e15fe70b1471\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49ab\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49abtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"043e33d0-cb3c-4c5b-b12a-dbd4e97c6b16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0450a46b-6832-4bc8-8bfd-016ed37adf60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0476b415-5057-4452-a093-40f3dc314309\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0479f4d0-7f1e-4577-8b7e-ff4c8c2e665f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0482ddb9-fe64-4695-9b26-5c7605eabd21\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup30fcdc25c-5015-4079-a910-86484769322b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup30fcdc25c-5015-4079-a910-86484769322btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0485362a-a429-4ab8-ae03-25875e2408a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"048d89ab-1af9-42f4-8f50-54fbe4918662\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049ad6c8-ddcc-45a8-a6fa-c61f2e73b562\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049eb791-7776-4eee-9e05-d2d49d09762f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04c549a3-eb6c-463d-bea2-57e5c33385b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04eaf55b-9629-4469-b3b0-76e20391923e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef4913-940a-4f24-ad8b-2ce6a02d453d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcc\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef6f25-6742-4b9e-b75f-4336a0e88c8f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f5ca03-757f-4969-8b40-eb39d0ddba5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aa\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f964a2-0f16-4c68-a487-7f7c2ba09540\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cf\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0512d398-32c0-400a-b4b0-bd97ed59a16b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0513d580-6b7e-4d3c-b816-2df31c5aef5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0537f7e4-f912-474b-82c8-89e7c7e3dd7b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0548d2f8-1eec-4741-a222-867fc259f944\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"054df259-53af-4cff-af1e-20574e697b04\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"056e4e50-0b16-4b4b-bc17-81cfe4fe2c5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18af\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18aftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"057fb0f6-92d4-4c94-b2c6-c1776e82f1ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05893ced-da85-4a1d-9c59-88516e75d6b8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83e129968-3767-427d-8206-baa529035eff\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83e129968-3767-427d-8206-baa529035efftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0593be3f-29eb-4b07-87ad-96ad3bf44a34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05970a03-b736-44f8-b3bc-44d0a23013dc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05caf738-4c3e-4051-87f9-233b128835df\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup07848f338-9ebc-4004-be92-158059c3603d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup07848f338-9ebc-4004-be92-158059c3603dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05e6a1fc-72fc-45fc-8e72-481fc64c7199\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05ee7439-1e2c-41da-915f-b4f460249e5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1828\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4006\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"060b0940-8a54-4d1c-ab22-76a9790b267f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"061b6639-12d3-430d-ba50-048ec0eb52e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06409e6d-2227-4f63-b8f6-8732648c3bba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5da\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5datester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06480f00-451d-4295-a8a3-0dc3cab84359\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"064d7598-8b3c-4d1f-b092-b46921d59bf0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1505\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail6694\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065844d5-1bb5-4918-b9c8-bc51ca22a33b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065c156b-033d-4a35-ba18-3b4453ef4ba4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06935a97-a880-4f49-af4c-866304b8e0aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06d2fe41-005b-475b-8bad-1fbfdefcce0c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ed2ad6-a377-4817-b5bb-372dc132aa13\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ef9c3d-d754-4f4e-8710-f07af9146cc0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07112a4f-22de-48c7-aaee-f18108db14e4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4155\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail2179\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"071fddec-2555-4b63-9060-9539bd40fc6e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"074c4e08-4ad8-40bc-9770-ad3826520163\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0761c54c-9f82-44f7-940c-4efa478637f1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"077d6d2c-6e95-416c-a507-3a0c3fd024c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3924\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail102\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"079da1f9-f143-42ca-90d0-85bd19756d6c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07af9e86-e016-4172-b1b8-d25d06bd2c63\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07b56393-9d3f-4770-b318-946db02f50f5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cc7125-1a23-4c86-a1a2-04d26beaff93\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cd1f15-7a94-4735-a919-55ca6ac4d193\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07ff04cd-96e7-47e4-b91c-2a22d3f0875d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"080fc58b-119e-4061-8183-17f2f928fd64\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6ba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6batester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081cf804-c3cd-4a04-b8d7-a6399af38fe1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735eb\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735ebtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081dc5ea-b327-4a59-b7b5-89232b0bf52f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081f6f20-354a-4e92-9a4f-a2b92ccd7d9e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfca\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfcatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0840a601-46f6-4cee-a6e7-0ed7716bebeb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0846c918-8037-4f65-b473-f408ecc2f5c2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0857b2f3-3af2-4f57-8c30-b70cf8d4a6b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08799ce3-15f1-4bfa-8d63-ed75f4c08875\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946ee\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946eetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0883956f-0c11-42d8-9eb3-d7ca97b48b66\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"088cf79b-9b61-4a54-80ba-5021b07d9f39\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"089bab5b-9006-4e9a-81e9-2cb8830317da\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08a20681-6abf-4aaa-a3ed-3c76326870fc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066632A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066630000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/0007442c-98fe-49cb-9b32-ed2e82254c56/members?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvMDAwNzQ0MmMtOThmZS00OWNiLTliMzItZWQyZTgyMjU0YzU2L21lbWJlcnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "495bb4e5-c1d6-4a97-8b69-179205b23ea4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "f3af3d1e-e00e-45a1-9539-c7d366623db6" - ], - "client-request-id": [ - "f940c064-ed49-4150-a757-d0beeb0d6d09" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Ilb60uEw5hLJLAkUUWIxvbTF_IY8T1zVfC_5Q3KDkD9zDUf5WDDh_rl0HyNnmkj1XxthMwnpYcs6frVgGyuIPkfdyk70hRBlx3R0TugCOKtlgQV4Dc0SczitOVRXyNID8dusAfhGaMd03rm5VvOuXQ.KmrFmuf6LfX2hqfnAImi1gyFNs_xQbcBbN9dgFUDmo8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "434493" - ], - "Content-Length": [ - "121" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMemebersTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMemebersTest.json deleted file mode 100644 index 61e1c3506b80..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupMemebersTest.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "279b85bf-ba39-4bbc-95fe-2e9119775943" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.24410.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.3.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"3d41d968-5671-4279-b5c7-79bca5c3eaf5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"TestGroup1\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"ba240c72-1672-404c-bc8e-f49861e18ad3\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a5b4efa8-ca78-4b9a-a217-071fc057baf1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"Test Group\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"a98f4515-f13a-42a0-a658-79a27961421a\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b2ef6647-0793-4172-87f6-001c28c060b2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"TestGroup2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"8dd2cc49-472d-4716-ba39-41d9b50fcd21\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1435" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 11 Apr 2017 23:45:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "g60MG8bpgVbGqPPz3+w6DDfRKRq9Nj/w6bfTTvGp598=" - ], - "request-id": [ - "61ff050e-02f3-47ed-85e9-51544b57c07a" - ], - "client-request-id": [ - "d0f0b5eb-aa3a-4165-971a-2b24eb924128" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3OuB1NSz42_h1KBR-85CLBxUoEUSI0oZNFWRkxNXowm9XaeZiBJ7K_M0G55Rk4Ux2ZTxzyZapXv3opZR-DSuZqGOX2a3u214Pw7doGi2ANN8T3zc-uTjFnDgXu2I-e2p.fnKkf4uYFzYJVHdXfReeEO0-NnW_ngzCqwxJW-fOWoo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "678187" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/3d41d968-5671-4279-b5c7-79bca5c3eaf5/members?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvM2Q0MWQ5NjgtNTY3MS00Mjc5LWI1YzctNzliY2E1YzNlYWY1L21lbWJlcnM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ada774eb-2c32-4cd7-875c-4cbb34e6d736" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.24410.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.3.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"test2\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": \"test\",\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"test2\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"shubhamagarwal05@gmail.com\"\r\n ],\r\n \"passwordPolicies\": \"None\",\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": \"en-US\",\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-02-08T04:57:13Z\",\r\n \"showInAddressList\": null,\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": \"test2\",\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"test2@rbacCliTest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1203" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 11 Apr 2017 23:45:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "f68wp07vFmx4qESo5ADB9yZ1eGRvw8/we7k5iT3JWTo=" - ], - "request-id": [ - "533ecdb5-d93c-4799-bd90-423d2aa07de8" - ], - "client-request-id": [ - "4569544d-bd03-497d-8d2a-a266ac4ceeab" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "2QKeobBMQTeBmRi8VWdIONRJ_k3e1oOq8r8-dGQYFY9Y1hhBVoptvgwqTtNSi4NCxkAQSpJosWAmaDIOt6aNfiCrkUyJ0cWvmjk6yu4WHCjwxRRx1HWfm3phsD17iDL4.svp-rBDMf7mpTRflR-e-kI2bxtpFl-vzuL8R34x00rQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "612065" - ] - }, - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupTest.json deleted file mode 100644 index 0751a02d341d..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/GroupTest.json +++ /dev/null @@ -1,253 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f2c40c9e-9ffc-4832-9985-056e1c04be19" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "d7758cbc-468a-40b6-b38e-8f1f4958bae1" - ], - "client-request-id": [ - "10ea075a-c3f4-4faf-b924-53ff2738ac2f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "MMQ-K-O1sdNzzXgCgPryh2HOOF-_f9U946H7qn4rIT-pSb-swAJujI9AfdwNvaxPKRcLkVltk_0Z6BWjadSMFA--UQ--_euWV7YO9gQZdV_4Dx7dcAVYxIf87YURyQITD38pFG0I_8NwQq6iqrzKxQ.3haruKvtyq0WskZcVerPQOxKCf_KQtLG6KoiWk-PIdA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "988583" - ], - "Content-Length": [ - "56864" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"002f0f90-2abe-4d3a-9773-a063415efa14\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0032c4a7-e2cb-4dbe-bce4-c3f6245088eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ec\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ectester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00403015-c29a-4b76-8eea-d9a39b6f8ae4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00563089-d788-445d-8e29-2354ea6f620c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00a210f5-c614-40ed-b770-a9ba0816dcba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"010efe75-8227-4b7d-a053-a8291917fe9c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0110be8a-63d4-4a37-a82d-1882587154cb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"011349b5-a067-4c26-aba2-24be24652246\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0131c128-6273-4c74-a16b-1266f4e2a12a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0143b397-f559-457e-8cb6-c9bd27fb1c4a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01568a83-9a7f-494e-8059-58e350480668\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"017506ee-10f9-4e7e-87a8-482b6bbf84a1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"019f4163-eaa8-42c6-a964-73f38d7a9369\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01c782cc-392c-4566-b053-68d94680c9e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0244118e-7180-490f-9513-5bd27b52c351\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02447f8b-6816-452d-8041-b9e0e50910d1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0246563b-c880-42ef-bbf7-9761c4abe1e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bd\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bdtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0249c1cd-f1b3-443b-8876-47d173e8aaf8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024bf4c2-0b85-4796-9aca-ac897a5c4d68\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024e3ca5-641a-47ff-aa79-0c999c0df6f7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"029fa69d-0ca5-4b9a-9f25-a1b4f22e93f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02a33bba-4226-4e40-8d6c-db37366e7fb4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02ac4eb7-58eb-4042-87db-b9b43f7e0a15\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02c6a231-d6e7-410d-a043-2dfcb5507b34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecbatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02f62226-a533-4cf8-a62a-89368e28511e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0308811e-a222-4b7c-a257-7dd13b6c8715\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"032dedc4-b9b8-4a52-82ae-db8380713995\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6214\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4992\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"034802f0-baa2-4f91-9fca-05c55f401f84\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03526284-0eb4-401c-b84d-ebdb6281b7d3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03775ba7-3c63-477b-bac0-417682cb57b9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"037e5346-c7f5-4ff1-b824-be4f03ff3e0a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"038324b1-095c-4b9b-8c79-35ba51adb7de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03b05448-31ba-431c-a534-ea515006de7c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040b5ba5-7c87-4833-93d7-1b4e12c878d7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040e5815-75db-4387-9eb5-829f889ef1a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0422b30f-5e22-4669-95d4-e15fe70b1471\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49ab\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49abtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"043e33d0-cb3c-4c5b-b12a-dbd4e97c6b16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0450a46b-6832-4bc8-8bfd-016ed37adf60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0476b415-5057-4452-a093-40f3dc314309\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0479f4d0-7f1e-4577-8b7e-ff4c8c2e665f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0482ddb9-fe64-4695-9b26-5c7605eabd21\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup30fcdc25c-5015-4079-a910-86484769322b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup30fcdc25c-5015-4079-a910-86484769322btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0485362a-a429-4ab8-ae03-25875e2408a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"048d89ab-1af9-42f4-8f50-54fbe4918662\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049ad6c8-ddcc-45a8-a6fa-c61f2e73b562\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049eb791-7776-4eee-9e05-d2d49d09762f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04c549a3-eb6c-463d-bea2-57e5c33385b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04eaf55b-9629-4469-b3b0-76e20391923e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef4913-940a-4f24-ad8b-2ce6a02d453d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcc\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef6f25-6742-4b9e-b75f-4336a0e88c8f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f5ca03-757f-4969-8b40-eb39d0ddba5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aa\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f964a2-0f16-4c68-a487-7f7c2ba09540\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cf\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0512d398-32c0-400a-b4b0-bd97ed59a16b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0513d580-6b7e-4d3c-b816-2df31c5aef5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0537f7e4-f912-474b-82c8-89e7c7e3dd7b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0548d2f8-1eec-4741-a222-867fc259f944\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"054df259-53af-4cff-af1e-20574e697b04\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"056e4e50-0b16-4b4b-bc17-81cfe4fe2c5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18af\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18aftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"057fb0f6-92d4-4c94-b2c6-c1776e82f1ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05893ced-da85-4a1d-9c59-88516e75d6b8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83e129968-3767-427d-8206-baa529035eff\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83e129968-3767-427d-8206-baa529035efftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0593be3f-29eb-4b07-87ad-96ad3bf44a34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05970a03-b736-44f8-b3bc-44d0a23013dc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05caf738-4c3e-4051-87f9-233b128835df\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup07848f338-9ebc-4004-be92-158059c3603d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup07848f338-9ebc-4004-be92-158059c3603dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05e6a1fc-72fc-45fc-8e72-481fc64c7199\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05ee7439-1e2c-41da-915f-b4f460249e5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1828\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4006\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"060b0940-8a54-4d1c-ab22-76a9790b267f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"061b6639-12d3-430d-ba50-048ec0eb52e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06409e6d-2227-4f63-b8f6-8732648c3bba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5da\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5datester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06480f00-451d-4295-a8a3-0dc3cab84359\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"064d7598-8b3c-4d1f-b092-b46921d59bf0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1505\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail6694\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065844d5-1bb5-4918-b9c8-bc51ca22a33b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065c156b-033d-4a35-ba18-3b4453ef4ba4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06935a97-a880-4f49-af4c-866304b8e0aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06d2fe41-005b-475b-8bad-1fbfdefcce0c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ed2ad6-a377-4817-b5bb-372dc132aa13\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ef9c3d-d754-4f4e-8710-f07af9146cc0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07112a4f-22de-48c7-aaee-f18108db14e4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4155\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail2179\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"071fddec-2555-4b63-9060-9539bd40fc6e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"074c4e08-4ad8-40bc-9770-ad3826520163\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0761c54c-9f82-44f7-940c-4efa478637f1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"077d6d2c-6e95-416c-a507-3a0c3fd024c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3924\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail102\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"079da1f9-f143-42ca-90d0-85bd19756d6c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07af9e86-e016-4172-b1b8-d25d06bd2c63\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07b56393-9d3f-4770-b318-946db02f50f5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cc7125-1a23-4c86-a1a2-04d26beaff93\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cd1f15-7a94-4735-a919-55ca6ac4d193\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07ff04cd-96e7-47e4-b91c-2a22d3f0875d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"080fc58b-119e-4061-8183-17f2f928fd64\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6ba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6batester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081cf804-c3cd-4a04-b8d7-a6399af38fe1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735eb\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735ebtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081dc5ea-b327-4a59-b7b5-89232b0bf52f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081f6f20-354a-4e92-9a4f-a2b92ccd7d9e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfca\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfcatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0840a601-46f6-4cee-a6e7-0ed7716bebeb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0846c918-8037-4f65-b473-f408ecc2f5c2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0857b2f3-3af2-4f57-8c30-b70cf8d4a6b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08799ce3-15f1-4bfa-8d63-ed75f4c08875\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946ee\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946eetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0883956f-0c11-42d8-9eb3-d7ca97b48b66\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"088cf79b-9b61-4a54-80ba-5021b07d9f39\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"089bab5b-9006-4e9a-81e9-2cb8830317da\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08a20681-6abf-4aaa-a3ed-3c76326870fc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066632A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066630000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/000b70a0-d467-43f5-98c3-632ce5ecf4aa?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvMDAwYjcwYTAtZDQ2Ny00M2Y1LTk4YzMtNjMyY2U1ZWNmNGFhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "507a045c-9f03-45a7-b39d-41658856951a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "298c6821-28f0-4ddc-a95a-bb331d4d1773" - ], - "client-request-id": [ - "03e2d23a-5300-4048-8d4e-90e27cac35f6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "--wCiFwMfgMrPctxPdRVi6CjH6vPTiZZyPn6C4bBIXF-4BEDhHiDI4BI29OWykt-hFxgq9D-UOQR1cYMUusepNxhefIZx4g9uHkt9_f8NKvC0EZQoVBSLTJIVbm1sYzu_2qU21jmuO8Dzh-PVCby_g.1ZgyD6ONKr6yisVBTGc51s87WkdEzpC8XK0Hgyq8O7E" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "323979" - ], - "Content-Length": [ - "719" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/000b70a0-d467-43f5-98c3-632ce5ecf4aa/getMemberGroups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvMDAwYjcwYTAtZDQ2Ny00M2Y1LTk4YzMtNjMyY2U1ZWNmNGFhL2dldE1lbWJlckdyb3Vwcz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"securityEnabledOnly\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "24912d89-8cc7-47c4-bd77-b7b9fb41f716" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "36" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "b22f7cc3-3d39-45ad-9dd3-df91ac127124" - ], - "client-request-id": [ - "075bb5ca-911a-4aa4-83f3-3e2ebf789d28" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "H3fnBlLl5h4VVEH5_EmnUqd3DZxbXfucU-lW7hpLdY5rPQQXBKh1gtArQGNqnToDFKh0C7juwx4CEqwHQNUjaLh6o8eAu6WyFYdW6Xat1cJLLoFEY1R91oUjp7Mw3THFtXvCy9d-1HYyKgGAWyiIFA.Kt6xKLwxZHHw4lZ189iCCpgQXVCvpxVP0XlcAr9ZTnY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "442751" - ], - "Content-Length": [ - "127" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Edm.String)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListGroupsTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListGroupsTest.json deleted file mode 100644 index 6683ee95c9ed..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListGroupsTest.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c7f84b5b-c2a9-4263-8df1-05cdb1b5538b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "46d07f4d-b3c4-46c1-9d25-ef97f474ed5c" - ], - "client-request-id": [ - "c585af21-7fb7-4cc6-8c06-3376b15beb55" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "ho91rU4QtEndSb6f8tWV3dNuyD9EZUmeHWOJ0VjBr42XgRKonefT8sOLmgny2u2Jj1U_CoZ7CgwYAF9NmRCcyVg4icLE02GHMmuvK7IZoxgrZmbE7XieNSsObYlkm3surnTDdPhf_D8hzUMvD98frQ.NIH7iaZPuCOnFbvnmdkiqTmOLmJ8dwXVbVOGDCcAbNA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1324602" - ], - "Content-Length": [ - "56864" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"002f0f90-2abe-4d3a-9773-a063415efa14\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0032c4a7-e2cb-4dbe-bce4-c3f6245088eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ec\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ectester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00403015-c29a-4b76-8eea-d9a39b6f8ae4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00563089-d788-445d-8e29-2354ea6f620c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00a210f5-c614-40ed-b770-a9ba0816dcba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"010efe75-8227-4b7d-a053-a8291917fe9c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0110be8a-63d4-4a37-a82d-1882587154cb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"011349b5-a067-4c26-aba2-24be24652246\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0131c128-6273-4c74-a16b-1266f4e2a12a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0143b397-f559-457e-8cb6-c9bd27fb1c4a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01568a83-9a7f-494e-8059-58e350480668\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"017506ee-10f9-4e7e-87a8-482b6bbf84a1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"019f4163-eaa8-42c6-a964-73f38d7a9369\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01c782cc-392c-4566-b053-68d94680c9e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0244118e-7180-490f-9513-5bd27b52c351\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02447f8b-6816-452d-8041-b9e0e50910d1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0246563b-c880-42ef-bbf7-9761c4abe1e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bd\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bdtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0249c1cd-f1b3-443b-8876-47d173e8aaf8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024bf4c2-0b85-4796-9aca-ac897a5c4d68\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024e3ca5-641a-47ff-aa79-0c999c0df6f7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"029fa69d-0ca5-4b9a-9f25-a1b4f22e93f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02a33bba-4226-4e40-8d6c-db37366e7fb4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02ac4eb7-58eb-4042-87db-b9b43f7e0a15\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02c6a231-d6e7-410d-a043-2dfcb5507b34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecbatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02f62226-a533-4cf8-a62a-89368e28511e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0308811e-a222-4b7c-a257-7dd13b6c8715\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"032dedc4-b9b8-4a52-82ae-db8380713995\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6214\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4992\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"034802f0-baa2-4f91-9fca-05c55f401f84\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03526284-0eb4-401c-b84d-ebdb6281b7d3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03775ba7-3c63-477b-bac0-417682cb57b9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"037e5346-c7f5-4ff1-b824-be4f03ff3e0a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"038324b1-095c-4b9b-8c79-35ba51adb7de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03b05448-31ba-431c-a534-ea515006de7c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040b5ba5-7c87-4833-93d7-1b4e12c878d7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040e5815-75db-4387-9eb5-829f889ef1a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0422b30f-5e22-4669-95d4-e15fe70b1471\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49ab\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49abtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"043e33d0-cb3c-4c5b-b12a-dbd4e97c6b16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0450a46b-6832-4bc8-8bfd-016ed37adf60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0476b415-5057-4452-a093-40f3dc314309\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0479f4d0-7f1e-4577-8b7e-ff4c8c2e665f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0482ddb9-fe64-4695-9b26-5c7605eabd21\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup30fcdc25c-5015-4079-a910-86484769322b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup30fcdc25c-5015-4079-a910-86484769322btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0485362a-a429-4ab8-ae03-25875e2408a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"048d89ab-1af9-42f4-8f50-54fbe4918662\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049ad6c8-ddcc-45a8-a6fa-c61f2e73b562\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049eb791-7776-4eee-9e05-d2d49d09762f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04c549a3-eb6c-463d-bea2-57e5c33385b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04eaf55b-9629-4469-b3b0-76e20391923e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef4913-940a-4f24-ad8b-2ce6a02d453d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcc\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef6f25-6742-4b9e-b75f-4336a0e88c8f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f5ca03-757f-4969-8b40-eb39d0ddba5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aa\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f964a2-0f16-4c68-a487-7f7c2ba09540\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cf\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0512d398-32c0-400a-b4b0-bd97ed59a16b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0513d580-6b7e-4d3c-b816-2df31c5aef5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0537f7e4-f912-474b-82c8-89e7c7e3dd7b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0548d2f8-1eec-4741-a222-867fc259f944\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"054df259-53af-4cff-af1e-20574e697b04\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"056e4e50-0b16-4b4b-bc17-81cfe4fe2c5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18af\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18aftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"057fb0f6-92d4-4c94-b2c6-c1776e82f1ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05893ced-da85-4a1d-9c59-88516e75d6b8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83e129968-3767-427d-8206-baa529035eff\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83e129968-3767-427d-8206-baa529035efftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0593be3f-29eb-4b07-87ad-96ad3bf44a34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05970a03-b736-44f8-b3bc-44d0a23013dc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05caf738-4c3e-4051-87f9-233b128835df\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup07848f338-9ebc-4004-be92-158059c3603d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup07848f338-9ebc-4004-be92-158059c3603dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05e6a1fc-72fc-45fc-8e72-481fc64c7199\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05ee7439-1e2c-41da-915f-b4f460249e5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1828\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4006\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"060b0940-8a54-4d1c-ab22-76a9790b267f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"061b6639-12d3-430d-ba50-048ec0eb52e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06409e6d-2227-4f63-b8f6-8732648c3bba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5da\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5datester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06480f00-451d-4295-a8a3-0dc3cab84359\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"064d7598-8b3c-4d1f-b092-b46921d59bf0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1505\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail6694\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065844d5-1bb5-4918-b9c8-bc51ca22a33b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065c156b-033d-4a35-ba18-3b4453ef4ba4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06935a97-a880-4f49-af4c-866304b8e0aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06d2fe41-005b-475b-8bad-1fbfdefcce0c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ed2ad6-a377-4817-b5bb-372dc132aa13\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ef9c3d-d754-4f4e-8710-f07af9146cc0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07112a4f-22de-48c7-aaee-f18108db14e4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4155\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail2179\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"071fddec-2555-4b63-9060-9539bd40fc6e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"074c4e08-4ad8-40bc-9770-ad3826520163\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0761c54c-9f82-44f7-940c-4efa478637f1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"077d6d2c-6e95-416c-a507-3a0c3fd024c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3924\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail102\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"079da1f9-f143-42ca-90d0-85bd19756d6c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07af9e86-e016-4172-b1b8-d25d06bd2c63\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07b56393-9d3f-4770-b318-946db02f50f5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cc7125-1a23-4c86-a1a2-04d26beaff93\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cd1f15-7a94-4735-a919-55ca6ac4d193\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07ff04cd-96e7-47e4-b91c-2a22d3f0875d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"080fc58b-119e-4061-8183-17f2f928fd64\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6ba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6batester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081cf804-c3cd-4a04-b8d7-a6399af38fe1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735eb\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735ebtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081dc5ea-b327-4a59-b7b5-89232b0bf52f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081f6f20-354a-4e92-9a4f-a2b92ccd7d9e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfca\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfcatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0840a601-46f6-4cee-a6e7-0ed7716bebeb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0846c918-8037-4f65-b473-f408ecc2f5c2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0857b2f3-3af2-4f57-8c30-b70cf8d4a6b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08799ce3-15f1-4bfa-8d63-ed75f4c08875\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946ee\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946eetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0883956f-0c11-42d8-9eb3-d7ca97b48b66\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"088cf79b-9b61-4a54-80ba-5021b07d9f39\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"089bab5b-9006-4e9a-81e9-2cb8830317da\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08a20681-6abf-4aaa-a3ed-3c76326870fc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066632A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066630000000000000000000000'\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedGroupsTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedGroupsTest.json deleted file mode 100644 index efcfed735549..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedGroupsTest.json +++ /dev/null @@ -1,17970 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8955\",\r\n \"mailNickname\": \"adgroup8955tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "ba6e2c86-85ac-4710-af23-4c7e2b250694" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d356f16a-eebe-4055-8bfa-6d831979d084\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8955\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8955tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d356f16a-eebe-4055-8bfa-6d831979d084/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "93ca1c66-8d14-4494-a67e-3c47298078cf" - ], - "client-request-id": [ - "db774455-cf5b-4899-8047-0a992358c000" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "9hO96N1p5QhxXpxsapssZkcE-i9l8fFhxxWGaJ44Jk73pkkJpb5p0ja7Hv34M9OhD3oD-Lb3N-FwYtEBjc8GzZ8nnqaFFHSeq3bFaPzFNYDCXoRAYS4VzEIsDnZFgpvUJg0wKK4RPztPwHqTs_TdwQ.GYS7_hzwlhoDRAdu9E_PzmF4IxTaZwGvtdq1eLA9ZKs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2771851" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5513\",\r\n \"mailNickname\": \"adgroup5513tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "fc407c34-7bd6-4b28-bfe5-6d181717abb0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d87529eb-245c-4b70-b9a6-33cf0ef1984d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5513\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5513tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d87529eb-245c-4b70-b9a6-33cf0ef1984d/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "i4Cjy0Rm3dU5EwgdJFsHVUFiI7cBL4KFGb+3zXKTCts=" - ], - "request-id": [ - "92dcfd96-4f21-4e7a-94f9-77f268e9daa6" - ], - "client-request-id": [ - "d6841e87-78fa-44df-b56e-a43506ccf100" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "oteGR9qCwClcJIjV33YtFeJVTA4-sHBtQXMWZuo4qq3-STpyIURSbSXEK_KLRLW2ndM-aK1xx8xTErQi7PjQkFbghCNgtgPsfAQ3nv8pN6nHlULYYlMjdu1X0Rer3vjDgbINCAFpi6aGp3EBtHVv3A.GulImYNWtEIdx0BbEGzG2CQ0NG-3BKLbvyIvHeeCG_U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2582043" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6221\",\r\n \"mailNickname\": \"adgroup6221tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "468583a3-6053-43dd-a4d2-68a93d17c1a3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b55a7f46-8bbf-4cd9-9b91-3e8a278f0d31\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6221\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6221tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:34 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/b55a7f46-8bbf-4cd9-9b91-3e8a278f0d31/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "fb0ed391-52fc-417a-939e-3006c2624371" - ], - "client-request-id": [ - "d1570386-65b0-4b9e-9e13-af1cd6ac4012" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zDSCORjY2boiLGq6nbOvCctHvagqmaL_t4_OztPFGPpw29BxcKR95yOHQUprB2KTY2rAxUC_FT6flJcajz8jRIP8zk6vrfyTYnZpoK7D98AtR9hr40U1IwEPhx17UFEc8Edq5AeiTB4xPKbHFskcKQ.rdh1JU_QhMsUkHXicXZsePgqYl3o4lk72fSREuAOjcE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2717141" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1277\",\r\n \"mailNickname\": \"adgroup1277tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "9c5a2a84-ddd1-4832-9250-6b698bc61c3a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"3c4f0792-7421-4381-9957-0073c1432ed7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/3c4f0792-7421-4381-9957-0073c1432ed7/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "ad46902f-8131-4f52-a94b-adc6f32c4e64" - ], - "client-request-id": [ - "533dc3e3-e3a6-4b16-a902-b5d0c5d5b835" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "RtEL7YnthdKBWpuW5LD3CzDPUvcksBKbLAQA3GyX18at1JOYBCYASaix68Ff0GRUQrvBnLE2M_iaYQ9-V97y1iG69iAJRgnRSBQzfxbTfffed1f-41E2SM08pYYVeU3jvYewYzbXNRCez21OOQxyvA.xYb4jaoLCYchBB8enEQURRUzNiZWf_0KVkxgi6Y-HIE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2773125" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3856\",\r\n \"mailNickname\": \"adgroup3856tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "094ed340-6051-48fa-a222-d371779bcafe" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"70da647b-6d5f-4376-b7ab-f4ea4dac9c9a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3856\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3856tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/70da647b-6d5f-4376-b7ab-f4ea4dac9c9a/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "5a73f9f2-8272-4676-8174-db8c3fcead59" - ], - "client-request-id": [ - "03de32ff-40ea-4f69-a379-deaf8f16aede" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "x-S2kadn8zpc9YcZq6qwf9cQVPe_c7pU9uETuhbMwsLrmcWR_e705RiE_tJdtOpx1X_w_fSkrSyjeRo4fjwU8Dyo4NSe6KNnt6vyPjufTamJjvjc3AyDATGYWvWuwPe7wRT8nmvokMfh-Ibu8UoWzQ.OkHUlqv6dYtl1zyftRgeFzgADlwe_BMotx51NLnIARA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2690724" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4092\",\r\n \"mailNickname\": \"adgroup4092tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "03b7c65f-602d-48bd-8b01-fa448e4cc743" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9fb26c18-06d1-4497-907c-3a9bf85a017d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4092\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4092tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/9fb26c18-06d1-4497-907c-3a9bf85a017d/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "n+lz6hW304QdDr+TjrIPXQqyZydlDNJX2prxzW2VdsI=" - ], - "request-id": [ - "e2177875-1c2b-46f6-ba5e-8aacc5b12a52" - ], - "client-request-id": [ - "cdb37a90-cd37-4a70-9fbf-a41a656c7a33" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "nT-BZu_2zcN377Hv0jyNm7iWUnu8YDaTtS12WYXb3JNG67YscomzUmOb1gGGYFjh3ABuW2rX6erTmfnlFtMOzWcJSFepaean1RDitVv5Uvt5Lba5FWW9tGWfb0XjM_vBSyjsfwVAqFmW-i-DNJa5-A.dzO0vp3T6FyhNPPjf3SoPytrW5eGohv_ztiRgZuFmT4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2698725" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3965\",\r\n \"mailNickname\": \"adgroup3965tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "665e18a9-6afd-472f-a09a-6ecb1456bb9e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0265760d-8878-4590-8969-1f94d88f3ef4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3965\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3965tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0265760d-8878-4590-8969-1f94d88f3ef4/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "75ShSHQOKYDfqrCwgjP19v5Gc0xT9jfEGVxJuWp38PQ=" - ], - "request-id": [ - "8b720231-1d6a-474b-8093-906a7a853b23" - ], - "client-request-id": [ - "66c997e6-0bd9-47cd-accb-6e0073c33785" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "lEr5l-yacyLtJ8op-J0T-VPtr1ol3Fou98IjtJzEJ1LG9wJVFrhdcaIK9sdyoJtAJ0GIy7BfMoha2UmrUK9a0tAdwWJYaam911UhjnepsqlNjQbSZbIqCuBitWReG6gSAvBN9iPaBKfVCXmEubRG7A.fJuBD2hELOAjC6kyb0PupBefieGo3Ey2C1rjeY7t840" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4848759" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8201\",\r\n \"mailNickname\": \"adgroup8201tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "40e2b7ad-14e8-4ee4-aa0e-67c3628a43d1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5d35230e-7a60-4539-899e-a5f62c75e77a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8201\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8201tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/5d35230e-7a60-4539-899e-a5f62c75e77a/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "4bdd5ae2-54e2-403f-90ac-c0bf3f1dc4e3" - ], - "client-request-id": [ - "85c0bdbc-b513-46fc-a830-74d259377cc5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TMmSyZO-jQdshIDDBoX90E273xAz-UzUCohlXHyTY5K31Iw09SdLjxWhmYEDm2PmJna0V9n1zTHYME4UwcUfQoJgHhoH50AGwJVNSBTKm1rWoZbIUlaxj1EfRN1ZE7WcEWYn04Gq2EwzLhpoRKuDIg.Z_NYgsX5mAVhhqYP1C5sHx-NLaSmAYWF5A4o-GHbqSs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2699247" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6938\",\r\n \"mailNickname\": \"adgroup6938tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b56a04e6-9c9c-4edb-a1bf-2ba1e3f0ae4c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a41aa906-9788-43b1-a7d1-57a558842460\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6938\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6938tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a41aa906-9788-43b1-a7d1-57a558842460/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "vQftAfqt+/Fndunnhoh0tvWXCd3sL3tfuMwWrdB6MPY=" - ], - "request-id": [ - "e9307b6a-a8f3-4eb9-90a3-a07927270740" - ], - "client-request-id": [ - "68a53110-1c76-480b-ba5a-98af3028fdf6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "JruDuvAUns3ded_URX828eBPhvP_oM3WxBXjURwjw6Sdf4e7XoKmoynH12EXpEXJUcbcqRaylyeSHRmSrsmMRQHoiMTP2u300n7d224gY9YUlvaOx_6jQSuSFI3fBBqrOpL0EGNP77S8JyTui3bG1w.q5RhJJVy52V6ZlndnN3t4xn3C-Iz9iSj7b6z7NeLBTQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2722441" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1276\",\r\n \"mailNickname\": \"adgroup1276tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "2cd7a845-60b7-4258-bb89-ab40ee384e91" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"57bde45b-8c6d-43ce-85cd-a26381aaf2bb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1276\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1276tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/57bde45b-8c6d-43ce-85cd-a26381aaf2bb/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "b625a8bb-b249-4cea-b695-b058cbd212d1" - ], - "client-request-id": [ - "6fa7b48e-0967-4f8e-92d1-a420119f7aac" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "PqHVtAcGxPAEzBLndZ9HAXZBBh91V1xmRZTiqMsp3mBshQRLF5RKT21-3C7ywCpDhQpjtdJ1vVVKPu5jbmj4f7vMQVXK1vxC9UiII_H-pO1Geff8AAoVmkH8aFFulV3KPJ0Vw3BP9TpCafbX-8rl6A.Dw-o-BTmyuPk5_Kgv3MpTviDBAkltUvK5WaS9igaBnA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2813727" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1928\",\r\n \"mailNickname\": \"adgroup1928tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b3fdb789-a12e-4152-b465-faca69322149" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"177e9be0-333c-48d6-8213-45aba0f73b3e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1928\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1928tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/177e9be0-333c-48d6-8213-45aba0f73b3e/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "ae287b3d-36ac-469b-80f3-cf564c2225a6" - ], - "client-request-id": [ - "b053afae-0e25-4c1c-8e99-591a8c5835ab" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "44AVI6FkTFqcWKArH6gv4O6qXqfTh1XhXrzilk6XUd11laV8nmRuhiqE-AjyeBAGnyn5xqeYYl8Dl9aDvX1Z4-G1ErNZuzQ4idC4g4lFvpCcF2rEUjQeDMA08wY6dyQgydPSuOQ46DZlsGq88J-acw.DJvcU23suy4rmSr2xpP-NXCHx_5rAXmVyW3HimrlrcM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2620626" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7080\",\r\n \"mailNickname\": \"adgroup7080tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "021b0e67-2705-46c8-9f9d-d9a319989eb7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"78953e73-26b8-4c09-ac61-dc0fa3068747\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7080\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7080tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:42 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/78953e73-26b8-4c09-ac61-dc0fa3068747/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "gqiNgf5NlZ7CoKlKn6ksAAz0DY2Obmmx+EN7hzvHgo4=" - ], - "request-id": [ - "d80d80e5-d8d6-4828-b842-05220a33e5a8" - ], - "client-request-id": [ - "5da048de-efc9-48d0-9ca6-dd97e00bb5f8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "KZHFMAFyLI96_jAheJRYbDf_LsTkd2nkhLr48n6YvNnSKdngcyT52RtNzAfjEZ7Bs3hyaoH2ShtkylclPmZGDUA94jy8fiNbkS3qqgPc-Pug14ihOedXQiZ6-E27ECsxNLh8LdQbO525EAF5glLVOA.FK_K1_iU3efiSYhpz3QauC88nmSzoozItTHoqw7qSeI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3491852" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3203\",\r\n \"mailNickname\": \"adgroup3203tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "aa5969e8-2cf1-4845-af30-9d6c4a127803" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"c3949c21-b013-4377-b6be-33503d643ef6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3203\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3203tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:42 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/c3949c21-b013-4377-b6be-33503d643ef6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "i4Cjy0Rm3dU5EwgdJFsHVUFiI7cBL4KFGb+3zXKTCts=" - ], - "request-id": [ - "505e64a0-8db3-4ca2-beb4-ad4adeb15c1f" - ], - "client-request-id": [ - "65ce9ea3-29e3-40b6-9176-996e991a024a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "j4Af60HDmHSs0hx2rWwCytOwX8cds97sxbrtjf2eBHlww6n1AoeEkOZedu8ZJzNSuv4kVEViqJrH-SeD0GJ_awmgvG4kaA1nhFWf3rebsfy_CISorV0wec4Rj2ihG6DrRhItfTvTybFqDXuxAzmsZw.BXazKvBCc1xL2A6mRSZJVI9p0r8-Rhrc93ZXhYv9NJQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "6322448" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4959\",\r\n \"mailNickname\": \"adgroup4959tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b335e1c7-9c0b-48b1-a2b0-a20aac0dd7f8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f6fea769-29ed-454f-9f64-0aee01cc2dd8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4959\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4959tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f6fea769-29ed-454f-9f64-0aee01cc2dd8/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QyNul+QHNehCBkdgefKI8GTyyTZdKljRxMVgIG/Sq7g=" - ], - "request-id": [ - "5e880461-c0c9-4e0f-8b62-d5c5ddbdf886" - ], - "client-request-id": [ - "d1b0dc4a-0c9e-4441-92d8-cdf90348aae7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "qIPQFqseNHakbuq3vdGWC3RyuEYd8yLGJECsw_1VMddg5vuWWKLBzkt3oiVYq_380RnOaTl_TEfJRJhQ0Q8p-G3c1sPqoP6EdPsDw4JE3cqlFzTfCD0o-qw3y4ij5Ju1LuPyiZqp4qMjTkdN_NBCaA.52D1vA2dIoXcEPNqS4TFZT3p-aXg287Y46wfX6Awezc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "6236772" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7241\",\r\n \"mailNickname\": \"adgroup7241tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "72f96b5b-1a8d-403b-9545-da0f3201bb9c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"82ba5045-7237-4820-ae24-7c2a2a08cb92\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7241\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7241tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/82ba5045-7237-4820-ae24-7c2a2a08cb92/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "eTv/+eSXVMnsnytZxi018Ikz5qYWAsHBiTLR3SMW/5s=" - ], - "request-id": [ - "aaa42f80-3995-4daa-b7db-a6f86b0a822c" - ], - "client-request-id": [ - "b47fc2e1-46e2-4924-9427-a3f78904ca0a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "krgblS7YgCPzVBYidWwIOzXOjnSqoi5RJvdBgIWH45gLmu2U2UhfDyfrEtIo3vyFQmilfW_PZx0hr8pULoWe5nrdfnJHgkksCiDNOZDu0PfUXOY0zvQfze5kLWt6DZELu2UNqKvs2fKvkG--nNkExg.qR2uYxAXT7St2WCHuCAFSvyLLk-zyQc79AGrdA0N87U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2684144" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1594\",\r\n \"mailNickname\": \"adgroup1594tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "2eb726ba-5403-4b14-b4ce-88c67aab1490" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"27f0552c-366d-44b8-ac05-a09ae982e258\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1594\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1594tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/27f0552c-366d-44b8-ac05-a09ae982e258/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "F2LOr8r7qijtW7xVmU1aLk3kz6clyv8DNEw2XQfFr2A=" - ], - "request-id": [ - "3b46e5f2-6ffb-4a37-b833-cfbda395f718" - ], - "client-request-id": [ - "b3d411ff-81f2-4810-9102-fe60277dcbfe" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8tyhMT9HXv8PThJAYsSWccVB5KBiUETyjSico2NzPvsT__8D1di-6QFZv4TjbqjxwFlAUkPclq-KZe9qAAp3E2rXH7GnMBESzzv_Hy6-XI-0xBq5sIOcnrtoqxbXlspOCMPHJPGE7UN4WYOyCJSM4g.XQEom5Za222L6LxmMr33EReEn5ycD5vPEkxQf27wbIw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2798405" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup277\",\r\n \"mailNickname\": \"adgroup277tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "60196ab0-50db-4a05-ae37-b5a78e9310a9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8ccd01c6-2506-40f1-a89d-35715e49b6dd\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/8ccd01c6-2506-40f1-a89d-35715e49b6dd/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "32423c18-cf6d-4705-a6da-edc4edd2815f" - ], - "client-request-id": [ - "5d0b21b7-68ee-42c3-80fc-c5732963a94c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4sAcRKuJrNNWm1bHzvwMkJdr4FSWPHxNe8mzDwV0RL-JAxtpdFAFn9ymVzf_df2Lzvt1OzJ_72_DIMOR3jnkxwKj1vfSwsnoZtD3mE5aQvjDHBWDUOdlYa80euC7HhjYtKLBvIMcj9Ou-kZUeAGNQg.GxSzK1rSEiGzWK7RJSWMEEVIE7OZ_H7tjZD2C5LqopQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2746851" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6115\",\r\n \"mailNickname\": \"adgroup6115tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "37b80aa3-ccef-4ec4-a451-6776ddc5137b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"ad7b4ef8-55ca-4dad-979d-b25ad3b9e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6115\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6115tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/ad7b4ef8-55ca-4dad-979d-b25ad3b9e9d0/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "fca3d6ff-6bc8-4a23-874a-160ab4ff9340" - ], - "client-request-id": [ - "cbec7adc-3b83-4de8-ab59-ed63a4dbea7f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "2k7_pLAu4TaRjPBQc7VOCL8_YzL8TFjBBQrF7MR7hLX3KAJlEw9zSMMXypYxSZuhvmIsgimiyiJlb5tSRIb5GV0wb7fHR62mEHxCsYWwzJ2Wkqv_PDvlgEb8r55-TOyCUOi_8zlNFzE_pjtbswBntw.jiv5yZ5RDL7QUaDNt5msU7jYe-NaGknzXYsa74vF9Mc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2666105" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9368\",\r\n \"mailNickname\": \"adgroup9368tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "d32f10fc-8d6a-41a4-868a-a4d42ffdbda0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d7c6bd43-32e8-48a5-9455-660b10d18e26\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9368\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9368tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d7c6bd43-32e8-48a5-9455-660b10d18e26/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "55e294e0-abab-4177-b156-65c2aee00611" - ], - "client-request-id": [ - "4b14bf93-091d-4cde-80bf-008f52e6ae72" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "rtneKDU2tzvIRAYp50SWXYmThpbzfkErYwVbvYc7ZQv3lrQVSwRKzNYn0SuFwirSoRyr9j0_wqGw9on6Y0kJgozK6VjuuQoF4_uZSwwpkCumd6cyqqypyyOgqh-oyHnZ8D7GAsG8vxrSL48a0LtaYw.RSePMV72e_dm7aZpKGSpWCAdPajER3_VmZQmmJlqW8k" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2369570" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9139\",\r\n \"mailNickname\": \"adgroup9139tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "08740f7a-6836-4c04-b90a-80afaebe745e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5dae5e09-509c-442d-9889-5dff40014c1a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9139\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9139tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/5dae5e09-509c-442d-9889-5dff40014c1a/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "d3c7abdb-575c-4ef1-a133-416acb96a812" - ], - "client-request-id": [ - "5cbc2268-a7e1-4545-b0a1-4b70e958f7af" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0SQhXjL3rzlN3VtiMtMQgYv04qhgbXWTGV4nmDSXEEeN7M21RzS2u5PUw6yawjtRnI-gNLrfxNexXIKBzFoQ4wznYgqU8E4aZk2LNWO40GDHLLeLpdyfAih23-wlIkTKVeazZtrZFhBzXYY3BpaZEg.5JeIurBjPgezA5MuSUZ5r_9uLtnlzYmWR6_u71vcPnI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3013481" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4840\",\r\n \"mailNickname\": \"adgroup4840tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "36aa7aa4-0083-48c2-b012-e17ad53f1160" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"e43505c8-1933-4fc8-a93a-f260247fa1eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4840\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4840tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/e43505c8-1933-4fc8-a93a-f260247fa1eb/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "KInOsCSb7GTsPAAftNHOmcfYNP6uEnGg4KfpczByJuI=" - ], - "request-id": [ - "365e610b-9550-4d39-aee7-acb7212d0e57" - ], - "client-request-id": [ - "6745b810-77b5-436d-9cc1-06017fd7bbee" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FXv9r5qSTQ0v9z9Fbt6xcWVNowWdvMDxGu3f7uEXzzDtShwbG7UpwgIMJboTboFEvWEPa6eIiqHhR1MkAqzEavR88fbJGJc-7hr3EMlxF-lOHn4E2T8SGNFQSI9DZR32ZiuSZG9VWDb-sEYvt-BpGw._7fdjtYz9HT32o8_e3oWzlMIuHoJqK-F8Criyosw_84" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2681889" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8328\",\r\n \"mailNickname\": \"adgroup8328tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "d590d924-a0d1-4f2e-9353-a7822c9a69ce" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5fb5c83d-bd2e-4072-ad4d-40f33ddf8cbb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8328\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8328tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/5fb5c83d-bd2e-4072-ad4d-40f33ddf8cbb/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "b06f1c9b-778d-4daf-a5f9-602bb9af5bd4" - ], - "client-request-id": [ - "5cf033b6-92e4-4a48-b77d-5e3d0efa3f7b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "j846W57BegtBBdEFjTooJzFjbDDMW-OwmGVcETCXQgZDsYcY7x8r8PbPafefPFCFZ2rCcOj7lHimLEik7UJ_4rJS5q8y5OY73wAv884TqzVfmILgWNwvylkFp-jJrwcumRUxIAT0O_8O0D41KMy-Pw.afCs4dduVr1IPorFYVvspw4ZyPSk4TL3xqh3hTRiTeY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2749080" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9093\",\r\n \"mailNickname\": \"adgroup9093tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "f886fb1d-6fe2-4d90-a70c-6c6f7ea1272e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"894cae97-0e7d-4f59-8bd3-f391c8b4ad5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9093\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9093tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/894cae97-0e7d-4f59-8bd3-f391c8b4ad5b/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "86768d78-b55e-406d-b5d6-5824f83be98f" - ], - "client-request-id": [ - "ea138fac-e936-4537-9ac9-aa17ba395686" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "xwKGZOwQPqV2CxjZXYUed7twB0r_PJO23bHwUSL2wNirFw6q-g_QuuhZwgJkaJmScsL_aYK09EpvZrMx5iumbG0n3gYyxLSpoL12sMC6ZPELCpZYj2yEHoHdYCRWDZ7ZF5-PJzEN4wgZnxYAiOZ2jw.boASUdWsl_1RApr00e_o1l-dDTS8j7bIBhbS2S6NjWY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2666772" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5601\",\r\n \"mailNickname\": \"adgroup5601tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b0c78c74-5625-420c-9a92-cb7b6314f499" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4d034f56-5f19-4978-a14f-a4f70ff78914\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5601\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5601tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/4d034f56-5f19-4978-a14f-a4f70ff78914/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "6338af4b-204f-43f4-9464-0ca7acc680cb" - ], - "client-request-id": [ - "e253b370-2fad-4e8f-a97d-38681fc74c95" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "lycyWst7mrD-4mEabMAvj_7Z08GObj6vUbOF8UWL8LIDByphWz9sXEJ02lkTNNRyenKrT5Nj39tyCemtWHihxCu76Fajp7ekH9Nong7sM-6xpvN6eZdV8aodoXjv4P79ycm5dOI2brl9rIwLuOwokQ.UIdxelMnpXy6BV1GFDXsxRNP3de2Z-uCZoxWimbObQ4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2730012" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup984\",\r\n \"mailNickname\": \"adgroup984tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "d0793474-7c68-4875-a5b9-efdfe8482613" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f7d72640-9826-461a-b42f-e3862c61d392\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup984\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup984tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f7d72640-9826-461a-b42f-e3862c61d392/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QHmIbgsFu1rpVDTznz9H/i9FqFuCAWYVLNRx8V7t6dU=" - ], - "request-id": [ - "30a4ed41-0348-4a2a-b401-9f15b92aae41" - ], - "client-request-id": [ - "41ce846e-b832-4204-ac26-7903e2649744" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zuPOhLPMQSlrOzAYPnU7VMnjt0I_I3jiFrBvVakrdNTl6QP-7WgTRq9nbqe6jslxjWEud1Lo5hSqr8pZtoQtbph_5IZm-5QtK6kNoF33e1ktxJgNg5u9FnG-p2_mvVVbj-TmN-5uwkv5rnFB1nohUw.0_NVdeeyghvlkrexcW26oTX2d4idffURi4hOUztN4aw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2805371" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5509\",\r\n \"mailNickname\": \"adgroup5509tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "aeb58b0a-ba31-43e1-9b1b-498073125a2e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7d6e7044-767c-4255-809b-982837335bb3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5509\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5509tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/7d6e7044-767c-4255-809b-982837335bb3/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "IlzPA8p9JAId4Jehp6ulnqd1ubBmMgtDr/5i3+50suY=" - ], - "request-id": [ - "8bce4b14-08c5-4826-ad9d-86119aab78b2" - ], - "client-request-id": [ - "ad86c3cf-74f0-43e8-ae78-bb1192ddf829" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "AzENV2ci1tB5LDZ6OzyeY7jYln3Hw3kxSAs0LJHiBu5p4DTQ2otQH9q7A7zHDef9WDhOLu_zzoF-GNfntP9yKhhyu49FMW8t1yJAWrTzEw5_OCS9Dg4P6FJI7YoRbizR_dDzx5qwzel1s-9QPfHIfw.3DdNvSClA0KuGx-tMvvnwYjraquKzhM5i8Delt6J2G0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2834338" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2727\",\r\n \"mailNickname\": \"adgroup2727tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "3074f8b7-7099-427f-a1dc-25e35f53312c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1822f705-820b-48e7-a7fa-dd4f8f131812\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/1822f705-820b-48e7-a7fa-dd4f8f131812/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "c45e1414-ae6d-41f8-93be-c2d665fd1642" - ], - "client-request-id": [ - "7c1ac111-a886-46f2-83bb-f10d2fc07d2c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "O128QtJQIiI1V40sWf9vux9B-kCtndKnRN4ZP5tlIwj01ZzvbhNDECkGX3WFoUTlyEVqArtLxJWK6_jQV__h_r8WbognbHpq6eNeVaxcRv7BukE4LB9TUFgMMRqlU-1hBB-xGG9r-QKxg94jolU8eg.osSoLAeTziipzPaRhBLm-Ow1MRTuFo2HcQ1lx6Ptv0E" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5039405" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1420\",\r\n \"mailNickname\": \"adgroup1420tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "a9f16316-63b6-479b-8b78-0d547c70c630" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2d8ce7ed-bc02-4918-83f7-a4c187a0a2d9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1420\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1420tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:57 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/2d8ce7ed-bc02-4918-83f7-a4c187a0a2d9/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "bb210826-73f1-42f2-bf7e-a2c16b553d92" - ], - "client-request-id": [ - "59635fe6-51ce-40ce-affa-f7ec7f7b9d9c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "h_sl5kwUrvOcFnV0Q67vvbD13bU1I5C4-QQTrwtStlCTsfgT0eQWzpnFsjzSJ7FVKU-M6POBl0auhF0eYh7U9xXwnRy9tdOdKOTgEPA_4e854e1RFpStVtmxmVCqEJawO78O9XviDOEHwoBbsltfhg.rv0ZVtw6bOeHHk2A8mQPC_smzFP7EJWwkFWyUTOGiDw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4970540" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7453\",\r\n \"mailNickname\": \"adgroup7453tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "d48ce6b4-5100-42fa-a769-adfb3c0c653d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0d8c9cd4-06d0-4c60-bc31-80110308799c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7453\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7453tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0d8c9cd4-06d0-4c60-bc31-80110308799c/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "anrd5chmBPjbcjO3WaIoaDqmGjgTCsqrXfe0lun0TBc=" - ], - "request-id": [ - "4a984a3f-674d-4517-b564-76951d8b32e0" - ], - "client-request-id": [ - "589f76e6-e5ce-461a-936d-6217f861e935" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "c06e97C01CZHEsmprJO06u4mCJMKhQOjMLug5_Vbw54wm1ELtnc_3Pm63E3BuDdwPXgqdbIvYdsB_qAzUrz2Gy3D7y1L2GFuajzvBn3UBG1zqVDnCaqBEDiwK1hv_LZnhFqMEUZE4CHgVuPVhH5AKQ.7b1cfq92xyGpF3pefqj3l6kst9afpN2t0BGsheEE08s" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4914955" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3264\",\r\n \"mailNickname\": \"adgroup3264tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "5428b629-2011-41af-8ae9-4b73d200521c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08787957-d21f-469b-93fa-6b4b876dca5c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3264\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3264tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/08787957-d21f-469b-93fa-6b4b876dca5c/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "4029eef2-33db-46fc-96ca-a9c8d1c532a9" - ], - "client-request-id": [ - "cdccec23-e6b2-4c57-8352-4cb20493718e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Y793GokBJJOBk1dGtCTmRptSM7d_pnCNrHjBYdokA3VzPkD4cBylY3ed91w_zyLV3-JA3n29Wv1rJDu99eihi3PAxn_oLVVvUOQ06ZpzoRcRcD_PFduTvjR2DuOPcG6-fVUUBzbGFhtb_jhd04QBwg.vZaZlti6rGGyi74ImT3-aMEAA-_f4v9vFRuBw2gpXm4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2723964" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1782\",\r\n \"mailNickname\": \"adgroup1782tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "ab40eb93-2bb1-4590-be5e-01dc361b22f7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"50f22822-58de-4ce6-be18-d27082146eed\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1782\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1782tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/50f22822-58de-4ce6-be18-d27082146eed/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "07d338ab-340b-441c-81f5-d116dcdb10e6" - ], - "client-request-id": [ - "d370e491-b4ab-4c34-98cc-c6cbc0a94d5d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "raRvJZuE_8nIJpOiZOUVc3kz2Y6ZGcZgN9oOs6rzXttCcm5lY29smUaWAtrdF6MYpB3OUe5RwM-nnvm3JLU8luxCyW2ruOlQz3sLJK-usZ1pERGVhHGHp299SieyQs5o2OjxjG1Lj2M2SjiUyTV5tw.gyQZHZdm_BGaBb9VA6ve9k6WlMZ53kqBalgWUEhJ2t8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2692897" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup446\",\r\n \"mailNickname\": \"adgroup446tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "f0005b0a-cb58-4509-ae5d-9a45cca9dcb0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f48c0b96-0e9f-4998-9d67-b90d838461de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup446\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup446tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f48c0b96-0e9f-4998-9d67-b90d838461de/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "KInOsCSb7GTsPAAftNHOmcfYNP6uEnGg4KfpczByJuI=" - ], - "request-id": [ - "2ddb910c-d282-4db0-b8b0-55b9c46a6b0c" - ], - "client-request-id": [ - "bc1ffaf5-b9c2-41e7-93fd-0a560eb84114" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WjayuqmfEJzGXBQ0mZhj-KdnwMFbTXe5VtAKe8ESdkAhNkH9fcOxc2G4yfNaTLasM4odink_YZsCrKkY328WRtsYgnfo36ZLIt9Epqlp3mrmSG54QwlZ8zUGtoh9Gelb5bGmPul-eG1TnLMLOjjQXg.3VcWlUZvz2xG0bVaO1qY9f6Fgq1w_XQk6ki8L5-LHso" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2631569" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8279\",\r\n \"mailNickname\": \"adgroup8279tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "a05595be-2c9a-46cc-aff4-541782f06e26" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4b4b8f79-ee9a-4c3f-8778-90f0ea3e9e01\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8279\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8279tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/4b4b8f79-ee9a-4c3f-8778-90f0ea3e9e01/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "anrd5chmBPjbcjO3WaIoaDqmGjgTCsqrXfe0lun0TBc=" - ], - "request-id": [ - "57e14d70-ce17-42e6-89ce-08ee89d8bee1" - ], - "client-request-id": [ - "db0757ef-2807-4d30-8e83-0fd98f328f83" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "i30vY3vSR1ENXz3CqSMWtdJ5uUM8cgIesJHG24NiHf7akyo6wRQpnQKZyK56jxXT9r4i7WGawxnpvTh5OLD82FFnVjpjGZ6rLrMtPGOJ48kKzB4O1NoQI7vs08_eLJTpMi2O1nzX5ctMZs7whbB6pw.XfCY_xrDJhA4VhLjDTccuFBvf2n7jcVMpr_TjXJTXCI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2732713" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7870\",\r\n \"mailNickname\": \"adgroup7870tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "f29ca341-5f40-4fb5-8cc1-ae8584842b86" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a654bf8d-1a10-412d-8f7b-e281930621f8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7870\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7870tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 19:59:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a654bf8d-1a10-412d-8f7b-e281930621f8/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "7b3f5b5c-a9c8-46f5-bc25-984b878003dd" - ], - "client-request-id": [ - "3f9334fb-93d4-4b68-907e-fb39e188d643" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "BLkFgw3ebgixH3TiD74oHoSMVqY2Ou_OpQI_meN72_5e5RtHOZeINQoGt685JQAL3d68u6SnSnh6s4Vzg3ukfVtbQ68A7Ztbb2G3KoehJSWRXLee67zGWwF_BQGliSWFnkLBBQS2fYRyotKtha8zBQ.MxPfy54upXZlM_Qv5PEh5-vSfW2ouHJk-YPBo6Lrmu8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2960179" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup56\",\r\n \"mailNickname\": \"adgroup56tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "125" - ], - "x-ms-client-request-id": [ - "86045d70-ad8a-48e6-858f-7474bfb8d58a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d34e5c19-f835-4e64-bc91-d3509054c770\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup56\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup56tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "547" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d34e5c19-f835-4e64-bc91-d3509054c770/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "8d99641a-1210-4624-9a06-95906c1b2862" - ], - "client-request-id": [ - "29b20dbe-5453-4a9f-a0a6-945f78ff8b7b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "LyPQ3DG-6eVIpCOBIntwEP0UE47ZNUS9gmip6J4UilCthcCK-a-7LxCK_nELpfpT9k8hWQDqpVUj-mdW4g0Gx988hOAqbh4JHhkFQYc922KnSg7q9w1Gup8ri8jRgnF4nVjzUFbNI0f8NDnlRRSD3w.GjPJVNYyOBtVbnc887AITEbsmRMGUjDCQkBE7ffUQ7M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4887352" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6307\",\r\n \"mailNickname\": \"adgroup6307tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "7935c0b2-7370-4e57-b041-c13ab7419daf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"fc92d2c8-a06b-4aa6-849d-2c71abfe01de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6307\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6307tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/fc92d2c8-a06b-4aa6-849d-2c71abfe01de/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "q1vj4XvvU5q+L2Gpz3K8+u73jHZTPgp2vwQVNeo/8kM=" - ], - "request-id": [ - "d14ad96e-6155-4fca-8853-8c36313de228" - ], - "client-request-id": [ - "8746bc48-71df-4e1a-bc77-181cf75f1ad1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zmYhmJdMXyBzcOOAkyzda67xy2lmcXro9zqqGfRTnp6UguNfzFY8wbHea6YOEzBc4u2vc5o7yB3Ec7ygIfRhv5XAnhUTFZ72TWLrZOESBUr84ojKruBO0bfg1mYCp_rR9zPxZIscNnPqcZE0a77FKg.ybCpNViS-SZx9byi3S21b_18AS0jbzxVhDQ69fDIN24" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2738518" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1322\",\r\n \"mailNickname\": \"adgroup1322tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "e20d7859-e3d6-41f2-bbc9-151218847076" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f08f36b6-0b4a-443e-a9a5-7784a3a65c55\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1322\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1322tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:04 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f08f36b6-0b4a-443e-a9a5-7784a3a65c55/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "v3Hm4ryMiUbRFp0SVZWTWdMY+ECaxB3gLqmZMjwf8eQ=" - ], - "request-id": [ - "82a2ab6a-80ca-4666-a2c7-5990e95c02c1" - ], - "client-request-id": [ - "39bf26e3-5075-44c7-aba1-feeeae292a80" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Iz9Of-9Uhk-z7FUOxLXAijhNzGXmjSwL66JDual9JvK5sX_gOJoRXrwSBgSgoLj6NYz7joE_Zg67uM_xqclmmto6WarLgG1v6d1a2aA9xdQJSZtwZzO1mcp0EFstOuYymQcpemflognIZA9breWi8A.qjhxCG4mPm25glCvTe8mVkUGSC3xcHIZVPKPYzy28qg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3000898" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1927\",\r\n \"mailNickname\": \"adgroup1927tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "4cf95bb6-107e-4c3e-b925-9181324e0c30" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"fe16cb01-8cc3-4b95-a45f-b6cebc0a8641\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1927\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1927tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/fe16cb01-8cc3-4b95-a45f-b6cebc0a8641/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "a21feda7-5225-4330-bff1-e631d45d253f" - ], - "client-request-id": [ - "4349264c-020a-47c9-a1a8-a55cc11a66b2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "jM_XDu7COm413o1oRumo2MvEVzRTbMqHSQ-OaXAa-pd1xzt1d_nHdvvsEKEiJ4RpNZs0ES3fNxv88n1rNgcvKUkUXbM4L1nJ7m-fZI6xuhznhJxFfbzZikWdR-feT-JQcjyrT93103Y5k6iIJERgxw.tSdSd-Igm3D7UZGGvNA--CsRQBe2vMCAPbOjPu3-NmU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2639797" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9054\",\r\n \"mailNickname\": \"adgroup9054tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "4bad5967-d5a9-4173-9b6b-c45ec7a2b704" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"fb0b69a5-fddc-4cf7-b94c-b72475d24ea0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9054\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9054tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/fb0b69a5-fddc-4cf7-b94c-b72475d24ea0/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VE96ymV+N7+qIsCyCRMEXtWtFdJRAMYbA69ATN4L+b0=" - ], - "request-id": [ - "10b99a01-6775-40bc-83e1-5be053a1b4ea" - ], - "client-request-id": [ - "0dd7355b-407d-45f1-a5ed-0e475a0884f8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yUjt7g3uZT3l7biO8s_46_MzoZ5XFxw72-RY91X4B5Utk3Z3bYVYyhzlRAOC3rxytPygudiQ0xB5fmYtQWFIeyAHAUP3xvTebeoCpMWsXRA4O_TSjkRyJrjsQaElRktRWbp6vnsDQ44lo2wXICZvRg.XtKy-JBbUcJv2PODaOUOwnfGgGwOKYh7ZEPTA_Xnvk4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2591225" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9321\",\r\n \"mailNickname\": \"adgroup9321tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "2c5ffd65-0199-496f-ac10-9912297751e3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8a0f4f5c-96e9-4aad-99ad-d3bd11422185\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9321\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9321tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/8a0f4f5c-96e9-4aad-99ad-d3bd11422185/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "i4Cjy0Rm3dU5EwgdJFsHVUFiI7cBL4KFGb+3zXKTCts=" - ], - "request-id": [ - "b7bb47f6-8315-4cf4-ade4-df313d3f6c51" - ], - "client-request-id": [ - "7b31a213-dca7-467f-816c-8dae6b431f46" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "9qrcN2D_3E5kMLaWQEZnMWvcdduyJk522Fu_aP78-zt6FkGFbB_BHEKnw9_a6KwB6012fstuQ8bLgkfs8nSoiw6O2YntfbNsMHYPnDSn0IXb_-gsqxIpuofIhWYTyiKRFkcBRIJks7RRtxU__DZM-w.iV_Bim_nxwe6rw8xjFK9yvpxSslN7Q7DveeV0puD8dE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2577583" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5693\",\r\n \"mailNickname\": \"adgroup5693tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "86de9409-4fd5-4dc7-bf80-f06f4baad24a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b08ea0bd-cd0c-49a3-b590-62b2a01c2433\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5693\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5693tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/b08ea0bd-cd0c-49a3-b590-62b2a01c2433/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "eb924eee-bec1-4efe-97dc-42e500b19e73" - ], - "client-request-id": [ - "43912e77-1df0-4a27-b47c-79ae0749cb8c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "XVPSsDt2XTtVyyFcJcOvAIs59cx-ap3ctSzOETkd9uaMsNGH9DgSahv2M0rwa5VSkQxRjDAyqhi_xbv0_KTaFHARfvEWeJaUbNafoEsHAWri2axYmRtcAd2PCFyN98_xfXMevMiJJgu2ed7DAPWwSA.W2Vnr2xSv7J01i-D7XOMxu00saaCGzele1-sedqpVjg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2684114" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9147\",\r\n \"mailNickname\": \"adgroup9147tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "77d67bd6-5b96-40a0-be48-93d058658f81" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b0ca1e37-226c-44f1-ae93-cec9ba48e01d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9147\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9147tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/b0ca1e37-226c-44f1-ae93-cec9ba48e01d/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "0b51eeac-0c27-4e20-8c1f-9a143ee85765" - ], - "client-request-id": [ - "91e70ac4-f6e8-4aa2-b0ca-4ab902e398e0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "g5kNjlHQsNchF8NS6DELozaZ3BvloopwHisOELKbQLGfmhTL0rd0S6Bj2fUkuuKuVsU9fxJ75YZidFx7ozq6-d9z7W1zbuPfM3IbdlttZYvbxMB5rvripDLxt_Gfr1c_ZvH4nGDqg_1ERMthcebi7g.YNcThBKHJ-3p3kxWSJgwdjUnejSMCrjc_SprzQvOcH8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2676952" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9968\",\r\n \"mailNickname\": \"adgroup9968tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "4b14b194-0b0a-4703-a029-8f3261552b70" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"3f33127c-8af4-432b-9fb9-201fd141c4ac\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9968\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9968tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/3f33127c-8af4-432b-9fb9-201fd141c4ac/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "5db0e991-3360-4fbb-b527-77d499cf5609" - ], - "client-request-id": [ - "22f41004-62d8-425e-b14a-11a6446d8f11" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "YPCDxqIzxtY_e9N7-XZozENrAoX8fEV8idfD0pzrsOFDbMf5Z6M6e_i5GCbnqx8KkiRU5JilLpos7JGAJlJbswqDU303UYX4_0n9toWjode30kbAmbtHsTsGfpQeZJhNhwkPVX9hLp2wyyhUj5nWaw.ih1KG4vLPyBu8ARhqiqSwefJQTYq-KQt1J-41ESRdss" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2770092" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup909\",\r\n \"mailNickname\": \"adgroup909tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "687f11f5-6e07-4c84-92b1-6ea13632c979" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"e5e12e3b-0351-4b14-8e28-268433610d03\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup909\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup909tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/e5e12e3b-0351-4b14-8e28-268433610d03/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "7622ca78-aefc-4359-912f-7bb54f81af82" - ], - "client-request-id": [ - "9cdd1927-7b0e-473b-8d63-2ecf1167af02" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "27X8ndqkRUK2MfmhAApAOVVxNKFwyXU6PWbHMNDKCXAcuwmxIJhA4knRCupg3ckUBPOUncqFYGbwfsWZeLHt8NwJSN14DeYzJ9g3aJaVuRqlmLf5xeKifUx2JYvYhwK6j_SDSmIVJ6u2yitiYHOntg.39wOq2YljO9KtMqLUPlN5QQEdMd3-orF1BCajRJCTJI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2664053" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3191\",\r\n \"mailNickname\": \"adgroup3191tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "cff0c96c-fed0-47cc-9393-fb9b16c7a6e7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"72eed4e6-458b-4eca-afd3-06731bf8f927\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3191\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3191tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:10 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/72eed4e6-458b-4eca-afd3-06731bf8f927/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "3YDvl4w1xxnS9UxO4Rrmc5+MOBTWBKL8fvqWYxPh/i0=" - ], - "request-id": [ - "225324ff-62e6-4b0a-b76a-c4b9212911ae" - ], - "client-request-id": [ - "114bad7f-7ced-4308-801f-d8a5de63ec81" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "pySLKFMEDYkntLSbmfYBaeEqX84pzWuuOevmbAVjO5KrajigIKytkGi0ypYJY88dMY57dwxNcFkgVZ2ylBrWtz_BeQSACu47F6QsEz_r_PFBmXIuG94GB-8gNkQw1uecduJZ2y7HbWSbB9-kEJ-t1Q.XLFs7JrH2AeECAbTgVdur-thJXU0x8T7uicJNRY93xc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2734907" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4873\",\r\n \"mailNickname\": \"adgroup4873tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "60136eec-8709-4066-a1dd-f5cae4988cfd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1929b88a-7ea9-48d9-a8da-2d493edf63f9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4873\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4873tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/1929b88a-7ea9-48d9-a8da-2d493edf63f9/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "f4b1bd5c-a0f5-414f-943e-df97458cf933" - ], - "client-request-id": [ - "a530ab4c-28f4-432d-ac7a-ff09f575ff7e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "u2U4OQU7iKQI1kIOMb5b4xal_VKYqIqG-LxKxyC_WdSN9DiSHeyNGY0jYekOuCRohnSg1zygcwLrAGN5BaMqigPcNnB7GJX8U8GdC45X_C_ZPa3sBq0zV8nvmTQxXCGx3cxet7XIG0hcW2PedBrSDg.rSLewLWyWIYkngjka3UilriEpTr2ytYGaq9AK1WE1KI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3172957" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6231\",\r\n \"mailNickname\": \"adgroup6231tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "8f0030ae-e498-48e9-a662-d4624f42c17a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5d89233c-ddeb-4853-a0f9-0c53b9b8b086\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6231\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6231tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/5d89233c-ddeb-4853-a0f9-0c53b9b8b086/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "48jy7KgKFTsMiecpM4WUCGol4ILBn2ZSwN2hY2pE3Nc=" - ], - "request-id": [ - "739da13a-ebd1-4718-a31b-54e9015fe1f6" - ], - "client-request-id": [ - "f873c554-1463-4aba-a9b2-578da770ac34" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "b_8pGxiGujqCK4njAFqP_Yco60vwM10GZpxjC2CYz_Gd-Bk0ZqUYvSsuVNDLSzJU5V2MGx4pF3ksPUFbogWgp8NKnqXlOyTsLugCV2PMCnLhKUhlcGZGEBevBLcFG2J40tM35yS2CJ7w7GhY1uH3aQ.GVT3brrPJMVc72gkjxhZFRh7qDtkx-PpHwJuveUR5B8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2776023" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3896\",\r\n \"mailNickname\": \"adgroup3896tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "7194ccb0-e6e1-4865-af2b-edc965158a15" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1b81a1b0-085e-48de-bd2e-6d6a216a0c60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3896\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3896tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/1b81a1b0-085e-48de-bd2e-6d6a216a0c60/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "6eb953b2-7352-4bcf-a7c0-0fe65878e6e4" - ], - "client-request-id": [ - "883bb198-0b81-4a40-8d60-74372ded6293" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "KgOOHadbFEmFYWM_6Gakkm9SKbfdwKgeHpu8tKkhRnTrSqeznXtgcg5WHZX1aufR07_Ki0tMLVFpt80kP78vsrHTIldKK6mOzNfBu7V7mzC20q35hihGuxKJ0oF5YSr-68mJ6rsAzB5RaYeP5UnxUg.XI8OP1FfqmFcVqO_x7c-YhqItFXGMYxxFTYu0hSkRHw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2655873" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6432\",\r\n \"mailNickname\": \"adgroup6432tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "f86ea8fb-e826-4ce3-8b64-765587eea569" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"60c0284f-dfaa-4a78-b33a-4338ea92f8d6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6432\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6432tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/60c0284f-dfaa-4a78-b33a-4338ea92f8d6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "5a800733-3dd3-4011-9afc-0d12e9d7d665" - ], - "client-request-id": [ - "d742a035-b88c-4211-8f8e-e8cceab77c4c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "XlEHV_MJTCyO7w1r0U_A_iKSWGKxW3cbjuinkS6NYQ8ZH8d79yg-eEE_YQC2-BaGOfl4jJx48W0X1Nl4VcIWpYdI3onO_LaELxA8--hMTGdQuO6vis98xfK7aPIGc-IohFRwxQ_4EqqHNWY42BQI6A.91ibQjOZ1QK-wmBVRYrJx6CAmhVYUrfdk8G8Lno_2nQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2671012" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2787\",\r\n \"mailNickname\": \"adgroup2787tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "6750cbae-ce30-4844-b79c-112120b2dd7c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2d6de8ed-dfea-4a43-b576-147429ac0a5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2787\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2787tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/2d6de8ed-dfea-4a43-b576-147429ac0a5b/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "ndOaDad62j02kfRa1Cq/gK60FrLF0w5RKl7ELizCzzo=" - ], - "request-id": [ - "b2756a16-88d0-40c4-b0b4-49368135607f" - ], - "client-request-id": [ - "5d6ef342-3d76-4e35-923b-e17dbea77cac" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Dw3czhQ6TBiRgoUJ-z05jz00E4y0x4fO1hC7VVwnWhqDlFdfew02gXa109VF2b0gCVlLrozebBwsKg5Vp0n1BC-XWmfy6fzey9sWC-49lYJqZW-APGEitDQPrOSnMu3hE__W_SyJM40cxvNIP7qnVQ.0EUFgHoyr3ZvtcFgukpK9op3IkiqipkuWI9KAbho2xA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4982049" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5647\",\r\n \"mailNickname\": \"adgroup5647tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "64aab66d-470d-4af1-aea2-218e87441a00" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"cce2ce4d-1b88-496a-8fd8-1bd18d2f44f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/cce2ce4d-1b88-496a-8fd8-1bd18d2f44f6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "f9a6044d-d946-463f-baaf-2f7a57dbb4b1" - ], - "client-request-id": [ - "e7526764-dad9-4df7-8d4a-bac968014902" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "nXfZk2Tsa57-57Az2efgh7B1RJ5gw6diayWh4iUWXmb0PngjS8gSnYs_ySXM2VsXRc0tESkmG4m9xEW8vXuI_y-omV9p8atmYTUrQBQGs5BdkmWJC8nEKSkwhsYOhXNNMZ4ut0rExTchu45MxcnB2A.zSrgFP0CXycDsoPd-ez_wy45lSLL_2mdf0RcHMJIV9I" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2655785" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup443\",\r\n \"mailNickname\": \"adgroup443tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "64526897-3c0c-4e9b-bfe6-8146d12835c7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"e0f5a2ca-dd57-4673-bba0-c83929283181\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup443\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup443tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/e0f5a2ca-dd57-4673-bba0-c83929283181/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "vQftAfqt+/Fndunnhoh0tvWXCd3sL3tfuMwWrdB6MPY=" - ], - "request-id": [ - "2707463b-40c7-4a9e-8814-49deb7a7ab6c" - ], - "client-request-id": [ - "9c55a0ef-ab29-4f42-9ca6-431a1dd2b760" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "EmLD-g0YsoUIpmMUkrd5Fnfoe6Fg9ZGSAfAQp40gz_5G-0BV9Ayc9h9nOgSJAXls_n-KsxYckXx0WCFEgV9_0A9A97UAyrBedWOvCAJNH0f0KM6ANI8Q4UpFR9Y5XbtUTL2RrF61yfmGWbfIw0FhSg.rxvpwOCN4Qg-Ioro9p8KpQE5BXpn4BEjuxHDpAT98tI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4855585" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9418\",\r\n \"mailNickname\": \"adgroup9418tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "bd343e2a-5929-48ac-81a5-6d1ec72108b7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"dd5f8c89-5654-4b3c-a762-67306d6d56c0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9418\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9418tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/dd5f8c89-5654-4b3c-a762-67306d6d56c0/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "6f394c6a-6d17-45f0-a82c-5cd1e303312a" - ], - "client-request-id": [ - "486f1514-8155-487f-bccd-ac64c2836726" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "rHeTLOaEaogyZIbmfS7R_eftWtMx-uMdIToFcuSYkMxwrnK60Qg3zYLZQx4xyprkend63vKoJk9T4KDws_KpZBZlDyILyXuWDhXX4XxfNMNVcHcYaEIk67vpPSVY6bK_55U9LZhFwkBOS4T7OsWPmA.8DtAmdQqDTQY2VOQhm3DxjlIxhe7h50I7bSZretbIjo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2672241" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1675\",\r\n \"mailNickname\": \"adgroup1675tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "e0999c3c-fadf-4bb0-97cb-27c034409323" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"bb0fe685-f0b1-4e72-b6e4-85826ad5d687\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1675\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1675tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/bb0fe685-f0b1-4e72-b6e4-85826ad5d687/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OwiQwVxuZXWAznx4rYbzGrX1SXicMuwxX8McepXFTKk=" - ], - "request-id": [ - "0b705ff5-5c9b-491b-9820-9c901a8d4339" - ], - "client-request-id": [ - "e729fa1e-4255-4fd3-9b3a-6007e2169955" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "2WP1tCIvSpBG0QYhTlBd4QdhacgcIXbhnIXqjwoIFdAMv4jkonQ8pCcS2rxVSDtgdwmHsQtlSCfq53xDxjA0Bvwfi62og04duvba2w4TG12eMJVHkrEKTfK9v7H2QprnigBTNIeq-KI6D63FsXo2sw.HSb4fvtRa7gLzeT4R2rEEA8HEF0Mnwwi2a9ekSQUiXU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2774241" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2575\",\r\n \"mailNickname\": \"adgroup2575tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "63340e23-c605-4ba9-a428-5cfe70db5027" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"359f0358-d719-41aa-abed-017b5b979aee\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2575\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2575tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/359f0358-d719-41aa-abed-017b5b979aee/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "dS62cdS3jxXz9WV41FbNbdFCgD8BZkeQdpb/3DuhgUM=" - ], - "request-id": [ - "2bc914a4-00ff-4b1d-aee5-934f1d2fa6f4" - ], - "client-request-id": [ - "93258486-547e-4903-af92-62699bda91f9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "071sg9OppBSODDhB67jZdSlIaAvldlfSBSBoAyCWfsqxsld6AQlMeN9WX-ILOqrGJ6imuiFjzrwlj-Dc4I1ns1-eF_ka-6MrrBS5oIIoqBOcLPG2EEcGWFRLWmBlPuAC_dh77aynTR-kO6tfI6_Wlw.VWgdxHRYfoR9XyhJCYaEVPIJ-EaZ02wfSeSN8VAcSMY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2695371" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup626\",\r\n \"mailNickname\": \"adgroup626tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "6cd50b5b-5bcf-4380-b78c-573af41a3c10" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"34df4f90-9853-4748-ac0d-0dfa46fe0713\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup626\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup626tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/34df4f90-9853-4748-ac0d-0dfa46fe0713/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "ca48c072-2c13-4bd2-9b46-b521d1b59227" - ], - "client-request-id": [ - "33a9b96d-0a3c-45a9-acb2-fd05e2efe6b4" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-ZTvQzauJLq-N3dgKUDaUmtO_UB3AZTHF5u4gwE1Jbv36GiPrSIL-_4zfpJd_ZeXWrmBJLN9vb3KyQ1Uj_GLI-w5pEL8-moTrSQzU02oKvqLqjan4ILYphKhNX4rxGqWe9ntzOc5HalNDezDKinvfw.sL0XRcQsVOLviIftsYZyHMEn9et6X3garaQ_DW4RnPM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2710469" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6418\",\r\n \"mailNickname\": \"adgroup6418tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "acb531bf-1211-4488-93eb-9fa72e0b29c3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"83604353-9d18-489b-9b8e-de551f6d7197\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6418\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6418tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/83604353-9d18-489b-9b8e-de551f6d7197/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+3h+Ymp508o5Yv2+joJ0aHNKxLQZErHQiFUCChRGlLo=" - ], - "request-id": [ - "ec50b67e-351e-4184-b973-e377a3a87c69" - ], - "client-request-id": [ - "7129bea8-b573-4e32-bf74-9a7140a42684" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "51kHjvNjtI319Y7_ZsYk1JMXwChGNbg8S0srYM-cqPnTU-oh387p8WcgF8d2COrBpCLIoZGBXNLwdxZ7PmodH0GdT7DhxZiH0MHV7ZfBmHs7DqidJ4XBWRDW57CeQt9-xkRfnL5faRpUWLyDaW5zUQ.WbjfQz25J8oar05BpJTNqWKdQcS4aWytVPAUxLdrBeg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2656489" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup620\",\r\n \"mailNickname\": \"adgroup620tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "cdd14446-d3ce-4381-8efd-e353275934b6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"32d8b7c2-f980-463e-9f0a-ce0461d0dc8b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup620\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup620tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/32d8b7c2-f980-463e-9f0a-ce0461d0dc8b/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "bb388220-fba1-4f13-a931-327d927d5ddc" - ], - "client-request-id": [ - "866fdb2c-b396-461f-a671-85f1d0f5c9b7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "aW6FWO8uGUpj1pLzHmxjPTYazoqGFzMQagmxGAgWAHfTBt5SG3qabjyMOxcwcLN99wLnBEc5VtGM7D1YXNWI7VHHxyBJKcC7cTNQYPU5f4yhNfckCHMLvapU3f0FsCq7Nb_772iDadmUsvcxtn7WaQ.bTuHjG_geEov0MKAXPQRrhkwobVQCMPwDSm4s-AnX3Q" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2927600" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup293\",\r\n \"mailNickname\": \"adgroup293tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "776f1d57-da3b-4075-bd68-95e2c504f077" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d52696fc-482d-40c8-a064-640fd5dd0bfb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup293\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup293tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d52696fc-482d-40c8-a064-640fd5dd0bfb/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "e1702c4d-ac2f-439d-a49e-7fdc295daa29" - ], - "client-request-id": [ - "9f3b8d62-adb9-48df-9c30-dd07304fb66f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "sbo_IADO1LVKBDh4sI8evEHr4aqbSIvV-taClqr0qDbBq8NUuraXTTzdDps5EqmF7miOaE4p0DkasSrc7K91se2_V-wpUbcNv8t3htvFTLHzmF0LlQcJhfc4RDEUV2KWNjLtStlehgD1awe0KutXgg.3NCBoDXuJnRVgJJjyzCOiuSK1OQLcMncXcTzEavACjE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2652920" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8346\",\r\n \"mailNickname\": \"adgroup8346tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "f890e4f7-2422-47af-a4b8-60a4e1cb6cad" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0e2831b8-cd11-4271-8cca-7e5d9b7a6b25\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8346\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8346tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0e2831b8-cd11-4271-8cca-7e5d9b7a6b25/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "317d73e3-3b57-40b1-a3cd-de13689039e8" - ], - "client-request-id": [ - "9f26e156-8374-490d-adfd-b84d05a89641" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "KdGfvObEv762Le04zKkVOnR7YD85DNQoskpI84f34UqMAImvunlVELJEMs7_4SFHZpDsGPHVxQUO3cmqSMKW_M0TKuQYGOoSmbr2Eytx-iuEnBNGDw02jxVvtusN92Iew8DCypSX-lkvTC5GOX0iWg.c0yoPAOV2yNEa_CgB__aus_ob4GvFOsqabDkQuLj5Ig" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2713542" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1365\",\r\n \"mailNickname\": \"adgroup1365tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "7fac28aa-1cdf-44b8-8d83-69b872d151d2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"33205dd0-b346-41f0-a933-6b99a9b4a8b6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1365\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1365tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/33205dd0-b346-41f0-a933-6b99a9b4a8b6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "O3ABilcgdwphO4v4fgIn7pexShgiytgPqsA+U8jT/zk=" - ], - "request-id": [ - "23517f15-221d-4fd6-8629-3f294096109a" - ], - "client-request-id": [ - "bd52a67d-6390-4f41-a60c-73a9f6e053f6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "qtvRzUJWufZNZHDpWTW2PFD15xv8dACFTG3QdAXNBfrM83nGR6bMnpOalazkAowz0EUtR445lBL9V-adRj8K176z5pcY9ArMkPcAN3pYwhf67pRkBrjBOVtIHUqWwu5mEJPWv6QUg73Br7VV9DeC4Q.X8K40NA8WylMaHydKBNuEW3QJ71a6Vn5tSd12o-EBCg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2707279" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2544\",\r\n \"mailNickname\": \"adgroup2544tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "8350898c-2e5b-438c-ba56-ac60951ada4a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"746865c8-ee37-468a-9df2-51678c48dfb2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2544\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2544tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/746865c8-ee37-468a-9df2-51678c48dfb2/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "06c444c1-84a7-4659-9f04-65ba24a448e1" - ], - "client-request-id": [ - "afeb30f9-198c-4125-b11a-cd2933bf937d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "jtCAkchm0bo1P_6MTML9IkU1iRRv313F-MFVaLt7sXs7ebcIRk8FGtAmK-4knCgpvsjOYTahGNaF-rhRAL-GSTN93yQWcyXFXrd2i8H0MjgWLIXn1TmWzrQl4jdJXmEOr6NDffMmEawwU8jfC6QKAA.tdPhAxLOsZYKQU6znZGXzbLNGx4Dq42RX69bF81JXGo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3646328" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup747\",\r\n \"mailNickname\": \"adgroup747tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "7191170e-9d27-413c-b4a8-14575c2f10bc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0828e283-c27c-462c-b655-1a37d6ec7846\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup747\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup747tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0828e283-c27c-462c-b655-1a37d6ec7846/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "a4d79d6f-d7a5-42e2-95cc-25fec4c9c502" - ], - "client-request-id": [ - "2ba7ff34-8350-4aba-8799-bcee417f8acc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "B3CEGuaNPDSfoqj4zllQIiaNfIDZe90BN-zGTGtO2CZt_rEgLOXFGYARhQFpMYy27eH1z3HWa7Mv68mG_TGILY_w2S0m6nFsPwoVdDcpQlLP58jlkBAPJDsjgjUy0CdflNy3WuepCcr5We-PyIuzSw.OHwYu0193QG-B6cd5zbDUGsu3Swpkd07rIK3nejOhoQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3274091" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3674\",\r\n \"mailNickname\": \"adgroup3674tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "25405226-df89-4422-bfb2-27241a7e8e40" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"c10023b8-8c22-4855-8264-2af8514818b2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3674\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3674tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/c10023b8-8c22-4855-8264-2af8514818b2/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "3YDvl4w1xxnS9UxO4Rrmc5+MOBTWBKL8fvqWYxPh/i0=" - ], - "request-id": [ - "ab447485-0217-4e10-a295-6a321c2e112b" - ], - "client-request-id": [ - "c509d95f-7594-4652-a664-6ed0aacee724" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-ZvE6u2eJqWuOT6IAkAMhX2n08C7ycfi0u-F-qrXFRThyAe2yWlsGzz7WOhKR9vYNeouUsLjou3Eb4zBt0EMOYzehPfBnaDg5JyEXRiGAj0C397m2VesxKQSVPj1AmuWFTunzPQ4xgt2zpC4QGCo1w.HUFygyUu3aFxL6aPC9O-yNDWwYPM7Vkb2P81YJl4VT4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2756455" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9492\",\r\n \"mailNickname\": \"adgroup9492tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "55a86782-8445-41c0-8708-98b2c30b58fe" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a0fb9e1a-2c46-424a-9a98-11314decb54b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9492\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9492tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a0fb9e1a-2c46-424a-9a98-11314decb54b/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+3h+Ymp508o5Yv2+joJ0aHNKxLQZErHQiFUCChRGlLo=" - ], - "request-id": [ - "9134af7a-11c3-4c88-8cee-e66d6909d55f" - ], - "client-request-id": [ - "0322d2da-0644-41ed-9c8c-f58556c5a5b2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "wPaChRLrJSGfDuZWPIO-ETLRkKiyRQfUgU0WGXySxrk-swhOVccgLksLNmnmU__O4fBVhX6KyBRHjhU4pPXBk-RouT1cKE0z73yMkz0snkgEB0ExQ5KyKOTyH5gZvMM7lVHP5oHKN6-0TeIop2cNNw.oxkJtYTTCTsvw-HiVQbOOkOWaJKcE_MANX44hyb6TS4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2655399" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1481\",\r\n \"mailNickname\": \"adgroup1481tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "6a1c7f29-8a79-470e-9ee9-53f830abcd32" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"09243478-0fab-464e-aafc-40c5cec67008\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1481\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1481tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/09243478-0fab-464e-aafc-40c5cec67008/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "b34282d2-4d55-4026-8e97-32659c3227ea" - ], - "client-request-id": [ - "76ebf4bd-931b-4d95-add7-c8081435b6f7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "nAxfSdm1pHJ5QAk1ZGavCTfXLLG0LO20IhjoISxye-rQ5SvTg6BAqz43GARI2r6ZyuOWb2fv5TAlmgtw-8gUcAO0_NClefK8PUicoaKRmu-ivxSqIa1bejOX9oP8L7tey7hhKn5z1Jdyr4l5ZVPkkw.t66sug8EfXvkG7-64JTn0UE74NsR0iN1eB8GF2LcLn0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2751531" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8799\",\r\n \"mailNickname\": \"adgroup8799tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "170c59f7-7719-4092-b89c-61713051167a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a22daac2-dfc0-4cba-8bae-ec4755ee3cf3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8799\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8799tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a22daac2-dfc0-4cba-8bae-ec4755ee3cf3/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "3YDvl4w1xxnS9UxO4Rrmc5+MOBTWBKL8fvqWYxPh/i0=" - ], - "request-id": [ - "9ad83dd9-a25d-446b-8f43-fd7acb0184f5" - ], - "client-request-id": [ - "508ac24d-b8f6-4ed0-ba82-8c3fea5b548e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "qay96L3mjPPuYzQIG-ElujLeLjQU1DVNlsF3R6y-QyBFgMSvD5kYbscXr64sciLdLYk8Ve5xWPoxUBnWGEo0kZuVxv80EQTEo2PeIILFfgKSsScSsLEsZy98NKnzEXM4cgFE_rX07LZ8kn_0jNbl1g.k-b1iRUSf2L-XaZHvHLmrub4uzzfI_HwyHpNLrN7gVc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4086441" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5331\",\r\n \"mailNickname\": \"adgroup5331tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "fe7c99f0-7a31-43ef-addf-708b50fc5f2c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"15f39396-0482-4045-af4c-1ce954dee6d9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5331\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5331tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/15f39396-0482-4045-af4c-1ce954dee6d9/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "d9a4f7d7-086b-46ad-8e3e-f402a94bd0d2" - ], - "client-request-id": [ - "2794e7d5-6856-4e42-b1a7-c2047b4dd17e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "wgtofuKRdI2WywyVDsXB83C5Ep19ie9nxkY8Gku4J0e0OLldOGzEyVaQ2LrS7aBBIMZHpIR95mss7O5ge6K0WR5c46vLmW07FfH3g0sDp2T7OgT4uEGfXXKCt9zwrkn7FEMSjoqaC9JKKooQ6_SQ_Q.TbIZZSbbWtDYgSnIPHxXY05teLa3OdkHJD-_6k4nVHA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2709983" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4903\",\r\n \"mailNickname\": \"adgroup4903tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "6753a894-5b74-42a9-88c4-b0548d715ac2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9c978ebe-5284-42ed-878d-63796d1f5eab\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4903\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4903tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/9c978ebe-5284-42ed-878d-63796d1f5eab/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "5c563dd7-e568-493c-b944-d4207b035be3" - ], - "client-request-id": [ - "290b0875-2b87-4b2f-b701-02062f4f162c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Gzzykt7LsOrvkTomY13PAfr8ru_4ikeW1sfa4bGb_BHwzJrCfs5LuMewxAtkPYYowlRa_CEt09kRYA4N5qCf9IR7A3U0aodN2c2MaQL59wUExhVjvYyPCsfisVcSwbi0Eiqu8vqJggdjfcke02KKcw.v9Yr0QFjZ8SJybgLt7tJx1A0fOo8-t21xBBP-_sf8Lc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2859689" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup934\",\r\n \"mailNickname\": \"adgroup934tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "04b14d11-8df2-4b10-86a6-d6e6e7bc4c23" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b8e94bf7-034b-4568-a156-76bcf534d146\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup934\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup934tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/b8e94bf7-034b-4568-a156-76bcf534d146/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "3b5a8073-6e69-4e59-a08d-b00c581d8d6d" - ], - "client-request-id": [ - "21ef2b3b-4136-4be5-a6c1-1ec3a99f8fe2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DZPhUiym0B4tx-d5_UVaTMXUTV73Cf2G3OHR8OE9DJ9XF6bZWrQwJ-2jYPGNCzVDbBRBByKtpttjOlRCgSGNXsJPeRfeEdizWLAx7BQCzXJaOpfGK-CwoggcO7EiLHsMihfFrMFobd8WJ3Uqp287Yg.qYx5PcaInwzxmAErMW96nEijFBneFxBB7FupKM1rx3A" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3416549" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup271\",\r\n \"mailNickname\": \"adgroup271tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "8964d730-0aef-4c71-abc2-4ef3df262dc1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7043c27e-9669-4cd3-9c37-8d442d67ec58\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup271\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup271tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/7043c27e-9669-4cd3-9c37-8d442d67ec58/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "psiMyCgGNont5UUlRDFb8UPKF3o96E4QwvclgKDSjsQ=" - ], - "request-id": [ - "b94f8bb2-09aa-45d8-888c-83b0c84261c4" - ], - "client-request-id": [ - "8143ee5b-d434-4aff-8f84-5cd6af786e24" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "acWXFfi_UcNaOPl5nC2frtVnaS808LylWfIYE_y0j-Sph2EZcUgxGzD4rp411l0rXl9lAldx17xCh8mtZpYDMeHdB4KdO8KGnXhSh_ZUdXQ2G3smiFAFNlTHOc6v5ikZhp0kIp4XL-qIf0MNBoWQWw.yYeio5BhKU-PhPWz7g4ILXR2g3PIY0RK8n_VyjTR_eA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3213290" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8348\",\r\n \"mailNickname\": \"adgroup8348tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "e856175a-961f-4c96-ab43-65e36e36e8bf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"78861d02-b4a5-4b9c-b1ea-cafb3407d9ad\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8348\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8348tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/78861d02-b4a5-4b9c-b1ea-cafb3407d9ad/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "664976ab-dfb6-49a6-b041-58f3af0ba3bd" - ], - "client-request-id": [ - "86c77cc9-fa47-4906-b26d-88975e4f0afe" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "IlkxR8yiMkbKswLe6HUwooJd_U4_n1hinZ9nGUT1A75QveAJ7rdO_BooUn11a1cTLlAExO-bT3YPlybg8N6T5XdN8PrGlijMNn_0jVIEU6l5_hoEUeU9HRGDMOwHNq5GPES0iqQzdpeOToqBl4_hxA.bN8a1U6-CdrX_6yfotvuts2r5gJV5MyTaudJFDxdeOk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3104665" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7060\",\r\n \"mailNickname\": \"adgroup7060tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "80966a35-d15d-4cbf-8f67-75a113134503" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0f459cae-d19d-49e8-9b76-14971ba27881\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7060\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7060tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:34 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0f459cae-d19d-49e8-9b76-14971ba27881/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "2b4e3a39-8215-4394-94de-9cee7ed367c2" - ], - "client-request-id": [ - "21597a39-9bd8-4b6b-9cf5-e395496fe063" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yUHPAAmzFtk3uc39ZfVplPtdOnb12u1SO2l9bpIKm3xEccqPB9CvzqcwSlUcZGI8b2aXg0Gkae77BxLEFPmGNBVMHKjjT4ZrCuPlSGu7V7jIbBvSWwwwSOfzWgLL4tVL5rCD-989g_k1q5ScZ9-36A.34h0mXD-BK4b7fVYNkT3TDIAZYfAh0Dml3Y7kAg4YPY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2644516" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup47\",\r\n \"mailNickname\": \"adgroup47tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "125" - ], - "x-ms-client-request-id": [ - "870623e9-93a6-4743-b645-cd4eb8d196fc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f8cdb746-42d6-42ab-ba74-6940a72bb1b3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup47\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup47tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "547" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f8cdb746-42d6-42ab-ba74-6940a72bb1b3/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "fhlmJNLYPnp764O9rf98r+032N8xEbAipKeUghbHIVU=" - ], - "request-id": [ - "58ada003-ff2a-4b70-8b4b-0c1213f9145e" - ], - "client-request-id": [ - "af165d9c-84d5-401b-8791-e02e21f104f9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "tUkw3Am0HQGcP_DXR2B2mpM7XHX0EcHPqSTTg50wK3StLzhjeOsKZnv9q2WxiZpIb3j75jeRv7EvcouEbcWjxXGGaqC4pNdSaA9t_oDlHxK7syAFidZd08ffUw2Fdr4MHpYFTDglurxcLMNSHiSovw.cWQqr8ymcYYceumLWvOtgFLRsgt21S2BViYMRQZHW6w" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2653629" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3446\",\r\n \"mailNickname\": \"adgroup3446tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "a88dccf0-ad06-49b3-975d-2e60cef9cafa" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f3d38dd9-094b-4bdf-a737-e13e1fd81a3f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3446\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3446tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f3d38dd9-094b-4bdf-a737-e13e1fd81a3f/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "KInOsCSb7GTsPAAftNHOmcfYNP6uEnGg4KfpczByJuI=" - ], - "request-id": [ - "c6211338-7b6d-40b0-be64-08135a2a4748" - ], - "client-request-id": [ - "bf34e784-135c-4732-8961-be264b0fa2c2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "R0WgAgN6gBByD2WdMevBdUmZE4v2brAM4vfIqlP259JmezlAkZ-UF2Peyc7xJMOJ8-NTFuYUt2y9MxPKeQryogthZc2TjT7IHelxBoLNLDIgM0iBJ3vq0ahav5ujiKWFbSBqTQTJOjK1YV9WgRaShQ.XNq1NMga7N7_OxmqPr3kiNKPla9lRfC7JaC8RgEnzzI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2725814" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5692\",\r\n \"mailNickname\": \"adgroup5692tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "1da41ceb-057d-45c4-9e97-ce1f67a64bd7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9f6ecb88-2e51-4269-800b-d8a9a90e8af5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5692\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5692tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/9f6ecb88-2e51-4269-800b-d8a9a90e8af5/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "q1vj4XvvU5q+L2Gpz3K8+u73jHZTPgp2vwQVNeo/8kM=" - ], - "request-id": [ - "713d4bc1-0f03-4471-aba3-93704db3f4ef" - ], - "client-request-id": [ - "d7ca1072-4458-4ca0-ade4-0497c6ead78a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UihU3mIiGJ85D3DpYuT8M-ouUaP0CdkUY9kyDOqOQEW594MIYzPhfSbB5kfS4v1adU0xeGmfiekwHYk6zqJA4o4Fro6FQqcaGDp0gEaoUe1g1-pBKqrf2VFYk_xXm7IMi7unHKRbwIKo5CFIPsR1XA.5nISme9vaekay2oISzfa4M-PPF6IRpZekIyBS9jcoiQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2758051" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8359\",\r\n \"mailNickname\": \"adgroup8359tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "6c1f69d6-1140-4cca-9478-23eb17138e10" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7427ebd5-1cc2-4baa-b205-f8ab5b224c8e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8359\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8359tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/7427ebd5-1cc2-4baa-b205-f8ab5b224c8e/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "9Bp1nQU/JhaSO3lV8bBy7mMK4p3NOMvZqoAcpeeOoc8=" - ], - "request-id": [ - "8cc44edf-0710-4221-b446-b9539595fadc" - ], - "client-request-id": [ - "908d49d2-e94b-4873-a559-35e56f584b33" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "v_UORzh1frCsOsgWgwwCAAIsrhHbUkboeoRW3mVDvlz-R70sB0kLPOOth7YzqvtebpuEXWNVCJZ3W04L9b0F5cIhto4-a2uGiWKZBpCU-PVEsGVQ1KMpgMm8zWvRRK6mJ-tW09nze_wPsHcVTV9J2Q.w970edxkjRCjTm-gWyhWTb8rGTrB-SMgXmjBqQe35qc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4883051" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8184\",\r\n \"mailNickname\": \"adgroup8184tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "a8b3445a-ed3c-4137-a8a1-af2b37405ebe" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"43353794-cc83-4a27-bed3-4f4f714e5fec\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8184\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8184tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/43353794-cc83-4a27-bed3-4f4f714e5fec/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "vQftAfqt+/Fndunnhoh0tvWXCd3sL3tfuMwWrdB6MPY=" - ], - "request-id": [ - "37bff10d-9b98-4e88-ae78-582e89dac4e3" - ], - "client-request-id": [ - "625cdfae-ec53-471e-9f0c-5ce16876d8ed" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "oM12s5QRRUjFL0isHc6ZB8DYBrR17NyYpHfxOObPVuP3BZHRmMeXKSkChT--3zucmRmd8d6VHxqZBKZc1zo3tesGQv8lSBuzXH8h1aUdHv7oI28Qv0Hnnn7d8VPfQre1JxUt95YUJlDBgcZluTLcpg.IgUPdOWTuhCFfws0jZBxd_nQbHva4t2qCdyQQzuRYu0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2972762" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2410\",\r\n \"mailNickname\": \"adgroup2410tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "8567d91f-e51c-4c80-a021-68d0e35b843b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2a055a09-90f2-4aee-9386-0d7f9b0f6a77\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2410\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2410tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/2a055a09-90f2-4aee-9386-0d7f9b0f6a77/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "2423461c-f31b-48b4-aab7-e7b847c5ae9a" - ], - "client-request-id": [ - "c6c12661-85d0-4762-8c1d-476f1e479063" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "NOLP24ahyEUDW6W9-gHlRKQXoK3oV1eSN2g4FpxCWk2lmZewKa_pTfUoXMM3Q7dNclNaqko1bJKvmJlZ1jiGsAHj3zPNNxWCLWnopv_zcQHKMW2cKyZ4H1OCnbFt4a4nM_JkpxM9v7c1RrNbqwK-0Q.Pwka6Hg0jQMGK9-apRe5gx-1EaoFNyUzw7_75F4Pl5I" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2925057" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6110\",\r\n \"mailNickname\": \"adgroup6110tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "cc1b8f3a-96f0-44bc-8d85-b582b55e0acd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5fcd485c-af1b-40d1-a0f1-b7ca33040011\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6110\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6110tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:42 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/5fcd485c-af1b-40d1-a0f1-b7ca33040011/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "75ShSHQOKYDfqrCwgjP19v5Gc0xT9jfEGVxJuWp38PQ=" - ], - "request-id": [ - "857dd329-bea2-4f93-b78d-035ce8e7879e" - ], - "client-request-id": [ - "3a5cc18d-1705-4724-8ec9-68f476f2f35a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Nj5vcyPbXoumxWURkcPvRqwFmTuGPAUfZx2Dy5HAYsvfqLyUIEjZbhc-oUJoTF55J9XdQsp_Db4Iz4L7H7eEefBnHyLwY7mf833OF6QwpkgbuEwGpiNAw6wbxK_BJEIO8hl5QnX0gh1vuw7DJW8jxQ.VI3ruwt8S1XnDfwf00OGgkrKkwWGi_p3afeTIP47iJU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4812314" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9277\",\r\n \"mailNickname\": \"adgroup9277tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "cebc2032-ccab-4838-a570-272a3a7c859d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"09f4707d-61dd-4ce0-a861-df911f627d31\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/09f4707d-61dd-4ce0-a861-df911f627d31/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iuPmgCujsBOHP5ZHyhzOWZQ0FRP7jUfzbegvNsa5PFc=" - ], - "request-id": [ - "d8e41aaf-0a12-4a4e-9b63-2f3569ed08d2" - ], - "client-request-id": [ - "15042694-79e7-4b5a-afed-a407b6a09639" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "QvzxTOUfDZS-I67W8U0GtNd8ZlatAQRdqhtScKrVt2-dqKhFGiQuSE3l9dmnYPeypuKeYVN3bpxmD6cIe3DedZb1u-9YN79vkr_6GFLElQhqRtDEmrp29GU3JP8zUlXs4i2Fkj1f44jxwMXRFFsptQ.GI6UEH7zWg5UpSR65XqAoSpHfqkECCxQ1YLhPrT0tO4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2835490" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8829\",\r\n \"mailNickname\": \"adgroup8829tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b89a516d-6e63-45f3-86fa-dd24ad24ed99" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1a814efc-ea79-456e-9c65-ba63152bbee4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8829\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8829tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/1a814efc-ea79-456e-9c65-ba63152bbee4/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "jyobu/yER2daUFpJq2oLdeE79e2GnwqPEUOxSEatNo0=" - ], - "request-id": [ - "4f4c248d-d24e-4838-bbce-fd5d4e8e854f" - ], - "client-request-id": [ - "dfb8ee7f-6006-4607-b9dc-519c97a232bc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "rgKIGCSDFQKx8I0bjkD5AVNA4ZmymqQ0n17wh2FvHOvjGGv7MEdEyL-halajZeb1bOlxqQn-OSumHovDsbTKQyWQnX8eTUCgsUvkpqGgx10sJl0HKyUTvVbryub07QbA_czv0HdnnPjKIN7DR28Paw.dnhdMjEjGJU0sNfCSDs66CgqvlUiMeQOB0mz7kIrRFo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2803155" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4986\",\r\n \"mailNickname\": \"adgroup4986tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "0502227e-4d9a-488b-a811-eefa829a3b39" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"ec2bfe10-7439-4c77-9a64-0c546f7d4bf7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4986\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4986tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/ec2bfe10-7439-4c77-9a64-0c546f7d4bf7/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "e46f079f-8c2b-4058-9ebe-5a7ec9648197" - ], - "client-request-id": [ - "67a45725-dd76-4c1c-885c-75e2754c3e3b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "PSaZdYWQXQ_yFqgh6QSiP59Pv_GPOS9z_NgYeHTcqsG-1aZUOrHVqsuqYfnqgNI-KeTNXxVAucx7OplOR-daAl_klyU07TmwUcydeqMDYBnZu80Nxmakv8CxdCfFPZo3gSYpxLUBteIzhWL8VGCP7w.ZQMpTxKLo_nH-pXEWRQU1GP4tmpHviJLYZ5fPbSHqEY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2709596" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup4665\",\r\n \"mailNickname\": \"adgroup4665tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "bcfa357a-c0aa-4149-b9f7-290e11d8d149" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8d0edfc6-bc4b-4632-b3f9-1022e432fc91\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4665\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4665tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/8d0edfc6-bc4b-4632-b3f9-1022e432fc91/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "01e5e862-e679-418b-bc4d-f49380571530" - ], - "client-request-id": [ - "9217397d-3b81-49ec-b981-3d2de9cdb859" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FY08DBd7rY3LaJX_QAAYWSc1Y-M7DJYhAgpbaMWaaFILVcVa8B4IOpQJGqLsL4YyHfj3p5STaPrBRf8pxO8L6TlGzSuk2snG76VvXAmbtBG2Y9cbVRwxnqyI51SsIqJTF3RilSkolqdUJ1sicvG3yA.IzxQEPup-Cy3ozlnHdTnNt48U7l5zFOtH-FNZWu7Eik" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2740766" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7615\",\r\n \"mailNickname\": \"adgroup7615tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "c011f67f-4c18-4141-a1f4-1c8a581b5f65" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a7917b02-fe2f-483a-8523-11ad4bab909c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7615\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7615tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a7917b02-fe2f-483a-8523-11ad4bab909c/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "ndOaDad62j02kfRa1Cq/gK60FrLF0w5RKl7ELizCzzo=" - ], - "request-id": [ - "296872e4-93ba-4b96-825d-fce06b6fd1ec" - ], - "client-request-id": [ - "de2b3cf4-c96d-4037-ad1e-03516fecd34e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0DeIl0eWJdRUw2wNXVrpY0gD7Tr8A6YKOmk6U_H4mJva55BImTuHe-2YnV2TI0ONPDFtONLjqPzwUVF2LW3__NBcmooJCv4lf71hogE2nEl95aZSLcKyZRnV5AOjTGdbEQ1yOt1lkskdLTsa2jIKDg._DhKG9tknzuVhnCf8vQIWVR0mvsdnj7eLua7TiwmIFA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2678990" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1339\",\r\n \"mailNickname\": \"adgroup1339tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "64a5699f-f6dd-4f4b-ae84-3fe8568317c0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"c0088b36-2bc7-4c87-8cc2-311e51d78bf3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1339\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1339tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/c0088b36-2bc7-4c87-8cc2-311e51d78bf3/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+3h+Ymp508o5Yv2+joJ0aHNKxLQZErHQiFUCChRGlLo=" - ], - "request-id": [ - "154fd828-3436-4781-950d-0c46aa3f64e0" - ], - "client-request-id": [ - "8ff9389a-3b2a-42bc-8611-9b4421e7ecde" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Ds0HJGZA4iynAXovcfO3iN-Rdc2uhXd10bTemQ501YfLFsRG4o_iosKJ3uYMshVbCaYllgv8yIKoymCgqbd6N-YCfTTun-MSQLFzEOrzIPDek0DCOLfu7YKQr0ovvK5udsNYLoJijlyBIbxzLEZMEA.kkynfhU1LWcMbX8UHyKrWPD8RQPzRMht8uWX0uVYLl0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2659681" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1026\",\r\n \"mailNickname\": \"adgroup1026tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "2fb91ec9-1cf6-470a-b54f-740e1948a6ee" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8fc39ccb-1bf4-4de3-95a2-4096cd18b5b6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1026\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1026tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/8fc39ccb-1bf4-4de3-95a2-4096cd18b5b6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "eTv/+eSXVMnsnytZxi018Ikz5qYWAsHBiTLR3SMW/5s=" - ], - "request-id": [ - "9f92b5d5-43c0-489e-af9a-8ee9206dc6dc" - ], - "client-request-id": [ - "fb79cb9d-e3ff-4240-9b2d-6ece0d3e2501" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "VtMyL7hI6uUjecr_opbrERwXsdgVzlmln3Ko2YMZgUYR8U6IyaEp3ut2Gsg5ecmcU5a6c_TVJmexMilxzHiHJiY6H8UXB6Dwc4114p18x0pwld7EXYecK4UIjVg3784uC0dozcmX98AUJcfkKsvixQ.MrGztKRnC5zhyoyjMDdzaAP_Z9wnXkskhZqHjBZ3u54" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2727699" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6604\",\r\n \"mailNickname\": \"adgroup6604tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "dd851adc-5fb0-44e8-9e21-ce635c5e4e46" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0e8617c3-6cfe-4a83-aa6b-9b3f2639bdba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6604\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6604tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/0e8617c3-6cfe-4a83-aa6b-9b3f2639bdba/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "adfa8174-a811-4aba-ae8c-aea31b52e6d0" - ], - "client-request-id": [ - "492da593-8193-4e94-8930-3347dbcf399a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WsBSB8TIGFflIioSwrQUPeAP_7LZmth-kDgxHMOpkhGGUwD9VWxu3zoPD2N1o5GGPcViWCS4d2mVbIkyHiuuRAJbJDRvzb6dpzRc0H0M0NxI4pErh9co-yFWf1-7Y-bBB4tVThpeo-K8k2ymhrZMTw.c_BTtaU0Qr4W_9SjE2fCaTzaagDZMwoTL5sAbDxTEkI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3815841" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5295\",\r\n \"mailNickname\": \"adgroup5295tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "40c86a76-f964-493d-b610-6f54c1b4f1c8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a4709ab8-aeab-4bba-a64d-9efe23143537\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5295\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5295tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a4709ab8-aeab-4bba-a64d-9efe23143537/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "NmOhVwUmxtMXE2yVTyo+Rgxuh4SzBZla+ESSAHIGDQ8=" - ], - "request-id": [ - "f24e4f90-ecdd-4e53-90f0-d0b7b2984276" - ], - "client-request-id": [ - "7eef99c1-b6b3-4a88-a79f-0d9ab929f06c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0Kp0q3-X2N1UgzqKhNJ3KFTrv1BtBI5aThqIn7DSKAsmt2jZXqAZ5EDck6WlTIvM2gr-toW1cNZQQt9wnP9fddEzuKeshgOAGajUSXWaF-OYs5tzVEPdItcFRYi-GApViHV76-EM0P2dN_84DohHqw.aa_84b59VdPeFp8ZImeWUGAPE0232bNqL65aUXr-aGI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2739024" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9428\",\r\n \"mailNickname\": \"adgroup9428tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "687abaf3-a3d4-420c-96f3-246ef4a05d0e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"91315b13-a868-4fe8-a00a-8fdcebe0514b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9428\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9428tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/91315b13-a868-4fe8-a00a-8fdcebe0514b/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QyNul+QHNehCBkdgefKI8GTyyTZdKljRxMVgIG/Sq7g=" - ], - "request-id": [ - "cf1fd079-8943-4145-ba97-2898bca2b9b4" - ], - "client-request-id": [ - "53075bf0-d276-43e4-95d7-33e09e5cac7d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "swFkxz0h2rhnweDMsw7afBn1jzgFkkPiDtqmnQmj9yoQrjSdNa7R5hwiNXDkm2KWnhqLXz8ChGdYPE3B-bzu83ehCuGehZ-VgrfbR1XAO3hlwmwqjoY5Jh0wc9myHoSQYsj6f6IHSOVhyrfspLKgSg.AoQoiHPhxV_Nv3wfMwADHs7rkWYR7RvjRZn9WiJmhAo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5667811" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9887\",\r\n \"mailNickname\": \"adgroup9887tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "5af085a0-d560-4a60-81a5-690b95880478" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4f557364-3b2d-4a1f-8ec9-d3d777cf544f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9887\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9887tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/4f557364-3b2d-4a1f-8ec9-d3d777cf544f/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "dc94c8c6-7732-462d-994d-270720b4774d" - ], - "client-request-id": [ - "ddd335c7-b141-4965-b9fa-d45278dd8155" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4_X_7DvQWqfBERI5fRXeg3bhdkPH41Itw3ZCHxLQGlPN6NJ_BIgEU4Oxr70BAAcSK3AY2GPK_mV2gjEMEoqliy1N8lHUpbaBCvuR3a1MFsUkIRTLTFPsOHtRg3uper4xCe5U-Fw8fFzmlFIuVCkEAQ.Tdg06R3_o1dFRpNyLgS_8kq3DJcWHtjNQb43QqnjPec" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2898607" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup702\",\r\n \"mailNickname\": \"adgroup702tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "d6ccc6c2-4c16-4177-b082-3750b676b703" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7696f250-128c-4594-aa37-0e8403952c51\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup702\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup702tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/7696f250-128c-4594-aa37-0e8403952c51/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "gqiNgf5NlZ7CoKlKn6ksAAz0DY2Obmmx+EN7hzvHgo4=" - ], - "request-id": [ - "33e3104f-bf57-4e95-9709-970e85f07012" - ], - "client-request-id": [ - "9f7c8847-c201-4e83-9674-ba20f5e8f5c7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "NvBG6la0c8MCs9gZEyN9wIL6PRsmTbp0-HQnK4qDJXFnol-_9eVBReS9XG49VW6wIIMV8ABpnH8oxa2byV46cuGStRAgHMqlUlsO85bSHc8ayVWFDZ7ddgVu7El1A9J9lnbacOW3-hXFEMEaz84UlQ.JqYucOcrfbhwpSblmoF9-J7U0OW8EIVo6ErMy4nG55g" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5212027" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1634\",\r\n \"mailNickname\": \"adgroup1634tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "6f89e23b-f282-4363-9998-9336e2754496" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1625c4fb-90b9-4949-baf3-cc195624da46\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1634\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1634tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/1625c4fb-90b9-4949-baf3-cc195624da46/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "5ae781dc-677a-4d78-955e-bccc0e7e414d" - ], - "client-request-id": [ - "6eb30f65-7cb4-41dd-aafa-2945f33e5be2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8rkLqkdRFRiQRaloKNH_RDRUxT5x1Gfr2fC7NpUtX_Y5VaWFgLkoHfLPuorb_Ad8mna6rHSs7P5TvBE0PWGh9bWhSv4BrIKf9j92ps-ONH9KQ2JBCPlN8Fl7uq3zEXJAHCqhjdLSDZjcPb9yTDqBZQ.4Y0KGZJjJ6Ygq89rnEjfEa2LxhRdBY6v-q6Y72MPA1Q" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4947089" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup707\",\r\n \"mailNickname\": \"adgroup707tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "e781e1e5-efdf-4fac-9b5b-619fb8b3cbee" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"23a36742-0070-491f-be2d-bb5d256949ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup707\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup707tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:55 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/23a36742-0070-491f-be2d-bb5d256949ea/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VE96ymV+N7+qIsCyCRMEXtWtFdJRAMYbA69ATN4L+b0=" - ], - "request-id": [ - "93f41e15-62bf-4181-874e-24ade36cc2e5" - ], - "client-request-id": [ - "467fc028-c49c-432a-8a46-752cd6444bad" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "W4ozk3hOmdnW4bOg-xwBmnoOi_9udFWrGl4NMWJfOIYumrc9Zp0lw7aRZ9-fGrKkeiwfMCMmZnfRt9a-ZJ80gRCw_NIUrx2X21jbHShZisGm9C9YO4CLi_ba2qaRtHYXvXvRXIIAwA8D3SayjtHPDA.A79SdboEjgRepZ0EZ0PZKyUC-G9w2HZrrrBBnNTR6Xs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5154540" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7955\",\r\n \"mailNickname\": \"adgroup7955tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "17932e0c-6721-4da4-8cf5-5a4414b7475a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"47e385e0-720f-4abb-8056-879aea5d9fe9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7955\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7955tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/47e385e0-720f-4abb-8056-879aea5d9fe9/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "4Vz2muQ9ny3ssg92dlS3ujqLsLiXeE/jX24WgtzQE60=" - ], - "request-id": [ - "2a29b8f8-17de-4696-8a98-e6158ac49cee" - ], - "client-request-id": [ - "d6488c85-5efa-457a-a635-47e88500e4f1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "LzUN3dBIz3TPyFq3o56dDKQVMZQNcaQtzYLzTfv98HrgJrs_p1KHAm1Tyiu4vuuace7G6BS_RufyekYL_Oq6tp3y7Xx7TnKhm4e3WipHwZ2bwxONYpdZza-uaEuWLIJ49wGFHiwlxJef2LTURg8PdA.GIIfIN6LKM8967QISoF2tAg1hawPDtH9xaI6kkn4VcM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2933884" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3148\",\r\n \"mailNickname\": \"adgroup3148tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "c902ea2a-eabb-4435-ba3f-9f6f77abea7c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"cc530742-d9d9-4c18-bad8-2f4ec13e70ab\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3148\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3148tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/cc530742-d9d9-4c18-bad8-2f4ec13e70ab/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VfUsEwfVIt6kKxw4w3DIj7NdfHZq0I7s9UKQB+zebI0=" - ], - "request-id": [ - "d61ddcf0-6f05-4cc2-87bc-378b0d09481e" - ], - "client-request-id": [ - "626a8b85-2d3d-4a90-8363-a4deacf653fc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "gpvbGmxbm51qsba0gEtSajOTwuoZieQI4D8ZQoNcvVGvdVkSJC2ajboV_g3Zy43Ii4vfUJ6OgweDMRiXM9LuGLOv9dsxvkYk_CDSpV3VEmOqHOLDgtSoXNmeXJpPVvgL2LQQUBMoLtGghZKKpvtlXw.WV5mImZmcesWKdlOxFhGnKJmAKjoVSrFX0obOE1l3u0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4897844" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8399\",\r\n \"mailNickname\": \"adgroup8399tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "9bef40e7-b1ab-42b8-90d6-1c6f3926ccc8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d3f065b1-198d-418b-bc96-866846308dd3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8399\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8399tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d3f065b1-198d-418b-bc96-866846308dd3/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "7f5fc86f-6e07-4dd6-808a-b3fe5e87851b" - ], - "client-request-id": [ - "3f9ace74-00b5-47a3-a6e5-8d410218b12d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "vyYC6F0bPaSp1HYflKGu8fy09kvnYYzDFXp65iB-G4Lcu9J67oD1CCWqKiff4Yh5tKJAGaLZnNTJFaYZj5kzrKyzl3Pa7VPLlSciZrAKzfsXM-J0hct9zxLWpDa2wtXESVYnos6613jA-yKrOa7elg.LxN7klyywgZuBFqgmjofMJib5Y1mrfhMBcvTowZM19k" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2672368" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6293\",\r\n \"mailNickname\": \"adgroup6293tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "55a1d0b6-85ae-45c0-a8fa-d7cfb6c2537e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"843fa059-342b-4a56-aa52-2fbb8763ce95\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6293\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6293tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:00:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/843fa059-342b-4a56-aa52-2fbb8763ce95/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "1Iav/mHzTGmu2pmYRWHXkhYT/enRd9k1yYAecgDtd9w=" - ], - "request-id": [ - "c2dd57cd-1eda-4133-82a9-b4e8ee54f9dc" - ], - "client-request-id": [ - "0f1617e9-f7f5-4c35-907a-539f9dfb3154" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "cPqRTPHrcvc4E_HR2B6CLfhtXvtPxrQI3tO47nVm5YXcgywpy1s7Nz8DqSw-2YL9s3lLhJ2Z-S5br2J52oFPd0J7UWGb-4F38FelJMp6NSlbZxM-_nV_XOuSaDEQpMiSWxlPUUiI_UWpWk2VhuoXLQ.xQOxsdF7z6PB5HbpHn872npPi71uEHT6MLN0fIp_Yfw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2710670" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1415\",\r\n \"mailNickname\": \"adgroup1415tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "d1727a08-de26-4d60-8574-b0e3abdbfa28" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"60c2936f-bdb9-4358-a110-f52fe0c46e91\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1415\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1415tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/60c2936f-bdb9-4358-a110-f52fe0c46e91/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "Y9FtHfwafIKxt2xQzd2FOeeWfOylBpN8GeXGorBEDlc=" - ], - "request-id": [ - "8f595e94-a7f3-4ed6-8f58-936233e24182" - ], - "client-request-id": [ - "5b8aa15a-c651-4ed8-a552-f8fd512ce75d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "S5u1Kdvabkm7jYT6kdk1DWNuN_tlppfKlFqyGu2rLsTHdUn376ktgBzRv_nyBsxJwt7_r9dyK8VlF-nC26SivEPs0hDy6QdymVTXBwJ4IV-u-eWnKk-SIxtXmxJcpwDPOgRiTbW8Jhia8CJDS0-vhQ.Q7K-JU67gOCJYdm_AiZCYm2fm2wf4kr3MU0Xp9hlIW4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2863677" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup1709\",\r\n \"mailNickname\": \"adgroup1709tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "4272ad26-bea2-4d69-8a8e-3b1a221d522c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"979d13fd-c330-4e94-8629-a032e240611a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1709\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1709tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/979d13fd-c330-4e94-8629-a032e240611a/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "jScj0D9LuG9lNt/fa5UfFAKwsavkI3rF1e+07pDuN5c=" - ], - "request-id": [ - "b88939b5-a5d9-42f3-a59d-5c42ba798a88" - ], - "client-request-id": [ - "8c52a6af-4684-4403-a0dd-a4a41663a8e0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zn-HyNrAD6dwywIfMjX4B0waDwOJFU16AtQpBfJ2O5YpZSk1zDMJbvjv1Z2KDn0P_Egr1s8r7jEyd__10kPiNbG0UDMBm6o-JY6_aWnLRzWuKuX3plmRpjLYZcDcDNTitIPNGUFthtzucoATqzN9Rg.Bgq3pYWO3eqz16Hfw2B5WUWB65XeHx_Z_-HyCtUUm4w" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2752512" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6072\",\r\n \"mailNickname\": \"adgroup6072tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "b47a83d0-37c5-4e18-825d-46a459e1d95e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2f3a47b9-17e1-4d09-bdee-1235a4c65c69\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6072\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6072tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:01 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/2f3a47b9-17e1-4d09-bdee-1235a4c65c69/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "8c9c5ff3-b653-4fe9-b064-e8de3e2fbdf4" - ], - "client-request-id": [ - "2ca27c62-4bda-4b1a-92e7-1ff3975d5345" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TbL1Kg0Y3trWavg2Jg2VKp1yrio0wwYGbKRibL3VE9Ie2-mX6AwZlCF-Y1zJFK82lkUx1y1GsGgAjDBtTSMpnXBnNl_FN2cjBT-1Nh8tDxj77X9yy4KzszJuGLl3pCRQ6rwNaAUkCUJa9twx5nUhXQ._-kr3EWd5gH1Hst30mx5jrT4gH1LmNrI4hhcrpy7ZdM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4835253" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup899\",\r\n \"mailNickname\": \"adgroup899tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "127" - ], - "x-ms-client-request-id": [ - "987a69f0-d99e-437a-8a66-cfc6627ce49a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"d2a46730-6c50-4bda-b44c-f153fa547989\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup899\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup899tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "549" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:01 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/d2a46730-6c50-4bda-b44c-f153fa547989/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JDgMXdKsFXeLssEQZc5WDJbQGHd8O6Mlw3RJHgTj3jg=" - ], - "request-id": [ - "1ac2fb56-87cd-4ab4-8468-0567c57197e5" - ], - "client-request-id": [ - "c67ace61-2589-4609-9396-a0ab01b068c0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "xYMCqEd-2YMB52F7gTCt35V2Y1KyBIDggjuqstTR2xZe5lZV5mBlThBo-QMguej496Iyqq5Jndxsb1LD1BZk7z1wTl1smz-asevtMSXIuDOZ-_TGx7X4-CBADheBcvHtTJdN3bOK7IUuV-ReVfFytA.oqv0lv2pNGSXwSpX4qwIODjxmSzn5tgXqj7Ly_UTYug" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2740154" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8992\",\r\n \"mailNickname\": \"adgroup8992tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "bd45b9ab-4ddb-495d-94d6-55cce2c07a97" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"f5f374e5-c319-41d3-83c7-71d8a70204d4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8992\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8992tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:02 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f5f374e5-c319-41d3-83c7-71d8a70204d4/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "dS62cdS3jxXz9WV41FbNbdFCgD8BZkeQdpb/3DuhgUM=" - ], - "request-id": [ - "24d0b66e-0c6e-459c-bfdf-2c1a0e267ad2" - ], - "client-request-id": [ - "d1ceaf55-a676-4779-8103-103bb46a6705" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CEyotKi5EIOr1H7pYtDkkRDarq3G1qTOiHX9vhGMzSt3f5l77_jUTyln-_7kJfA0zPqTkDI7SQuoopvOthxNzlUqIQoLtERiVUHqXQ-hqK2sEAYWTtvMEHVe6lTmJOzfSv7WRklb7Ao3Qqi0IUwLQw.b_KsxCKtkGgWeP_VAA-JeHfB62CWPY4KcRZzYOBXVwE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2736136" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup5498\",\r\n \"mailNickname\": \"adgroup5498tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "29c50965-2db6-49dd-a111-ed14122c689e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"32c0225c-6e30-4481-9d35-2a2516aa4106\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5498\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5498tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/32c0225c-6e30-4481-9d35-2a2516aa4106/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "KInOsCSb7GTsPAAftNHOmcfYNP6uEnGg4KfpczByJuI=" - ], - "request-id": [ - "a149066c-adae-4edd-9628-3eb6251b5c2f" - ], - "client-request-id": [ - "fa57947f-7e22-41f7-b046-694c4f868483" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "TBK0_LzAS_pVZ6ftLK-oEjkSjW2ImRCz-M5XO_EWNfUd_3JgyRaI2dcIxDJID4TecwWlsZItBc5ySv6qFBWdL2rr6vGYvSRfWeCSx-ffOjILzdJq1JVmME_UyzFCXyFwbppuJcUDKg3SJLfMWf4tIA.JbXrd3ELld3XOn6lKebp3FH55cfillu_l4EG1F_tLjM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2660591" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup2515\",\r\n \"mailNickname\": \"adgroup2515tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "cafa6a0b-1912-4f31-945d-f76051d8c45b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"83c7fadf-c10b-4856-aa11-998835de6eba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2515\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2515tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/83c7fadf-c10b-4856-aa11-998835de6eba/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "75ShSHQOKYDfqrCwgjP19v5Gc0xT9jfEGVxJuWp38PQ=" - ], - "request-id": [ - "134d4c3c-92a2-4469-b4b2-e7c5b0c1ef70" - ], - "client-request-id": [ - "a5c5ff0d-51ee-4863-bad2-2056c000b298" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "kzTyB60WMo9FAVemABQ465QNU-7r2oExPDa0QkQlunS5X5vL2w3JoR_f1sG1oEgqIdN-Hqxnyp0eRJYKcKzB6bKkemREPnR0T6lxphr-phCiAjv_VDs3uafck0mG4qV-b1j-pvFBuBp8LXrI88TobQ.cl5oYMER0GC3CZhMlHsIRlc3A8kE6cbysPfjRrWGU7M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3153882" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup7297\",\r\n \"mailNickname\": \"adgroup7297tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "cf3c95c6-45b5-4d20-a6fa-e2d1bf4bd5f6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"88075a83-6201-42ed-ba00-36c286e53037\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7297\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7297tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/88075a83-6201-42ed-ba00-36c286e53037/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "ndOaDad62j02kfRa1Cq/gK60FrLF0w5RKl7ELizCzzo=" - ], - "request-id": [ - "683a5b6c-ab97-45c2-acd2-9370b59e309e" - ], - "client-request-id": [ - "b9921224-5930-450c-9567-bdd267a7f154" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "PZcCHK95gRuhkfCF_A3YLD_OdrXShFi95ZMOa_PJYt1PGE7hOw5kBtoZ_sbooRZNPnLT9sqfZcsIiHAqFNiaY7ZP8Ql-WihXtsgd4qdZb0POMb5pEu95GNhiA8jptPecryt7BkM41ypf6gzwF89gzw.Owkvlx2qfKL8xuyb8ezrE2rFxQmU3ijxaToAMR46d6E" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2760738" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup3381\",\r\n \"mailNickname\": \"adgroup3381tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "e8b95827-e7e8-465f-ad3a-7babda889178" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9e2c0b07-347e-46d3-926f-b91bae8db8f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3381\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3381tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/9e2c0b07-347e-46d3-926f-b91bae8db8f6/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "60d970aa-85ab-4069-9a35-0589a69c85b9" - ], - "client-request-id": [ - "746e843c-a75e-44ca-8427-ea745d171a8f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "gpckTUA50YpjN8dQdcwSFB8sWF4_pQPws49XNV00Jkmy5UC9OEVANMbPEMyFDirqbW0qOKbuXJlLXFgj2XMah3-kdTMZEG2XR6ra_NfCVnTuwWQi-BvK9EMZGdLbl0-Jakb3qgRGDKDBvg7V4t1i-w.jAJR8iCFnW9-AdCVVyGCzb_mRzjbKelyG99YGqejfrM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2780670" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9371\",\r\n \"mailNickname\": \"adgroup9371tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "d0c4f79b-6b72-446e-8dba-aa3177ea70aa" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"70a2fd33-4c71-4c10-aba5-4d3a3e52bc90\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9371\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9371tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/70a2fd33-4c71-4c10-aba5-4d3a3e52bc90/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QHmIbgsFu1rpVDTznz9H/i9FqFuCAWYVLNRx8V7t6dU=" - ], - "request-id": [ - "891e32f7-fbe6-471b-94eb-f87edcdf75a9" - ], - "client-request-id": [ - "68f13f84-f90a-4d30-bdfd-53fd242e89a7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "jr0q6S1tHlJbMaKv2iBCdPZuCIQDcz6Tu8tAYdFnKTgbme_UxfxCo-jU61qKLFxmT8gtoB8-GrPGHIWfW43IcfMFOr0iL8RJxkuHiOf0tf7U4ThYD1EN7segctJnClYwWp5_WUyhbAKNRssbnX5fMg.976SCdGj5NHz2Egaz1WSOVpB0YEyN7SboiM3FRtGi28" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4323670" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup8227\",\r\n \"mailNickname\": \"adgroup8227tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "1430d4ee-7163-4b8b-b87b-27a203e3313d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"c22e777b-a999-44a6-b87b-8ecf2b8d0aee\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8227\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8227tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/c22e777b-a999-44a6-b87b-8ecf2b8d0aee/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "37c07efe-b436-4138-bebf-3e131ce755ae" - ], - "client-request-id": [ - "2f66cccd-d138-4d3c-bd0a-dfac8ae7b243" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yDjEaA4rjhZUU7NLJoOk812lKn8sGbGFpjVzK55qr5sQXOHV4T_5UIVLeL3GNIki1vySzPryvCVJMH4dC7gBiiL8tjOkfipeM72ExJ5u2BhiGgwLVPq712ShwrhhuzgTtMa7TmlY8fRo-5xg4qTaig.MPwM087XXXJUjMVzDb68ioHMUBzcPzBOHrKyGHNTcCE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3622787" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6881\",\r\n \"mailNickname\": \"adgroup6881tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ], - "x-ms-client-request-id": [ - "a2411b65-0aca-4cac-af85-f7e2e1e01b67" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"45cae0c7-f8c8-48d5-aac2-bdcd256828ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6881\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6881tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:10 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/45cae0c7-f8c8-48d5-aac2-bdcd256828ea/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "b77f4e8e-516c-4533-8f0b-8df6b02487f5" - ], - "client-request-id": [ - "e54ae6b1-fc24-49ab-9b82-12579e507e43" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "ve_qKhrWvKghZbDBHxFJTwYZJxW2gY90B5ceNsmXijczrGX-dQm2CihmV1qQZftKHzCmGowrIx6gEvx3AJN2yTyXIGydH_N71zN7Hr5RLVOxWG2rQKPRIPj-ipEDQjqLL7TuHpdhVEbz4CUuEUehLw.IZrH2c7lrXVePpa3nTn_5tWoLbwkp1M4eQrAxouzD2E" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2760228" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f9659a1c-ebc5-41e1-9a3f-941f43ced55a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0265760d-8878-4590-8969-1f94d88f3ef4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3965\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3965tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0828e283-c27c-462c-b655-1a37d6ec7846\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup747\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup747tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08787957-d21f-469b-93fa-6b4b876dca5c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3264\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3264tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"09243478-0fab-464e-aafc-40c5cec67008\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1481\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1481tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"09f4707d-61dd-4ce0-a861-df911f627d31\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0d8c9cd4-06d0-4c60-bc31-80110308799c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7453\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7453tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0e2831b8-cd11-4271-8cca-7e5d9b7a6b25\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8346\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8346tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0e8617c3-6cfe-4a83-aa6b-9b3f2639bdba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6604\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6604tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0f459cae-d19d-49e8-9b76-14971ba27881\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7060\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7060tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"15f39396-0482-4045-af4c-1ce954dee6d9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5331\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5331tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1625c4fb-90b9-4949-baf3-cc195624da46\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1634\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1634tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"177e9be0-333c-48d6-8213-45aba0f73b3e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1928\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1928tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1822f705-820b-48e7-a7fa-dd4f8f131812\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1929b88a-7ea9-48d9-a8da-2d493edf63f9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4873\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4873tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"19848de6-d9f0-47ae-b829-33a7d17d89f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1a814efc-ea79-456e-9c65-ba63152bbee4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8829\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8829tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"1b81a1b0-085e-48de-bd2e-6d6a216a0c60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3896\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3896tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"23a36742-0070-491f-be2d-bb5d256949ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup707\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup707tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2447d261-fac2-4567-9453-e2566eee4314\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"27f0552c-366d-44b8-ac05-a09ae982e258\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1594\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1594tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2a055a09-90f2-4aee-9386-0d7f9b0f6a77\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2410\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2410tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2d6de8ed-dfea-4a43-b576-147429ac0a5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2787\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2787tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2d8ce7ed-bc02-4918-83f7-a4c187a0a2d9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1420\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1420tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2f3a47b9-17e1-4d09-bdee-1235a4c65c69\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6072\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6072tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"2f8c5f43-d769-45d2-833a-b46a412469be\",\r\n \"deletionTimestamp\": null,\r\n \"description\": \"RichardTestGroup\",\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"RichardTestGroup\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"42c35796-cca3-4ed7-aafa-414cd504b3e5\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"32c0225c-6e30-4481-9d35-2a2516aa4106\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5498\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5498tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"32d8b7c2-f980-463e-9f0a-ce0461d0dc8b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup620\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup620tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"33028de7-ba60-4cd7-9392-94f88b81af16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"Randomtestgroup2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"Randomtestgroup2\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"33205dd0-b346-41f0-a933-6b99a9b4a8b6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1365\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1365tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"34df4f90-9853-4748-ac0d-0dfa46fe0713\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup626\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup626tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"359f0358-d719-41aa-abed-017b5b979aee\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2575\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2575tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"37b2bfc9-be59-4ccc-9068-b14b38bbdaa4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4521\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail7662\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"3c4f0792-7421-4381-9957-0073c1432ed7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"3f33127c-8af4-432b-9fb9-201fd141c4ac\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9968\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9968tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"43353794-cc83-4a27-bed3-4f4f714e5fec\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8184\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8184tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"45cae0c7-f8c8-48d5-aac2-bdcd256828ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6881\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6881tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"47e385e0-720f-4abb-8056-879aea5d9fe9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7955\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7955tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4930f5d0-fcc1-4da2-bc6c-27e68854a9e5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"Randomtestgroup1\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"Randomtestgroup1\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4b4b8f79-ee9a-4c3f-8778-90f0ea3e9e01\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8279\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8279tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4bffd4d5-2077-4562-aab9-3b11773ed251\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2712\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2712tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4d034f56-5f19-4978-a14f-a4f70ff78914\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5601\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5601tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4ec42c1e-3732-41cf-a7f6-b362756f236b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"4f557364-3b2d-4a1f-8ec9-d3d777cf544f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9887\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9887tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"50f22822-58de-4ce6-be18-d27082146eed\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1782\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1782tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"57bde45b-8c6d-43ce-85cd-a26381aaf2bb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1276\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1276tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5d35230e-7a60-4539-899e-a5f62c75e77a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8201\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8201tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5d89233c-ddeb-4853-a0f9-0c53b9b8b086\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6231\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6231tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5dae5e09-509c-442d-9889-5dff40014c1a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9139\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9139tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5fb5c83d-bd2e-4072-ad4d-40f33ddf8cbb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8328\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8328tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"5fcd485c-af1b-40d1-a0f1-b7ca33040011\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6110\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6110tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"60c0284f-dfaa-4a78-b33a-4338ea92f8d6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6432\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6432tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"60c2936f-bdb9-4358-a110-f52fe0c46e91\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1415\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1415tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"62d159b4-6e8f-410a-9245-441ee77dea30\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"6a11bb61-8009-4de1-b29d-2add2b75caa9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"6d61b11d-1b0b-44e7-8a90-91cef61809bf\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8550\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8550tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7043c27e-9669-4cd3-9c37-8d442d67ec58\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup271\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup271tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"70a2fd33-4c71-4c10-aba5-4d3a3e52bc90\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9371\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9371tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"70da647b-6d5f-4376-b7ab-f4ea4dac9c9a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3856\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3856tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"72eed4e6-458b-4eca-afd3-06731bf8f927\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3191\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3191tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"738222ae-a898-4e3f-ae04-f9ef5c5182fa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7427ebd5-1cc2-4baa-b205-f8ab5b224c8e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8359\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8359tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"746865c8-ee37-468a-9df2-51678c48dfb2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2544\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2544tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7696f250-128c-4594-aa37-0e8403952c51\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup702\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup702tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"78861d02-b4a5-4b9c-b1ea-cafb3407d9ad\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8348\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8348tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"78953e73-26b8-4c09-ac61-dc0fa3068747\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7080\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7080tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7cfec960-02f8-4cc6-b511-efe92bec00c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"Randomtestgroup1\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"Randomtestgroup1\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7d6e7044-767c-4255-809b-982837335bb3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5509\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5509tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"7f28a17d-0952-494b-a00c-7189dce54d80\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3856\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3856tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"82ba5045-7237-4820-ae24-7c2a2a08cb92\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7241\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7241tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"83604353-9d18-489b-9b8e-de551f6d7197\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6418\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6418tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"83c7fadf-c10b-4856-aa11-998835de6eba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2515\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2515tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"843fa059-342b-4a56-aa52-2fbb8763ce95\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6293\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6293tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"88075a83-6201-42ed-ba00-36c286e53037\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7297\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7297tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"894cae97-0e7d-4f59-8bd3-f391c8b4ad5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9093\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9093tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8a0f4f5c-96e9-4aad-99ad-d3bd11422185\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9321\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9321tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8ccd01c6-2506-40f1-a89d-35715e49b6dd\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup277\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup277tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8d0edfc6-bc4b-4632-b3f9-1022e432fc91\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4665\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4665tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"8fc39ccb-1bf4-4de3-95a2-4096cd18b5b6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1026\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1026tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"91315b13-a868-4fe8-a00a-8fdcebe0514b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9428\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9428tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"979d13fd-c330-4e94-8629-a032e240611a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1709\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1709tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9c978ebe-5284-42ed-878d-63796d1f5eab\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4903\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4903tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9dfde869-342f-40a6-9370-ba7e89d6b29d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"Randomtestgroup1\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"Randomtestgroup1\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9e2c0b07-347e-46d3-926f-b91bae8db8f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3381\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3381tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9f6ecb88-2e51-4269-800b-d8a9a90e8af5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5692\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5692tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"9fb26c18-06d1-4497-907c-3a9bf85a017d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4092\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup4092tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a0fb9e1a-2c46-424a-9a98-11314decb54b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9492\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9492tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a22daac2-dfc0-4cba-8bae-ec4755ee3cf3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup8799\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup8799tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a25c0c2a-e46b-4fa2-93de-a11f7c304360\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a2ff37b5-e471-4f6c-910c-cd3a72c06438\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3182\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup3182tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a41aa906-9788-43b1-a7d1-57a558842460\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6938\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6938tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a4709ab8-aeab-4bba-a64d-9efe23143537\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5295\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5295tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a654bf8d-1a10-412d-8f7b-e281930621f8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7870\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7870tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"a7917b02-fe2f-483a-8523-11ad4bab909c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup7615\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup7615tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"ad7b4ef8-55ca-4dad-979d-b25ad3b9e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6115\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6115tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b08ea0bd-cd0c-49a3-b590-62b2a01c2433\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup5693\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup5693tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b0ca1e37-226c-44f1-ae93-cec9ba48e01d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9147\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9147tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b55a7f46-8bbf-4cd9-9b91-3e8a278f0d31\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6221\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6221tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b8e94bf7-034b-4568-a156-76bcf534d146\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup934\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup934tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"bb0fe685-f0b1-4e72-b6e4-85826ad5d687\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1675\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup1675tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"beec4c05-d5ef-46c9-808e-35365198b218\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup2324\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup2324tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F62656563346330352D643565662D343663392D383038652D3335333635313938623231382A47726F75705F62656563346330352D643565662D343663392D383038652D3335333635313938623231380000000000000000000000'\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "41326" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "0232c051-1261-44cb-9813-ab78d67cf313" - ], - "client-request-id": [ - "93e21452-3183-42ef-a90b-25e442ab917d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "tXDkAKOfPqNzQCfq8i3E2sKNV3prA8v5WjUBdQgit7c2zViJALqvlzDBs_3n0W-O0Lz2ypAgq8ZbKfKfCmhsg5GgfvTfjEToOw_ONM1imH4iXSRSZaq0AbMEbjxWwZBoxWT9vVqEUk_rLJKQmh7Vvw.4y3tN2NGKfYuWemx9OpLLax0gcpvm67eR-HkPBw1QNc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2252929" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F62656563346330352D643565662D343663392D383038652D3335333635313938623231382A47726F75705F62656563346330352D643565662D343663392D383038652D3335333635313938623231380000000000000000000000'?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9kaXJlY3RvcnlPYmplY3RzLyQvTWljcm9zb2Z0LkRpcmVjdG9yeVNlcnZpY2VzLkdyb3VwPyRza2lwdG9rZW49WCc0NDUzNzA3NDAyMDAwMTAwMDAwMDJBNDc3MjZGNzU3MDVGNjI2NTY1NjMzNDYzMzAzNTJENjQzNTY1NjYyRDM0MzY2MzM5MkQzODMwMzg2NTJEMzMzNTMzMzYzNTMxMzkzODYyMzIzMTM4MkE0NzcyNkY3NTcwNUY2MjY1NjU2MzM0NjMzMDM1MkQ2NDM1NjU2NjJEMzQzNjYzMzkyRDM4MzAzODY1MkQzMzM1MzMzNjM1MzEzOTM4NjIzMjMxMzgwMDAwMDAwMDAwMDAwMDAwMDAwMDAwJz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a85b808b-54dd-44a8-a8ba-433a3f11b8dc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_DataContractVersionMissing\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"The specified api-version is invalid. The value must exactly match a supported version.\"\r\n }\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "183" - ], - "Content-Type": [ - "application/json; odata=verbose" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:11 GMT" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "dS62cdS3jxXz9WV41FbNbdFCgD8BZkeQdpb/3DuhgUM=" - ], - "request-id": [ - "55c56eb3-2d83-46bb-8644-9b5a2896303e" - ], - "client-request-id": [ - "085db342-c805-4f4c-9540-1cf24602d446" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "336680" - ] - }, - "StatusCode": 400 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d356f16a-eebe-4055-8bfa-6d831979d084?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDM1NmYxNmEtZWViZS00MDU1LThiZmEtNmQ4MzE5NzlkMDg0P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c11cfc71-fbd9-4548-bb58-9bbec3fe5762" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "92844f72-b8b7-4235-8c8b-4a5d029aced4" - ], - "client-request-id": [ - "d509deac-b525-4216-8ea7-b17492aeecee" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-Mgxv0Va7dJsja6k-CZT2DIO04S6AI8wm5NDX_G1EektNtYUa3t5tqFBA1m45dytzxFnFIthVm_IWLdRQkbNn8WNWx-h8dYiFMOsUOuwraGEVZJQg3vCZwBXlxDZ6q997YSNERSaxwrudrVYT-jzbA.606QS9ROHdp61xf3hcXL1mMIsZ8b-5NFBLq8VRc0g4I" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2474405" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d87529eb-245c-4b70-b9a6-33cf0ef1984d?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDg3NTI5ZWItMjQ1Yy00YjcwLWI5YTYtMzNjZjBlZjE5ODRkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "134906a0-d226-4e46-9daf-dc7f28fc1df4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "1652240f-2796-499f-aeb8-370bc63e97d6" - ], - "client-request-id": [ - "5511a915-d797-4ac0-93ff-d8ef4f76fe1a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "V5dnFUASYen7pqrNdFoMm4EgxMg8g6cJ_ydK4Oni5v5CwECzHeOGI7fN5s_S8dJkb4-fo_PdztHapckdj6Kf9FOOZvU2i7rSXnj0miZiWqgHoaplXu3f4WRAVXPb5qCq8qxtAuuIBwP9335bA5WHaw.8LTUblL58YNrN55t_fWYEgoBFEghcwdqG7eqWwPIMsk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2516092" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/b55a7f46-8bbf-4cd9-9b91-3e8a278f0d31?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYjU1YTdmNDYtOGJiZi00Y2Q5LTliOTEtM2U4YTI3OGYwZDMxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bda00c28-62e6-4a20-a930-bd1baa6ea83a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "4Vz2muQ9ny3ssg92dlS3ujqLsLiXeE/jX24WgtzQE60=" - ], - "request-id": [ - "d9fec8ab-0a14-4e67-aaf1-6b83561b770b" - ], - "client-request-id": [ - "9a5e9708-692f-4499-b0a3-64bb9fdaf6bf" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "O0NNCDVY9lKzxqOTrzw6H8bjPixunz_ttb_MWI6cRKswNAJDFzuvuutjD2_G6iPdWJUZWqYfRj1VRR57h-QPNUg1wTWmr08rrX6EtEGo1iiNwQJDq-7TGMIH27lu6VkHYzKjbtP6GPu0tPCv6HTRVg.oRthMsBLzhZi3AXwaPczBas4yMFyXJjWAwxR8qPjIr4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2595598" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/3c4f0792-7421-4381-9957-0073c1432ed7?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvM2M0ZjA3OTItNzQyMS00MzgxLTk5NTctMDA3M2MxNDMyZWQ3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8b8d6241-5ddc-409e-bdaa-aff7bb00209b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DY7TQaBcGBdxiyBwhXtHOCQG2f/I+ISxBVfzVwhFykU=" - ], - "request-id": [ - "2c55824c-ef17-4406-a927-fae27f716509" - ], - "client-request-id": [ - "a8bfc1b4-6027-4e47-83b1-e89665954b6f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "0HIbMH6e0N2_TA6ELwtnB33nNn3Z8Rq_Z8kAZiN6pven6WdGa8nf1O8XRKQxhoP8h2hXJ-GXvYN5xGTvmmx16ak6X4Uzu9OslFlGzshlLGHN671vlYXyDUsBX4paQBuf75exYzhgMuI2AuI10yKDig.6t_Z8G8Rcu2xyQxmHiyxmKZiI6hTPu4BHisTWUIUQFY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2551856" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/70da647b-6d5f-4376-b7ab-f4ea4dac9c9a?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzBkYTY0N2ItNmQ1Zi00Mzc2LWI3YWItZjRlYTRkYWM5YzlhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "33cb2391-53c3-452d-bb82-b6b03c794feb" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "6aa8f7aa-e9e2-4a36-9fb3-f1bdef4bd047" - ], - "client-request-id": [ - "ff37f452-f42c-4f08-9289-39a11e5f09f1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "N0_M6wnGOTlHWAQppKjF4N1IeY4lYnPwSEp-5uqBe4BOF7MQum4gs0RyVw26-jAB3CBFHzqqq9Cm8nA5qJxOPMD9VRXzmoD_2lupDwKKxrgFs0MsG_kBk1OaaETaN-_XpJkCVLn_NyIBgWYSa6atGw.w0wBEObECgE9_eATYVjRH5lRJ_92UpYzEfiGGRH34-M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2716909" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/9fb26c18-06d1-4497-907c-3a9bf85a017d?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOWZiMjZjMTgtMDZkMS00NDk3LTkwN2MtM2E5YmY4NWEwMTdkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1401952c-4dcd-4e1d-b823-0b7b9ed705f3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "Oqko02haJxDTRhctK/G36gK387+J0M2ZgOrTBM5zf4M=" - ], - "request-id": [ - "4ff72523-136b-43b4-9a49-dfd9e5a6e5d7" - ], - "client-request-id": [ - "7116d213-8d0d-4abe-a27a-5127f712ab12" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "W6YiYtZeCxhfjRUY6lzgf3Y2w79o1wcllwzkmP4bet5GSeq_ksCW_wklQ2LoQELUjKkwJB4DqsutgPTYLYSOqe06bCRmoVbuEnMp_AjHzbTY8rF85k-taArGdbcZKyfC-w_2O2G3fCcGqig0khmKkQ.Q5d3wa6kFDEV8Xj73PY4KyogccfkyHqgPJTIVjKFDOI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2582625" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0265760d-8878-4590-8969-1f94d88f3ef4?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMDI2NTc2MGQtODg3OC00NTkwLTg5NjktMWY5NGQ4OGYzZWY0P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5e3e1840-20fb-4766-93d1-5b8ab6d48215" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "IlzPA8p9JAId4Jehp6ulnqd1ubBmMgtDr/5i3+50suY=" - ], - "request-id": [ - "d3625161-ebdf-4775-a219-2f1f35b42050" - ], - "client-request-id": [ - "b6e46532-43ad-4203-8e22-6b16558ca013" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "yYp_mGHcLQPMxAIRSg3ry033C2UYjV6i28gTHuHzfCyNOJdtiH8pl5OccsTfreWEhN2sJdqNWJpGhzkfMHWeESlfhTdIlefNhlXr0bCJF7Ap8XvmK3gaYBSm_TjALfWlDyv0icWwZOlbwnGJNiyoTg.do7s1bYz-VNuJpFMsYZ4XVytgTr5P879qCwEdhu3qoA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4684531" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/5d35230e-7a60-4539-899e-a5f62c75e77a?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNWQzNTIzMGUtN2E2MC00NTM5LTg5OWUtYTVmNjJjNzVlNzdhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "72f06dcd-78e5-4ab6-8e9e-615af3cfaf4a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "6dbdb460-2238-46e3-8dd8-52f675c6ea1f" - ], - "client-request-id": [ - "1baf4e68-6159-47be-9fb6-3cce40a610d5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "bP0YnXq8lQAU3EiZ8rr5b0GeMaVR0_Wn0iSp_fH7G8YcPxPSjGQeAUi4QsAHt3uuAPkIBA272rLlPeCK5w9dk4txaZBhSA0VXUMnPGekP8kVmMGZCtvEuefXM7jQJ3lpYIARhRH4cpMA6q8HwQOm_Q.yNcFBSGVquUfMzhj6amLCoeSwqyE4K2Mg-iy9TUfrlo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3149107" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a41aa906-9788-43b1-a7d1-57a558842460?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTQxYWE5MDYtOTc4OC00M2IxLWE3ZDEtNTdhNTU4ODQyNDYwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "589e7280-bcb3-41c3-ad17-dd7cba412886" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "anrd5chmBPjbcjO3WaIoaDqmGjgTCsqrXfe0lun0TBc=" - ], - "request-id": [ - "ceb0bc70-cfb0-4d74-972f-a268ede63310" - ], - "client-request-id": [ - "4c97e0d7-2dcf-41d6-b72a-95ef40d747a8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "O9Q1Jpd108FGrmPQFbBMC45pWIrrUMr02SNgirmlqWHVZMJxFtDr7lfLHZC_AJEfNS3e5EuSY4h3p8IaKKeClk15JsjNV8ehLgcxtf3fcfVEMC4PDAQUzPHW8czy0wVwoHUJ9J-LVEXd9BiCkqWKqg.wM5xHVNi4M8R9LqDbIkBLha2drVrVRjyHxQz-S-Q9to" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2719094" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/57bde45b-8c6d-43ce-85cd-a26381aaf2bb?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNTdiZGU0NWItOGM2ZC00M2NlLTg1Y2QtYTI2MzgxYWFmMmJiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "de3bd627-4e1c-49da-bfd8-e17f8129f0a9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "IlzPA8p9JAId4Jehp6ulnqd1ubBmMgtDr/5i3+50suY=" - ], - "request-id": [ - "09af9e5a-42e4-4617-99e0-78d7a90c8bcb" - ], - "client-request-id": [ - "fa78894e-121f-48d2-9756-f9801c885acb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hsrvX5FpVxXq4saye_2kFh2QkP7ErW4TdYFQGfuFQ3IcovIYtuV_-Y8UziREyZVCBhOHGETnm6T9wpaPcpPogpwLbdmLIOavHFRy6r_XY5vut-MzKio_vMrvgTd2ilwhvB-J-f5Hh4Ko6YgSPW8vQg.DC9fwot7z-6qPYAFyd_O1teH7RJaxF-0fu-OHt2dR6M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2558126" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/177e9be0-333c-48d6-8213-45aba0f73b3e?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMTc3ZTliZTAtMzMzYy00OGQ2LTgyMTMtNDVhYmEwZjczYjNlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fb5ae112-de1d-4b0f-8794-5bcdcdac4064" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "O3ABilcgdwphO4v4fgIn7pexShgiytgPqsA+U8jT/zk=" - ], - "request-id": [ - "d7dc33e2-ea70-45ca-9850-2346ee3052d6" - ], - "client-request-id": [ - "05e1bc17-b43b-4c47-be13-3ffaca6ed87c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "AeJXvKhqxABPucO-FgapyuRQ25IBKjwl7UXpShvQ1laDIma_bSUyEA1RH1II8C_qEgVxldQGG5trLI_71DYupoHEK6c5f1k33bGwmL-9whsn8c1Z_vFLiJt_gEkjA57w5xBGtt4uPyQlPqaxL50uog.YT0xSsdHU1eCUoTqAGkcsKdY0Kux3DbSvsnOCAkSBA4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2773134" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/78953e73-26b8-4c09-ac61-dc0fa3068747?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzg5NTNlNzMtMjZiOC00YzA5LWFjNjEtZGMwZmEzMDY4NzQ3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "383d3eb3-67f9-4ca3-a5c7-ac75f8e57779" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "65cf5fb9-1821-47de-8b5d-557b918fd84b" - ], - "client-request-id": [ - "fa051504-e1ea-499f-8cfc-aaa9bf0bf12b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "XcLDFLjczJGdTRHr-TMFhNibwh9qAgW07iZ4ELKgStTuWQCn_ATF-TJQb5mTN-pzrOWyqdP-HtUgf5JWnUIz2ksXiR8S_1eaCmVX6Vh_XB3Lue0yQMOgOytw0-S_hB3QB4lCH2mkARn_B2ZCzz5njQ.a5xeZDKncuxtli4fXRBsqL-bT9gUb-etwpteLeaPHeI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4800463" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/c3949c21-b013-4377-b6be-33503d643ef6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYzM5NDljMjEtYjAxMy00Mzc3LWI2YmUtMzM1MDNkNjQzZWY2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb7d0962-f266-43f5-8c4e-b2313daf66e0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VfUsEwfVIt6kKxw4w3DIj7NdfHZq0I7s9UKQB+zebI0=" - ], - "request-id": [ - "5aef7290-484f-4663-a371-8abbef7de889" - ], - "client-request-id": [ - "ee4d598d-a399-467a-932f-cec16ac3a9b0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Lrfj94oaJOLIHdym8yl7mj0yAI9H1mK76nl0lGH-6g6bwO7-lwEqLMb1GoND3idj-8s_sOHW-zLhhrwa0zvc69geBZROm4IVt-f5kg7Gy_PTjgaTGE6M4nLYdj2mzwhXEu3cRfwv3dj-siwn7ayNnQ.jEze_Smk_NOAySxKQdNV8GXic_X6gd44J3D2iEhPv70" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3791230" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f6fea769-29ed-454f-9f64-0aee01cc2dd8?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjZmZWE3NjktMjllZC00NTRmLTlmNjQtMGFlZTAxY2MyZGQ4P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b366ef9b-d588-44de-93df-2d2d165ab753" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "01f31635-6eac-4254-9de7-a8e9360a4dfe" - ], - "client-request-id": [ - "ea403455-753e-43e9-9a42-42c444ae0953" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "GdBSOjc_GKoDHskMbhjgnK3DOLnD4uZbkk26Hbcb1-ao1WBR3Hv6ojftBDUk_CLE1N-gfuG9SF6SqAz_hpEG2s1J0Qy-aOSOdYPCNEyVPtJW6vA_Sk9CN8VzxR1ys_P9D59Kq1ebfYlAqx2lvxbUjw.msUhszefP6nbsvutCqhjyyY205opS8sZooMCRit9mHI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2398260" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/82ba5045-7237-4820-ae24-7c2a2a08cb92?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODJiYTUwNDUtNzIzNy00ODIwLWFlMjQtN2MyYTJhMDhjYjkyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b56b8c39-5930-4e29-b810-77ad1d25efe1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CsyM59IyEG8NtoG93Zs1iaZk8m7nLCS/ZIsRW3/qOUQ=" - ], - "request-id": [ - "15a2059a-82fc-4902-bffd-095cf20e882a" - ], - "client-request-id": [ - "db874921-04f8-45cc-9dc8-84957e402016" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "mSiRrYJyYN4IcOS8Vk3yZcRRRUk6V7kaQkwg23Zif9_0p6aohzLUeAwG07hZqYDZ2DUAdKPNFXjRCkPflOfvvPyU4zFKDQCwmtFXtHXlh7XMh2Y7Ol2FkU0hy5yhPInafLCDG15zyg12r31XamCtBA.zitoUHmL5ELW5PbLSzbiv1ktD0Qa74vYu6R4K7sj_RM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4718955" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/27f0552c-366d-44b8-ac05-a09ae982e258?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMjdmMDU1MmMtMzY2ZC00NGI4LWFjMDUtYTA5YWU5ODJlMjU4P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d1ba36a-9caa-425a-8e73-4febbaf7f850" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "e4ca3acf-d0d3-4aa3-8b8b-2fd693345faf" - ], - "client-request-id": [ - "117f4b16-453f-4008-91aa-f4494b4280b5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "xZ3np_HXw4-KQKQOqhE6BebsprHm7J3GORSBVWdlEFYZjYLJZ4XtII_0CmZ-_-UdonzI_abrD2vLhMBemlChLT97JQ2dmnVOKrrgKVAp5Cw_BeM-QTDRX_SIadbhXJYA6oSYFs75ETqYmcMSVGgRIg.bxQYpgdmT_VDUgGNJY1kreRsIUciIwNEgpEn-Y2Ym98" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2512044" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/8ccd01c6-2506-40f1-a89d-35715e49b6dd?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOGNjZDAxYzYtMjUwNi00MGYxLWE4OWQtMzU3MTVlNDliNmRkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a20fdc7-509d-4dba-9172-cec953f60bb1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "9adfcf5f-d802-496f-8095-b548e05fabe2" - ], - "client-request-id": [ - "e6bb60c6-0c3a-4da6-8dfc-a1428842f633" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3qG0OtF6Y-VPb2eiDZWS8BAxTo0JigNiTn4jQxQORR2kwKRHEn134_hsPf5aradPIpNrtOcBKb6KuG-ilS1un5HZVFJzbRxBWHNkkHwMQ7dS5CXIqGZr1B3H08KXYtK9NFOtLeWhRrXMO7wxtJxbcg.cY8K3-rGn7jAU5kotfKwQxCIuyF--Z1sI50vEz5jR-U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2686485" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/ad7b4ef8-55ca-4dad-979d-b25ad3b9e9d0?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYWQ3YjRlZjgtNTVjYS00ZGFkLTk3OWQtYjI1YWQzYjllOWQwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e663b44a-d9a6-4d2e-b413-fc474cc0e7c6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JDgMXdKsFXeLssEQZc5WDJbQGHd8O6Mlw3RJHgTj3jg=" - ], - "request-id": [ - "ae3de65c-0783-4fd5-9222-11d887a529b1" - ], - "client-request-id": [ - "a8b79687-8025-4c39-b072-166cd53bc507" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "YyH_u_vk34VqOwxKLdXG7XXCnSyJyQl-pQbpnuwh2uDL4VNF1EAFu5RfA2JBQhHYy6N0SGKspRsqVg1iV8aDnqVznbSPsdZYpkWk_pLFkvLM1HbiEaBshKFg6FhRNGQFENKsEfOhZjzbqQ4EE8iw3A.ekZS3J6kK9q9lOrRMKADLFJGJELx1swk-Dg7-N2_dks" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2512289" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d7c6bd43-32e8-48a5-9455-660b10d18e26?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDdjNmJkNDMtMzJlOC00OGE1LTk0NTUtNjYwYjEwZDE4ZTI2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8019f7d-ff02-4f65-bc0d-254e948ed24d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "50dfb7da-5e89-4326-ade7-f2b1e9e2d8ed" - ], - "client-request-id": [ - "a22c4222-a74c-44a6-b230-b81c7835dc4c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4JaZkIsz9JwrY7nlkqJ3AYtix9rZT0bOuk5TLnoUpsky2ZQscolHFHAtOSucZL0CouN_lrmBz-9WMx_nEK8-lhuZpdCVBTIK3fyRb8B4XluG3XcQ1aApqXD9kEq7h4EYG5FVkJy1Wf6c9Z3FbGIeWg.s9qwp9mYqt6dSzStGJzCKtErtPoLwF0jcQhW5dDC7po" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2624703" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/5dae5e09-509c-442d-9889-5dff40014c1a?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNWRhZTVlMDktNTA5Yy00NDJkLTk4ODktNWRmZjQwMDE0YzFhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ff381e7f-fa06-480b-8f79-a32649536eef" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "302f6c43-769b-4eb2-9cfc-806f9620c5dd" - ], - "client-request-id": [ - "9467ff92-5ab1-49e9-b932-68264122c5e6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3bznrKOk7GjxHaVkbbL82HDRX7yc5r7GUhseS1FkUz8YLuueCfh4narCBL2wyFX6kTPx1UVXXiK3tcFZf51RqAjaZePh2XFvmIgPZs4Uz9WWvQOJp7hIXNDG2hlcG5mjnaeJaN_aBlqoBL8Oo7jpYA.xJ7tYUvianUavBiOZ-o_8BGNFzIM1iD5z0GKkhClR20" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4752914" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/e43505c8-1933-4fc8-a93a-f260247fa1eb?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZTQzNTA1YzgtMTkzMy00ZmM4LWE5M2EtZjI2MDI0N2ZhMWViP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eecc36c9-1781-41e2-8a0a-b3801f3f173a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "9e9026d9-19b4-483e-94d2-f8624a5ef7d0" - ], - "client-request-id": [ - "579d1489-815c-4012-ba59-4079e9b2c0a5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "V3oLN1qoAX5ENPDdpcr3hYn5PuIuF5SvC0r_jXL2hf4UCj2k1SygWyRsNGOsbEyhhcs5lwaxh19rGR5DNQMNEr502APP9A8q6-pMv_A_bM2j5_Iwm5bYio9rbY5ARkRbHIYBGKvppeWsZzB7dDwqig.h5vrj1pIK2uk39FOj2oDLjDvHDROT3qv6JBz0wM-yFg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2657143" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/5fb5c83d-bd2e-4072-ad4d-40f33ddf8cbb?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNWZiNWM4M2QtYmQyZS00MDcyLWFkNGQtNDBmMzNkZGY4Y2JiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8a9d919b-6800-4d95-a182-c03f4009b37b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "73aa5be1-0720-4c66-a5c3-1bcf112f533a" - ], - "client-request-id": [ - "081b6166-c4fc-43e6-8bc4-e2c4bbbbb5be" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hVzNtxqYg5yPPyf5oC1zW6WB1NE2I4e_JjyNIi07_J1FU1pXQottU4WR-MEYcvVuWtZOzLiLVRuQgIoIJ8-8Zv2lOErAt_DqjupMp6_nS9J2PhQor-0D8yrzYEspJROScuPlR_i61WTFzVAAX5JW5Q.RyWF7xVqb7-8xb-jTSS8nACPhQ7scubyIe_Lpg0Lpf8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5472027" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/894cae97-0e7d-4f59-8bd3-f391c8b4ad5b?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODk0Y2FlOTctMGU3ZC00ZjU5LThiZDMtZjM5MWM4YjRhZDViP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7f75be2d-c301-4aa5-adbe-2c83b793a9cc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "1Iav/mHzTGmu2pmYRWHXkhYT/enRd9k1yYAecgDtd9w=" - ], - "request-id": [ - "efd273a0-ec7c-4287-9ce1-c49dcb613a0f" - ], - "client-request-id": [ - "8b074903-e144-40b8-833b-14dc7c639f16" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4RpeZw8UCI0XEtf14mX-_fGUlAEDWToqDt6ovooTKK_QYJ6w5s5fJ3dLyQZzsrM6b36-9ECCsljKO76-aqagJgHeNakIyqhav7b5brIB3KliJb4u-H0oBBm2vCxcPqQeEAwjAucFK72hPayA1eA0JQ.kLtHvZZP1N5RwJ-UI0XffmO_if0IpiICL962cfhJuug" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2612345" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/4d034f56-5f19-4978-a14f-a4f70ff78914?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNGQwMzRmNTYtNWYxOS00OTc4LWExNGYtYTRmNzBmZjc4OTE0P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dbfa23f8-58c5-4502-a7fe-62d6f50f2899" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "c6268b5a-7794-442a-845e-18633cdd719b" - ], - "client-request-id": [ - "a16abbf1-ed05-4fef-9c10-08933d5c56b4" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Sqj3tg-QWzsyVeQ2XigkD_k0U3IWq7gjsW20024u0SXMvLrYZmDM4EAeD7_kVpK9d9xkpZWGx_jN_hfVhvfb6hBgHkcOkpWIo7DUxVMQG_ab0qe8nKjsWnvlQmADxeNPMUEcyM_t8HpBOsHUuT2j6g.YExqgGkwehBsk-UStasXoCtBlZe2DBrwNZELNJoGjW8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2547102" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f7d72640-9826-461a-b42f-e3862c61d392?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjdkNzI2NDAtOTgyNi00NjFhLWI0MmYtZTM4NjJjNjFkMzkyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b6d21c27-8ac2-48c4-bcb0-3168006c2835" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "F2LOr8r7qijtW7xVmU1aLk3kz6clyv8DNEw2XQfFr2A=" - ], - "request-id": [ - "d304686a-cde0-4290-906e-cb139a75109a" - ], - "client-request-id": [ - "6b7cde34-8481-422c-98bb-f88361ea3c9a" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "oHBJIi0bScYLnnqgOVK0yEdlBWaXlhUnLrR1Pu3D31z_ha97wu45h2co2wFKjTGM7P5fd-BA502cBAwbCPU1ViQVvJtYUPPwy3HI-y9gYmjdtkc-yLBwgov61A7z_cW20TJ7Ay1IRCejNrX8AUGenQ.rEEmxdYuWrEKXLdApZVZkdqrM_leAtZsQaaMU4XHCaE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5263315" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/7d6e7044-767c-4255-809b-982837335bb3?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvN2Q2ZTcwNDQtNzY3Yy00MjU1LTgwOWItOTgyODM3MzM1YmIzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e1bd4579-adb3-4bdd-939f-b0be864dbd92" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "9f4320f0-7e3e-42b7-af10-6c4581041784" - ], - "client-request-id": [ - "5d4532fa-1a57-4942-95af-7871a983470d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "detyumnXap7AisKbGdUEgZ2oiAWOW7H0R7AP4T3yha-PaB4PKgviPBsfIFdUzcbNYDaUPBL4o61MDbsKPnZijWA3mpuW9biD4j487xrIC_HhXcXanOGPYK105OmELB0MGR_wfe3MGUfcHnd7R9b2_g.jqkH3IR1HuvPSSEkoFzkls9uxQ24mJV-Ha92rHIulXk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2597853" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/1822f705-820b-48e7-a7fa-dd4f8f131812?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMTgyMmY3MDUtODIwYi00OGU3LWE3ZmEtZGQ0ZjhmMTMxODEyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c11fa8e7-9eaa-43dc-88cd-5530ef98f055" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "749a66a3-ef99-4b18-b516-15b7c316749d" - ], - "client-request-id": [ - "83fbb9d9-b8dd-4423-aea7-c50e51c058e1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DG2hiWG8aiQWi5j6o-wGSk0RFMbLzJR-N3f1cTjpYciicUv0azHa09FNTa8VL-TdathUBGO28tgUrealhcWYuZE2WIrHXInxz9Egf07AxP2C4ku0yFXntQJez2doyzXoI231bUfNfu9JGkElZoVAlw.bKeiVSBtGMB7ULno-iw9NRSleJeQg6v4xzAglTuguqw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2517859" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/2d8ce7ed-bc02-4918-83f7-a4c187a0a2d9?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMmQ4Y2U3ZWQtYmMwMi00OTE4LTgzZjctYTRjMTg3YTBhMmQ5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cfd37414-c1ed-4cdb-b443-ca0a7649fc6d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "3913b76f-c65a-4014-b0d3-4b9b7a4140b1" - ], - "client-request-id": [ - "710ea8c7-c630-494e-a1d0-ee2f9909cf91" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hFwT5PEq9dJHtQCve8GjDIAbjBxfC7nAXGVMNO1kTt9QFrP1fNktFt-8fUJ_PSidm6NcP7_DI21LezIyqSXk7zDi0C0Y7m7yYbETautfLGijKfjuGk-4lG2NtnE0SCNVNP2mtlcDU4K1ccTou73elQ.0ZaWd3rmZtYRIQG-Bd18ETQcwOuCESqzgXutc1cIF1A" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2425632" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0d8c9cd4-06d0-4c60-bc31-80110308799c?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMGQ4YzljZDQtMDZkMC00YzYwLWJjMzEtODAxMTAzMDg3OTljP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3381b020-f800-4107-8b55-5124b26d98f4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "33e0e8d4-7abe-4892-9d0c-2d88b45dad6d" - ], - "client-request-id": [ - "9a7338fe-6f02-4b1e-9e8f-662f7ac9d2d5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zJbNt8ImoXsGVtS7dBqj4b-jHWF9sPLaYx2TEc9LaD0mo9xrs5aAJo00PD61fbrv2qp8HWSB6GoxjZyKOiflYsb7cyXyGzJk0I-CFp7idYp7cmJjpkpgOXSNUHGXJFPdd8g5i8OAJRAnYAk22wAISQ.LJE83cr1eSi6f2Q_QVh2W975ht9EaUqIVUog5SR07yM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2479724" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/08787957-d21f-469b-93fa-6b4b876dca5c?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMDg3ODc5NTctZDIxZi00NjliLTkzZmEtNmI0Yjg3NmRjYTVjP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f1a9f7b9-fb77-4017-a5be-16a3ec701071" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "18b1db7f-0956-4b10-9761-3f087b6f6e68" - ], - "client-request-id": [ - "f8746cfb-9e0e-4940-adea-0af763e80658" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "1C16_DAKCFI5prpacqU868ua-7QxX89ZvplFX9lpVkQwWZJILtknCMMFmN94C0t67wkZR8Ec3cs_dK5PrG5wb2i3ge4eNrDfiO4kL1gTGCLy843o8bYQWLwkViaiuwLvRMvCfFP32qvgztn8jh4kCQ.Kl73X1KfphCkUJscW9lFGI1xpVcnmGVfSKTYz6m20Cg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2945219" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/50f22822-58de-4ce6-be18-d27082146eed?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNTBmMjI4MjItNThkZS00Y2U2LWJlMTgtZDI3MDgyMTQ2ZWVkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "557f01c6-6cce-4253-b748-664fddcb81a2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CsyM59IyEG8NtoG93Zs1iaZk8m7nLCS/ZIsRW3/qOUQ=" - ], - "request-id": [ - "2e3c301c-0d89-4e9d-b5d6-6b34fce5107b" - ], - "client-request-id": [ - "d94c0d66-b09f-4034-9e14-654656898809" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "7kH86a3ryhoIOpvs3OBJxcHL17rM0IwiCmNtR5hznIKqdTm8bEFH-By0gJeQRCEw6xEC4kjll2Y8asiKPXCkqOJRN-i1zE_u2P99jI_i8OlbYfgvEVh2bkNhDPcHpNalSqyhZz0VFnS2l8627pXnqw.vKhnL2ASvnxgzHVCvUA3GExBFbqEywaA89WGznJyBwg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4046741" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f48c0b96-0e9f-4998-9d67-b90d838461de?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjQ4YzBiOTYtMGU5Zi00OTk4LTlkNjctYjkwZDgzODQ2MWRlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bade617c-aac5-48c6-8c6b-4a591b1dda6b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "553e79f4-fd95-4fc4-ab16-2a4adc92ed3c" - ], - "client-request-id": [ - "1646ba89-1efb-4204-9c94-e5ac8f81565b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "bkhZgyIB3s8Pl5WXMGCu4d9iDlHLH5E8QKVG0xxct37pZMVauNJbPdmeyhswZX1u_AsGv1LpEF0x2A0cN-5D9NtUU6P7leDaCOnc7tz3uDYJeAD8gbrjR3ga2c7O1AFKJUA09ooc3yVGoO_rv0Hq4g.eajNgGlifb3IS81eoWIDqDd6v2RY7M7Q4ZHDOPusMMg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2500026" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/4b4b8f79-ee9a-4c3f-8778-90f0ea3e9e01?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNGI0YjhmNzktZWU5YS00YzNmLTg3NzgtOTBmMGVhM2U5ZTAxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5bd0cd22-c42c-4e53-9f08-7a45dae856f1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "/Axv6+JumIi+kBs/Un3GJeVPL9aSV/H7LodqsO8M0Qs=" - ], - "request-id": [ - "dccc8222-93d4-4f03-b616-f4109b0e594d" - ], - "client-request-id": [ - "5f9dd80e-e37c-4ce1-8b68-ee87a73cd211" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "63gUtIwXZdhfmFvkkx5ZcqzGWNctU3126I1nDQQq0C_HgX7OzJ_RZrJ1ALgIZkWUbCDwsPB1T8wXNPWh4UZrhyjApGhPL3SraIaH74YztFv0jkI4kW837hxfmHQTXXwc9YYr9vMka2Cal7jCra9bRw.0n4byLoSx129bZOkpV1_JrbyugctABzSYsY1w5prTjs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3958634" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a654bf8d-1a10-412d-8f7b-e281930621f8?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTY1NGJmOGQtMWExMC00MTJkLThmN2ItZTI4MTkzMDYyMWY4P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "37e496da-e2de-4eac-82a6-fd8cfff244bd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "ed7b4dd2-fbea-48fb-9d21-5c9f2257807d" - ], - "client-request-id": [ - "a538fe30-5ff3-43ed-a183-4e92a6235dc2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hKZTtXovEhQUGtsgF08Zru2R3K4rKKFR05s1YE9DiPh7N4YvSGjBP5qgDEEmELF7sg2YWHKnk16FwkjPrB4_Ce6IELjVxRJ5dnfkpO2hFFNDc4ewGvItpvmLeT6mn-VvrGa2e2pcuj1f2As3qm_NmA._DjzaPZAQuT3WwoL-X_yKjq7EUE9CWm_y5-9ZiPvbuM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4815834" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d34e5c19-f835-4e64-bc91-d3509054c770?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDM0ZTVjMTktZjgzNS00ZTY0LWJjOTEtZDM1MDkwNTRjNzcwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d7be5ba-0eab-42f1-aedc-0c892bc1f82f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "12a40737-9fff-40e8-9953-c7bc344b99d3" - ], - "client-request-id": [ - "b7b8fe5f-6c84-47af-9a06-bee13b06fd86" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4YWKlC26JQTwCML1V8IrDrPCz6AH7rEU_D0PswljIGrqAX8i4Ku3nGcwC2iSu1fG1ptfAf7igYy6oPEM4QG7MJBX39jzkyN8ncodDH99qm1ISr5Cq_fu7qrLJGHzIcEhR8Ba3VipvdZqNZrBLgi1Ig.hv8aYbpCik5QHhtlS2pVxXyACiYb4zjVHKVCEKMN1xc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2432571" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/fc92d2c8-a06b-4aa6-849d-2c71abfe01de?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZmM5MmQyYzgtYTA2Yi00YWE2LTg0OWQtMmM3MWFiZmUwMWRlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "867ccd13-ac95-46ee-8d81-ab6f47019869" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:42 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "F2LOr8r7qijtW7xVmU1aLk3kz6clyv8DNEw2XQfFr2A=" - ], - "request-id": [ - "8f76051e-0706-404d-9cb8-22698f434c9a" - ], - "client-request-id": [ - "dcd1a350-dbaf-46f1-8a8c-784043b738f2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "PpozPf-66UWtaLpheP5HPmM23h9Y3hq_wMxIjmeukqUQCnwOOoE1h0h70L_FxHgb1W1nBJWldvvCNGsblpcDeV6WJCgg-KtV2MVTKTsc8MaoHstZRqb1Jreqv-2GHipnyT-JlKJyME131vRPsJyzsA.snsSQdNq2PqBw3cbOeeN9LH9VlRVW2UGTrVAZsB9zbQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2619179" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f08f36b6-0b4a-443e-a9a5-7784a3a65c55?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjA4ZjM2YjYtMGI0YS00NDNlLWE5YTUtNzc4NGEzYTY1YzU1P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "27dabcd7-c8b5-463f-b613-f27022d31327" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "73db1ffa-46a6-4ec5-adb8-53c157fb844e" - ], - "client-request-id": [ - "220c382e-5243-49b1-b86d-905f10d9d858" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "V3e1ZLLfkV-luXe_7-DBavUn0sb2T8eEqAvukQ_o5wkb7hyqplFAl1C3GlKkcM4baI4oHDdLiBe0AnBeZqfW8_1pudjQNSLKsDi0kLY2sTCmAk5u98W85XhNU169P6lFkRm2WCrAJCqBC-r_S2do4Q.SQgOWLyW9xTz1bUfYYBF3WXJbVcsbtseoX3eqv8VSWs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4842959" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/fe16cb01-8cc3-4b95-a45f-b6cebc0a8641?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZmUxNmNiMDEtOGNjMy00Yjk1LWE0NWYtYjZjZWJjMGE4NjQxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1560f1f1-45a3-4954-9491-fc094432c3d2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "9b0c1a12-8526-41b7-be13-9036ca170d89" - ], - "client-request-id": [ - "c849df65-a6ff-47c2-a46e-b97ad8619bcd" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "7pf0kZVHYgWFB9rEraumZrd7OQKiS3Y0_3FIOPhrkaxAQalc9zpIZWL5CFkBItUU-L2xXZ9codfC5dw3LLhS5wvdueKBLR35P8IDkdH4kmxHO7w4MG70WYbJT0e2o5YzOl4dcdTixXnfvAsVrxBn1Q.s4kVpeBNVZbhg0CcPdc3J1cBMKZhk4Yfb7WJge6nVaU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2865069" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/fb0b69a5-fddc-4cf7-b94c-b72475d24ea0?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZmIwYjY5YTUtZmRkYy00Y2Y3LWI5NGMtYjcyNDc1ZDI0ZWEwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fbf3d337-eb10-4e85-b3a0-cf5ce78073a4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "vQftAfqt+/Fndunnhoh0tvWXCd3sL3tfuMwWrdB6MPY=" - ], - "request-id": [ - "76dfe871-46e9-472b-a31e-f644e3a25cc5" - ], - "client-request-id": [ - "569ef936-8d04-4ebe-9979-e084e151e9cb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "wlptsOm3fZ7kts2wO63g9wBrnXhpA996ijyzy6LzXDk5hhh9Kv4I-9AN1r9Jp_szdLkkUzKZ03F68tm2dgquk1WdFRaXZVgDyIc8aNwfv573C7KTrNj4yxv4sQ96NHh0tKUvRGTZgXdG0YcuzBPLnA.I_uIT-8q1Kv4EUxrLr8aYAV0ES7p85KlLM_w572IbWg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2564119" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/8a0f4f5c-96e9-4aad-99ad-d3bd11422185?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOGEwZjRmNWMtOTZlOS00YWFkLTk5YWQtZDNiZDExNDIyMTg1P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8301199a-d322-4e90-9603-bca5e9dbe730" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "71c35122-19b6-4325-a877-4ad97a071952" - ], - "client-request-id": [ - "23eae174-214a-4788-81b4-407dfd4367ba" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "QdqYJOow0yl0mzX9MAXVaNi_ip8iWVNNvegkax7fcG1RIVhNRgYM8xVNCPXXYf3pyQge_6VkMAgNNbwmr-l_XVsXAMcnShYn01ABPyEH4Flmou4pmrMtAs1PMW2js5qnc9NvGQYFEKot8r5xVhnBNw.d9BygfKl4KALioIAQokTfNlmYO5EohSliJp8qr1NCWU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2973373" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/b08ea0bd-cd0c-49a3-b590-62b2a01c2433?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYjA4ZWEwYmQtY2QwYy00OWEzLWI1OTAtNjJiMmEwMWMyNDMzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b8887e5d-d97f-4992-947e-a12d14cc95e0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "7ccc6735-56a3-41c1-a8ed-19594666c1b6" - ], - "client-request-id": [ - "5ba1186c-9c08-43eb-b6ee-6995dcff0102" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "LRTcSmOy74i55QRtBIpDbnGvq8t_qHpYvVR3Xrbfw1xWpc2zDH2FUYczP7HwH-4DzIm9uDZe48ler2ABNp5pbxHFNy9ZxtWkmICXLdZf3ih9iO7Hjd8z0WTgoKO8zbKemzLV13G8diBdHqDgiKLBpw.ddeRDypW-qCuzkapYWFsMIJOCwnM6_hBjbaLW7hbX0U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2471803" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/b0ca1e37-226c-44f1-ae93-cec9ba48e01d?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYjBjYTFlMzctMjI2Yy00NGYxLWFlOTMtY2VjOWJhNDhlMDFkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "473505d8-1dbc-493c-b0bb-31f01e1dd566" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "pcEjtggFbO+fm3HKUqvGP5lzCwUVwGtyMML/tOx4RCQ=" - ], - "request-id": [ - "4c93587f-2ad2-4ba1-9871-53700959f08f" - ], - "client-request-id": [ - "98334c39-da97-46a3-99a4-0ea5070f3f69" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "NNLVqjKIz_loKgBrsmcgRpLVOaYG6B-3J6y8cYduBzjx_3G2fH0aUbgxiSnpyrXBjlMBJiqzRF6lVm8bZqYmZkYsbR4VDZV1YuZ-fV-FOVckJWyKKo3W-Qt8KJC7uOKN94rmegkRl2LtdGjBuzf9sw.hLNJU536G1SRtVGlvHgPOskwzWRlLw9h53uTNWmrnOY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "5594183" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/3f33127c-8af4-432b-9fb9-201fd141c4ac?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvM2YzMzEyN2MtOGFmNC00MzJiLTlmYjktMjAxZmQxNDFjNGFjP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "26eea339-a997-4ed1-86f4-332524676010" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "0aa7f836-3ca7-4712-810d-a4c116888317" - ], - "client-request-id": [ - "9d31739a-ada0-4806-98f0-5aaf577f83a1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "AdDG0PSFcxVg7_lLMzJxjxePZABjWITnjrhoeKCYujC7IQp1_0e1M7_cGzm5gjXguCUZB75n9dNA_YtrLdyjnx3ELJwR-5fqa9X04kEy8x7FumLSj4_KZpWPNlKChpRs87whSIBo2lqq_qLSe9PMjA.Ly3WuMiJoJCdwCMYbPb8hsokeWZXymErzhBpgC1Wljo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2655701" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/e5e12e3b-0351-4b14-8e28-268433610d03?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZTVlMTJlM2ItMDM1MS00YjE0LThlMjgtMjY4NDMzNjEwZDAzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "feac7364-fdf3-425b-bff9-1cd5e08c4ab5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CsyM59IyEG8NtoG93Zs1iaZk8m7nLCS/ZIsRW3/qOUQ=" - ], - "request-id": [ - "f026e96f-6baa-4218-9169-5d95b6d8527a" - ], - "client-request-id": [ - "7b143f9e-ee84-4f31-bc94-73c8b6951ae1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CqQrcNVfCc0WT7_4rux-7iFdq-1bnVzfmmWp30T5oemtIIGFaz84W5TI8ATZj3hdEHhLRfJAqEfyUYCRA8A6CFuarLazTr-8X7CGOjR643hVUtQtr0Csfr1VoEjV9pLVnYyI3H3WuRznKGGzvTodcg.D2IgkwyhHSRuJNqj-upvMqZc2M274a8yDrIOHZnRKAM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2757348" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/72eed4e6-458b-4eca-afd3-06731bf8f927?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzJlZWQ0ZTYtNDU4Yi00ZWNhLWFmZDMtMDY3MzFiZjhmOTI3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "901cfb49-2042-416a-815e-fe369152138d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "c608ae5f-7304-4ef3-a91f-fb9616d2e4c7" - ], - "client-request-id": [ - "d987eaf7-3cb2-4fb6-b6b2-6ceefd0a3696" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UmAHRlVlP90b_oY27hQ0duNXGCZbIDn6GuQzpx4Wm7qZJhYLt5yqGbVIGuA0q9UqpWIFcumeRQHcuCOtVau4GJLBkRYwJcr_Gxzq7E7p_rrMXH4JnIbIVELJD8bgC0Bj0roP_mG5WpZhllW_ru2XfQ.WT8pA46tjn56jyW-p6jJRaH4QmkqAHCaIRA6T1jEU4k" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2604389" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/1929b88a-7ea9-48d9-a8da-2d493edf63f9?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMTkyOWI4OGEtN2VhOS00OGQ5LWE4ZGEtMmQ0OTNlZGY2M2Y5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d510a578-5c50-4e96-8750-f59a6bd286b4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "75ShSHQOKYDfqrCwgjP19v5Gc0xT9jfEGVxJuWp38PQ=" - ], - "request-id": [ - "8d107827-7fbb-4734-9689-a560e97ec26e" - ], - "client-request-id": [ - "392ac31f-51ce-410d-986f-677f1d7edb45" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "k6JY1M3tEHFdfkx1I6-NzM-Xdnt3dInb4W-Vda8xxdxVMh82cwnXsGjI9oKH1adalSrTWjQHltr0MX-F7AuiQfAeCasW2zsGSbUgEDQWGgkrjOFT7-kCCBcBx01kPjn3kiU9XA3euElKoNxFjDTjog.M9dttdEYz-Amd4E6iPhQLBnbDxsasC1pzbChFynJQQM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2506767" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/5d89233c-ddeb-4853-a0f9-0c53b9b8b086?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNWQ4OTIzM2MtZGRlYi00ODUzLWEwZjktMGM1M2I5YjhiMDg2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fd48e73a-a62e-40e2-93b1-281cfea22fcf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:52 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DY7TQaBcGBdxiyBwhXtHOCQG2f/I+ISxBVfzVwhFykU=" - ], - "request-id": [ - "328c06c7-ce1c-4057-856d-422de051a830" - ], - "client-request-id": [ - "b47a1432-2413-47a9-9d51-7f055f6107f9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hEV_VhrB5vSxiwbcvQuYFblOk7UyrbQTOAZq5_hT5xKockq24RlydwDcyC4y6QXL58T_AyEQCIBzptzflFj02P6psBSPpk7AamGgSvJ4Ol7m_9TQnOQQ6Rx_sFfc2MFFApa2323pvVX7kZyM3YKGfA.2EJ9XsxVFPpch8wdE4Y1tWHqxL4tIafza-Mmb0J8eOs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2502368" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/1b81a1b0-085e-48de-bd2e-6d6a216a0c60?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMWI4MWExYjAtMDg1ZS00OGRlLWJkMmUtNmQ2YTIxNmEwYzYwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b4763277-c3b9-434d-9fe2-ed8394ce106b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "D/MhPOSPdUn91PSYfe8vELXm/t11SEyIktp3UrmIcdw=" - ], - "request-id": [ - "0d79946b-e5fd-467f-bcf7-9b2ddc0dfad7" - ], - "client-request-id": [ - "b120be60-a4fe-4b4d-97e5-400068324cf2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "kduKaAuwI8X_w3AZlEZp0ZkEehyoWbT1ex4SNoLuVSeJIGK4lA8yRN5aXanGvVn2VDEZws2wAChrNJKAVuarnEUFZsc3OevcrpkSFStlOQiIMgwN8hmmxyJK96-l3CSdqfqe6SmdsY90W9y84Zh8XQ.o0jjzRD6RQxq6jPhfErt2_2bbrCB2fUHfsF14hlw1P8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2432495" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/60c0284f-dfaa-4a78-b33a-4338ea92f8d6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNjBjMDI4NGYtZGZhYS00YTc4LWIzM2EtNDMzOGVhOTJmOGQ2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "25d0f829-8250-4bec-8cf3-286b3e7ffa94" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "eTv/+eSXVMnsnytZxi018Ikz5qYWAsHBiTLR3SMW/5s=" - ], - "request-id": [ - "82d086a0-ad40-45db-b463-8bcf6154fc93" - ], - "client-request-id": [ - "9c12d7c4-4bd1-409d-b58d-45b65a43a1fd" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CjRzNVQUITTJTFaf-deJgL12_gqJHf64p1xv-l6k3kpPPbdbND3jF3x-XDw3VUgLvXL3zfv8iI_NGg616kZJDdlAK7r5P9JzDqOb2djUdIUCpxF9hy88jaf57OtiI8k6T-qpIU3F_DI7aOhioHDXHw.xmiagKJuFQdNTkFda3MViACEwa9grwFrWMdQ6mqVPgU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4654084" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/2d6de8ed-dfea-4a43-b576-147429ac0a5b?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMmQ2ZGU4ZWQtZGZlYS00YTQzLWI1NzYtMTQ3NDI5YWMwYTViP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e74828da-f16f-41a5-b3b5-5915ad2b5b16" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "b076cd66-8c96-4988-b08c-ea31b70ddcb1" - ], - "client-request-id": [ - "3b533a0c-3898-4215-8a78-09275eaede35" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "MuBHDaj8EinT2uvUVxz3Lsq_z97i9qmOL-d2D3GHDNX7t_SYt3W1aZ87JZY9cOTcpTdPlmJlOfOdx3Gpoq0crjBzyAAEopdrqvhQWzkx0Cx7blwqVX2m4TVF56h9Vcl_Nu6HpVRfePlMJ_rKW4KhHg.rZ1DOehgF3hWnNr_9BUPaUeaZYe9C_9rYrSDKb8NLVM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3101915" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/cce2ce4d-1b88-496a-8fd8-1bd18d2f44f6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvY2NlMmNlNGQtMWI4OC00OTZhLThmZDgtMWJkMThkMmY0NGY2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd2d24fa-1367-4192-a783-6a3991642223" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:55 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "MZl/hA8XpttsVIldt7MY8/8xS+QCIPIdkqsWyJMNDKo=" - ], - "request-id": [ - "aa911658-1990-4e21-81cd-3421168f4535" - ], - "client-request-id": [ - "09eb1a37-fb45-4990-aa95-ff1e727d39e7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Hh7-KGLwhgKXAoMP0Gh1t8j99lsoUNd4T5LDGbgDSUz1ghM5BUfrNxdST_yS-Ap-40L9EC4HikZvb-v-CZaCZrxgBSH1Ln0AP2NSiUSXgf6NuwG6DLenSdBP0TFR7miSbqHDbtI0qA8JfUj54H_plA.Wc-UfmRl1wR1z3K6p9TaerhLwh4rLZJfGTwjfCnX30Y" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2591490" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/e0f5a2ca-dd57-4673-bba0-c83929283181?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZTBmNWEyY2EtZGQ1Ny00NjczLWJiYTAtYzgzOTI5MjgzMTgxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c0fc427a-098e-479d-a433-0557cafec5e3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "XC9wGq8e5l+CvRb/18NVQPL7HrQDpUAyeREC/qiiJSE=" - ], - "request-id": [ - "fddbbcae-61e7-4b87-88d4-191f8be833ef" - ], - "client-request-id": [ - "0cd35545-deff-4e61-a7be-a28d520fed85" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "gkBIpsZSwT342itPTVH6Vs0cn6MIGOdBUfbDBtEogkHjhto9mvv1ftN0S0bV38hk2PvcC6lpZvNMvghcNGfceADWxUU4uBbRPwc9DjOLi99KmrI8rbkPH6NHg_-Qzi17rAOFN9xcAzSol1yHM-60XA.lTjGZQ2Q9P3zQN90Vb6ZVqF2B3SkP8zRufCMuKYpMrs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2554919" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/dd5f8c89-5654-4b3c-a762-67306d6d56c0?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZGQ1ZjhjODktNTY1NC00YjNjLWE3NjItNjczMDZkNmQ1NmMwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2bb8d273-a580-4f87-bae9-5f58e0377c67" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:57 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "72a0cd59-7c5d-43b7-9179-d7f91304c63e" - ], - "client-request-id": [ - "b006755f-00c7-4a47-af24-cf2355f84ffd" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "IkMCntzh6O20hHgzRAGXo9B__Hw4tj0dfBdGhP14C0Si9-NOqYJzbQLTlA0u5rSfydmNLGiLx6MtHVR4ReiTg7jGifUjicBPZTy6X9Rfuhf9SPrNMwqOjn95SevaZJQP8taYtUl7IgbDNrBGjTmiZA.91vM2YopBiK_AqNJkPJeTSFbYCcUfKwtkdlPSCLolBE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4909479" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/bb0fe685-f0b1-4e72-b6e4-85826ad5d687?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYmIwZmU2ODUtZjBiMS00ZTcyLWI2ZTQtODU4MjZhZDVkNjg3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0d62ad0f-0b4a-4c1a-9f65-a038c3cb693b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:57 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "0c065d22-8df1-4716-9c93-ab573067b3bb" - ], - "client-request-id": [ - "cc0ce4cf-4743-4142-bf61-9356e11807c3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "401rJImoZGqtEg6mDIbjaHIn3A1pXMiBXCilYsqxBE_3mVVvokyPd_cF5qXW4eTykdtnrTpUGIakomuGBk9vWH7TxsTeEkgg5gNfUdyNqIYoqovSA0VmhZoVTcCadtDA8_X0qfV_HkopVC22JcQDSg.1NtdvEDS6_MOGkEflS54IcolzMj0Ze5940NhtlmAcFY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2657882" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/359f0358-d719-41aa-abed-017b5b979aee?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMzU5ZjAzNTgtZDcxOS00MWFhLWFiZWQtMDE3YjViOTc5YWVlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ea422417-d3d7-4c7a-a268-84bbed091e78" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:01:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "61f5b23a-b312-4c01-8a52-8e396a6b82b8" - ], - "client-request-id": [ - "262d71db-ac29-42df-a7cc-3bf480376bb1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "HEWyixGci0BX_6a5uiY7j-H4tjc5D9ojIiwXIlAbeLnoOxSWcpPoxyr_dd6RnHXD1xHkSC7qJe02l9gXHk-IKViaNIApHXquSrmN5fmrgwJgCqX_uO7IqNQB0Elnsz9YfX9GACZ6qMZfkH8sU1jzhg.l1zmfXRdXXiq_xE8hAyyi56YNR5aCYmAexb1BQnIe2k" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2576162" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/34df4f90-9853-4748-ac0d-0dfa46fe0713?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMzRkZjRmOTAtOTg1My00NzQ4LWFjMGQtMGRmYTQ2ZmUwNzEzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da4c9fa7-ccf2-4997-aef9-e34ba0a271d7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "4ed9345d-c01c-4676-8d3b-02e06ec6b9cc" - ], - "client-request-id": [ - "fc810701-2d5d-4069-a11c-0a9b3c76276b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "9Ue-u-27mbFU-FZQT8PIR9-oJ6TSMli3W9uwheztz-L6CwtqrsjKlls_FYYvEQLVGbymla8x4YAANInTSrQiFe-UEABef3oSnAOo3LfHcpC0nYnpjzzyRptcWhIXNoiMH3uz865AAIgCFDqlv7lksg.rlDMoDrH-AgBVeRXmL16S_sLnYOrFYa-0UM0e7YmGV4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2671511" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/83604353-9d18-489b-9b8e-de551f6d7197?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODM2MDQzNTMtOWQxOC00ODliLTliOGUtZGU1NTFmNmQ3MTk3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2ca9ca09-8214-4d23-bff3-9a2ffe38dd81" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "654e02a6-2d33-4f38-a26b-c669e808e288" - ], - "client-request-id": [ - "c53ebed6-d186-4cbb-b156-4930a58b3bbb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "JGFs4qSMMvU3fGWmLDg1LCiPDni14AnajVmSRDE1gKBS8wIrCNK6Pd78RmKZ7ZWNi6EqMVVpfKPof8k3YJZ0W7-EKCOVBftmxTe_9v03FS9jTV3qYVCCk1pcAUJtCYK54f1EK3yw1IXtF6AyRTKxsg.pqbOChrAIZlH6HkKU3G71wcXHunzZlqmlNo4cRrL_rQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2492079" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/32d8b7c2-f980-463e-9f0a-ce0461d0dc8b?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMzJkOGI3YzItZjk4MC00NjNlLTlmMGEtY2UwNDYxZDBkYzhiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "74d49909-2157-4dd5-9a18-d9a2d31c558b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:02 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "Oqko02haJxDTRhctK/G36gK387+J0M2ZgOrTBM5zf4M=" - ], - "request-id": [ - "4d59c4da-40e8-49b5-a91d-ed40fcc72f31" - ], - "client-request-id": [ - "e536de0d-9b1d-4740-a3fd-823d6242d786" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "g9Zdx4YWwPTyOfaqAUt4UkBNgMeHKx7p-zWczX_ZRmtnNX7SJtkvwXjafDKevby88JJNyLxq1hL-44oI6WEOlJmwKmWjR6pmW38cWDyJZdMCeDDi5qaUjZSpm6kG1rJgfBaipaZoxnRomU0PNgnZGg.0PUK1QUrVRt1R_1oVjI-jHj3t1o31tz5QeWME93pRwk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4517909" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d52696fc-482d-40c8-a064-640fd5dd0bfb?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDUyNjk2ZmMtNDgyZC00MGM4LWEwNjQtNjQwZmQ1ZGQwYmZiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e38c60c-bba4-4f46-923f-fc2d6ef2183f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:01 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "fhlmJNLYPnp764O9rf98r+032N8xEbAipKeUghbHIVU=" - ], - "request-id": [ - "2f1d1b53-9dcf-49e4-9a70-c3c232f429fa" - ], - "client-request-id": [ - "7b95408a-5c1d-4844-9677-7660d8feb82d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "qCM9mT91Yr63g5oyHjUYkuEDSwyCfq05zW6pv5cGOx2KoeJN7TdTcODKmxNRgnLYLW-2kwMm8_v93CjF-aetV5Hlqh1SHqQBsOjQdjDEUxAM-VQznAdqsMvvlUB0tKrba6G2sZYRmGHOH8WIjYPVlw.grRXRlvg9o_-W7iM0Lsn3xUJY83rduVmmbvi-MS25JM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2708316" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0e2831b8-cd11-4271-8cca-7e5d9b7a6b25?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMGUyODMxYjgtY2QxMS00MjcxLThjY2EtN2U1ZDliN2E2YjI1P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5a6e3503-8f96-4d7e-ad1c-82ab2148707d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+g9S9df1eU79iMfVZ0psO4Vd6TCUCddyFguh8uT50fw=" - ], - "request-id": [ - "3f770e51-ef73-4259-aa7f-67af71498034" - ], - "client-request-id": [ - "a8fe089d-416a-4410-8aff-b1ce4bfcbf0d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "y6_iq8s60ECAr8OQlWbofJ5_vbjrBWkzAi6EcMwNlkSlt5kx0tvS4B9NttH8B7wy-Bf5TLsqbIW29wImed2EEd8iZgRtXwcBwvSQjQNcVPXd3ThoN3e1TRfyhlN_yT8yhlRyn8xWCgoZ7zxzMoJspg.eJU3ozngmCABBhHcD0hA8fXbFZOz80fXx-ii0Xeq3uY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2659975" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/33205dd0-b346-41f0-a933-6b99a9b4a8b6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMzMyMDVkZDAtYjM0Ni00MWYwLWE5MzMtNmI5OWE5YjRhOGI2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a68d2af8-7e53-438d-90d1-348f479b4911" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VE96ymV+N7+qIsCyCRMEXtWtFdJRAMYbA69ATN4L+b0=" - ], - "request-id": [ - "e0a9f3f4-873d-4412-b58e-220560e48cb1" - ], - "client-request-id": [ - "01294830-fcd7-4665-81f0-99b2a2fc6fd1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "63hq9OyzflRrc-j8nAV9cnlgULQOSbGTWvrT5YSV67XpyT7-1m7RlnmLh0hTByDEx7EywEu7GMQdwiCl8CDNETn2cwvOnH_P4uX-9NVHFJFkaA0uDeVm8y1pZ2ms__FNdIcFWRiB43Qid0U8cr-NdQ.e7rVo4elWnh-_dXcXJPo6QIJLbUtiptQPQOgN9NT5CE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2562898" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/746865c8-ee37-468a-9df2-51678c48dfb2?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzQ2ODY1YzgtZWUzNy00NjhhLTlkZjItNTE2NzhjNDhkZmIyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "67de10ba-8196-4e5e-95a4-72284660d6e9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "4Vz2muQ9ny3ssg92dlS3ujqLsLiXeE/jX24WgtzQE60=" - ], - "request-id": [ - "3fed362c-3779-4757-836f-fb695005cf0d" - ], - "client-request-id": [ - "dc7b741f-e2e8-4596-b1b6-8b5d1cd08fad" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "VdFuocZwZiFF2to52ZK7hXAP6sinjLnvGUfxPqbTLdJPLHuJhklWFxxjSIORn3XVnhwvIZ45gYYTK74hgC25zqjcEH4-REOczZtmnFhDS1elKAPMoObaPj3kE1VwC6q9u02GKjJEiqIL-yrGb2Mkow.4cVrQWRXnhMaEecvXd_JFX3PWOaM0mO5z-U0VuxFiHE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2607064" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0828e283-c27c-462c-b655-1a37d6ec7846?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMDgyOGUyODMtYzI3Yy00NjJjLWI2NTUtMWEzN2Q2ZWM3ODQ2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c1d6600-9eb2-4c9e-a950-e23c9e1e933f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "PsdA7PkyAvi9ISC2/j5GADuk5Hlkgp7V82CwYNLGNR4=" - ], - "request-id": [ - "8a92c9cd-ea22-45a7-ab1f-02dd9287212f" - ], - "client-request-id": [ - "5c30c3d5-887c-4169-9c56-facd0acb6fab" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "G68KW5zLQiHqXKCoin4hmTZh0cvpTCdLIvegO4wKyB2ZxdNZy80xeVvFIy7cBcAnqQHm9uuA75rkqeXsHuu6A2azSJlQFdIe_BmxJzLWP1nkUhFr5wizckk3aVeQ3zSGKaZDwzi4qYLwWFd9N_-PKQ._A6NsR_qmUXHX4LYpBAqx7llV8ipiA8TjaBGuu7oA7U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4821425" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/c10023b8-8c22-4855-8264-2af8514818b2?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYzEwMDIzYjgtOGMyMi00ODU1LTgyNjQtMmFmODUxNDgxOGIyP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1c099364-e76e-4bd8-a482-5810adc89c11" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "NmOhVwUmxtMXE2yVTyo+Rgxuh4SzBZla+ESSAHIGDQ8=" - ], - "request-id": [ - "89716182-9119-4915-a626-494f25fca5f0" - ], - "client-request-id": [ - "f509847b-3e9b-4b5f-9442-f75a2a6ad07e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "VqRqwCqdwerS5nWdAnC-KssHdbmlpsPCUVhYRh63n5qTOYkyrNdprlzrsMaFGixWXiva1XgtEeS-3sLAMyV-P7lejFv34L3RdaeL_I8fzNaB6LLYmF0oECcUQA6afsov8ZB5fAO-L_RMTY4JXBFfTQ.afYHvo_eUUEDntrOZ63BcrfCp4jlWrUfj7sOIajmiKU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2540583" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a0fb9e1a-2c46-424a-9a98-11314decb54b?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTBmYjllMWEtMmM0Ni00MjRhLTlhOTgtMTEzMTRkZWNiNTRiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f59b0316-7ef9-41c9-95e6-a70598006189" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "v3Hm4ryMiUbRFp0SVZWTWdMY+ECaxB3gLqmZMjwf8eQ=" - ], - "request-id": [ - "9292ea6b-cade-4929-9cb9-770e58640378" - ], - "client-request-id": [ - "134b3340-25a0-4984-a452-0eead02fe57b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "_w5hSF-7v2xipXoqSFj8eKFb4r4HkozMduxl5aO1d8fde8So1Wq124_9BiJeZ1AJEnPzwz4QZkP_mj4VXbvnus9_Ea2rMfvRj7zxcvtt6MP2P1NE46l1IUlNGyCOaX45ptnyD0K1FpV-Pcf02OeAjw.mpanJHXcpxV2iQedcSEZr68Ewdfn8trWvc_ItWTnN_s" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2559729" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/09243478-0fab-464e-aafc-40c5cec67008?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMDkyNDM0NzgtMGZhYi00NjRlLWFhZmMtNDBjNWNlYzY3MDA4P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "36e46189-fb93-4880-86b4-6c89d6a2e429" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "a5cdb3b9-eedf-4930-860e-c22b5230c0a9" - ], - "client-request-id": [ - "d6fb25f5-ac9e-490e-97b5-860bbfff9c67" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "NmetDK5uq4Nl_lb1lGHMLe4upLo0IDkGo5OZCVav0bwjp5OyRxsUdjvwE-jxbENXz_ICXrQcmWX3_79AHIvuvSSKC4GxQln6feM1QTYQ-wJaE0ZWOU-DVjMjbj0pJwSR9lt0YPJnfXONxASr7ikVTA.FJxnHYblIfTwGqorrYMD8GeyuEvcoSYCZ7n4HLNPEyk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3062347" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a22daac2-dfc0-4cba-8bae-ec4755ee3cf3?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTIyZGFhYzItZGZjMC00Y2JhLThiYWUtZWM0NzU1ZWUzY2YzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f8ca9031-839b-4bdb-a802-987c742fb6df" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iuPmgCujsBOHP5ZHyhzOWZQ0FRP7jUfzbegvNsa5PFc=" - ], - "request-id": [ - "8f4ad917-d945-466f-b15e-ea5ff722de1f" - ], - "client-request-id": [ - "9847138a-788f-47dd-8a09-390c03ff0bbb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "HNyek9HZcoARikDHPKx3_eWPwLlFZ7Yai8TEllnptWrJZRgKuIw1bAaxB_AUGvXvphcLSbulclynrt8O5YUusYFj5OExVmgjL1kPpjJTiOtE1khq5QDBlK8ZmM6dsaFMHGT1L20yb5PJajBulbSaHA.6KaH5rfudUK8j7JEM7ACN6YCiday_xVKuElSjFYnyZI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2583947" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/15f39396-0482-4045-af4c-1ce954dee6d9?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMTVmMzkzOTYtMDQ4Mi00MDQ1LWFmNGMtMWNlOTU0ZGVlNmQ5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d910b04c-e653-4439-a2e7-1527ac3ea454" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JDgMXdKsFXeLssEQZc5WDJbQGHd8O6Mlw3RJHgTj3jg=" - ], - "request-id": [ - "51619925-53c3-4761-b6f6-616747dfb2cd" - ], - "client-request-id": [ - "188f6cdb-4b5e-4674-ad4e-bd41c88ca1c8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "w4kKPtA5sJOH75EBwWdc7T70mylhR10BpdtWg2KJ8SfzvvMp8SbC5mD4Y5L8tQtcEJ8uZV3x_JzPcBI9fCiHa4Q7OAm5W3lJiB7YtgprV3imr8Vn63oLKpphKRftU6nsAO1VQxrFAa8e6zWpSGkOGw.Pbghrr3W0bmOTxMiVALF_bseX-nwO23kPuUA6-7mSf4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2773055" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/9c978ebe-5284-42ed-878d-63796d1f5eab?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOWM5NzhlYmUtNTI4NC00MmVkLTg3OGQtNjM3OTZkMWY1ZWFiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb52deac-deff-4e06-83f7-1f6bbb747546" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:09 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "187dc619-17d0-4d6c-878a-7140df1d8900" - ], - "client-request-id": [ - "9e993cee-99b5-440c-a052-31d3855ae385" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "62fzpryifJkW-0VXx67t2Vg4-J0NR4fQMeXl64zA7-Nxh0lfY79qObB2YEVntG5Boz3oh5Y-BHDPa6NdNvkAa-GwPBjDIbwsvI-2wSchiy1tZq6ffzjMOdFZpi5-vzCfL6FHCKPMHjXmteCJX66StA._vbjU9OavpgebAKe8nBKfbR_VBWfsF3YnPWCnBZ6n2w" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2522823" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/b8e94bf7-034b-4568-a156-76bcf534d146?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYjhlOTRiZjctMDM0Yi00NTY4LWExNTYtNzZiY2Y1MzRkMTQ2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a10b4235-dfab-4f74-8209-d2a23bc45fdf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+u3G9g5PWpdX413WhNwPLKppymwjckPFR0XoeOQ7+kA=" - ], - "request-id": [ - "e5085c2a-1c1a-4d69-962a-bce001e1c41b" - ], - "client-request-id": [ - "87e8e6d9-9c3f-4bac-b587-7d3db750958d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zL8KkceoXm3yYjKDMFR3V5U6fmkZG54ZsdzF43cLx5B0n8vsCOTibHWeo0uxACg239OpfhrHmDCD6XFHITPhb1ePpVKe_Y2PuRXICeIkIKh6yQj-cM5N9uHfmvGefrRUcJWoBIFn4MiNPowykinFjw.GiDM9uCRCPseHTdXwzaHRfpMV5O3vhZUtam-06d0vDA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2485385" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/7043c27e-9669-4cd3-9c37-8d442d67ec58?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzA0M2MyN2UtOTY2OS00Y2QzLTljMzctOGQ0NDJkNjdlYzU4P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd1e309c-79b3-4056-aeb5-9a61f32eb8f1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "bee4625a-0482-423d-81f4-0a31acc9d07b" - ], - "client-request-id": [ - "35794f44-bf98-4864-a856-73d488839ba7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "j7gUPwrOyxghaD9C6JhRYB3MqwXJrnJCPhhmh-auj6jP-KIhpD_G6CnvZudjcXBRJDJhwUJcLXxY39q1rpC6aLc1vn-hmYA8shyPhVBIU934ojJ1Buom06hupO9lO2qdbAfciMIioCVg8VoNFNKYAg.EOIY23eWUeSZWZgf8mmQcKbhLnM7q78tYsw0VZ9lFhc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3508412" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/78861d02-b4a5-4b9c-b1ea-cafb3407d9ad?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzg4NjFkMDItYjRhNS00YjljLWIxZWEtY2FmYjM0MDdkOWFkP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6ea63cab-081d-44f9-bb9d-a9691cb9197f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "lcgTVjrkmz34f6GD6dMZc9V6sDyWYM8/6SEcoDLpSbc=" - ], - "request-id": [ - "527cc362-79f9-468a-8dca-187e7b8c37d9" - ], - "client-request-id": [ - "3cf66375-9190-4978-9d84-8a13b7c2b480" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WB4RHkq9TNtUSHApmv10GkRFyAcG1sBqVB_OArBjtY3RaR_6Z3TsKs6MlpJaWJ0U4k15hY64KWFrJ8LXinvGwwLrdTu1CNRjzMUz_3VnoE-XnBZb-UW4EENSeNYUmZq8rBqM34aYK__5oaHQa621oQ.5GPJnkvxwqvM-PqDLlb22lqvxuRVQjTuQrwtoH6TIDg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2533989" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0f459cae-d19d-49e8-9b76-14971ba27881?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMGY0NTljYWUtZDE5ZC00OWU4LTliNzYtMTQ5NzFiYTI3ODgxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5683aba2-3aba-4ca3-8569-bfa6b8a977a0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QyNul+QHNehCBkdgefKI8GTyyTZdKljRxMVgIG/Sq7g=" - ], - "request-id": [ - "877fd161-020c-48f0-b8f9-df42ce53b98f" - ], - "client-request-id": [ - "28e96818-be49-4940-893e-65dc0a55eaf2" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "6MssbxLFdbntb8Zadbjujf7_eCr4f9FyogfGcy5LGCuKtseuiQpubWO_0rK2Q-uD2189fwuLh3XgQ3k5OZRann45TyyWBoQpPF0ArfS82UHFQ2BpqQH9ymxbJRoAJPZSJ4YITD7HSqsW3CBnXLQdIg.7WEOt5EPDpOjk998acP8fTHxJIrPkg_qi_gV-XQFhV0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2596117" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f8cdb746-42d6-42ab-ba74-6940a72bb1b3?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjhjZGI3NDYtNDJkNi00MmFiLWJhNzQtNjk0MGE3MmJiMWIzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e83f261-e722-4e49-b227-2409d771778b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "3ca1a7a5-0e42-4267-8ec0-02ade9425fa9" - ], - "client-request-id": [ - "c65339f2-f109-4137-9086-720cdceebd46" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "YOsDn2HTmVaZ09-JIrjBufg9Pg4x9KUJog0pWV_ohPN8gzWOWuJPw5iy788zIqV0jq519tSru1z6dfKaTCbTRBFAzTQX8-hxMCz9qkD_RMgzBXIPuWzrr0GmK9WZTP9ALBCQmX5JoflPy8Y9nc529Q._IGZzFmF-vl8K9cwzzMMnoU8YbLgareRSO7wNJ6WEBk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2594662" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f3d38dd9-094b-4bdf-a737-e13e1fd81a3f?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjNkMzhkZDktMDk0Yi00YmRmLWE3MzctZTEzZTFmZDgxYTNmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0f445f45-0ef6-430d-9585-5524fabd9998" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "F2LOr8r7qijtW7xVmU1aLk3kz6clyv8DNEw2XQfFr2A=" - ], - "request-id": [ - "16f19777-5bd6-421f-badd-b2269227f794" - ], - "client-request-id": [ - "e58b79e9-5410-4bbc-8822-2da108d21d0b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "iw27I_cAHNSzPipdDaFwkAwVa1DPFiZK5wyu-Bt35ERN3SUSeYZl7rKjd2CwlyiqvH7Q03MZcJWQ9_9nRHuyNT1CutbUrYyjlRtshuD6z2i5yYyFxCUi1lcmw0xyw94-8ifgrpfkXDSQbmrqXjbKzQ.Txh7DPrl7F521jnH19GF49slNXBQIq5mIXQdCXDK3b8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3628882" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/9f6ecb88-2e51-4269-800b-d8a9a90e8af5?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOWY2ZWNiODgtMmU1MS00MjY5LTgwMGItZDhhOWE5MGU4YWY1P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "78bcc2bd-9513-470c-b36d-0230909e408e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "9Bp1nQU/JhaSO3lV8bBy7mMK4p3NOMvZqoAcpeeOoc8=" - ], - "request-id": [ - "d7fca0b7-9c44-42e0-8a37-a417417f8f69" - ], - "client-request-id": [ - "46501871-4e6c-4967-967f-0630ffe59411" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3TUdTSRfD9qoU7d1wdR2GDdm2yinxiZcpvIlvkhSPc9r-nNSRSCuGOAET7NVw0sfJ9Rv_XeL8vydnzGp81IbdbgXGYjyZk3aZZJdT43_7paMMzBb_y7qhBTGY4E4GCmBIUbMYDB1hhNj79H7aREo8A.B69BwagKURaGcy1SuwqsgNp-usaLt11H0dJNaxM0K60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2613079" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/7427ebd5-1cc2-4baa-b205-f8ab5b224c8e?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzQyN2ViZDUtMWNjMi00YmFhLWIyMDUtZjhhYjViMjI0YzhlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe0a06ee-5921-4478-a5df-e879bf19f8ff" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VE96ymV+N7+qIsCyCRMEXtWtFdJRAMYbA69ATN4L+b0=" - ], - "request-id": [ - "d4fc06b7-f95c-4b27-83d5-a69424096853" - ], - "client-request-id": [ - "1a4a1545-8d40-4711-94c2-78bd7e41c30e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "oEa0l79lRBQJ3fi1cIXfvm5fYaSKl38ln2wl02vpzSlry0epxH6aIk2JgBn0kipMHWaFemVRkKc8zsvajdmgpKCF5fvqs1XK7QbWR6_kCpZjfkJnNtQnAFqhZw1NP8EWfGuJBOqnk_3LaQ4sWuHyDw.EYQhomUCk0O7K7TxRHCpkIHx-iLBnVmL2b-xltt8WSk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2465718" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/43353794-cc83-4a27-bed3-4f4f714e5fec?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNDMzNTM3OTQtY2M4My00YTI3LWJlZDMtNGY0ZjcxNGU1ZmVjP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1b042fdc-b317-49f1-aced-efef2a537736" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "k9KqbrQ4qFXcvRVIziZCfIYqtxo1JxeEJeurM7tKIE4=" - ], - "request-id": [ - "9e3e8472-8f1a-49a7-9f73-d7ea25a72845" - ], - "client-request-id": [ - "ea6ec4aa-6209-4b86-b289-8f6d56a8f983" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "cRprS16QVvdQGflJxerViGzX57nMWSoxQ-xN-xvoEm-yjjM1YEgesIyMWRbp3DG6fmN6M8FdCpAMTrwAtPWi9mrprJuje14Vd7cwWVvTwjeSZLMll_HHhCefcF-GhTPBKK0z6kOo0c6MJcx5WyKF4g.Cm4Ngu7yPyqmwXejea7_EmYzF45mcui8fHWJCpXL13o" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4989491" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/2a055a09-90f2-4aee-9386-0d7f9b0f6a77?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMmEwNTVhMDktOTBmMi00YWVlLTkzODYtMGQ3ZjliMGY2YTc3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "807a9320-506d-462c-b117-b3f960aa18e3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "54cf2ffe-85fa-487c-8e44-d30151793ced" - ], - "client-request-id": [ - "252f0294-538c-4060-989c-df7e78810786" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "OUVxTuHR2vB-_pYQLpgFWKK0M_YaUVknPkuvDOz81Y1Un1_wAiSAdNNKcTE8eK245z1WprL-UQABf_jtt4qgOilR5v5zdnsZX905xdgsC3D4BJZbfGZrlEUN-wlprVjJbJOCXo9zJCdMjHyC8qpoZA.1u_GfBnQyLv_gtKlGIT4gZkyKk3D9iTTAxOYfKIdp9k" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2537726" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/5fcd485c-af1b-40d1-a0f1-b7ca33040011?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNWZjZDQ4NWMtYWYxYi00MGQxLWEwZjEtYjdjYTMzMDQwMDExP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "12efde7f-8156-49fd-872d-55abad7a868e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "c2773189-0917-40a8-9e36-66e74706cab4" - ], - "client-request-id": [ - "6232494a-17e5-4e9e-8435-96f28905225d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WHO7koKMH0F9cmG14GqScBEuLQVKN3v06tMZtveB6QUJ0tn6Re87EAP4ockgSzEglWpAuqujMsVoTZ8cbhrHQBwIl5d8msrVcBLqNg8IQdIs4Dp7gQBTKlC1SRHPqzuJMiX9rPEGzh-LSclyxL1xig.wzDdED4Jo52m1nn5w8hQaS5p4_H4Y1Pi8sW9lzdUUGg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2531504" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/09f4707d-61dd-4ce0-a861-df911f627d31?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMDlmNDcwN2QtNjFkZC00Y2UwLWE4NjEtZGY5MTFmNjI3ZDMxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a1e789c2-c8f1-45ae-9574-aa7734f08080" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "bbf13d0d-1551-4c7f-943a-3adbd5a56dc4" - ], - "client-request-id": [ - "d37e7962-8154-4ac0-9e85-7b2f16d62856" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4T14qs6jAm0upGKVoWDFzoB8R1Mg9y6nXpeckWhVlZIaosuZjWXFKjsY6TyLT7Qefe4UgyVi86WyuYY7vUjJbx83GNZkrHiJTrwPxIb0bti335JMxysqOZ-mkivjhGiC9PR2CDDT5B4PjjvQRtCnoQ.jg6aR3W31QiBrTKyeT22EHlhAl3_jtEWWBVP5F_4ySQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2736042" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/1a814efc-ea79-456e-9c65-ba63152bbee4?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMWE4MTRlZmMtZWE3OS00NTZlLTljNjUtYmE2MzE1MmJiZWU0P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0d862163-0045-44c8-ae23-c54e37a89633" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "9de60c0a-cb0e-4d4a-8d85-dbd07c9d741b" - ], - "client-request-id": [ - "2e1954ea-efe2-4ccd-972f-fb54d58ac76e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "2HyrNLImdxS-2qVQ0iK4rK_mQ31pjUWKVmGgodjQLyPILtSXJ0aovrU0UNcJsqmvPyvSaoFk5nCuXe-30uvoguQjW2t7mRktmMukORUP7GwhK7l3mzwEqgat2hEFXnEfF1TDSkk074alzC7k1iIqdQ.t-2hYZNYkJ4ptAI7m-o2v-kp7CVaiPRo64aLrNUrXyo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2439081" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/ec2bfe10-7439-4c77-9a64-0c546f7d4bf7?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZWMyYmZlMTAtNzQzOS00Yzc3LTlhNjQtMGM1NDZmN2Q0YmY3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6aa7db61-bb19-4d4f-809b-f32d76cf6303" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "vQftAfqt+/Fndunnhoh0tvWXCd3sL3tfuMwWrdB6MPY=" - ], - "request-id": [ - "e7edbb3e-ce20-495f-be75-52a2b953f17d" - ], - "client-request-id": [ - "703d916a-c07c-4593-8cae-8c1f0d608a58" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "gJoY9empb6xls4snnulgGafJJyRdzk1B1Azcna5Ii05H_foV4JMtB9qshLltsVm56ysNHV257xfW0ZoX7B7A20SxsCEjSIi98NtNzmYkntgsSBNXW5lkYILQi8wu2oqC39z3QBtYrmERmjiylspzpw.YwgLA_VjUzX6pq2Fz0-HmQcVQ3IIgnMSdFtSS75fUoo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2660635" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/8d0edfc6-bc4b-4632-b3f9-1022e432fc91?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOGQwZWRmYzYtYmM0Yi00NjMyLWIzZjktMTAyMmU0MzJmYzkxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9637851f-83bd-4221-9481-1ea243f8087b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "jyobu/yER2daUFpJq2oLdeE79e2GnwqPEUOxSEatNo0=" - ], - "request-id": [ - "89ccaa3b-697d-42ec-8dc2-8c880cd47906" - ], - "client-request-id": [ - "4f0b80b2-5dda-407f-bba4-6214d746b758" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "sTN_R6TCJZieHzZADqpLmdsISCMZjCIYNVw9W6lmrBuDd3qYZ3bIk_6fkHpuOtQhJ6D5aZIg_N02FIGZKbn4BAMZpSrOQ2k_zbxK908Z7LNIHf5a25BiLtwvV1KIyRy-xNGTV-pe7ImBz943DwX06g.039XD7MKJ80gjFXPpzUtCNTv7hUiz2LuVxdtOsh2ntg" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "6166389" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a7917b02-fe2f-483a-8523-11ad4bab909c?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTc5MTdiMDItZmUyZi00ODNhLTg1MjMtMTFhZDRiYWI5MDljP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e061ea18-e232-4b27-a072-6d9dcde0ad7f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "baf71939-872e-4127-966f-9070dee27853" - ], - "client-request-id": [ - "157cb059-e714-47f7-879b-cb50b06f14d4" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UgmFy_hW3cfhu5n69UAqUmwC5nW2QcbUEMxlyAcWM-ybfORVRhRBpZ1-z1iYbDcAUZ28b2FHpQN7UJPSVmxKvaTXJXl3TtlzIWUUpZDmXkaqsFnhiXDvyySuRNtO4JBxfsxo7egSSQit-YYfjbp8Aw.8vxBUsKnPRSl3zOrE3e24n7A-9ITWG4PpCdnIId04ns" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2645630" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/c0088b36-2bc7-4c87-8cc2-311e51d78bf3?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYzAwODhiMzYtMmJjNy00Yzg3LThjYzItMzExZTUxZDc4YmYzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fc355bb-bf83-47aa-9f54-337af820a1e7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "ndOaDad62j02kfRa1Cq/gK60FrLF0w5RKl7ELizCzzo=" - ], - "request-id": [ - "e9108485-369a-484a-bec7-c4c799c32b3e" - ], - "client-request-id": [ - "57635d93-1d67-421d-9d40-ae0a48cd624b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UQ26-WlU4R_EUy4WzV_z_ewSuAfObKfDFcwuGJHddLEN_psi2EQE5kuhgq6c_RMGk4XLy_OlQ-l9QJ5cYnXYhzchrWHrSJYFBuRTh3ZDaLUNH79nhFx7eFh1Ce9MG51-yPLfKtwjfanHCu2HRxthBA.hOGsbZlgpUVOmTW7FomLb2II-YDFQcYo1IfoXmLijfI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4717891" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/8fc39ccb-1bf4-4de3-95a2-4096cd18b5b6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOGZjMzljY2ItMWJmNC00ZGUzLTk1YTItNDA5NmNkMThiNWI2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6e5a2d4c-2845-4cba-938d-58be42b294b2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "R1+xCOqrBsexJPMxtV0MNJLhsxNKpRCxYbIf34S61pM=" - ], - "request-id": [ - "aebe92d3-2794-458e-bc65-5f689674f0a5" - ], - "client-request-id": [ - "ef340cbe-924a-4c64-80d4-deb652ed0238" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "lwfUeXvU1Tgx7CP5n8jy-wU60MiNz9US8FtFO1aQGDlti7MV8fRioBhhPckMi8re2Zd4BEFyPzOPIn62nJOzqm2JKZlYWxk6d8oXSPdypE6-2CUVk9vbLHPLIDkMtLSJrtFPlEjGzi6zMzoBOZy_iA.ljTZwAWYYsYwzC2xtWxOnFXgP6J0O_FtoddLsjPT8hQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2865786" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/0e8617c3-6cfe-4a83-aa6b-9b3f2639bdba?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMGU4NjE3YzMtNmNmZS00YTgzLWFhNmItOWIzZjI2MzliZGJhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2fd4812f-1422-487e-a79b-96ce6d73ccf7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:27 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "+3h+Ymp508o5Yv2+joJ0aHNKxLQZErHQiFUCChRGlLo=" - ], - "request-id": [ - "60c04fa2-5280-4e2d-b800-4793fb70ffbb" - ], - "client-request-id": [ - "4ec89b0e-c55a-4bc4-abb5-07d94aca36fa" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DDzqYAbe_PiMD96AU77-fFw4xKNq8bs_9dOE_k0KkM5XAgHOGWvWNVRsm7sMCzlvNK9bZmBPcJ0-EQvaN6D2UZ5LC_USykXGuu2W_jB1ChNZjnL02Vg9Z_JxZwU4PU0wUa5NwN7L0dUTbQ5S6QwU_g.W51Z7MxExU-qKmiqG0TmK3LSNMHJKjxy5naJBhTskdY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2566253" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/a4709ab8-aeab-4bba-a64d-9efe23143537?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYTQ3MDlhYjgtYWVhYi00YmJhLWE2NGQtOWVmZTIzMTQzNTM3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e88cf78-fd64-4ccb-bf36-08530c0d446b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:27 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "ed1bc13e-3da4-460b-bf53-63fd968d4d12" - ], - "client-request-id": [ - "87334aed-cb0c-44f9-833d-dfdaad87188f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "B_HfQGw_kTISB5bd84BJ0MdCsQAvPO6atDxB4Pr2T5WWDR8eQAJRD2J06ZGSDhUMoLt7xYyrZx2_UPun52g_pIY4QqYWqyk4wN7_DIzzICdf47eGUanw5vhiLAQzJ-AO9-eWfvBu03KJpux7DO7UGg.nND6tFGOZDs9F8BXtrMZuWOfPRMKIuwE6OKR2wu4_bE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2498712" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/91315b13-a868-4fe8-a00a-8fdcebe0514b?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOTEzMTViMTMtYTg2OC00ZmU4LWEwMGEtOGZkY2ViZTA1MTRiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3ac07b51-8bf9-4a0b-b551-1b30511b84e4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "OJEDlpO1nWkFXNc0DSj2m0k+EJetYq/Grjd02KZTLl8=" - ], - "request-id": [ - "5535ac55-5bf7-48ba-bd92-226a49153cb2" - ], - "client-request-id": [ - "b6d1b8a1-afea-4fbd-baa5-7408868556ff" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "RIha4j2L7Be2ZgQyKyyIBzig6cWoGhvU9D7tEQFGc1VIZor7CdMfsiUtyijJM-RmuCF9Yc-BvacugKXiDH0bNZmN_vIoTxwm568dtONz_Oh_uKoGG466jwzcdHjJhKGCizh5i584SGs_sMkUdgHVKA.x1LikNOJfZydftBHW0qSULU-vycdlobCHzYsCpi3SY8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2724697" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/4f557364-3b2d-4a1f-8ec9-d3d777cf544f?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNGY1NTczNjQtM2IyZC00YTFmLThlYzktZDNkNzc3Y2Y1NDRmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2af0ee1c-d37c-41fa-89fc-871a4b14545f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "DwiZqbw4kpvacRTHgNp62Clzs32ouQbIngVZZ/qji78=" - ], - "request-id": [ - "ebb5744b-1009-4070-8a34-881dfe185cd9" - ], - "client-request-id": [ - "b4440612-ffcd-4b64-8a46-80b6545bacde" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "6cFgP7m8D5m4ICO0BORxm1JqQVvdP_YUO0q3nreegwhHOf_GbOD44tYujOsJ9sFT92jLGKWQO6dOxFp-6IYid88FsvagEUK9pyLS_Ag_X-Md9L0N3s_D6VGiAYm6yceaNfirYDCSndecWM2980i6hA.zC62-l1f5lIObSBcwpbIdmGTm0STJAAfNbvnqRc9jhc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2470282" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/7696f250-128c-4594-aa37-0e8403952c51?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzY5NmYyNTAtMTI4Yy00NTk0LWFhMzctMGU4NDAzOTUyYzUxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f9a64789-214b-414d-a14c-3feef86df77a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "jyobu/yER2daUFpJq2oLdeE79e2GnwqPEUOxSEatNo0=" - ], - "request-id": [ - "aac27fe4-dc30-44c2-af11-bf3ee04399c0" - ], - "client-request-id": [ - "c04ac09c-4e83-4919-b4f6-5553b79f1828" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "fYxK4i8Mq_JEOEP-hGQ-Kt69BrZ15Vmj4TvMzs4CxW_oBaKVov4UGJrRBX0Pcu8PUn6dwB3Gx1ZrC_I-EnsfZ4oX7KBTLnxOKIAbw2u8pUq_9lCsD_BQxn4iANZOTjcIfZ0gT-qaWFVkeXmCdKTzwg.rDSEzv0B4I8V0bI_dvdpxtuFGMBTVUYOdq_SDG_dpvE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2928065" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/1625c4fb-90b9-4949-baf3-cc195624da46?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMTYyNWM0ZmItOTBiOS00OTQ5LWJhZjMtY2MxOTU2MjRkYTQ2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fb9ca3ee-2aa8-413e-b217-d08d23351e1f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "L1T5XHZYGeFZQeobDtqw4Vyk5Majkvn9aCYas2qZMLw=" - ], - "request-id": [ - "96424c60-4e13-4242-b1a3-b0daee9fcdad" - ], - "client-request-id": [ - "8a6c4e50-d8e3-4f5c-99d9-e7151075800e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "x4cXxCTSYX5e050YVm7DdrLNWbVaBkqbuw0z4NY-lAn-gshTDrW8DQ311sirQXT7ZlxbIxeE6LBCtg5Lw9i0Z6JCamuXGn1l7gbZuDopQzlUH0NUd0ymctJ3wwBfOyT8hLwcJ4KS4oct00Amw1aONw.F0c3DUpkstLzkXVFKM8qf74-d6-9QoqU_IqgHfzo4Ok" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2552905" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/23a36742-0070-491f-be2d-bb5d256949ea?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMjNhMzY3NDItMDA3MC00OTFmLWJlMmQtYmI1ZDI1Njk0OWVhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa5e3ed2-de45-45a7-a572-43061826ff8f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "JOcOImGbsHySgKlAQbtemgj5KuX+mrNNzouN4cLWfY8=" - ], - "request-id": [ - "ad8b70cd-2f33-4eda-98f9-57c598c2912f" - ], - "client-request-id": [ - "e58bb367-17d3-4f1a-b9e7-cd2d827711fc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "bhA9-hYUV8C1YjeDxamIlcqs55IV9ErxGHWZenlhboXN0FlnUN5XZxv2pAWL53bZL96QA6tUJQL9_ev4lF-IH_rYyrc-X8qu2B9sbZVp2qqTKEdN7JM4nwGdaMLFJOma3OePhaaDNSiH7w6GLmK5Ww.k769Mba7KFpEMjRo8NlSfZaK2HJCWdU8DxvkgA6rW-A" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2473320" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/47e385e0-720f-4abb-8056-879aea5d9fe9?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNDdlMzg1ZTAtNzIwZi00YWJiLTgwNTYtODc5YWVhNWQ5ZmU5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c9f2753c-ad94-420e-ad09-7a681bb0a471" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "dS62cdS3jxXz9WV41FbNbdFCgD8BZkeQdpb/3DuhgUM=" - ], - "request-id": [ - "b560d6ae-c859-4568-bc09-f1afbd5b0d4c" - ], - "client-request-id": [ - "b5f8fbe8-bca4-48c6-9e1c-53ca6bee51f7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "WN-D_CE6V2j_NFafZWkovrXCiXpgqIgX-XOgrVL5s4vunGTi9r9P-tUzdIKTr5TGj4EeQR4hZUtw3AMnY9Zpu43cCuI1XUuW1cHfW9b6Y3R9fuAEdQQIie2nyKNEAN659vDiaM0biRly8LN6Km43yg.9SHEJeHoy8MPirVyTxgSJio7IoBUaE53w_K6J-vMSt8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3564443" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/cc530742-d9d9-4c18-bad8-2f4ec13e70ab?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvY2M1MzA3NDItZDlkOS00YzE4LWJhZDgtMmY0ZWMxM2U3MGFiP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "947488b3-fe38-4e61-9d76-c91c4cf86757" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "fa8a34e3-fa14-4104-a593-1639fca62d14" - ], - "client-request-id": [ - "249efd87-942f-4a5f-92a9-48d6b11e357d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "EtIyQr_2c3b9FnpzGoPgnWVpbE7LExySsRXCjZAw1W0qM5uo5dmxkrGckap6zvZ0a-qIKT8yiMS2bbHHqgd7h8yARGzStwAszVqb3o21ulByPOuSYmXszPgz9DnWPgYcxMij9NfTOa8WRLlQ6hqlXQ.jebKAo7TGdBcz-UJAiEXAbAKjHs8NMtvvrlkLhlVTyc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2474216" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d3f065b1-198d-418b-bc96-866846308dd3?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDNmMDY1YjEtMTk4ZC00MThiLWJjOTYtODY2ODQ2MzA4ZGQzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f287b47a-5d54-473c-952a-4b89d2a6c7ee" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "q1vj4XvvU5q+L2Gpz3K8+u73jHZTPgp2vwQVNeo/8kM=" - ], - "request-id": [ - "f402f9e2-c4c4-466c-93d1-07f62e73334c" - ], - "client-request-id": [ - "62a40ae7-a09a-4fe2-a486-f49ddf7d5e71" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Wjg32ZHJhzVHrqoRUEPDf0GVlqWD5FzgZuxow6YuPndpXnT9e38Fi5N1KjOGsEtt08GbPAUPhSFoomQmNXOJ_-dFcGle3QoSr58MRFXeAyhJOXpCah5RV8sApTTrUN2AeHro5hWYaT3J8jYemH276Q.ZBWBENL06ouXuo4QukmkeyJni_A8XSNAFaGbz7H_NFs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4631771" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/843fa059-342b-4a56-aa52-2fbb8763ce95?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODQzZmEwNTktMzQyYi00YTU2LWFhNTItMmZiYjg3NjNjZTk1P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "61ba3f87-6ade-4dad-b84f-f13d99db550a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "eTv/+eSXVMnsnytZxi018Ikz5qYWAsHBiTLR3SMW/5s=" - ], - "request-id": [ - "5e048de4-05e7-49eb-955b-491f742438ef" - ], - "client-request-id": [ - "ea591c95-2521-4d04-8445-e59959f63e74" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "5EgjlOIiyNmOsV8ATj8RrHVaiE4g4gN2tOGHDkbo76AczgVKCKGZ3T1XBp9Tvqi_yfWQrWr1PXyKgKLqm7La936wL13FRe-pxzpIGGBtA4UTIsFUbmwuFOiyKY8Dav_e0RRo2FkwLgTSbLPyaGimDQ.33pwwVKTbCt2nYuLv6ENP7JBi2WYBKjiBt7PZSqFR6U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2608314" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/60c2936f-bdb9-4358-a110-f52fe0c46e91?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNjBjMjkzNmYtYmRiOS00MzU4LWExMTAtZjUyZmUwYzQ2ZTkxP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d0eec41-80d0-4fad-882d-ec7ae0f637b7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iuPmgCujsBOHP5ZHyhzOWZQ0FRP7jUfzbegvNsa5PFc=" - ], - "request-id": [ - "900220da-ad3d-4d94-8ad0-2a23d598b0ac" - ], - "client-request-id": [ - "2521a6fc-3422-451c-bbcf-084378d88c3c" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "31eP2pW6tKdCZvhCtmDaavPS2xAFPquAl2NgUU1Twcz_c9dQB3GZYYcKZ9x7FF8GZ2IEMGgtgQOfgr8Loc2AMJ8FmL2gjabkvd-cDwPpPpSbAJAj_l1LnpyN2u1tCdq8f0cfcpuqWy1yLirPjLakuA.c8O9PsEJX0N_XvWv1uKXMo8DY0JGeE7xKwGVpIBDCqQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2562760" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/979d13fd-c330-4e94-8629-a032e240611a?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOTc5ZDEzZmQtYzMzMC00ZTk0LTg2MjktYTAzMmUyNDA2MTFhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cd51d9c5-1f3d-406c-9494-7f0ba375a6bc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "4a6ac503-ca38-4c4e-becb-1941c7f45131" - ], - "client-request-id": [ - "af0e0849-1fb4-417b-a54b-efd78ef5a983" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "BRbmYZ7PVQCybX9qQiC71739iHkIU7LH5oZjEQBCwCw9NUgU7NvIPNh_8HrQHKUViWKkgHP9o9nv5gQaNKYi0VG7IUSJPmCCYIOrS27BDVm_V2L5w9maZCR777nh8MkMQppykN2ouitt_xeHY6DfwA.FJGpKjjOzgYhFmC7aes3ILb0BpVXqILinKKrCZ-mhkM" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2969220" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/2f3a47b9-17e1-4d09-bdee-1235a4c65c69?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMmYzYTQ3YjktMTdlMS00ZDA5LWJkZWUtMTIzNWE0YzY1YzY5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d357f797-120a-4987-988d-4fd4b7e49d73" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "O3ABilcgdwphO4v4fgIn7pexShgiytgPqsA+U8jT/zk=" - ], - "request-id": [ - "75394fb0-7d8d-4a1b-b385-890dc298726f" - ], - "client-request-id": [ - "194f58d5-0c4d-4737-a072-7bbdb285e2f9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "lodMP2VSeflieOU2M6jkT5Rc4BrlL89qymYg6_sUaZgfITRku91Gw81fYDqfIX1Uxwyq8TFVnHFSjmGdyJsgljMMOLhi-7xlyJB7M5i8cNmY6W_9jAYHD2siHc9jnV3kQzxOtUWKPEpg-PGUCzhbaA.IMpQoXUck4C_L3B8gS9jZJGA7Y8XdqwWlciytW83nno" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2638388" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/d2a46730-6c50-4bda-b44c-f153fa547989?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZDJhNDY3MzAtNmM1MC00YmRhLWI0NGMtZjE1M2ZhNTQ3OTg5P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e53a1126-5270-41ae-a249-f552fff73f99" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "afXdxYhgQA+NdHfqTofS0XwsQ5hhtZ8WePeT3PpgQkg=" - ], - "request-id": [ - "2ac659dc-759e-491d-b4b2-dd58b9a59d14" - ], - "client-request-id": [ - "1492f428-fdc0-408d-b032-5476214843be" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "dAq2RHFKWaeVV5Wgy2j2HHPXfdqY6ksoJFM0mPgEgLvDCLyvNOVK7wriYcWG_Tds6pN92IF1b-JNCrtQ-nYdURP1TvpFVmjMesRx9m5ErYTbm6fw71JGgBynuAgU_WTsjEr8jsuB_BY-QtLOvr2cow.-wYdb5vBU3rKqA4PbUHXmHK_gaz35rbEvkxMUHBT7Cw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3219152" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/f5f374e5-c319-41d3-83c7-71d8a70204d4?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvZjVmMzc0ZTUtYzMxOS00MWQzLTgzYzctNzFkOGE3MDIwNGQ0P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6478f4fd-e88a-4cfd-b51d-02f6c5d78c0c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "F2LOr8r7qijtW7xVmU1aLk3kz6clyv8DNEw2XQfFr2A=" - ], - "request-id": [ - "ce4da695-ec0e-4c52-8a49-9f29e9555ff5" - ], - "client-request-id": [ - "1bedcfd8-cec0-4588-8d10-56bf4157ccab" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "h1K663HQr01b2S_qRjLbB-Ci96HLaE5Kh4O14WvUhLYnz221QmNrxrjJ4mXfphm8XBsAaX7vvJIYJYzgAkxlVBRcO-hRr2yyWVgvc-QP2EzDQTMyXf41JOHDTM95PwbTjXeDua_4ZJUDLXammuWL5w.qOnphzfinUrEjA3y2KQ5trmRKG-xehRVC4C-i7JE_MY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "3680062" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/32c0225c-6e30-4481-9d35-2a2516aa4106?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvMzJjMDIyNWMtNmUzMC00NDgxLTlkMzUtMmEyNTE2YWE0MTA2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eab6b97a-d4fb-4ce3-86fb-1e24d1249959" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "yq6d6aKCJ+sm/SqomU3oKf9uqw5YY/Xo6jW8af9zAac=" - ], - "request-id": [ - "254fd2c4-4cce-4a91-9ca5-a478f3ecc887" - ], - "client-request-id": [ - "36eecda8-c8c2-45b5-9193-51586ba2897f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "tSBEfp3FnkZKe8gZbWwRMF9szXnptKMh0vAPOcBF7KTgg8hscmFd9sL_XDm66n-zpiw-3RaTu9EGFXrI2c8PWj7j8w9CpnIczCNx7Y8LAtl6za9JSB0rQNeUDe2kAM3gpTwhmoJUWTQZiryUlC5Z9g.r8L6PkAoGdEoFKIQ5Hf3R5H_Lzf0tQwL0J5eFvGselI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "4696310" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/83c7fadf-c10b-4856-aa11-998835de6eba?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODNjN2ZhZGYtYzEwYi00ODU2LWFhMTEtOTk4ODM1ZGU2ZWJhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "735a80f3-1fad-4328-bde6-0dddc072c6c3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "O3ABilcgdwphO4v4fgIn7pexShgiytgPqsA+U8jT/zk=" - ], - "request-id": [ - "7d9a1ee0-54a6-46c5-b218-9bf5a6dfee41" - ], - "client-request-id": [ - "a6d22278-7e58-4180-bc79-12ebaf8ee5ee" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "88ZHN62IMFS4hqzzJoQSwbtyT9W9ujh3CoQgJZOodTpOZUoK4H8Q_cKP7BA8cN_2L7YSLDDj6EILpC9bIihnlNm83vpDHpXXKSQWpd-VtlXXUiww4waGxvNVI_-hMgZOmM95yDJJ5-FSYV4KKpqNzA.9CNmWQEygvudsdEOxu2VkuT3aRC4YIHKSgijV3nRrQY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2501416" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/88075a83-6201-42ed-ba00-36c286e53037?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvODgwNzVhODMtNjIwMS00MmVkLWJhMDAtMzZjMjg2ZTUzMDM3P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a111b32-cc52-48a4-ad31-01548197de2a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:40 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "9Bp1nQU/JhaSO3lV8bBy7mMK4p3NOMvZqoAcpeeOoc8=" - ], - "request-id": [ - "7a59923e-4d73-48a7-a23a-604d50dc9e32" - ], - "client-request-id": [ - "2a08c526-2fd7-4f59-968f-4218dcb3d5b3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "3u_d0fjeHcx7IKIhX-SCrtAe4M0MS-PClRTwkebw2IZExta-dAV82LCPyhttdt7U1FjxewntOtaK888OZJjyYES25LJnB7cX-tJNaEx82ZyqfHeatG2UBq1WGnsByX82ixtwTXUOX-Aqnq5gtGyG0w.2nwO2z1irj-YFSqg7t-sd2f9X8Eikt6mcMPReyGVLDs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2617623" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/9e2c0b07-347e-46d3-926f-b91bae8db8f6?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvOWUyYzBiMDctMzQ3ZS00NmQzLTkyNmYtYjkxYmFlOGRiOGY2P2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2dd78e43-1d6f-4c7a-83a5-c49bdc90a5cd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "VVxluyB/90ULVNmN4ohZDq4pPkM8JjJfz7sFteoBp9Y=" - ], - "request-id": [ - "35044b6b-2498-4e8c-bfeb-14407b4a419b" - ], - "client-request-id": [ - "632afb4d-0e9f-432b-b7fa-f403e79c97f0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "RMO9s2llmBpgEQRksiLnqwWBKxTXAFwYmuON6V7nF5mYkrLzMT32-PnPVQNjYXD3WMi6cX0UxVoyR4we6PLK4m6BYalzNZoU3xt0p8arVlfhI3oKgIPrlUmBapEr6Bb-JakxrtGPCY5zzbV1Fnej2Q.4EcgsGKlVHz0mwu6b6itC66jM2DtxglixvWFiqJqbS8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2532527" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/70a2fd33-4c71-4c10-aba5-4d3a3e52bc90?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNzBhMmZkMzMtNGM3MS00YzEwLWFiYTUtNGQzYTNlNTJiYzkwP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "87d8bda5-e796-493d-b787-e5e8c9166a75" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "CdWf+KQ8rNUY6Cs/1EB1P+DV8rlzDKmNZ4X8wEwAsRw=" - ], - "request-id": [ - "5f6ba805-392e-44e9-b3af-dc3de860490b" - ], - "client-request-id": [ - "93b064b1-d31f-49b8-86bb-0409ea820ceb" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CISDQSaGv0iyroZP1N-Bsu9yOdn3WMbfzKhazy3Cz1hI1Lq497wSqWpzmxET-s1iWvS_r2NDFPON8Co9ZrKzyLb7jBAlwE1k20RB9k7MSqTjQMRFV3u1m2jjfQtW5cZzrmZ2xITY8b_POjU6tEEs4Q.U1SFn8zbcpMl40QPt3McKk-Yo6LODtOreGC6YSe48IQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2479765" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/c22e777b-a999-44a6-b87b-8ecf2b8d0aee?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvYzIyZTc3N2ItYTk5OS00NGE2LWI4N2ItOGVjZjJiOGQwYWVlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c635bc3e-d84b-4705-8ccd-8a38ab89a96f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "O3ABilcgdwphO4v4fgIn7pexShgiytgPqsA+U8jT/zk=" - ], - "request-id": [ - "4139c99e-a17a-44af-9295-69a222b90028" - ], - "client-request-id": [ - "e3e4a5a6-cbbe-43bf-8044-9fc36ec157b5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "zUkrqniWByAjiBrN3qcx1r3DNOjvQDWzmKPvPUlRdkJjMxlYNBo5aXhtLE6WPsuYbGKhgyN0-Hxuz2w5N9AL1K-jXU6AF__dooQ3dMjSC2kCbCAkGsTvOwpGYFhAVETYmGmaQYQhVspt1sE4wjtpUA.iWWgQ_YLxJLbkdoegyayz6auIThrgun65OezKyIbcF0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2497990" - ] - }, - "StatusCode": 204 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/groups/45cae0c7-f8c8-48d5-aac2-bdcd256828ea?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS9ncm91cHMvNDVjYWUwYzctZjhjOC00OGQ1LWFhYzItYmRjZDI1NjgyOGVhP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "86c60099-9851-49e7-a192-7575201a5da5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:02:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "afXdxYhgQA+NdHfqTofS0XwsQ5hhtZ8WePeT3PpgQkg=" - ], - "request-id": [ - "3a1c99e8-6a42-4d83-9ce5-e35a00146e89" - ], - "client-request-id": [ - "f47c3e84-c21b-4a47-ab71-b9c000a81eb3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Lzti2UrZ1PZDri5IqqqvBwLMHBX3_NvcdlnBmdBHRt5N9PMxJv27BnFpnPV_XXu8zyx70OAlgoVp9A0zUJVzl89mhU_BBYpLy-Zy1gNFMP07YyWr5dkcOwQ4YdB5FKN8oxx0aya0SAmm7LJb_Qgxhw.W8w0PvgjFxHF1fKsS1mf7P00kGF05jNiqhAcs1h2_UU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "2627839" - ] - }, - "StatusCode": 204 - } - ], - "Names": { - "CreateGroup": [ - "adgroup8955", - "adgroup5513", - "adgroup6221", - "adgroup1277", - "adgroup3856", - "adgroup4092", - "adgroup3965", - "adgroup8201", - "adgroup6938", - "adgroup1276", - "adgroup1928", - "adgroup7080", - "adgroup3203", - "adgroup4959", - "adgroup7241", - "adgroup1594", - "adgroup277", - "adgroup6115", - "adgroup9368", - "adgroup9139", - "adgroup4840", - "adgroup8328", - "adgroup9093", - "adgroup5601", - "adgroup984", - "adgroup5509", - "adgroup2727", - "adgroup1420", - "adgroup7453", - "adgroup3264", - "adgroup1782", - "adgroup446", - "adgroup8279", - "adgroup7870", - "adgroup56", - "adgroup6307", - "adgroup1322", - "adgroup1927", - "adgroup9054", - "adgroup9321", - "adgroup5693", - "adgroup9147", - "adgroup9968", - "adgroup909", - "adgroup3191", - "adgroup4873", - "adgroup6231", - "adgroup3896", - "adgroup6432", - "adgroup2787", - "adgroup5647", - "adgroup443", - "adgroup9418", - "adgroup1675", - "adgroup2575", - "adgroup626", - "adgroup6418", - "adgroup620", - "adgroup293", - "adgroup8346", - "adgroup1365", - "adgroup2544", - "adgroup747", - "adgroup3674", - "adgroup9492", - "adgroup1481", - "adgroup8799", - "adgroup5331", - "adgroup4903", - "adgroup934", - "adgroup271", - "adgroup8348", - "adgroup7060", - "adgroup47", - "adgroup3446", - "adgroup5692", - "adgroup8359", - "adgroup8184", - "adgroup2410", - "adgroup6110", - "adgroup9277", - "adgroup8829", - "adgroup4986", - "adgroup4665", - "adgroup7615", - "adgroup1339", - "adgroup1026", - "adgroup6604", - "adgroup5295", - "adgroup9428", - "adgroup9887", - "adgroup702", - "adgroup1634", - "adgroup707", - "adgroup7955", - "adgroup3148", - "adgroup8399", - "adgroup6293", - "adgroup1415", - "adgroup1709", - "adgroup6072", - "adgroup899", - "adgroup8992", - "adgroup5498", - "adgroup2515", - "adgroup7297", - "adgroup3381", - "adgroup9371", - "adgroup8227", - "adgroup6881" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "rbacclitest.onmicrosoft.com", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedUsersTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedUsersTest.json deleted file mode 100644 index c8a48c20383e..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListPagedUsersTest.json +++ /dev/null @@ -1,532 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser6993\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser6993@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser6993test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "4a64a07f-5a09-457a-a48f-3087333c1769" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ac6fe9fe-4b8f-4dd0-add7-24c83d5d506b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6993\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6993test\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-07-19T20:23:46.9218454Z\",\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"aduser6993@rbacclitest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1188" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/ac6fe9fe-4b8f-4dd0-add7-24c83d5d506b/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "iYdxC4//s1JYk40t8P7wp4F402LFHd9cy7lmjVT3g6E=" - ], - "request-id": [ - "4bd1ecc4-5c8b-46e6-90bc-4d106f90040c" - ], - "client-request-id": [ - "c1be654b-5ea9-436d-b0b7-f706065f9452" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "CX_PPG3FVeJIisuGUbbjYV2ZHUOPQnPYaQ73EOfKJ0AnZejB4cuUjHOTljgtdDR-c3QFY2mlwjVINAi1ld6fjdmsnxwRF6_DTlrieq3ZuXyT012Ng0Lcwj-A7PRIUiCi_WqKCLAaBd2CdCawVTQYRg.zsX0odUq3hGwiYiJiTZFFOFFrkU4gIPIpiuBgs-nTH4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "9523821" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser3200\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser3200@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser3200test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "02384814-2435-4fa6-a47b-286a158a87c6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cb55aac0-a4cc-46ab-a737-ddae86e08517\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3200\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3200test\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-07-19T20:23:49.095905Z\",\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"aduser3200@rbacclitest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1187" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/cb55aac0-a4cc-46ab-a737-ddae86e08517/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "WidflJ9mqequu8oD2vdZNqrS85ZDnXLVWdKHcPhx/k4=" - ], - "request-id": [ - "03d19c03-43bb-4010-8184-09000a02e9f7" - ], - "client-request-id": [ - "13974977-e672-44dd-a06b-a7a69f2b8596" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "8S7VHrHM5DQhPdwz_AAX8nNsPu2eUAqOVHnSmEJnRGpltcLFEY1XVIq_kP08f84X6GJVGzU_whY40B1OGqvGKG_ELDvLErU10HEEqAKUfryXzsl14awRutMhoBeB2EIL60zzk3obA63S19FLwp5u7Q.p5lqi4mDIZ2PfNtGXBREJFdO0k4_HOtZ_iRSrr6Xq1I" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "12559463" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser3291\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser3291@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser3291test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "8ba5a6bc-6c47-42f0-b04f-4a7b82c6e3f5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f9dca4cd-1e75-4be6-be25-cb61ff73f196\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3291\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3291test\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-07-19T20:23:51.1067251Z\",\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"aduser3291@rbacclitest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1188" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/f9dca4cd-1e75-4be6-be25-cb61ff73f196/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "7o7JCpvAMOsv7MtA28AXtuiWTyXc17omlletNDE/OUM=" - ], - "request-id": [ - "22ff5774-3dcc-4622-9ab0-5a4c17b23728" - ], - "client-request-id": [ - "0b540f03-0e9b-4912-9030-0dcc3ce6eee3" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "bv-IucIbe5OXVowO-h21KPtYA0jLqho5r3Y4FPPKD2rKXRwigUMAZfE5VevMNytLlN3cjFcaYWY6DGmjCiKIpGIsdzAXfzN7sC9csT67Zw2ZQO8gLAxrMIJYb__IQV80hseL0oV4FKVSeIvEyWoiSA.INF3_georgR_kPtr8EMb1yVfVjb_lBJN1Jl8R_H_7kU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "7399658" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser1939\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser1939@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser1939test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "ab0cd225-87b0-495e-994c-f5cc990de1be" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a49c29b1-7a0e-4b21-bb4b-14924667763f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1939\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1939test\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-07-19T20:23:52.5581941Z\",\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"aduser1939@rbacclitest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1188" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/a49c29b1-7a0e-4b21-bb4b-14924667763f/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "q1vj4XvvU5q+L2Gpz3K8+u73jHZTPgp2vwQVNeo/8kM=" - ], - "request-id": [ - "b027e711-ffa3-47cb-92bc-b22b90534b27" - ], - "client-request-id": [ - "474f35dc-c761-4a6e-91cc-28519a4d00d8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "J4m8bd4BGfTLGDZfutCJ4m3EglvXbrtKlF73G8c6UzqaDiiIjY-cvk0VC5gqFC90VcK6X-LzAvGrKpfQpw3nYFKE64GgLnMhgJeQWtWQUvKctxPFKjawVKZ572M8ehCcK_Fiv_gAPriYVJ-DeyUaEg.vzGZyRclecCwVkpOSjeECXeL4Egi9CbihjwnnE-_Xl8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "12188740" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser9162\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser9162@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser9162test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "0ce3297f-6cbd-4fbb-9436-b657d19cbd73" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/rbacclitest.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9db03b56-b746-4a01-a9ab-ce47ddab212f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"signInNames\": [],\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"country\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser9162\",\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser9162test\",\r\n \"mobile\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2016-07-19T20:23:54.826497Z\",\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userPrincipalName\": \"aduser9162@rbacclitest.onmicrosoft.com\",\r\n \"userType\": \"Member\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1187" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:55 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/rbacclitest.onmicrosoft.com/directoryObjects/9db03b56-b746-4a01-a9ab-ce47ddab212f/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "3YDvl4w1xxnS9UxO4Rrmc5+MOBTWBKL8fvqWYxPh/i0=" - ], - "request-id": [ - "19510f79-dece-4e9d-81fc-216db06e68a6" - ], - "client-request-id": [ - "df7eae29-0a06-4d82-9ab1-721194fe27c9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "hGLdXQc36XoLogl5H5iIz9imYom_xhk29dQmdfR7fybiMfXowS-wmdZuhPF1b4_GCyWln7v5QWHIg_IdDAmtxHbVHPogoeVwyRmlH8kvWGz7NjLFs1BTVPT_dCL1AR5Vk7Cok4w4dZp3jD2iFEt7Ew.YWI7w6sIiRDxS8gHUNuHksppCQt2SlqXBpMvardOx9g" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "13795213" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/rbacclitest.onmicrosoft.com/users?api-version=1.6", - "EncodedRequestUri": "L3JiYWNjbGl0ZXN0Lm9ubWljcm9zb2Z0LmNvbS91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser6895\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser6895@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser6895test\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ], - "x-ms-client-request-id": [ - "b206bce0-1235-4bbb-91d9-b6da324b9237" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.0.0-preview" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_BadRequest\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Another object with the same value for property userPrincipalName already exists.\"\r\n },\r\n \"values\": [\r\n {\r\n \"item\": \"PropertyName\",\r\n \"value\": \"userPrincipalName\"\r\n },\r\n {\r\n \"item\": \"PropertyErrorCode\",\r\n \"value\": \"ObjectConflict\"\r\n }\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "278" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Tue, 19 Jul 2016 20:23:56 GMT" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "ocp-aad-diagnostics-server-name": [ - "QyNul+QHNehCBkdgefKI8GTyyTZdKljRxMVgIG/Sq7g=" - ], - "request-id": [ - "94dc8196-c3c3-4cac-931a-b54a1f099bfe" - ], - "client-request-id": [ - "089389d8-29c3-4136-b9b0-92575eaf4788" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "uNoo3EXRYfDQaU-ItK2TOp_irgZGrqWFA99XMuTrb-0OI6eQBMW6N7_QSy05Aru7koliYPUc1tn55kkRj4sQ5pvA6dQ0fyWK2dMG4Niju1-8kOos477lBo0Za3-7GkB6rIc_B5a5j5CH7BbHCuWRrw.PJpy5-7JrEomdtrVaCiHggIPNKydO9AQKq9pVdHV87c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET", - "ASP.NET" - ], - "Duration": [ - "10286763" - ] - }, - "StatusCode": 400 - } - ], - "Names": { - "CreateUser": [ - "aduser6993", - "aduser3200", - "aduser3291", - "aduser1939", - "aduser9162", - "aduser6895" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "rbacclitest.onmicrosoft.com", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListUsersTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListUsersTest.json deleted file mode 100644 index 89f75e1fddc1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ListUsersTest.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ca4514a2-b0cf-448a-96dd-91e65ff30c5c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "6111781f-e8ff-45c4-81d8-ecd95abb4add" - ], - "client-request-id": [ - "9e4a5bcd-3def-4eeb-b664-8a28c777f20b" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "B04qLqzkva5OD0FNY0jGSMsz6mBT_1kZDZdZTOp9jFKIyfuLJW9Tytc83fZ0GUq3rDMkL_usfnshwIFyvma_mQTPqacQmMdrYRnblYYs29v4E5uI8Q_VBQ5fcstFgry1OodQ9U-qnC_jhfwUNm5FBA.Pz2UFfoQoasJ72-l3VWT7uPeUpTGMb-KWV-XPn-ZBl0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "979228" - ], - "Content-Length": [ - "130821" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"creationType\": \"Invitation\",\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"abene\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": \"abene@microsoft.com\",\r\n \"mailNickname\": \"abene_microsoft.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"abene@microsoft.com\"\r\n ],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [\r\n \"SMTP:abene@microsoft.com\"\r\n ],\r\n \"refreshTokensValidFromDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"showInAddressList\": false,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"abene_microsoft.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": \"Accepted\",\r\n \"userStateChangedOn\": \"2017-11-08T23:02:57Z\",\r\n \"userType\": \"Guest\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3c67fcba-b084-4d5c-aedf-8e57416197c8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1121\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1121test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1121@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1d058657-4d12-49a9-85f8-b10c2654e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1253\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1253test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1253@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"06f82105-5c0e-472f-910e-10407cbe7c55\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:14:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1301\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1301test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:14:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1301@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dcfeaf15-302c-4e29-bb43-ce1de5830771\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1338\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1338test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1338@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0053e6a8-5765-46ce-a6c2-40af41db8342\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:46:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1340\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1340test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:46:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1340@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a501cc7d-4445-4e4e-ab11-3cda24ffea99\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:14Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1359\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1359test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:13Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1359@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9defc6c9-8233-472d-bec0-b4a01e89b3ce\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser14\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser14test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:38Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser14@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4c0744f3-330f-4da8-910e-a7d4e80c16e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1417\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1417test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1417@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9bfc63bc-576c-4830-ac8f-db78703a6f69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1422\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1422test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1422@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5b403a05-cbd1-46b6-98bf-5223b017f692\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1473\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1473test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1473@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f2a75d7e-be48-4961-a353-6f9d355471ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1550\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1550test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1550@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a8e0885-c928-4744-a38c-77fb2a94af65\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser157\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser157test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser157@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"451895c9-3787-4e87-b641-6522476f7d2d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1615\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1615test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1615@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e7f283ed-d4fd-4a3d-9d1e-627baeca96ea\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser171\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser171test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser171@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b58cb16e-8c7f-49b6-85e3-bdeac9748ebf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1783\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1783test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1783@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2991d002-c745-41fb-b3fc-a2bc1896a7b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:22:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1895\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1895test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:22:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1895@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cce4a850-1dc6-4a46-bce6-5f233c6dd1a1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser19\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser19test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser19@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b32bb64c-0725-46b7-afb0-80730add94c2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser192\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser192test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser192@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cea4bdd0-095b-498a-8482-827eec36166c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1943\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1943test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1943@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1917ec20-e68a-406f-afca-054f9fa5d9f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2005\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2005test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2005@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"10c5060e-a279-42c1-ad54-d1e46a17b954\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:29Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2052\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2052test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2052@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e2ac3398-588a-4277-a4f3-f0ce10f0541b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2082\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2082test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2082@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ad8b4a69-667f-4cd9-80da-94c31cc61cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2137\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2137test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:26Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2137@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6d534b7a-7f09-4b7d-aa2d-bcf4edd4bd5e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2302\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2302test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2302@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1f619f47-3bc4-4548-a449-0e6318dd79fc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser231\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser231test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser231@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dbc021e1-9cc5-4072-b76b-3179080a56bf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2377\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2377test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2377@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a9a5078-64a3-43e5-bb7e-b268efcf6d25\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:12:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2380\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2380test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:12:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2380@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dc893571-d3b3-425c-97ec-951e33477a21\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2444\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2444test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2444@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2b6343cb-0126-4592-bb27-20bd985f7039\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2455\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2455test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2455@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"62f097dc-ee76-4b88-aa98-0010c4510d69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2605\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2605test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2605@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9e11d5e8-9c45-4dcf-a8ff-606ae2d75cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2726\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2726test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2726@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d8c87179-f2ae-4cdf-9742-b1db9a9b84f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2755\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2755test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2755@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"14d2b538-d1cf-4beb-b904-f4c578c9a058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2950\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2950test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2950@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b429af66-b122-468d-92b1-7709946c4bd3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2985\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2985test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2985@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dac3ad66-0e35-4e8f-9292-f48a7eb34074\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3027\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3027test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3027@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"32ce3805-6df8-4419-9b09-5c7d02b5a818\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3096\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3096test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3096@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8eb9f454-6efe-4c83-9a98-c568aa09d487\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3120\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3120test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3120@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"abea7955-7883-41a9-af2e-a8ce705c24e2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3150\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3150test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3150@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"17c09739-1f0e-47fe-9e60-858bceab6602\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3165\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3165test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3165@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c3471abb-b91d-4f54-9182-5b2a317657b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T21:17:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3166\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3166test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T21:17:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3166@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"99086829-f569-4168-85fc-d7ec1ce1120c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:00Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3193\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3193test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:59Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3193@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"25593d17-8b84-487f-a861-466fa3b71590\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3234\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3234test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3234@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d2d87f87-6100-4c01-8d57-f9f28266f5a3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:58:01Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3239\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3239test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:58:00Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3239@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ec49efd0-982b-45fc-b057-c1d06ed024a9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3255\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3255test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3255@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2284665c-f07c-4145-bd84-3f6674a3711f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3366\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3366test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3366@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b5fad114-68a2-4d36-a81a-2ede6e444a78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3569\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3569test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3569@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d4399215-df0e-4767-8459-02b0d593884a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3577\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3577test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3577@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"adfa149b-7ed6-47df-8ef1-098ebc2d0284\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:02:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3593\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3593test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:02:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3593@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"489c548f-e303-4579-918b-565f07ce6245\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser363\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser363test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser363@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c19551b1-378e-4850-848d-9ea746e2239f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:10Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3735\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3735test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3735@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"fdf6e150-3093-4adf-8786-a5c1087ff36b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:25:46Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3749\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3749test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:25:45Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3749@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1e91cc95-bc94-41ab-90b8-9a5532c8fe62\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3770\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3770test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3770@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"36a3a838-0eed-4c03-bcb8-88262b13e0d9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3777\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3777test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3777@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"775ab5eb-c396-4f4c-98b3-bd3e57f6d5ef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3856\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3856test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3856@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"437d288d-45a1-4fc5-99b6-3ae42ad7a854\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3912\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3912test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3912@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30c0c864-274f-4e36-ab42-b636e0d835f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3991\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3991test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3991@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"80718eff-f9a2-48f8-9cf3-6d6fc39e2e20\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4035\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4035test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4035@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"72d7f314-5d77-43f0-8b9e-91ef9bd90bd9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4099\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4099test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:24Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4099@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8bd7022c-ae45-4d84-97bb-1331c9019715\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4110\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4110test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4110@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6148a870-aef3-4f94-af76-b58a72100166\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4125\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4125test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4125@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4ef57b17-839a-4a86-bd46-3d91d584f556\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4293\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4293test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4293@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"258e497c-f803-4134-938f-94d6aec423bd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4305\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4305test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4305@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f549c2f5-2b51-4010-956d-03bf8d45dbab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4313\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4313test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4313@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8c6448e5-b6e9-4453-801d-a720f427ce48\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4387\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4387test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4387@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"278a85d2-1016-4cf7-b021-286766ccdeef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4530\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4530test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4530@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"de4931e3-a877-42ab-9f4d-b90d6e84402f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4546\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4546test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:35Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4546@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6df81df4-0214-453b-9e24-0855b882aa29\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser458\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser458test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser458@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c13e68b0-7b78-45c6-a49d-b0c2519eb1dc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4624\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4624test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4624@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30e693b1-f0db-4913-b4ce-d2010743e5e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4689\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4689test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4689@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ab6c5c8d-2391-46d0-8d09-e91ff288776c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:26Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4744\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4744test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4744@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"40804ff7-4b45-4c8b-ac10-e11ad0729281\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4800\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4800test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4800@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a1f4be23-6342-400a-bd76-fb477fdf6e3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4870\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4870test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4870@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c5539960-8fd5-4154-bc2a-47e31f5703b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-10-31T19:30:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4885\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4885test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-10-31T19:30:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4885@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"bd598ad0-87b5-4d57-a7d7-dd7bb35b53a5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:48Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4901\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4901test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:47Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4901@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1a91cc2a-4552-4c76-b4fa-c7cacfe43410\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4990\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4990test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4990@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"16fa1afe-97ab-4abc-b1eb-46fb81d1bbc2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4997\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4997test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4997@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0723364c-f3f7-4637-86c9-d312aedc5ecc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5067\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5067test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5067@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"60d72bae-8d3b-4224-a777-4050f2f5233c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5102\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5102test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5102@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba84be50-b72b-4967-9dd4-5ee31ac3006f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:42Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5269\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5269test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5269@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3ccc6333-09b4-4f57-8955-3e002bd8c875\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5315\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5315test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5315@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0c77ba89-75b6-4a5e-8f78-a0082380b463\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5476\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5476test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5476@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2a76dc63-f8fe-4c28-86e7-12396bcb88f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5865\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5865test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5865@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e12e9d9f-59bb-4702-bb67-b05c809a7d5c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5871\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5871test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5871@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"96090f18-9f55-46c3-9e40-bc62d475ba9d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:57:31Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser592\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser592test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:57:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser592@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5296bcae-0381-47be-8de6-2045720c650f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5992\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5992test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5992@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e03f6502-a962-4475-90f1-db8878eb05fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6010\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6010test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6010@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"92e70ff5-adc2-43f3-a3c7-1e09d77c8f64\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6077\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6077test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6077@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"da00cde4-87ba-4bf6-afda-35152b218fc3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6114\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6114test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6114@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"625fca1d-a0c0-4878-9a62-0b81712e67b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T22:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6139\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6139test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T22:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6139@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1fbd948e-391c-4bd1-970c-c4dc2e76ca3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6223\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6223test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6223@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"eb42999d-24af-4e54-bbfe-e491f10b1437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6246\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6246test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6246@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba7b6929-f899-4f1d-9bd8-cb171aaafea3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser628\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser628test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser628@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9a02ffbd-7e41-44a0-a65d-8f384d7f846e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6290\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6290test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6290@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"24e4491f-7a48-4cb2-a3b0-11cf9a536372\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser634\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser634test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser634@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"edb7e76e-c7df-45ca-82dc-b1a0b9b732f1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:33Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6413\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6413test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:32Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6413@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98908062-73cb-40d1-9af8-02f9ebebfb85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:44:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6432\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6432test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:44:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6432@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98e0e0b4-8f1d-4e54-95fa-9ef34be67594\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:35Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6479\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6479test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6479@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8ccb5ccc-0182-4a29-879d-6d8d020c6a3f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6482\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6482test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6482@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.User?$skiptoken=X'44537074020001000000273A616475736572363438324072626163636C69746573742E6F6E6D6963726F736F66742E636F6D29557365725F38636362356363632D303138322D346132392D383739642D366438643032306336613366B900000000000000000000'\"\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ObjectsByObjectIdsTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ObjectsByObjectIdsTest.json deleted file mode 100644 index 954c52319bd2..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/ObjectsByObjectIdsTest.json +++ /dev/null @@ -1,499 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a6794275-e1e0-4207-a70a-21208ccc2da5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "6818b382-c2b0-479a-836e-a92a6d5f400b" - ], - "client-request-id": [ - "2bb8c51e-5ab9-47c7-be9a-46c2d9628355" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "DGRyw0zPASG8ZfDLqLqDBHa7mWs6C6EKHnduRmppwtRV-lkrGltumJ-Q2C2M65bD0K6mw317mXNLnKx45yJdKYbAJKg0etQJ2UAqQ9UlStqoa3R-nveHdwnT2CYO-tiuUH8J4OjWYlDhR1ieLQhQEg.oU-A6smteejbD9NjEs7iCbHT7UGT3qIHR3nWMQCpDvY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1241686" - ], - "Content-Length": [ - "56864" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"002f0f90-2abe-4d3a-9773-a063415efa14\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup753995c00-5263-4bd6-b43b-47a028afe180\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0032c4a7-e2cb-4dbe-bce4-c3f6245088eb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ec\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7479a96fc-0426-4d12-b1f9-a87aa9f2e3ectester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00403015-c29a-4b76-8eea-d9a39b6f8ae4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83c6b65b3-766d-4210-a8c8-97f3eda90444tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00563089-d788-445d-8e29-2354ea6f620c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4aeb91dc9-dc93-4968-9785-41f725105d99tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"00a210f5-c614-40ed-b770-a9ba0816dcba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup41c41e726-ed94-49f8-9724-b97ba4ac6fd7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"010efe75-8227-4b7d-a053-a8291917fe9c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup801e64b0b-28a2-4134-9da6-fd86028b8fc8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0110be8a-63d4-4a37-a82d-1882587154cb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6fc7aaa5b-27bf-49b9-923b-fe36060524e8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"011349b5-a067-4c26-aba2-24be24652246\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup064590735-5f87-4138-a7dc-27c31d0ff3d7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0131c128-6273-4c74-a16b-1266f4e2a12a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a1d35d38-fdfe-4969-84bc-feb8a49db10btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0143b397-f559-457e-8cb6-c9bd27fb1c4a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup11fbc399c-339b-4dfd-bfee-c5c616f03f35tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01568a83-9a7f-494e-8059-58e350480668\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup72535d60a-ba75-4518-8572-fac9bbceb052\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"017506ee-10f9-4e7e-87a8-482b6bbf84a1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup47f88c15d-e6a8-4fd5-9672-efb9cd776347tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"019f4163-eaa8-42c6-a964-73f38d7a9369\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2154db308-57c3-4a17-bb43-49d0ddc09e9btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"01c782cc-392c-4566-b053-68d94680c9e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8dc5ab5fc-64ed-449e-9f5e-7a7af37a822btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0244118e-7180-490f-9513-5bd27b52c351\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup37d77df59-76df-49db-bb71-fe5158f3cde0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02447f8b-6816-452d-8041-b9e0e50910d1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup64305892d-1b0f-4bd9-89b3-0d5245884556tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0246563b-c880-42ef-bbf7-9761c4abe1e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bd\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup822e36876-71fc-49fa-884a-14fb84ee18bdtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0249c1cd-f1b3-443b-8876-47d173e8aaf8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup912df6718-f79b-47d6-a1f4-922b70483e4etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024bf4c2-0b85-4796-9aca-ac897a5c4d68\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cfc59555-7165-4349-b7c6-3080afe7f065tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"024e3ca5-641a-47ff-aa79-0c999c0df6f7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup836e66a74-c889-40d7-98dd-e13784df8b13tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"029fa69d-0ca5-4b9a-9f25-a1b4f22e93f6\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2b2bad2b0-a634-4ff8-b1e7-b2720f54e476tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02a33bba-4226-4e40-8d6c-db37366e7fb4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83643673b-bbcb-406c-ac03-90a4d03aea55tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02ac4eb7-58eb-4042-87db-b9b43f7e0a15\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1a1623d43-b4b0-4233-85df-55911c5f9727tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02c6a231-d6e7-410d-a043-2dfcb5507b34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup475ffeae5-a8cc-4198-9c46-f924a468ecbatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"02f62226-a533-4cf8-a62a-89368e28511e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0de59a7c8-0187-4eee-a861-356d1df74c74tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0308811e-a222-4b7c-a257-7dd13b6c8715\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0b463b717-f651-450d-b390-6db06bf3f8a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"032dedc4-b9b8-4a52-82ae-db8380713995\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6214\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4992\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"034802f0-baa2-4f91-9fca-05c55f401f84\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup361f636c2-3365-4e39-93ce-3cb917fe24e2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03526284-0eb4-401c-b84d-ebdb6281b7d3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2ec353988-0d57-4dcc-9c06-933e727eb61btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03775ba7-3c63-477b-bac0-417682cb57b9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup512c32841-d0e9-484e-9a13-2938246eb581\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"037e5346-c7f5-4ff1-b824-be4f03ff3e0a\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup558a0af41-6d9a-47da-8693-4b4087a8ba8atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"038324b1-095c-4b9b-8c79-35ba51adb7de\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4f5160b39-1f1c-44bd-aaef-e8958d69e538tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"03b05448-31ba-431c-a534-ea515006de7c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup715bafd4d-a1e2-4916-84f7-647ebb7dace2tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040b5ba5-7c87-4833-93d7-1b4e12c878d7\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9d9cd12d4-3ad3-44dd-8d93-916aab2c46a6tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"040e5815-75db-4387-9eb5-829f889ef1a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5bbf362e0-a4bd-47df-b4a0-6bc309e2db44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0422b30f-5e22-4669-95d4-e15fe70b1471\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49ab\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup240153667-9ed5-48b6-8e09-f880fb4d49abtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"043e33d0-cb3c-4c5b-b12a-dbd4e97c6b16\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup01beeff07-ff7f-4d50-b12b-15eb0afbab8ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0450a46b-6832-4bc8-8bfd-016ed37adf60\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5085b871e-7ccf-4736-bd90-ae6e2e1d05f0\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0476b415-5057-4452-a093-40f3dc314309\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7a139bb21-9cd6-4cfc-8f45-7271cfcf8b54tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0479f4d0-7f1e-4577-8b7e-ff4c8c2e665f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup771f02f15-360e-417d-8592-c3f576a6f67e\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0482ddb9-fe64-4695-9b26-5c7605eabd21\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup30fcdc25c-5015-4079-a910-86484769322b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup30fcdc25c-5015-4079-a910-86484769322btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0485362a-a429-4ab8-ae03-25875e2408a3\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8ccef17b0-a5d2-41bb-a33d-863529127a25tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"048d89ab-1af9-42f4-8f50-54fbe4918662\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3e\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77de4c71f-b2ba-4b8d-af0d-7c2434c3db3etester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049ad6c8-ddcc-45a8-a6fa-c61f2e73b562\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2d4b2b68f-9aca-43a0-a8df-09f6716b7b44tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"049eb791-7776-4eee-9e05-d2d49d09762f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup663a62212-9216-4a40-bb49-f78ff597b3a8tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04c549a3-eb6c-463d-bea2-57e5c33385b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup706d01cb1-3c7e-4daa-8866-ba1bc8b81ea7tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04eaf55b-9629-4469-b3b0-76e20391923e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7449483d9-3c21-4daf-88a8-984a1ff01d3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef4913-940a-4f24-ad8b-2ce6a02d453d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcc\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup00699c046-5576-45ee-bf7e-e6bd11d06bcctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04ef6f25-6742-4b9e-b75f-4336a0e88c8f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f86fffb4-bcda-45eb-8534-9fa32f498915tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f5ca03-757f-4969-8b40-eb39d0ddba5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aa\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9a4620c4d-eb77-4c20-aa0e-9eab214be6aatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"04f964a2-0f16-4c68-a487-7f7c2ba09540\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cf\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9f32f4c9d-4167-4386-b333-2211ef3599cftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0512d398-32c0-400a-b4b0-bd97ed59a16b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6e04fcb11-b3e9-4ec8-85a3-12157e51289btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0513d580-6b7e-4d3c-b816-2df31c5aef5b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8cb7025cd-b094-41b7-b716-398f25e4cc57tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0537f7e4-f912-474b-82c8-89e7c7e3dd7b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup77be2b86e-b9f1-4606-ab37-1049858d3eaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0548d2f8-1eec-4741-a222-867fc259f944\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9cf99cca4-6549-45f7-8f73-c68aa3a13aa9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"054df259-53af-4cff-af1e-20574e697b04\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1449ff5d5-73de-4b61-bf63-3c50dcd5673atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"056e4e50-0b16-4b4b-bc17-81cfe4fe2c5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18af\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1bac34a55-00b2-4503-a2a1-bf0968fe18aftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"057fb0f6-92d4-4c94-b2c6-c1776e82f1ea\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup29b4ac4f0-3bff-4fe7-88b5-77ac2d136151tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05893ced-da85-4a1d-9c59-88516e75d6b8\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup83e129968-3767-427d-8206-baa529035eff\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup83e129968-3767-427d-8206-baa529035efftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0593be3f-29eb-4b07-87ad-96ad3bf44a34\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup159f11810-cda1-4c79-8626-5e9ff4ca222ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05970a03-b736-44f8-b3bc-44d0a23013dc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup34d81afaf-3b08-405e-92e1-090bfc5a26d3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05caf738-4c3e-4051-87f9-233b128835df\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup07848f338-9ebc-4004-be92-158059c3603d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup07848f338-9ebc-4004-be92-158059c3603dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05e6a1fc-72fc-45fc-8e72-481fc64c7199\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4061fa610-4d75-47d7-b6bc-57c244a6e270tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"05ee7439-1e2c-41da-915f-b4f460249e5e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1828\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail4006\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"060b0940-8a54-4d1c-ab22-76a9790b267f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9905846c1-245f-423f-8f35-c7c11b794252tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"061b6639-12d3-430d-ba50-048ec0eb52e9\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup523f11360-558b-4191-9ce2-34ac97f1aa9ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06409e6d-2227-4f63-b8f6-8732648c3bba\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5da\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e4795ce7-6193-41a4-bf24-327f0d7ef5datester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06480f00-451d-4295-a8a3-0dc3cab84359\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup45f38f1aa-10df-48de-a4bb-4ed393bc0106tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"064d7598-8b3c-4d1f-b092-b46921d59bf0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup1505\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail6694\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065844d5-1bb5-4918-b9c8-bc51ca22a33b\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089b\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup097d655be-37da-445f-a342-f1ee7a47089btester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"065c156b-033d-4a35-ba18-3b4453ef4ba4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup20ce983ac-a7dd-4a2d-9601-5de301270a59tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06935a97-a880-4f49-af4c-866304b8e0aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup46f25a888-65c4-440a-b5e4-d9c85b163f79tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06d2fe41-005b-475b-8bad-1fbfdefcce0c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7c8eb6620-a1d1-4fb3-8ab9-9c49317cda43tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ed2ad6-a377-4817-b5bb-372dc132aa13\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup7f1d5ea5f-93ee-4d26-85f6-2f3c28b163f3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"06ef9c3d-d754-4f4e-8710-f07af9146cc0\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup65f96c0e3-576c-4c79-a491-1da08b9ea489tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07112a4f-22de-48c7-aaee-f18108db14e4\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup4155\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail2179\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"071fddec-2555-4b63-9060-9539bd40fc6e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0d533e90f-1969-4ce0-8b6d-e530eea52fd4tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"074c4e08-4ad8-40bc-9770-ad3826520163\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup985251e9c-33ef-4cc0-8c54-b821f7bee0d9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0761c54c-9f82-44f7-940c-4efa478637f1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145f\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup99dc0fcfd-70a8-4695-93de-59532149145ftester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"077d6d2c-6e95-416c-a507-3a0c3fd024c1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup3924\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroupmail102\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"079da1f9-f143-42ca-90d0-85bd19756d6c\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9e6c55292-1358-4175-993e-a84a54f9066dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07af9e86-e016-4172-b1b8-d25d06bd2c63\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f53a8eb2-b46f-4de9-a41a-88985dbe971dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07b56393-9d3f-4770-b318-946db02f50f5\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup1f362101c-c371-4109-b5ad-7112354aff33tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cc7125-1a23-4c86-a1a2-04d26beaff93\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3a\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9fa06d59a-a9be-40fb-be05-168bc8014c3atester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07cd1f15-7a94-4735-a919-55ca6ac4d193\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdae\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3e8e7810c-7802-4bf7-ab4b-f7b0f4bafdaetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"07ff04cd-96e7-47e4-b91c-2a22d3f0875d\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup4df9bb463-4a29-4f47-989b-a6436885e6a9tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"080fc58b-119e-4061-8183-17f2f928fd64\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6ba\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup08be27588-f465-4e64-be6f-3ec0e486d6batester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081cf804-c3cd-4a04-b8d7-a6399af38fe1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735eb\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup927d3869c-a275-4b5e-81f0-8e6d100735ebtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081dc5ea-b327-4a59-b7b5-89232b0bf52f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup9febad07a-8a59-44df-82cd-455e259ba647tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"081f6f20-354a-4e92-9a4f-a2b92ccd7d9e\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfca\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup5f9c0c9a3-b994-41b3-bc54-dc473263bfcatester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0840a601-46f6-4cee-a6e7-0ed7716bebeb\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2f7e1c972-207a-441d-b909-a49c76248c41tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0846c918-8037-4f65-b473-f408ecc2f5c2\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3684b9a20-79ed-4973-8ebf-36c83753b019tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0857b2f3-3af2-4f57-8c30-b70cf8d4a6b1\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54c\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup27938718e-8d76-4082-821f-9dc6e68aa54ctester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08799ce3-15f1-4bfa-8d63-ed75f4c08875\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946ee\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup52242b2d2-0a35-434d-855a-4bf8b07946eetester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0883956f-0c11-42d8-9eb3-d7ca97b48b66\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup2a32a4bda-00fd-4734-8b7b-2d4f64397c16tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"088cf79b-9b61-4a54-80ba-5021b07d9f39\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2d\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup120f9c7b5-0943-4689-859e-55421839ae2dtester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"089bab5b-9006-4e9a-81e9-2cb8830317da\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup6b0abc323-ae35-4244-b0f6-5d1387f318b0tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"08a20681-6abf-4aaa-a3ed-3c76326870fc\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup3c40e017e-c45d-4467-b079-ad8e51fe9a06tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.Group?$skiptoken=X'445370740200010000002A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066632A47726F75705F30386132303638312D366162662D346161612D613365642D3363373633323638373066630000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f8a053fb-98ee-4a77-a5fe-cbaf6005d2ee" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "03879cb5-a14c-4885-9bb3-e75da510abad" - ], - "client-request-id": [ - "e274c31a-3174-4cb9-a359-c240f6bf5549" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "bg-w4vxtNAtjvsrsaqJmGoKr29VcSuUsbosh4DBdHb_TrZK3Q3cAa-H-5xTg3NiXpywE_BHU5jzP8b1dM-uOgERN33xw0evK5zK6Qo3mr5Yc40oQ6fANcQVb5mApCPwS4AlXbSkMc8siOuhEpFBbaQ.3a7Eg-8iyoOP9gV2W_x3XNZPEbfzhtANz4y_Qm4yiOA" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "998193" - ], - "Content-Length": [ - "130821" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"creationType\": \"Invitation\",\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"abene\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": \"abene@microsoft.com\",\r\n \"mailNickname\": \"abene_microsoft.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"abene@microsoft.com\"\r\n ],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [\r\n \"SMTP:abene@microsoft.com\"\r\n ],\r\n \"refreshTokensValidFromDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"showInAddressList\": false,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"abene_microsoft.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": \"Accepted\",\r\n \"userStateChangedOn\": \"2017-11-08T23:02:57Z\",\r\n \"userType\": \"Guest\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3c67fcba-b084-4d5c-aedf-8e57416197c8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1121\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1121test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1121@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1d058657-4d12-49a9-85f8-b10c2654e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1253\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1253test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1253@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"06f82105-5c0e-472f-910e-10407cbe7c55\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:14:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1301\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1301test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:14:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1301@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dcfeaf15-302c-4e29-bb43-ce1de5830771\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1338\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1338test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1338@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0053e6a8-5765-46ce-a6c2-40af41db8342\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:46:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1340\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1340test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:46:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1340@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a501cc7d-4445-4e4e-ab11-3cda24ffea99\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:14Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1359\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1359test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:13Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1359@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9defc6c9-8233-472d-bec0-b4a01e89b3ce\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser14\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser14test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:38Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser14@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4c0744f3-330f-4da8-910e-a7d4e80c16e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1417\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1417test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1417@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9bfc63bc-576c-4830-ac8f-db78703a6f69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1422\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1422test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1422@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5b403a05-cbd1-46b6-98bf-5223b017f692\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1473\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1473test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1473@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f2a75d7e-be48-4961-a353-6f9d355471ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1550\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1550test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1550@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a8e0885-c928-4744-a38c-77fb2a94af65\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser157\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser157test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser157@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"451895c9-3787-4e87-b641-6522476f7d2d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1615\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1615test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1615@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e7f283ed-d4fd-4a3d-9d1e-627baeca96ea\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser171\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser171test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser171@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b58cb16e-8c7f-49b6-85e3-bdeac9748ebf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1783\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1783test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1783@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2991d002-c745-41fb-b3fc-a2bc1896a7b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:22:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1895\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1895test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:22:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1895@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cce4a850-1dc6-4a46-bce6-5f233c6dd1a1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser19\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser19test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser19@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b32bb64c-0725-46b7-afb0-80730add94c2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser192\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser192test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser192@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cea4bdd0-095b-498a-8482-827eec36166c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1943\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1943test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1943@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1917ec20-e68a-406f-afca-054f9fa5d9f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2005\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2005test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2005@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"10c5060e-a279-42c1-ad54-d1e46a17b954\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:29Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2052\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2052test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2052@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e2ac3398-588a-4277-a4f3-f0ce10f0541b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2082\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2082test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2082@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ad8b4a69-667f-4cd9-80da-94c31cc61cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2137\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2137test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:26Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2137@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6d534b7a-7f09-4b7d-aa2d-bcf4edd4bd5e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2302\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2302test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2302@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1f619f47-3bc4-4548-a449-0e6318dd79fc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser231\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser231test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser231@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dbc021e1-9cc5-4072-b76b-3179080a56bf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2377\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2377test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2377@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a9a5078-64a3-43e5-bb7e-b268efcf6d25\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:12:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2380\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2380test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:12:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2380@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dc893571-d3b3-425c-97ec-951e33477a21\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2444\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2444test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2444@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2b6343cb-0126-4592-bb27-20bd985f7039\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2455\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2455test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2455@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"62f097dc-ee76-4b88-aa98-0010c4510d69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2605\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2605test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2605@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9e11d5e8-9c45-4dcf-a8ff-606ae2d75cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2726\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2726test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2726@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d8c87179-f2ae-4cdf-9742-b1db9a9b84f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2755\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2755test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2755@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"14d2b538-d1cf-4beb-b904-f4c578c9a058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2950\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2950test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2950@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b429af66-b122-468d-92b1-7709946c4bd3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2985\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2985test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2985@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dac3ad66-0e35-4e8f-9292-f48a7eb34074\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3027\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3027test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3027@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"32ce3805-6df8-4419-9b09-5c7d02b5a818\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3096\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3096test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3096@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8eb9f454-6efe-4c83-9a98-c568aa09d487\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3120\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3120test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3120@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"abea7955-7883-41a9-af2e-a8ce705c24e2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3150\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3150test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3150@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"17c09739-1f0e-47fe-9e60-858bceab6602\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3165\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3165test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3165@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c3471abb-b91d-4f54-9182-5b2a317657b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T21:17:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3166\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3166test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T21:17:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3166@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"99086829-f569-4168-85fc-d7ec1ce1120c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:00Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3193\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3193test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:59Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3193@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"25593d17-8b84-487f-a861-466fa3b71590\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3234\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3234test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3234@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d2d87f87-6100-4c01-8d57-f9f28266f5a3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:58:01Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3239\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3239test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:58:00Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3239@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ec49efd0-982b-45fc-b057-c1d06ed024a9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3255\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3255test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3255@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2284665c-f07c-4145-bd84-3f6674a3711f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3366\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3366test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3366@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b5fad114-68a2-4d36-a81a-2ede6e444a78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3569\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3569test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3569@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d4399215-df0e-4767-8459-02b0d593884a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3577\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3577test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3577@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"adfa149b-7ed6-47df-8ef1-098ebc2d0284\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:02:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3593\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3593test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:02:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3593@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"489c548f-e303-4579-918b-565f07ce6245\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser363\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser363test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser363@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c19551b1-378e-4850-848d-9ea746e2239f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:10Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3735\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3735test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3735@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"fdf6e150-3093-4adf-8786-a5c1087ff36b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:25:46Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3749\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3749test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:25:45Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3749@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1e91cc95-bc94-41ab-90b8-9a5532c8fe62\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3770\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3770test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3770@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"36a3a838-0eed-4c03-bcb8-88262b13e0d9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3777\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3777test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3777@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"775ab5eb-c396-4f4c-98b3-bd3e57f6d5ef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3856\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3856test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3856@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"437d288d-45a1-4fc5-99b6-3ae42ad7a854\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3912\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3912test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3912@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30c0c864-274f-4e36-ab42-b636e0d835f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3991\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3991test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3991@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"80718eff-f9a2-48f8-9cf3-6d6fc39e2e20\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4035\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4035test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4035@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"72d7f314-5d77-43f0-8b9e-91ef9bd90bd9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4099\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4099test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:24Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4099@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8bd7022c-ae45-4d84-97bb-1331c9019715\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4110\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4110test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4110@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6148a870-aef3-4f94-af76-b58a72100166\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4125\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4125test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4125@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4ef57b17-839a-4a86-bd46-3d91d584f556\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4293\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4293test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4293@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"258e497c-f803-4134-938f-94d6aec423bd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4305\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4305test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4305@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f549c2f5-2b51-4010-956d-03bf8d45dbab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4313\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4313test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4313@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8c6448e5-b6e9-4453-801d-a720f427ce48\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4387\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4387test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4387@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"278a85d2-1016-4cf7-b021-286766ccdeef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4530\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4530test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4530@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"de4931e3-a877-42ab-9f4d-b90d6e84402f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4546\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4546test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:35Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4546@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6df81df4-0214-453b-9e24-0855b882aa29\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser458\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser458test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser458@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c13e68b0-7b78-45c6-a49d-b0c2519eb1dc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4624\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4624test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4624@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30e693b1-f0db-4913-b4ce-d2010743e5e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4689\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4689test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4689@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ab6c5c8d-2391-46d0-8d09-e91ff288776c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:26Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4744\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4744test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4744@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"40804ff7-4b45-4c8b-ac10-e11ad0729281\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4800\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4800test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4800@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a1f4be23-6342-400a-bd76-fb477fdf6e3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4870\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4870test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4870@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c5539960-8fd5-4154-bc2a-47e31f5703b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-10-31T19:30:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4885\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4885test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-10-31T19:30:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4885@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"bd598ad0-87b5-4d57-a7d7-dd7bb35b53a5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:48Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4901\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4901test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:47Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4901@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1a91cc2a-4552-4c76-b4fa-c7cacfe43410\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4990\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4990test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4990@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"16fa1afe-97ab-4abc-b1eb-46fb81d1bbc2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4997\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4997test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4997@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0723364c-f3f7-4637-86c9-d312aedc5ecc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5067\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5067test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5067@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"60d72bae-8d3b-4224-a777-4050f2f5233c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5102\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5102test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5102@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba84be50-b72b-4967-9dd4-5ee31ac3006f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:42Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5269\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5269test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5269@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3ccc6333-09b4-4f57-8955-3e002bd8c875\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5315\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5315test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5315@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0c77ba89-75b6-4a5e-8f78-a0082380b463\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5476\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5476test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5476@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2a76dc63-f8fe-4c28-86e7-12396bcb88f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5865\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5865test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5865@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e12e9d9f-59bb-4702-bb67-b05c809a7d5c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5871\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5871test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5871@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"96090f18-9f55-46c3-9e40-bc62d475ba9d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:57:31Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser592\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser592test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:57:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser592@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5296bcae-0381-47be-8de6-2045720c650f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5992\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5992test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5992@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e03f6502-a962-4475-90f1-db8878eb05fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6010\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6010test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6010@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"92e70ff5-adc2-43f3-a3c7-1e09d77c8f64\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6077\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6077test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6077@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"da00cde4-87ba-4bf6-afda-35152b218fc3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6114\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6114test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6114@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"625fca1d-a0c0-4878-9a62-0b81712e67b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T22:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6139\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6139test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T22:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6139@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1fbd948e-391c-4bd1-970c-c4dc2e76ca3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6223\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6223test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6223@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"eb42999d-24af-4e54-bbfe-e491f10b1437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6246\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6246test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6246@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba7b6929-f899-4f1d-9bd8-cb171aaafea3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser628\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser628test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser628@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9a02ffbd-7e41-44a0-a65d-8f384d7f846e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6290\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6290test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6290@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"24e4491f-7a48-4cb2-a3b0-11cf9a536372\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser634\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser634test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser634@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"edb7e76e-c7df-45ca-82dc-b1a0b9b732f1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:33Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6413\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6413test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:32Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6413@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98908062-73cb-40d1-9af8-02f9ebebfb85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:44:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6432\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6432test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:44:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6432@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98e0e0b4-8f1d-4e54-95fa-9ef34be67594\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:35Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6479\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6479test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6479@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8ccb5ccc-0182-4a29-879d-6d8d020c6a3f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6482\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6482test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6482@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.User?$skiptoken=X'44537074020001000000273A616475736572363438324072626163636C69746573742E6F6E6D6963726F736F66742E636F6D29557365725F38636362356363632D303138322D346132392D383739642D366438643032306336613366B900000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "45e7b912-035b-4af6-90e8-87134ad788c4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "ac05581d-0a1d-4648-96c5-f8724d7ed341" - ], - "client-request-id": [ - "e6f23cb6-a4c2-48ae-a9e7-ccf81bcfdfe8" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "T8zJVcsNW1JrAIYKPUTcCNyAAd8acFnFAVdi3xZYbrA3DCeAZhQWuPK0WKuYFLsqf1_q8B3JzKCEu-tWrF6u00EjZMEa7cVMyzW1kh2FwW0uAlx3Ln8PCwESDT7hECLPTRWIZmVlYiVoog67h2G5_g.O7skOXXa12RO1k-DqWek4m1DlzmYmrBY-oeq4vaatYw" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2270527" - ], - "Content-Length": [ - "194022" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01599001-019c-4f4e-a2a5-1c29089ab6b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"NetworkTrafficAnalyticsService\",\r\n \"appId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"NetworkTrafficAnalyticsService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://microsoft.onmicrosoft.com/NetworkTrafficAnalyticsService\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://microsoft.onmicrosoft.com/NetworkTrafficAnalyticsService\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"1e3e4475-288f-4018-a376-df66fd7fac5f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0164e982-af66-4ca0-ae8f-ff61f4abbb69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testraghka\",\r\n \"appId\": \"f0e5c308-3380-4fd8-a756-e832d17bd437\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testraghka\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://testraghka\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testraghka on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testraghka\",\r\n \"id\": \"12964178-ec65-4502-966b-9c9eff956119\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testraghka on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testraghka\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://testraghka\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/d64c47f2-80f5-463b-849a-bb6a7db4ac56\",\r\n \"f0e5c308-3380-4fd8-a756-e832d17bd437\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"02a9de8f-96f8-482c-ab74-808624a44809\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Exchange Online Protection\",\r\n \"appId\": \"00000007-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Exchange Online Protection\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://*.protection.outlook.com\",\r\n \"https://*.dataservice.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/admin.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/admin.protection.beta.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/*.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/*.dataservice.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000\",\r\n \"https://ps.protection.office365.us\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0336d039-3cdc-46e1-876c-db6343ce3841\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4535/providers/Microsoft.DataLakeStore/accounts/onesdk1276\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"e3131a98-222c-449c-8f1a-8e49b243abf9\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk1276\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:43:00Z\",\r\n \"keyId\": \"f9d5b7b8-12cc-4dbf-8cf5-cea2fba6b432\",\r\n \"startDate\": \"2017-10-13T20:43:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3131a98-222c-449c-8f1a-8e49b243abf9\",\r\n \"https://identity.azure.net/h/BFsqT1hINc7+xcos/pZnc3/Hwe5yBNkFINnxpdORw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"03990797-141f-4bd7-a4df-ed93bdaab047\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk9431/providers/Microsoft.DataLakeStore/accounts/onesdk3713\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"436e1590-efdb-47c3-910c-e8f6b445f90e\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk3713\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:17:00Z\",\r\n \"keyId\": \"8cb68f42-34a0-4887-9e3d-5caf3f73a448\",\r\n \"startDate\": \"2017-10-13T20:17:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"436e1590-efdb-47c3-910c-e8f6b445f90e\",\r\n \"https://identity.azure.net/ktrf2HBviaAq+OHJUF05RPskwzsaqAeQ2kD8JPbosq4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"TestSliceApplication\",\r\n \"appId\": \"26ed8f36-f4bc-4ce5-9929-68a13a1d7600\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"TestSliceApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"353d2a72-e856-4a9b-aac5-2ed61568ec77\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access TestSliceApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access TestSliceApplication\",\r\n \"id\": \"1ec67c3f-f424-4d46-9000-f2fd6baba08e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access TestSliceApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access TestSliceApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://TestSliceApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://TestSliceApplication\",\r\n \"26ed8f36-f4bc-4ce5-9929-68a13a1d7600\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0618b0b8-1971-4793-b69c-a1ea2a47de81\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"OneboxTestApplication\",\r\n \"appId\": \"cf7f550c-2a0f-4055-a77e-57c77f19b850\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"OneboxTestApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://OneboxTestApplication\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access OneboxTestApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access OneboxTestApplication\",\r\n \"id\": \"f38f320b-9185-4c0b-8f55-f303eddd7d1c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access OneboxTestApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access OneboxTestApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://OneboxTestApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://OneboxTestApplication\",\r\n \"cf7f550c-2a0f-4055-a77e-57c77f19b850\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"06c72929-7303-4c64-a8de-920426799d22\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Exchange Online\",\r\n \"appId\": \"00000002-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.\",\r\n \"displayName\": \"Read all users' full profiles\",\r\n \"id\": \"bf24470f-10c1-436d-8d53-7b997eb473be\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.\",\r\n \"displayName\": \"Read all users' basic profiles\",\r\n \"id\": \"77e65b5a-ceae-48b3-9490-50a86a038a48\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user's mailbox settings without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read all user mailbox settings\",\r\n \"id\": \"d45fa9f8-36e5-4cd2-b601-b063c7cf9ac2\",\r\n \"isEnabled\": true,\r\n \"value\": \"MailboxSettings.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to have full access via Exchange Web Services to all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Use Exchange Web Services with full access to all mailboxes\",\r\n \"id\": \"dc890d15-9560-4a4c-9b7f-a736ec74ec40\",\r\n \"isEnabled\": true,\r\n \"value\": \"full_access_as_app\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to send mail as any user without a signed-in user.\",\r\n \"displayName\": \"Send mail as any user\",\r\n \"id\": \"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.Send\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read events of all calendars without a signed-in user.\",\r\n \"displayName\": \"Read calendars in all mailboxes\",\r\n \"id\": \"798ee544-9d2d-430c-a058-570e29e34338\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read contacts in all mailboxes\",\r\n \"id\": \"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\r\n \"isEnabled\": true,\r\n \"value\": \"Contacts.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read mail in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read mail in all mailboxes\",\r\n \"id\": \"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read and write mail in all mailboxes\",\r\n \"id\": \"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read and write contacts in all mailboxes\",\r\n \"id\": \"6918b873-d17a-4dc1-b314-35f528134491\",\r\n \"isEnabled\": true,\r\n \"value\": \"Contacts.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete user's mailbox settings without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read and write all user mailbox settings\",\r\n \"id\": \"f9156939-25cd-4ba8-abfe-7fabcf003749\",\r\n \"isEnabled\": true,\r\n \"value\": \"MailboxSettings.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user tasks in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read user tasks in all mailboxes\",\r\n \"id\": \"c1b0de0a-1de9-455d-919f-eca451053141\",\r\n \"isEnabled\": true,\r\n \"value\": \"Tasks.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete tasks in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read and write tasks in all mailboxes\",\r\n \"id\": \"2c6a42ca-0d4d-49ad-bc0e-21222c449a65\",\r\n \"isEnabled\": true,\r\n \"value\": \"Tasks.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\r\n \"displayName\": \"Read and write calendars in all mailboxes\",\r\n \"id\": \"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read events of all R without a signed-in user\",\r\n \"displayName\": \"Read calendars in all mailboxes\",\r\n \"id\": \"2dfdc6dc-2fa7-4a2c-a922-dbd4f85d17be\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.Read.All\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 Exchange Online\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://outlook.office365.com/owa/auth/logoff.aspx?cmd=logoff&exlive=1&lgtype=1\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read all users' full profiles\",\r\n \"id\": \"eb665d05-7f76-4d1b-b176-1cfc814e668d\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.\",\r\n \"userConsentDisplayName\": \"Read all users' full profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"9b005f11-86f0-45f7-8c27-4fff5d849916\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.\",\r\n \"userConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user's mailbox settings. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read user mailbox settings \",\r\n \"id\": \"d36ad51d-15a2-458d-9b3a-16dbe4c51c30\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your mailbox settings.\",\r\n \"userConsentDisplayName\": \"Read your mailbox settings \",\r\n \"value\": \"MailboxSettings.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read user and shared calendars \",\r\n \"id\": \"c21d8660-9de1-4404-85b6-59695921bd8d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read calendars you can access\",\r\n \"value\": \"Calendars.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared calendars\",\r\n \"id\": \"4585ecca-5b47-432f-ac70-e1391e4951ed\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read and write to your and shared calendars \",\r\n \"value\": \"Calendars.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as the signed-in user, including sending on-behalf of others.\",\r\n \"adminConsentDisplayName\": \"Send mail on behalf of others\",\r\n \"id\": \"16572339-6149-452b-b084-280b01354687\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you or on-behalf of someone else. \",\r\n \"userConsentDisplayName\": \"Send mail on behalf of others or yourself\",\r\n \"value\": \"Mail.Send.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared mail \",\r\n \"id\": \"b09ec548-3f99-4d0a-859c-c9b7ff53b7a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write mail you can access\",\r\n \"value\": \"Mail.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read mail a user can access, including their own and shared mail.\",\r\n \"adminConsentDisplayName\": \"Read user and shared mail \",\r\n \"id\": \"1d894596-c906-42b1-8422-9360440c1c0c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read mail you can access, including shared mail.\",\r\n \"userConsentDisplayName\": \"Read mail you can access\",\r\n \"value\": \"Mail.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared contacts \",\r\n \"id\": \"c54cba4f-60fe-4332-b0de-b5990fd1999e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read and write to your and shared contacts \",\r\n \"value\": \"Contacts.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read contacts a user has permissions to access, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read user and shared contacts \",\r\n \"id\": \"d6aa6fa9-3360-416a-b8db-021249d58e86\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read your and shared contacts \",\r\n \"value\": \"Contacts.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all tasks a user has access to\",\r\n \"adminConsentDisplayName\": \"Read all tasks a user has access to\",\r\n \"id\": \"3d5e9942-27d3-4e96-80b1-696c7a3369c1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read all tasks you have access to\",\r\n \"userConsentDisplayName\": \"Read all tasks you have access to\",\r\n \"value\": \"Tasks.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete all tasks a user has access to\",\r\n \"adminConsentDisplayName\": \"Create, read, update and delete all tasks a user has access to\",\r\n \"id\": \"2915e980-bca5-4194-9a3f-71c4ccdbd77b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update and delete all tasks you have access to\",\r\n \"userConsentDisplayName\": \"Create, read, update and delete all tasks you have access to\",\r\n \"value\": \"Tasks.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to mailboxes as the signed-in user via Exchange Web Services.\",\r\n \"adminConsentDisplayName\": \"Access mailboxes as the signed-in user via Exchange Web Services\",\r\n \"id\": \"3b5f3d61-589b-4a3c-a359-5dd4b5ee5bd5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app full access to your mailboxes on your behalf.\",\r\n \"userConsentDisplayName\": \"Access your mailboxes\",\r\n \"value\": \"full_access_as_user\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read email in user mailboxes.\",\r\n \"adminConsentDisplayName\": \"Read user mail\",\r\n \"id\": \"185758ba-798d-4b72-9e54-429a413a2510\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read email in your mailbox.\",\r\n \"userConsentDisplayName\": \"Read your mail\",\r\n \"value\": \"Mail.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete email in user mailboxes. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user mail\",\r\n \"id\": \"75767999-c7a8-481e-a6b4-19458e0b30a5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete email in your mailbox. Does not include permission to send mail.\",\r\n \"userConsentDisplayName\": \"Read and write to your mail\",\r\n \"value\": \"Mail.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as users in the organization.\",\r\n \"adminConsentDisplayName\": \"Send mail as a user\",\r\n \"id\": \"5eb43c10-865a-4259-960a-83946678f8dd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you.\",\r\n \"userConsentDisplayName\": \"Send mail as you\",\r\n \"value\": \"Mail.Send\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in user calendars.\",\r\n \"adminConsentDisplayName\": \"Read user calendars\",\r\n \"id\": \"5b9be81f-2977-4d27-8faf-bb43af8fc705\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in your calendars.\",\r\n \"userConsentDisplayName\": \"Read your calendars\",\r\n \"value\": \"Calendars.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete events in user calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user calendars\",\r\n \"id\": \"765f423e-b55d-412e-97e3-13a800c3a537\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete events in your calendars.\",\r\n \"userConsentDisplayName\": \"Read and write to your calendars\",\r\n \"value\": \"Calendars.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user contacts.\",\r\n \"adminConsentDisplayName\": \"Read user contacts\",\r\n \"id\": \"181aac24-028a-486e-a649-b3742c74ec71\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts in your contact folders.\",\r\n \"userConsentDisplayName\": \"Read your contacts\",\r\n \"value\": \"Contacts.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete user contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user contacts\",\r\n \"id\": \"32253599-e142-4cf0-810d-4827eedd1cfa\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete contacts in your contact folders.\",\r\n \"userConsentDisplayName\": \"Read and write to your contacts\",\r\n \"value\": \"Contacts.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read group properties on behalf of the signed-in user, and read group calendar and conversations on public groups and groups the signed in user is a member of.\",\r\n \"adminConsentDisplayName\": \"Read all groups (preview)\",\r\n \"id\": \"b5c79e22-9bf2-42d7-b60d-1b95c11ebc66\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read group properties on your behalf, and read group calendar and conversations on public groups and groups you are a member of.\",\r\n \"userConsentDisplayName\": \"Read all groups (preview)\",\r\n \"value\": \"Group.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read group properties. Additionally allows the app to update group properties for groups the signed-in user owns. Also allows the app to read and write group calendar and conversations on public groups and groups the signed-in user is a member of.\",\r\n \"adminConsentDisplayName\": \"Read and write all groups (preview)\",\r\n \"id\": \"27235839-268c-4d68-a668-351401ff623a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read group properties. Additionally allows the app to update group properties on your behalf, for groups you own. Also allows the app to read and write group calendar and conversations on public groups and groups you are a member of.\",\r\n \"userConsentDisplayName\": \"Read and write all groups (preview)\",\r\n \"value\": \"Group.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a set of the current user's profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"6223a6d3-53ef-4f8f-982a-895b39483c61\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a set of profile properties from your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read your profile\",\r\n \"value\": \"User.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, and write a set of the current user's profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read and write user profiles\",\r\n \"id\": \"f9408c03-bd3d-48c4-8bee-17a72d20bd9c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, and write a set of profile properties in your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read and write your profile\",\r\n \"value\": \"User.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of users in your company or school on behalf of the signed-in user. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"6222dbab-a24c-4210-9d91-2f47cf565614\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties from users in your company or school. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).\",\r\n \"adminConsentDisplayName\": \"Read users' relevant people lists (preview)\",\r\n \"id\": \"9478ac54-3753-4543-b95a-4fad24978902\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.\",\r\n \"userConsentDisplayName\": \"Read your relevant people list (preview)\",\r\n \"value\": \"People.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read and write to the ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).\",\r\n \"adminConsentDisplayName\": \"Read and write users' relevant people lists (preview)\",\r\n \"id\": \"a88daf86-d44d-4077-8258-54131dd44e5d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, and write to your relevant people list. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.\",\r\n \"userConsentDisplayName\": \"Read and write your relevant people list (preview)\",\r\n \"value\": \"People.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to manage the organization's Exchange environment, such as mailboxes, groups, and other configuration objects. To enable management actions, an admin must assign the appropriate roles to the app user.\",\r\n \"adminConsentDisplayName\": \"Manage Exchange configuration\",\r\n \"id\": \"ab4f2b77-0b06-4fc1-a9de-02113fc2ab7c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to manage your organization's Exchange environment, such as mailboxes, groups, and other configuration objects. To enable management actions, an admin must assign you the appropriate roles.\",\r\n \"userConsentDisplayName\": \"Manage Exchange configuration\",\r\n \"value\": \"Exchange.Manage\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user tasks\",\r\n \"adminConsentDisplayName\": \"Read user tasks\",\r\n \"id\": \"8af8046f-5694-470f-91e4-d47ad05eda18\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your tasks\",\r\n \"userConsentDisplayName\": \"Read your tasks\",\r\n \"value\": \"Tasks.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete user tasks \",\r\n \"adminConsentDisplayName\": \"Create, read, update and delete user tasks \",\r\n \"id\": \"6b49b74d-642f-4417-a6b4-820576845707\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update and delete your tasks \",\r\n \"userConsentDisplayName\": \"Create, read, update and delete your tasks \",\r\n \"value\": \"Tasks.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user mailbox settings\",\r\n \"id\": \"2e83d72d-8895-4b66-9eea-abb43449ab8b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete your mailbox settings.\",\r\n \"userConsentDisplayName\": \"Read and write to your mailbox settings\",\r\n \"value\": \"MailboxSettings.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared contacts \",\r\n \"id\": \"44882612-f346-430a-b938-4f00ee1c77a7\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read and write to your and shared contacts \",\r\n \"value\": \"Contacts.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read contacts a user has permissions to access, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read user and shared contacts \",\r\n \"id\": \"d660a04c-7b62-4b4c-bea3-89226df00142\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read your and shared contacts \",\r\n \"value\": \"Contacts.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared calendars \",\r\n \"id\": \"bbd1ca91-75e0-4814-ad94-9c5dbbae3415\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read and write to your and shared calendars \",\r\n \"value\": \"Calendars.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read user and shared calendars \",\r\n \"id\": \"da710fc9-1e83-407b-8c5c-09d225031769\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read calendars you can access\",\r\n \"value\": \"Calendars.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as the signed-in user, including sending on-behalf of others.\",\r\n \"adminConsentDisplayName\": \"Send mail on behalf of others\",\r\n \"id\": \"e843bc88-e493-446d-a73c-0ded7ff1913f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you or on-behalf of someone else. \",\r\n \"userConsentDisplayName\": \"Send mail on behalf of others or yourself\",\r\n \"value\": \"Mail.Send.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared mail \",\r\n \"id\": \"140e747e-90d3-4de0-8618-85a0cc7a1129\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write mail you can access\",\r\n \"value\": \"Mail.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read mail a user can access, including their own and shared mail.\",\r\n \"adminConsentDisplayName\": \"Read user and shared mail \",\r\n \"id\": \"ad13ac2e-ad46-4dc0-b7da-249c94395a6d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read mail you can access, including shared mail.\",\r\n \"userConsentDisplayName\": \"Read mail you can access\",\r\n \"value\": \"Mail.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to mailboxes as the signed-in user via Exchange ActiveSync.\",\r\n \"adminConsentDisplayName\": \"Access mailboxes via Exchange ActiveSync\",\r\n \"id\": \"266d2589-20b5-4f91-9a03-89247d1be8da\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app full access to your mailboxes on your behalf.\",\r\n \"userConsentDisplayName\": \"Access your mailboxes\",\r\n \"value\": \"EAS.AccessAsUser.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://sdfpilot.outlook.com/owa\",\r\n \"https://outlook.office365.com/owa\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"00000002-0000-0ff1-ce00-000000000000/outlook.office365.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/mail.office365.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/outlook.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/*.outlook.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000\",\r\n \"https://ps.compliance.protection.outlook.com\",\r\n \"https://autodiscover-s.office365.us/\",\r\n \"https://outlook.office365.us/\",\r\n \"https://outlook-sdf.office.com/\",\r\n \"https://outlook-sdf.office365.com/\",\r\n \"https://outlook.office365.com:443/\",\r\n \"https://outlook.office.com/\",\r\n \"https://outlook.office365.com/\",\r\n \"https://outlook.com/\",\r\n \"https://outlook-dod.office365.us/\",\r\n \"https://ps.protection.outlook.com/\",\r\n \"https://webmail.apps.mil/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"07114313-99df-4e42-866b-e470bf51f396\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AADPremiumService\",\r\n \"appId\": \"bf4fa6bf-d24c-4d1c-8cfd-12063dd646b2\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AADPremiumService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bf4fa6bf-d24c-4d1c-8cfd-12063dd646b2\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"08b6593a-2942-42dd-afb5-333e4a81ed78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk5340/providers/Microsoft.DataLakeStore/accounts/onesdk8460\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"117cf285-44c0-43e9-802a-f115dbf1237e\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk8460\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:30:00Z\",\r\n \"keyId\": \"d6f4aa26-128f-4456-93cf-c43981595249\",\r\n \"startDate\": \"2017-05-25T06:30:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"117cf285-44c0-43e9-802a-f115dbf1237e\",\r\n \"https://identity.azure.net/MeNkYklfEbhpx875G0fTq1tl4eI83KAOw/7IzztpDS4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"091a314a-d4cf-4259-adfa-a1796470383f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testappforbugcheck\",\r\n \"appId\": \"49c797e4-b6bc-486e-aa3f-224276b11692\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testappforbugcheck\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testappforbugcheck on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testappforbugcheck\",\r\n \"id\": \"bdbb5bdb-4dde-4147-a73e-14e50d1899bd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testappforbugcheck on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testappforbugcheck\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-05-21T23:24:30.0786889Z\",\r\n \"keyId\": \"4caaa4c2-5de1-4c8d-a25d-f58cc7632d49\",\r\n \"startDate\": \"2018-05-21T23:24:30.0786889Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://testappbugcheck\",\r\n \"49c797e4-b6bc-486e-aa3f-224276b11692\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"09e0578b-d31c-45bc-8299-3a11a533ba85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"OneProfile Service\",\r\n \"appId\": \"b2cc270f-563e-4d8a-af47-f00963a71dcd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"OneProfile Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a set of the current user’s profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"6b0a3177-0946-453c-95bf-1d7b1886f0e4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a set of profile properties from your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read your profile\",\r\n \"value\": \"User.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://substrate.office.com/profile/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"b2cc270f-563e-4d8a-af47-f00963a71dcd\",\r\n \"https://substrate.office.com/profile/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0a2376cb-7d34-4b1d-85e1-53f6bd55fce0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft password reset service\",\r\n \"appId\": \"93625bc8-bfe2-437a-97e0-3d0060024faa\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft password reset service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://passwordreset.microsoftonline.com/\",\r\n \"93625bc8-bfe2-437a-97e0-3d0060024faa\",\r\n \"SelfServicePasswordReset\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0abbe262-4021-4350-aa06-f57c2f6343f0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Cloud App Security\",\r\n \"appId\": \"05a65629-4c1b-48c1-a78b-804c4abdd4af\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Cloud App Security\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://portal.cloudappsecurity.com/oauth2/login\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"05a65629-4c1b-48c1-a78b-804c4abdd4af\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0ae5734b-bc1c-45fd-885e-f94dfbecb63e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ConnectionsService\",\r\n \"appId\": \"b7912db9-aa33-4820-9d4f-709830fdd78f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ConnectionsService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://api.connections.ms\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Access Connections Service Api\",\r\n \"adminConsentDisplayName\": \"Access Connections Service Api\",\r\n \"id\": \"04d2d44f-432b-4f9b-be28-cb651a028099\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Access Connections Service Api\",\r\n \"userConsentDisplayName\": \"Access Connections Service Api\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://api.connections.ms\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"b7912db9-aa33-4820-9d4f-709830fdd78f\",\r\n \"https://api.connections.ms\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ProductionAApplication\",\r\n \"appId\": \"e1f8abf2-f24c-4b2a-9bb8-c2af2bf83c14\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ProductionAApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"c4c401ad-6ddf-4b4d-90f5-26aca4b1b779\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access ProductionAApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access ProductionAApplication\",\r\n \"id\": \"698032b9-fe5a-4ec4-ba7a-9e4677a62026\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access ProductionAApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access ProductionAApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://ProductionAApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://ProductionAApplication\",\r\n \"e1f8abf2-f24c-4b2a-9bb8-c2af2bf83c14\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0c8ec664-5a8b-4851-8965-dd7baf4b352c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Classic Portal\",\r\n \"appId\": \"00000013-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Classic Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://2.portal.azure.com/\",\r\n \"https://manage.windowsazure.com/\",\r\n \"https://portal.windowsazure.com/\",\r\n \"https://1.portal.azure.com/\",\r\n \"https://dev.azure-test.net/\",\r\n \"https://portal.azure.com/\",\r\n \"https://onecloud.local/\",\r\n \"https://manage.windowsazure.com\",\r\n \"https://portal.windowsazure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://manage.windowsazure.com/\",\r\n \"https://manage.windowsazure.com\",\r\n \"00000013-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.Portal\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0cd968fe-305f-433b-bc3b-522a192efa94\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"newAbeneAppRg\",\r\n \"appId\": \"286a08f8-9218-4fa6-a887-d9d754c36d9e\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"newAbeneAppRg\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://google.com\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access newAbeneAppRg on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access newAbeneAppRg\",\r\n \"id\": \"e14f0032-3884-484d-b2cd-abf436b089be\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access newAbeneAppRg on your behalf.\",\r\n \"userConsentDisplayName\": \"Access newAbeneAppRg\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://google.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/7373b915-07bd-4e2e-bb48-6ad698b7a841\",\r\n \"286a08f8-9218-4fa6-a887-d9d754c36d9e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0d312843-740d-4a03-b0a2-ffa9137974ab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Subscription Cleanup Tool\",\r\n \"appId\": \"68d8ae68-a232-4e91-b966-17fc984a054c\",\r\n \"appOwnerTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Subscription Cleanup Tool\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft\",\r\n \"replyUrls\": [\r\n \"http://certremovaltool/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"68d8ae68-a232-4e91-b966-17fc984a054c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0d8e16fc-f73d-4512-b94b-ae39b04de8ec\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.ExtensibleRealUserMonitoring\",\r\n \"appId\": \"e3583ad2-c781-4224-9b91-ad15a8179ba0\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.ExtensibleRealUserMonitoring\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://na.myservice.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3583ad2-c781-4224-9b91-ad15a8179ba0/na.myservice.com\",\r\n \"e3583ad2-c781-4224-9b91-ad15a8179ba0\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0e05c7d2-e563-4eef-8fd1-a205d67f4c08\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureSupportCenter\",\r\n \"appId\": \"37182072-3c9c-4f6a-a4b3-b3f91cacffce\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureSupportCenter\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://azuresupportcenter.msftcloudes.com\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://azuresupportcenter.msftcloudes.com\",\r\n \"https://microsoft.onmicrosoft.com/azurediagnostic\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"37182072-3c9c-4f6a-a4b3-b3f91cacffce\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0ecc7f97-5a2c-42a1-8c16-be43bce2a55b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1299/providers/Microsoft.DataLakeStore/accounts/onesdk9462\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"a33ce90e-6092-420e-b53a-077d231a2d4b\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk9462\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:29:00Z\",\r\n \"keyId\": \"142851df-c357-4ab5-a4e8-599b228abadd\",\r\n \"startDate\": \"2017-05-25T06:29:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a33ce90e-6092-420e-b53a-077d231a2d4b\",\r\n \"https://identity.azure.net/LVNxnWXQUd4GWR2GG95OnzYmNs5Qa7caE3XjeNEMBG0=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0f127ee8-65a1-4fae-9af3-84a4c218d919\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Connectors\",\r\n \"appId\": \"48af08dc-f6d2-435f-b2a7-069abd99c086\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Connectors\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create and manage connector configurations. The app would use the connector configuration to send actionable messages to your inbox or a group of your choice.\",\r\n \"adminConsentDisplayName\": \"Read and write connector configurations\",\r\n \"id\": \"ba9c6a98-63fd-487c-b835-c1f895764e25\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create and manage connector configurations. The app would use the connector configuration to send actionable messages to your inbox or a group of your choice.\",\r\n \"userConsentDisplayName\": \"Read and write connector configurations\",\r\n \"value\": \"webhook.readwrite.all\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://outlook.office.com/connectors/signin-opaypartnerportal-aad\",\r\n \"https://outlook.office.com/connectors/signin-forms-aad\",\r\n \"https://outlook.office365.com/connectors/signin-aad\",\r\n \"https://outlook.office.com/connectors/signin-aad\",\r\n \"https://outlook.office.com/connectors/signin-dynamics-aad\",\r\n \"https://outlook.office.com/connectors/signin-yammer-aad\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"48af08dc-f6d2-435f-b2a7-069abd99c086\",\r\n \"https://outlook.office365.com/connectors\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0f98a9fc-7c92-411b-8420-750cd5634ebe\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft People Cards Service\",\r\n \"appId\": \"394866fc-eedb-4f01-8536-3ff84b16be2a\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft People Cards Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://loki.delve.office.com/\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Access the Office People API\",\r\n \"adminConsentDisplayName\": \"Access to log on\",\r\n \"id\": \"07c496ee-38d1-46df-b73d-45e1ff46d11e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow access to Office People API\",\r\n \"userConsentDisplayName\": \"Access to Office People API\",\r\n \"value\": \"User.Read.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://lam.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://apc.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://eur.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://loki.delve.office.com/\",\r\n \"https://msit.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://df.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://nam.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://sfdf.loki.delve.office.com/\",\r\n \"https://loki.delve.office.com/linkedinauthredirect.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"394866fc-eedb-4f01-8536-3ff84b16be2a\",\r\n \"https://loki.delve.office.com/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"10da8769-6fe8-40c9-9bc4-1c9e6bc0c9b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AIGraphClient\",\r\n \"appId\": \"0f6edad5-48f2-4585-a609-d252b1c52770\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AIGraphClient\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://AI_GraphAPIClient_Prod\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AI_GraphAPIClient_Prod\",\r\n \"0f6edad5-48f2-4585-a609-d252b1c52770\",\r\n \"AIGraphClient\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"11de8b17-f525-46d2-a37b-1e3267c86b91\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Data Lake\",\r\n \"appId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Data Lake\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the Azure Data Lake service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to the Azure Data Lake service\",\r\n \"id\": \"9f15d22d-3cdf-430f-ba48-f75401c0408e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the Azure Data Lake service on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to the Azure Data Lake service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://www.kiwicrux.osdinfra.net/\",\r\n \"https://www.kiwiint01.osdinfra.net/\",\r\n \"https://www.kiwitest.osdinfra.net/\",\r\n \"https://www.projectkonacompute.net\",\r\n \"https://projectkonacompute.net\",\r\n \"https://www.microsoftkonacompute.net\",\r\n \"https://microsoftkonacompute.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://datalake.azure.net/\",\r\n \"https://KonaCompute.net\",\r\n \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"144ba728-567e-4260-a5e5-137a84f94dc0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Storage Resource Provider\",\r\n \"appId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Storage Resource Provider\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a6aa9161-5291-40bb-8c5c-923b567bee3b\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"15146d4a-35f3-4ea4-b881-adda431af530\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure AD Identity Governance\",\r\n \"appId\": \"bf26f092-3426-4a99-abfb-97dad74e661a\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure AD Identity Governance\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bf26f092-3426-4a99-abfb-97dad74e661a\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"16d77b74-730f-4268-88fa-c8ee4b6ca90e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"GatewayRP\",\r\n \"appId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"GatewayRP\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"486c78bf-a0f7-45f1-92fd-37215929e116\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1713994f-fa7c-417d-8a3c-fb42e8424674\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"functionapp3\",\r\n \"appId\": \"8137068c-5be6-4423-ba85-06bd43d26c1c\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"functionapp3\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access functionapp3 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access functionapp3\",\r\n \"id\": \"a55f663f-90e7-4985-8192-6233f699f158\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access functionapp3 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access functionapp3\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://functionapp3\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/d9baae81-e55a-460d-b471-e061a0d130d7\",\r\n \"8137068c-5be6-4423-ba85-06bd43d26c1c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1720ed0a-2b5c-400f-a21c-a8ba2bc2fe7a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"appId\": \"bbd67a5d-6077-4a7f-ae54-f4a4b837939e\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp-DevRunner on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"id\": \"e314fe4c-1bb3-4275-bbf0-eceb40607331\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp-DevRunner on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://AuthZScenarioTestNonAdminApp-DevRunner\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"bbd67a5d-6077-4a7f-ae54-f4a4b837939e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"17600f5f-6568-4fb1-8a03-37f9b855cc7a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.EventGrid\",\r\n \"appId\": \"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.EventGrid\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"4962773b-9cdb-44cf-a8bf-237846a00ab7\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"17737b6f-00bf-4bec-8f5c-5ba59523f4f3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Configure\",\r\n \"appId\": \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Office 365 Configure\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334/configure.office.net\",\r\n \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334\",\r\n \"Microsoft.Office365.Configure\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"185603aa-974d-4075-96f6-f4e727fe39c5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Support - Network Watcher\",\r\n \"appId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Support - Network Watcher\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"19fc65c9-d5e9-4b2d-ae15-1c50359959d2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/webAppAbeneTest/providers/Microsoft.Web/sites/webAppAbeneTest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"2c75bc3a-ae70-405e-bde3-2dc0c40b97f4\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"webAppAbeneTest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"91F18D96678ED1CEAC02F11EEE83AB8F17787395\",\r\n \"endDate\": \"2018-11-23T03:02:00Z\",\r\n \"keyId\": \"55a5bee6-bca6-4496-b26c-81d19ac2f4f5\",\r\n \"startDate\": \"2018-08-25T03:02:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T00:55:00Z\",\r\n \"keyId\": \"c9ec4870-e767-49e8-91e1-83bd2a8ebf74\",\r\n \"startDate\": \"2018-07-10T00:55:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T20:49:00Z\",\r\n \"keyId\": \"cae1993b-6eae-4f35-82bf-c227718c3e18\",\r\n \"startDate\": \"2018-05-24T20:49:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2c75bc3a-ae70-405e-bde3-2dc0c40b97f4\",\r\n \"https://identity.azure.net/ZuaeEmyI7mMBjCKAw7tM4zwmvVOzhrVdBeiQcGF1tFc=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1aa6cf58-2bbd-478e-8991-10789fcad77c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4147/providers/Microsoft.DataLakeStore/accounts/onesdk9149\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"3fda7001-e746-421e-ac40-984256d88210\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk9149\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:39:00Z\",\r\n \"keyId\": \"58c4f5a7-0117-43bb-b574-80af2a2695a4\",\r\n \"startDate\": \"2017-10-13T20:39:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"3fda7001-e746-421e-ac40-984256d88210\",\r\n \"https://identity.azure.net/HxybpRq63FtvM+KM84tHA1hMLymLZFEYjiRAdwSh4HU=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1ae49530-d623-4ab9-abbe-791813722e3e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft B2B Admin Portal\",\r\n \"appId\": \"b33270c9-0376-4eab-8fd0-8f372edd5ad6\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft B2B Admin Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://prod-b.b2b.azure.net\",\r\n \"https://prod-a.b2b.azure.net\",\r\n \"https://testslice.b2b.azure.com/\",\r\n \"https://testslice.b2b.azure.net/\",\r\n \"https://prod-t.b2b.azure.com/\",\r\n \"https://prod-t.b2b.azure.net/\",\r\n \"https://b2b.azure.net/\",\r\n \"https://b2b.azure.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://prod-b.b2b.azure.net\",\r\n \"https://prod-a.b2b.azure.net\",\r\n \"https://testslice.b2b.azure.com/\",\r\n \"https://testslice.b2b.azure.net/\",\r\n \"https://prod-t.b2b.azure.com/\",\r\n \"https://prod-t.b2b.azure.net/\",\r\n \"https://b2b.azure.net/\",\r\n \"https://b2b.azure.com/\",\r\n \"b33270c9-0376-4eab-8fd0-8f372edd5ad6\",\r\n \"MicrosoftB2BAdminPortal\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1cb42ec3-7bed-4f50-ad23-1825af8ca058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.Web/sites/msifunctionappstest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"fc9f80b3-42c1-4baf-947d-350552a51251\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"msifunctionappstest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"8F821B05CA70E561D870002290D435049B6B3539\",\r\n \"endDate\": \"2018-12-03T00:14:00Z\",\r\n \"keyId\": \"44246d44-c08b-40f0-a237-5e5be66702da\",\r\n \"startDate\": \"2018-09-04T00:14:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-17T17:00:00Z\",\r\n \"keyId\": \"23a1dea4-d893-4679-bba1-f92586b78455\",\r\n \"startDate\": \"2018-07-19T17:00:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-09-01T10:12:00Z\",\r\n \"keyId\": \"09725dda-d421-475f-a52c-ed05213a4471\",\r\n \"startDate\": \"2018-06-03T10:12:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"fc9f80b3-42c1-4baf-947d-350552a51251\",\r\n \"https://identity.azure.net/xywJEo98i0XFLEGNQDv5X1FuewC00cjaNV0NrRC21UM=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d19c429-c158-42c6-a78c-07d8a269f496\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4947/providers/Microsoft.DataLakeStore/accounts/onesdk3892\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"4c07794c-a968-4201-bd2e-4ceab8528ea8\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk3892\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:07:00Z\",\r\n \"keyId\": \"a2cda017-91e7-4a67-935a-5a6b86d51c14\",\r\n \"startDate\": \"2017-10-13T20:07:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"4c07794c-a968-4201-bd2e-4ceab8528ea8\",\r\n \"https://identity.azure.net/bpWdzm6uNLHJWjrc7lnSYqjaJx6aNasA0+Ip2Gslgqw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d664194-35ce-4542-92c9-16924d405dc8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1080/providers/Microsoft.DataLakeStore/accounts/onesdk1402\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"d64dc0cf-fca7-4682-8262-dc74130780d5\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk1402\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:31:00Z\",\r\n \"keyId\": \"f1a78e49-9899-47dd-b5cd-98bc8f6e536c\",\r\n \"startDate\": \"2017-10-13T20:31:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d64dc0cf-fca7-4682-8262-dc74130780d5\",\r\n \"https://identity.azure.net/qomn5GyYNGemQ2lQRt5UxDpcnVH9ECVbLShb8C8klCA=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d96b71a-2dd4-44bb-bdcd-5d7d65e1f31f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureLockbox\",\r\n \"appId\": \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureLockbox\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://lockbox-sf-prod-cus.centralus.cloudapp.azure.com\",\r\n \"https://lockbox-sf-prod-scus.southcentralus.cloudapp.azure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d9b4f10-20af-4c52-ba2b-d3a59833b4cc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.ServiceBus\",\r\n \"appId\": \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.ServiceBus\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the Azure Key Vault service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to Azure Service Bus service\",\r\n \"id\": \"40e16207-c5fd-4916-8ca4-64565f2367ca\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the Azure Key Vault service on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Have full access to Azure Service Bus service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://servicebus.azure.net\",\r\n \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1da9c3df-8caa-4470-846f-2b0895c8e969\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestNonAdminApp\",\r\n \"appId\": \"e47dc60c-48bf-4fb8-826f-4bcbcfad720f\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestNonAdminApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://localhost:443/\",\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"90bf298b-a35a-4c46-86fd-52d3bde56a14\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2016-07-18T00:06:45Z\",\r\n \"keyId\": \"bd799723-c903-480f-b858-f76e120fb130\",\r\n \"startDate\": \"2014-07-19T00:06:45Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp\",\r\n \"id\": \"85cbc63a-1e14-4a0e-9f9e-ec7c55cd97f6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://localhost:443/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://localhost:443/\",\r\n \"e47dc60c-48bf-4fb8-826f-4bcbcfad720f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1eda23e1-7293-4fe8-819f-5fff54f1df10\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"EventNotification\",\r\n \"appId\": \"f9895e0b-3a59-4f1b-b49d-9400471a2a93\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"EventNotification\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://localhost:44334/\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access EventNotification on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access EventNotification\",\r\n \"id\": \"9eef4220-0b2c-43bb-9da7-de517630dc67\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access EventNotification on your behalf.\",\r\n \"userConsentDisplayName\": \"Access EventNotification\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://localhost:44334/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/EventNotification\",\r\n \"f9895e0b-3a59-4f1b-b49d-9400471a2a93\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"21f2609e-343d-47b4-9c5a-272f04754568\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Testapp2\",\r\n \"appId\": \"b94fdaf2-ae78-4256-926f-aff6b2d55205\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Testapp2\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://Testapp2\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access Testapp2 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access Testapp2\",\r\n \"id\": \"9d78128f-81fd-4e14-b963-93feb42dad9e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access Testapp2 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access Testapp2\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://Testapp2\",\r\n \"b94fdaf2-ae78-4256-926f-aff6b2d55205\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2303c554-366a-48fc-a00c-858f7c11a1e1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"WindowsDefenderATP\",\r\n \"appId\": \"fc780465-2017-40d4-a0c5-307022471b92\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to collect forensics from a machine\",\r\n \"displayName\": \"Collect forensics\",\r\n \"id\": \"15405ab2-2103-4a3c-ad80-e829841cedcc\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.CollectForensics\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read any alert\",\r\n \"displayName\": \"Read all alerts\",\r\n \"id\": \"71fe6b80-7034-4028-9ed8-0f316df9c3ff\",\r\n \"isEnabled\": true,\r\n \"value\": \"Alert.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all user profiles\",\r\n \"displayName\": \"Read user profiles\",\r\n \"id\": \"a833834a-4cf1-4732-8acf-bbcfa13fb610\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all IP address profiles\",\r\n \"displayName\": \"Read IP address profiles\",\r\n \"id\": \"47bf842d-354b-49ef-b741-3a6dd815bc13\",\r\n \"isEnabled\": true,\r\n \"value\": \"Ip.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all URL profiles\",\r\n \"displayName\": \"Read URL profiles\",\r\n \"id\": \"721af526-ffa8-42d7-9b84-1a56244dd99d\",\r\n \"isEnabled\": true,\r\n \"value\": \"Url.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all file profiles\",\r\n \"displayName\": \"Read file profiles\",\r\n \"id\": \"8788f1a9-beca-4e26-ba58-10513f3b896f\",\r\n \"isEnabled\": true,\r\n \"value\": \"File.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to offboard a machine from the service\",\r\n \"displayName\": \"Offboard machine\",\r\n \"id\": \"594435bf-36dd-4548-83bd-1bdafe157d7a\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Offboard\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to stop a file running on a machine and to quarantine that file\",\r\n \"displayName\": \"Stop and quarantine file\",\r\n \"id\": \"96e72b5e-7e68-4171-aad1-3937599e4751\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.StopAndQuarantine\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to restrict code execution on a machine according to policy\",\r\n \"displayName\": \"Restrict code execution\",\r\n \"id\": \"96b6b35d-074d-4e2d-b167-8d68d9269648\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.RestrictExecution\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to scan a machine\",\r\n \"displayName\": \"Scan machine\",\r\n \"id\": \"a86d9824-b2b6-45f8-b042-16bc4922ed4e\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Scan\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to isolate a machine\",\r\n \"displayName\": \"Isolate machine\",\r\n \"id\": \"7e4e1300-e1b9-4102-88ba-f0cb6e6d5974\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Isolate\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create machine records and to read or update any machine record\",\r\n \"displayName\": \"Read and write all machine information\",\r\n \"id\": \"aa027352-232b-4ed4-b963-a705fc4d6d2c\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all machine profiles, including the commands that were sent to each machine\",\r\n \"displayName\": \"Read all machine profiles\",\r\n \"id\": \"ea8291d3-4b9a-44b5-bc3a-6cea3026dc79\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to run advanced queries\",\r\n \"displayName\": \"Run advanced queries\",\r\n \"id\": \"93489bf5-0fbc-4f2d-b901-33f2fe08ff05\",\r\n \"isEnabled\": true,\r\n \"value\": \"AdvancedQuery.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create events in the machine timeline\",\r\n \"displayName\": \"Write timeline events\",\r\n \"id\": \"84ddd701-5fac-4c30-b0ad-aa73a67bea1a\",\r\n \"isEnabled\": true,\r\n \"value\": \"Event.Write\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create IOCs and to read or update IOCs it created\",\r\n \"displayName\": \"Read and write IOCs belonging to the app\",\r\n \"id\": \"a8bc2240-f96a-46a1-bad5-6a960b7327a1\",\r\n \"isEnabled\": true,\r\n \"value\": \"Ti.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create or update any alert\",\r\n \"displayName\": \"Read and write all alerts\",\r\n \"id\": \"0f7000ec-157b-497f-b70e-ef0b0584f140\",\r\n \"isEnabled\": true,\r\n \"value\": \"Alert.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"User\"\r\n ],\r\n \"description\": \"Users assign to this role will be able to access the Windows Defender ATP portal, view all the data and be able to perform actions such as change alerts status, apply suppression rules etc.\",\r\n \"displayName\": \"Security Operations - Read & Write\",\r\n \"id\": \"2261fd4a-5f23-4b74-9e4d-f4ac92dc86a2\",\r\n \"isEnabled\": true,\r\n \"value\": \"secop\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"User\"\r\n ],\r\n \"description\": \"Users assign to this role will be able to access the Windows Defender ATP portal, view all the data but will not be able to perform any action\",\r\n \"displayName\": \"Security Operations - Read Only\",\r\n \"id\": \"f820e656-f1d1-4cb8-a566-31d18eeecb40\",\r\n \"isEnabled\": true,\r\n \"value\": \"readonly\"\r\n }\r\n ],\r\n \"displayName\": \"WindowsDefenderATP\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create IOCs and to read or update IOCs it created, on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read and write IOCs\",\r\n \"id\": \"650ff1f9-dd5f-48ee-8c58-7beef332c818\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create IOCs and to read or update IOCs it created, on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read and write IOCs\",\r\n \"value\": \"Ti.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to run advanced queries, that the signed-in user can execute.\",\r\n \"adminConsentDisplayName\": \"Run advanced queries\",\r\n \"id\": \"1fb6e712-1bd9-4184-b1c0-5e71e759196b\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to run advanced queries, that the signed-in user can execute.\",\r\n \"userConsentDisplayName\": \"Run advanced queries\",\r\n \"value\": \"AdvancedQuery.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read machine profiles (including the commands that were sent to each machine), that the signed in user can access\",\r\n \"adminConsentDisplayName\": \"Read machine information\",\r\n \"id\": \"fbd3d33a-b1f5-4573-906c-51b39682fbcf\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read machine profiles (including the commands that were sent to each machine), that the signed in user can access\",\r\n \"userConsentDisplayName\": \"Read machine information\",\r\n \"value\": \"Machine.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create machine records and to read or update any machine record that the signed-in user can create, read or update.\",\r\n \"adminConsentDisplayName\": \"Read and write machine information\",\r\n \"id\": \"f6846c57-9e3c-4a65-81aa-2f5e09ff4f0b\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create machine records and to read or update any machine record that the signed-in user can create, read or update.\",\r\n \"userConsentDisplayName\": \"Read and write machine information\",\r\n \"value\": \"Machine.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to isolate a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Isolate machine\",\r\n \"id\": \"479231ef-3b86-4933-ae6b-1fa84bba9e31\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to isolate a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Isolate machine\",\r\n \"value\": \"Machine.Isolate\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to collect forensics data from a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Collect forensics\",\r\n \"id\": \"5eb7b9dc-cbce-4c7e-9d73-5be248260ae6\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to collect forensics data from a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Collect forensics\",\r\n \"value\": \"Machine.CollectForensics\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to scan a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Scan machine\",\r\n \"id\": \"b4618115-647e-42a5-bd0d-0ea9878fb376\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to scan a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Scan machine\",\r\n \"value\": \"Machine.Scan\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Restrict code execution\",\r\n \"id\": \"abddfa88-80bb-4aef-81ff-18cbf29363a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Restrict code execution\",\r\n \"value\": \"Machine.RestrictExecution\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Stop and quarantine file\",\r\n \"id\": \"69e036b7-3f10-4d4c-a85e-82295629eca8\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Stop and quarantine file\",\r\n \"value\": \"Machine.StopAndQuarantine\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to offboard a machine from the service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Offboard machine\",\r\n \"id\": \"29d1c73a-07f6-495f-b62b-1554a954d0a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to offboard a machine from the service on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Offboard machine\",\r\n \"value\": \"Machine.Offboard\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all file profiles on\",\r\n \"adminConsentDisplayName\": \"Read file profiles\",\r\n \"id\": \"8fce64a0-67c8-4e39-8f47-cac9ff7e13bb\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all file profiles on\",\r\n \"userConsentDisplayName\": \"Read file profiles\",\r\n \"value\": \"File.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all URL profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read URL profiles\",\r\n \"id\": \"42b4777c-6196-49ad-9cfc-207e73f2eb61\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all URL profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read URL profiles\",\r\n \"value\": \"Url.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all IP address profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read IP address profiles\",\r\n \"id\": \"b65a97e8-c8e8-4908-b19a-f654615de1a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all IP address profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read IP address profiles\",\r\n \"value\": \"Ip.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all user profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"ffd6563e-842b-4cfc-b349-06006e0473a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all user profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read user profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create or update any alert that the signed in user can create or update\",\r\n \"adminConsentDisplayName\": \"Read and write alerts\",\r\n \"id\": \"cbc3b413-21e6-416d-95a4-af87687efbd0\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create or update any alert that the signed in user can create or update\",\r\n \"userConsentDisplayName\": \"Read and write alerts\",\r\n \"value\": \"Alert.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read any alert that the signed in user can access\",\r\n \"adminConsentDisplayName\": \"Read alerts\",\r\n \"id\": \"b2069dc0-9fe9-4e6d-9aca-ccf3dd503819\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read any alert that the signed in user can access\",\r\n \"userConsentDisplayName\": \"Read alerts\",\r\n \"value\": \"Alert.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://winatpmanagement-uk.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-uk.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-au.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-au.windows.com/UserAuthenticationCallback\",\r\n \"https://publicapi-prd.trafficmanager.net\",\r\n \"https://windowsatpservice\",\r\n \"https://winatpmanagement-us.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-eu.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-eu.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-us.windows.com/UserAuthenticationCallback\",\r\n \"https://api.securitycenter.windows.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://publicapi-prd.trafficmanager.net/\",\r\n \"fc780465-2017-40d4-a0c5-307022471b92\",\r\n \"https://userrequestsgraphapiep-prd.trafficmanager.net\",\r\n \"https://api.securitycenter.windows.com/\",\r\n \"https://securitycenter.onmicrosoft.com/windowsatpservice\",\r\n \"https://managementapi.securitycenter.windows.com/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"241330d9-fd94-405e-8210-f26f191f3706\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/aadnotificationtest/providers/Microsoft.Web/sites/EventNotification20180105020115\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"78144b22-0640-4190-b66b-bbfda9624940\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"EventNotification20180105020115\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"06DFA52379BE7E7D3807F6CDE3A4FA22E3CD1744\",\r\n \"endDate\": \"2018-11-23T14:06:00Z\",\r\n \"keyId\": \"798f0f55-def4-4b33-b074-ac4ee8506b16\",\r\n \"startDate\": \"2018-08-25T14:06:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T08:14:00Z\",\r\n \"keyId\": \"ebe8038f-7b58-4924-87c3-94038714c1fb\",\r\n \"startDate\": \"2018-07-10T08:14:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T21:06:00Z\",\r\n \"keyId\": \"ea303e35-25ca-4d2e-aba6-fc8f4663a52d\",\r\n \"startDate\": \"2018-05-24T21:06:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"78144b22-0640-4190-b66b-bbfda9624940\",\r\n \"https://identity.azure.net/b8u05X9Q0aRaQn5VRLXAjpCQ1cFMpPKn9frQLZHjGk0=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"24f7b96d-35ec-4ca9-aed5-292ab4b28041\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.Web/sites/webAppAbeneDemo\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"e3af3e81-23f6-44ad-8eea-8094d1d0160d\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"webAppAbeneDemo\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"97D39C0D233C12B883E548EC4E83665D9D262396\",\r\n \"endDate\": \"2018-11-23T17:26:00Z\",\r\n \"keyId\": \"ce17e790-51ee-4c91-b90f-9bb99b18b511\",\r\n \"startDate\": \"2018-08-25T17:26:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T16:34:00Z\",\r\n \"keyId\": \"a6d63619-d494-49e3-b55b-4d410b8e79ea\",\r\n \"startDate\": \"2018-07-10T16:34:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T18:20:00Z\",\r\n \"keyId\": \"8ac47629-2e37-4276-9dfe-2e331bced035\",\r\n \"startDate\": \"2018-05-24T18:20:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3af3e81-23f6-44ad-8eea-8094d1d0160d\",\r\n \"https://identity.azure.net/2b0yb+hy3AVN2UE4a1lxgAkN6f6/9JcC0DTSW/ZNNXw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"257b2e8b-ddce-40a4-b130-b15f13ac03e8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk8956/providers/Microsoft.DataLakeStore/accounts/onesdk6043\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"17c338ef-104b-4348-86fa-b602d63f6773\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6043\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:35:00Z\",\r\n \"keyId\": \"1436bdfc-7628-4632-bed5-644a4d45a266\",\r\n \"startDate\": \"2017-10-13T20:35:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"17c338ef-104b-4348-86fa-b602d63f6773\",\r\n \"https://identity.azure.net/VsMWhSazuscDeB4LxUB2AMaLGOzhDdW9zMf13+2KEZU=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"263c051a-72b7-49d4-89f9-5a8cd080f31d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure AD Identity Protection\",\r\n \"appId\": \"fc68d9e5-1f76-45ef-99aa-214805418498\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure AD Identity Protection\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://s2.cloudappdiscovery.ext.azure.com/\",\r\n \"https://main.protectioncenter.ext.azure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://main.protectioncenter.ext.azure.com\",\r\n \"https://s2.cloudappdiscovery.ext.azure.com/\",\r\n \"fc68d9e5-1f76-45ef-99aa-214805418498\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"26d55214-a727-4a90-a4e0-f03f7db21035\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"appId\": \"af47b99c-8954-4b45-ab68-8121157418ef\",\r\n \"appOwnerTenantId\": \"47df5bb7-e6bc-4256-afb0-dd8c8e3c1ce8\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://127.0.0.1:444/applications/default.aspx?metadata=MicrosoftAzureActiveDirectoryIntegratedApp|ISV9.1|primary|z\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access MicrosoftAzureActiveDirectoryIntegratedApp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"id\": \"786bf689-8107-4740-ba60-66ce1efb15bb\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access MicrosoftAzureActiveDirectoryIntegratedApp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Active Directory Application Registry\",\r\n \"replyUrls\": [\r\n \"https://127.0.0.1:444/applications/default.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://adapplicationregistry.onmicrosoft.com/manage.windowsazure.com/MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"af47b99c-8954-4b45-ab68-8121157418ef\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"27380a6e-48bc-4fc1-995f-389d971946fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Service Encryption\",\r\n \"appId\": \"dbc36ae1-c097-4df9-8d94-343c3d091a76\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Service Encryption\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"dbc36ae1-c097-4df9-8d94-343c3d091a76\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2750fdd7-4b97-41ac-8007-96af1bdba4f9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Management Groups\",\r\n \"appId\": \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Management Groups\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2a13cde5-a9ba-4766-8d17-3131e46e64a0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Service Trust\",\r\n \"appId\": \"d6fdaa33-e821-4211-83d0-cf74736489e1\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"displayName\": \"Microsoft Service Trust\",\r\n \"id\": \"50bf3dfa-9431-427d-823a-f146d9350034\",\r\n \"isEnabled\": true,\r\n \"value\": \"TBD\"\r\n }\r\n ],\r\n \"displayName\": \"Microsoft Service Trust\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://servicetrust.microsoft.com\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"adminConsentDisplayName\": \"Microsoft Service Trust\",\r\n \"id\": \"50bf3dfa-9431-427d-823a-f146d9350034\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"userConsentDisplayName\": \"Microsoft Service Trust\",\r\n \"value\": \"TBD\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://stp-webapi-prd2-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-prd3-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe2-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe3-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe6-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-prd2-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-ppe3-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-ppe4-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe5-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe7-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe8-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe9-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe2-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-prd3-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe2-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe3-eastus.cloudapp.net\",\r\n \"https://api.servicetrust.office-int.com\",\r\n \"https://api.servicetrust.officeppe.com\",\r\n \"https://api.servicetrust.microsoft.com\",\r\n \"https://stp-webapi-cld-prd2-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd2-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd2-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-ppe8-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe8-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe8-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe8-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-ppe9-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe9-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe9-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe9-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe7-eastus.cloudapp.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d6fdaa33-e821-4211-83d0-cf74736489e1\",\r\n \"https://servicetrust.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2b42cfb9-be6a-4df3-93a3-2554c6a3c091\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/Vakuma/providers/Microsoft.Web/sites/varunsite\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"007b5716-d39d-4c2a-9bdd-28ff70409982\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"varunsite\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"16D284C20C5DBE37F73F691DF28927A6A3097F36\",\r\n \"endDate\": \"2018-12-05T15:38:00Z\",\r\n \"keyId\": \"43f60457-d434-4a42-8a91-2149e0bd01ee\",\r\n \"startDate\": \"2018-09-06T15:38:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"007b5716-d39d-4c2a-9bdd-28ff70409982\",\r\n \"https://identity.azure.net/mwFhWpV63qISg/Rfm9bQtzuoKAkzrj2YEKlUBQL6UTE=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2bea1e36-728d-4ef2-aa36-c8db602842b9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Outlook Online Add-in App\",\r\n \"appId\": \"bc59ab01-8403-45c6-8796-ac3ef710b3e3\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Outlook Online Add-in App\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://outlook.office365.com/\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://outlook.office.com/owa/extSSO.aspx\",\r\n \"https://outlook.office365.com/owa/extSSO.aspx\",\r\n \"https://outlook-sdf.office.com/owa/extSSO.aspx\",\r\n \"https://partner.outlook.cn/owa/extSSO.aspx\",\r\n \"https://outlook.office.de/owa/extSSO.aspx\",\r\n \"https://ayushi-pc4/owa2/extSSO.aspx\",\r\n \"https://ayushi-pc4/owa3/extSSO.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bc59ab01-8403-45c6-8796-ac3ef710b3e3\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2bef5ec3-ba01-4286-b626-fb1ab001d339\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure DNS\",\r\n \"appId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure DNS\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"19947cfd-0303-466c-ac3c-fcc19a7a1570\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2c6e49a9-ac87-49d8-a840-e22a846b6b0b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Traffic Manager and DNS\",\r\n \"appId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Traffic Manager and DNS\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"AzureTrafficManagerandDNS\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2c80572e-5996-478c-8a04-204c823eafee\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"MCAPI Authorization Prod\",\r\n \"appId\": \"d73f4b35-55c9-48c7-8b10-651f6f2acb2e\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"MCAPI Authorization Prod\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d73f4b35-55c9-48c7-8b10-651f6f2acb2e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2e27dba2-889a-4e98-9fd3-39c1b7bbf726\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1299/providers/Microsoft.DataLakeStore/accounts/onesdk5644\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"cb9201ef-c582-4605-a8f1-f3e84c212e40\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk5644\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:30:00Z\",\r\n \"keyId\": \"3a5fd41f-f7ab-4bf0-8cac-a5272e2cdbd2\",\r\n \"startDate\": \"2017-05-25T06:30:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"cb9201ef-c582-4605-a8f1-f3e84c212e40\",\r\n \"https://identity.azure.net/mmTDlU5cN6geNLEKJBvgw0j2YzhZajSeNnsC/03GAAw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2e789b06-e017-472e-94cc-9c0be7062a5d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=True\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/Vakuma/providers/Microsoft.ManagedIdentity/userAssignedIdentities/vakuma1\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"d198844e-ff30-4f76-9d2a-78e8f5edc264\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"vakuma1\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0EDE17EED1F170DE9AB50BA8242C45A282D28D94\",\r\n \"endDate\": \"2018-11-25T16:01:00Z\",\r\n \"keyId\": \"38ac9b67-5ca8-4b3d-8333-e3f456b0c264\",\r\n \"startDate\": \"2018-08-27T16:01:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d198844e-ff30-4f76-9d2a-78e8f5edc264\",\r\n \"https://identity.azure.net/0xHmKXNRUDb3TSqh903Kj3y+ZOUgPcGbzMi8kDiBpqg=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2f30c1a9-f5ed-48ab-b254-7dfac6d18ba7\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1361/providers/Microsoft.DataLakeStore/accounts/onesdk6336\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"0f1bd9d3-0272-461c-8777-5842b3cc58a9\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6336\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:32:00Z\",\r\n \"keyId\": \"31ac8b87-cd4c-41a4-8894-772236f08b5e\",\r\n \"startDate\": \"2017-10-13T20:32:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0f1bd9d3-0272-461c-8777-5842b3cc58a9\",\r\n \"https://identity.azure.net/B7C+PbQq0PwVm/y0zOlYmnTaD8OhgTn6ndhOoxvQy3I=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2f3a889f-d4c8-4932-b529-545e266fa5ab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/ADIUX-BVT-DoNotDelete/providers/Microsoft.Compute/virtualMachines/VMBVTTest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"fea12fac-b375-4849-aeb5-cdc1a1b0aa09\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"VMBVTTest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"825CB6A8D9FDD21F76CD08F2AF71933FA0689AB8\",\r\n \"endDate\": \"2018-11-25T02:11:00Z\",\r\n \"keyId\": \"1fd2f243-b788-4cb2-adf6-ef481e697dac\",\r\n \"startDate\": \"2018-08-27T02:11:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-10T02:05:00Z\",\r\n \"keyId\": \"e4dcaedb-abe5-4159-b3f3-c495067eaa09\",\r\n \"startDate\": \"2018-07-12T02:05:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-25T02:05:00Z\",\r\n \"keyId\": \"7cda5faf-5f9f-4ad4-bd93-ea21f96178ef\",\r\n \"startDate\": \"2018-05-27T02:05:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"fea12fac-b375-4849-aeb5-cdc1a1b0aa09\",\r\n \"https://identity.azure.net/Ea4tYM/J0oF60i6ubE5Muhr4GHhBe2jJzjKw7ALtRrs=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"303ba214-32d9-4c7b-a94f-a81a867a043e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"newnewappregAbene\",\r\n \"appId\": \"4ce2eb45-d543-4a0f-b38c-19d9b5c2f245\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"newnewappregAbene\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://google.com\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access newnewappregAbene on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access newnewappregAbene\",\r\n \"id\": \"d3f8aa71-fa9c-4b34-bb2c-eb3f66bdd03f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access newnewappregAbene on your behalf.\",\r\n \"userConsentDisplayName\": \"Access newnewappregAbene\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://google.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/157eb110-d0b2-4ec4-8f44-a847d8747a1c\",\r\n \"4ce2eb45-d543-4a0f-b38c-19d9b5c2f245\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3098cd15-3216-4ac9-8048-24bd552170cb\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testingapp\",\r\n \"appId\": \"8adae013-34f5-4ab7-9a6b-8a240e9a08dc\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testingapp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testingapp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testingapp\",\r\n \"id\": \"f395a86e-e2c6-4091-8a8d-c50571096c2f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testingapp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testingapp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testingapp\",\r\n \"8adae013-34f5-4ab7-9a6b-8a240e9a08dc\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"30bd4f1e-d4d6-4b62-afd4-293a005be03e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Billing\",\r\n \"appId\": \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Billing\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"30da57cb-e4be-46ae-83cc-424cc2841906\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=True\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/abeneMSI1\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"1d1c3570-979d-4e25-905c-3ae5be57892f\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"abeneMSI1\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"55583F6A0935CB7DB45F5FD75C2278C407D97368\",\r\n \"endDate\": \"2018-11-25T16:00:00Z\",\r\n \"keyId\": \"0441e0b0-f88e-44bd-b22d-ed882e7a8e81\",\r\n \"startDate\": \"2018-08-27T16:00:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-19T23:48:00Z\",\r\n \"keyId\": \"28d1704e-a50e-4b90-bc20-bf2fee1c6352\",\r\n \"startDate\": \"2018-05-21T23:48:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"1d1c3570-979d-4e25-905c-3ae5be57892f\",\r\n \"https://identity.azure.net/C7+OBi4XzfcIbtE8YB6cVuXI3W1JUHmsuv+lG7Cstho=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"332a96a7-faa8-4106-864d-49bcfaf082ac\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Dynamics 365\",\r\n \"appId\": \"996def3d-b36c-4153-8607-a6fd3c01b89f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"displayName\": \"Access according to the application's permissions in Dynamics 365 Business Central\",\r\n \"id\": \"3983b928-ed40-4111-bbad-e7910cf234bd\",\r\n \"isEnabled\": true,\r\n \"value\": \"app_access\"\r\n }\r\n ],\r\n \"displayName\": \"Dynamics 365\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://businesscentral.dynamics.com/remote-sign-out\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"adminConsentDisplayName\": \"Access as the signed-in user\",\r\n \"id\": \"bce0976a-cb0b-473b-8800-84eda9f8e447\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to Dynamics 365 on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to Dynamics 365 Business Central\",\r\n \"value\": \"user_impersonation\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"adminConsentDisplayName\": \"Access as the signed-in user\",\r\n \"id\": \"2fb13c28-9d89-417f-9af2-ec3065bc16e6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to Dynamics 365 on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to Dynamics 365 Business Central\",\r\n \"value\": \"Financials.ReadWrite.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://wiise.bc.dynamics.com/remote-sign-in\",\r\n \"https://businesscentral.dynamics.com/remote-sign-in\",\r\n \"https://justfood.bc.dynamics.com/remote-sign-in\",\r\n \"https://deonline.bc.dynamics.com/remote-sign-in\",\r\n \"https://accountants.dynamics.com/remote-sign-in\",\r\n \"https://de-online.bc.dynamics.com/remote-sign-in\",\r\n \"https://lsnav.bc.dynamics.com/remote-sign-in\",\r\n \"https://sparkrock365.bc.dynamics.com/remote-sign-in\",\r\n \"https://4psconstruct.bc.dynamics.com/remote-sign-in\",\r\n \"https://project365.bc.dynamics.com/remote-sign-in\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"996def3d-b36c-4153-8607-a6fd3c01b89f\",\r\n \"https://financials.dynamics.com\",\r\n \"https://projectmadeira.com\",\r\n \"https://api.financials.dynamics.com\",\r\n \"https://api.invoicing.office.net\",\r\n \"https://api.businesscentral.dynamics.com\",\r\n \"https://api.accountants.dynamics.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"335a0db4-e8b3-4c67-8507-bfc64f894c56\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk996/providers/Microsoft.DataLakeStore/accounts/onesdk142\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"3982547d-b365-4f04-a902-78d4c077813a\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk142\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:33:00Z\",\r\n \"keyId\": \"05eeac34-505b-41a3-a0ca-0a0b3ec703c7\",\r\n \"startDate\": \"2017-10-13T20:33:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"3982547d-b365-4f04-a902-78d4c077813a\",\r\n \"https://identity.azure.net/EEFubXljhFZuz/cNk35SOWm2fAwqhCjFm+6AEmbKYEw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"339f8c08-2241-4e37-8508-21372400975a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Intune Enrollment\",\r\n \"appId\": \"d4ebce55-015a-49b5-a083-c84d1797ae8c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Intune Enrollment\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://enterpriseenrollment-s.manage.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com/\",\r\n \"https://enrollment.manage.microsoft.com\",\r\n \"https://enrollment.manage.microsoft.com/\",\r\n \"https://enrollment.manage-beta.microsoft.com\",\r\n \"https://enrollment.manage-beta.microsoft.com/\",\r\n \"https://enrollment.manage-selfhost.microsoft.com\",\r\n \"https://enrollment.manage-selfhost.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us/\",\r\n \"https://enrollment.manage-test.microsoft.us\",\r\n \"https://enrollment.manage-test.microsoft.us/\",\r\n \"https://enrollment.manage-ppe.microsoft.us\",\r\n \"https://enrollment.manage-ppe.microsoft.us/\",\r\n \"https://enrollment.manage.microsoft.us\",\r\n \"https://enrollment.manage.microsoft.us/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d4ebce55-015a-49b5-a083-c84d1797ae8c\",\r\n \"https://enrollment.manage.microsoft.us/\",\r\n \"https://enrollment.manage.microsoft.us\",\r\n \"https://enrollment.manage-ppe.microsoft.us/\",\r\n \"https://enrollment.manage-ppe.microsoft.us\",\r\n \"https://enrollment.manage-test.microsoft.us/\",\r\n \"https://enrollment.manage-test.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us\",\r\n \"https://enrollment.manage-selfhost.microsoft.com/\",\r\n \"https://enrollment.manage-selfhost.microsoft.com\",\r\n \"https://enrollment.manage-beta.microsoft.com/\",\r\n \"https://enrollment.manage-beta.microsoft.com\",\r\n \"https://enrollment.manage.microsoft.com/\",\r\n \"https://enrollment.manage.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"347d39b2-1744-45a7-8dc1-e54a4b5e1220\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Management APIs\",\r\n \"appId\": \"c5393580-f805-4401-95e8-94b7a6ef2fc2\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read activity reports for your organization\",\r\n \"id\": \"825c9d21-ba03-4e97-8007-83f020ff8c0f\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"displayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"69784729-33e3-471d-b130-744ce05343e5\",\r\n \"isEnabled\": true,\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read activity reports for your organization\",\r\n \"id\": \"b3b78c39-cb1d-4d17-820a-25d9196a800e\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"displayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"17f1c501-83cd-414c-9064-cd10f7aef836\",\r\n \"isEnabled\": true,\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"displayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"id\": \"4807a72c-ad38-4250-94c9-4eabfe26cd55\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityFeed.ReadDlp\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read activity data for your organization.\",\r\n \"displayName\": \"Read activity data for your organization\",\r\n \"id\": \"594c1fb6-4f81-4475-ae41-0c394909246c\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityFeed.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read service health information for your organization\",\r\n \"id\": \"e2cea78f-e743-4d8f-a16a-75b629a038ae\",\r\n \"isEnabled\": true,\r\n \"value\": \"ServiceHealth.Read\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 Management APIs\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity reports for your organization\",\r\n \"id\": \"825c9d21-ba03-4e97-8007-83f020ff8c0f\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"adminConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"69784729-33e3-471d-b130-744ce05343e5\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"userConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity reports for your organization\",\r\n \"id\": \"b3b78c39-cb1d-4d17-820a-25d9196a800e\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"adminConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"17f1c501-83cd-414c-9064-cd10f7aef836\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"userConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"adminConsentDisplayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"id\": \"4807a72c-ad38-4250-94c9-4eabfe26cd55\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"userConsentDisplayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"value\": \"ActivityFeed.ReadDlp\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read activity data for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity data for your organization\",\r\n \"id\": \"594c1fb6-4f81-4475-ae41-0c394909246c\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read activity data for your organization.\",\r\n \"userConsentDisplayName\": \"Read activity data for your organization\",\r\n \"value\": \"ActivityFeed.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read service health information for your organization\",\r\n \"id\": \"e2cea78f-e743-4d8f-a16a-75b629a038ae\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ServiceHealth.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://manage.office365.us\",\r\n \"https://manage.office.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"c5393580-f805-4401-95e8-94b7a6ef2fc2\",\r\n \"https://manage.office.com\",\r\n \"https://manage.office365.us\",\r\n \"https://manage.protection.apps.mil\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"34d8ff58-f820-4fe7-8d73-853e84a593f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure API Management\",\r\n \"appId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure API Management\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://management.mgmt-azure-api.net/reply\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"354e6a7e-f425-4592-bb9b-e72f27667bfb\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Operations Management Suite\",\r\n \"appId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Operations Management Suite\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://eus.login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://eus.login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://eus.login-a.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login-a.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login.systemcenteradvisor.com/OrgId/SignIn.aspx\",\r\n \"https://login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login-a.opinsights.azure.com/OrgId/SignIn.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://aad.opinsights.azure.com/\",\r\n \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"MicrosoftAzureOperationalInsights\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"35c40361-65fe-4f4b-8765-22f4236e52d5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft App Access Panel\",\r\n \"appId\": \"0000000c-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft App Access Panel\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://account.activedirectory.windowsazure.com/Account/ClearCookies\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://account-tip.activedirectory.windowsazure.com/\",\r\n \"https://account.activedirectory.windowsazure.com/\",\r\n \"https://account.activedirectory.windowsazure.us/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0000000c-0000-0000-c000-000000000000/activedirectory.windowsazure.com\",\r\n \"0000000c-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.ActiveDirectoryUX\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"35f7bdc1-49b3-4b92-838c-acb9ee1b93f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": false,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 SharePoint Online\",\r\n \"appId\": \"00000003-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user profiles without a signed in user.\",\r\n \"displayName\": \"Read user profiles\",\r\n \"id\": \"df021288-bdef-4463-88db-98f22de89214\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and update user profiles and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read and write user profiles\",\r\n \"id\": \"741f803b-c850-494e-b5df-cde7c675a1ca\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to write enterprise managed metadata and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read and write managed metadata\",\r\n \"id\": \"c8e3537c-ec53-43b9-bed3-b2bd3617ae97\",\r\n \"isEnabled\": true,\r\n \"value\": \"TermStore.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read enterprise managed metadata and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read managed metadata\",\r\n \"id\": \"2a8d57a5-4090-4a41-bf1c-3c621d2ccad3\",\r\n \"isEnabled\": true,\r\n \"value\": \"TermStore.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections without a signed in user.\",\r\n \"displayName\": \"Read and write items and lists in all site collections\",\r\n \"id\": \"9bff6588-13f2-4c48-bbf2-ddab62256b36\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.Manage.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to have full control of all site collections without a signed in user.\",\r\n \"displayName\": \"Have full control of all site collections\",\r\n \"id\": \"678536fe-1083-478a-9c59-b99265e6b0d3\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.FullControl.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read documents and list items in all site collections without a signed in user.\",\r\n \"displayName\": \"Read items in all site collections\",\r\n \"id\": \"d13f72ca-a275-4b96-b789-48ebcc4da984\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.\",\r\n \"displayName\": \"Read and write items in all site collections\",\r\n \"id\": \"fbcd29d2-fcca-4405-aded-518d457caae4\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.ReadWrite.All\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 SharePoint Online\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://signout.sharepoint.com/_layouts/15/expirecookies.aspx\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user profiles and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"0cea5a30-f6f8-42b5-87a0-84cc26822e02\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read user profiles and basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read user profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read and update user profiles and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write user profiles\",\r\n \"id\": \"82866913-39a9-4be7-8091-f4fa781088ae\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read and update user profiles and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write user profiles\",\r\n \"value\": \"User.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete the current user's files.\",\r\n \"adminConsentDisplayName\": \"Read and write user files\",\r\n \"id\": \"2cfdc887-d7b4-4798-9b33-3d98d6b95dd2\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete your files.\",\r\n \"userConsentDisplayName\": \"Read and write your files\",\r\n \"value\": \"MyFiles.Write\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the current user's files.\",\r\n \"adminConsentDisplayName\": \"Read user files\",\r\n \"id\": \"dd2c8d78-58e1-46d7-82dd-34d411282686\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your files.\",\r\n \"userConsentDisplayName\": \"Read your files\",\r\n \"value\": \"MyFiles.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have full control of all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Have full control of all site collections\",\r\n \"id\": \"56680e0d-d2a3-4ae1-80d8-3c4f2100e3d0\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to have full control of all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Have full control of all site collections\",\r\n \"value\": \"AllSites.FullControl\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write items and lists in all site collections\",\r\n \"id\": \"b3f70a70-8a4b-4f95-9573-d71c496a53f4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write items and lists in all site collections\",\r\n \"value\": \"AllSites.Manage\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete documents and list items in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write items in all site collections\",\r\n \"id\": \"640ddd16-e5b7-4d71-9690-3f4022699ee7\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update, and delete documents and list items in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write items in all site collections\",\r\n \"value\": \"AllSites.Write\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read documents and list items in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read items in all site collections\",\r\n \"id\": \"4e0d77b0-96ba-4398-af14-3baa780278f4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read documents and list items in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read items in all site collections\",\r\n \"value\": \"AllSites.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to run search queries and to read basic site info on behalf of the current signed-in user. Search results are based on the user's permissions instead of the app's permissions.\",\r\n \"adminConsentDisplayName\": \"Run search queries as a user\",\r\n \"id\": \"1002502a-9a71-4426-8551-69ab83452fab\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to run search queries and to read basic site info on your behalf. Search results are based on your permissions.\",\r\n \"userConsentDisplayName\": \"Run search queries \",\r\n \"value\": \"Sites.Search.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete managed metadata and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write managed metadata\",\r\n \"id\": \"59a198b5-0420-45a8-ae59-6da1cb640505\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete managed metadata and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write managed metadata\",\r\n \"value\": \"TermStore.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read managed metadata and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read managed metadata\",\r\n \"id\": \"a468ea40-458c-4cc2-80c4-51781af71e41\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read managed metadata and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read managed metadata\",\r\n \"value\": \"TermStore.Read.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://www180015.066dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www167017.080dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www174015.019dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www162015.079dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www156015.077dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www158015.075dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www145007.074dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www148015.030dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www141017.028dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www143020.025dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www138015.076dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www136028.062dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www129017.072dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www127017.005dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www124016.032dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www117017.063dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www115014.071dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www111031.045dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www113025.044dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www105021.059dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www92050.065dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www32058.050dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www29079.048dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www39085.034dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www38024.068dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www37045.007dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www30090.054dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www95027.027dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www75007.023dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www70030.035dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www60140.098dspoapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www160015.078dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www154017.003dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www102027.067dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www100039.017dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www87072.042dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www90082.053dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www80033.011dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www65158.013dspoapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www139017.073dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www133018.046dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www97058.085dspoapp.com/_layouts/15/spolanding.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"00000003-0000-0ff1-ce00-000000000000/*.sharepoint.com\",\r\n \"00000003-0000-0ff1-ce00-000000000000\",\r\n \"https://microsoft.sharepoint-df.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"39ae49d9-cce2-478d-b758-0758fd99dc6a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testappCri\",\r\n \"appId\": \"994082e0-f050-4c1d-b57d-3bb0ac6b04be\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testappCri\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testappCri on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testappCri\",\r\n \"id\": \"c698aa66-389c-4bf6-b31f-4ed8c3317f13\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testappCri on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testappCri\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testappcri\",\r\n \"994082e0-f050-4c1d-b57d-3bb0ac6b04be\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"39f46468-2dea-472f-8cc8-41ca91748437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Azure App Service\",\r\n \"appId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Azure App Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access all the APIs registered with App Service\",\r\n \"adminConsentDisplayName\": \"Access APIs registered with App Service\",\r\n \"id\": \"e0ea806b-d128-49dc-ac08-2bf18f7874d8\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access all the APIs registered with App Service\",\r\n \"userConsentDisplayName\": \"Access APIs registered with App Service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://trywebsites.azurewebsites.net/\",\r\n \"https://trywebsitesstaging.azurewebsites.net/\",\r\n \"https://resources-staging.azure.com\",\r\n \"https://resources.azure.com\",\r\n \"https://deploy.azure.com\",\r\n \"https://deploy-staging.azure.com\",\r\n \"https://tryappservice.azure.com\",\r\n \"https://tryappservice-staging.azure.com\",\r\n \"https://functions.azure.com\",\r\n \"https://functions-staging.azure.com\",\r\n \"https://functions-next.azure.com\",\r\n \"https://scratch.botframework.com/\",\r\n \"https://ppe.botframework.com/\",\r\n \"https://functions-release.azure.com\",\r\n \"https://dev.botframework.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://appservice.azure.com\",\r\n \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"Microsoft.Azure.WebSites\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestAdminApp-DevRunner\",\r\n \"appId\": \"cb44d3e0-95f1-4157-ac49-f639ac31044a\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestAdminApp-DevRunner\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://AuthZScenarioTestAdminApp-DevRunner\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestAdminApp-DevRunner on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestAdminApp-DevRunner\",\r\n \"id\": \"96eccf5b-5467-4c10-9aec-c0ef4a5a0477\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestAdminApp-DevRunner on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestAdminApp-DevRunner\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://AuthZScenarioTestAdminApp-DevRunner\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AuthZScenarioTestAdminApp-DevRunner\",\r\n \"cb44d3e0-95f1-4157-ac49-f639ac31044a\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3b78c1d8-437e-44dc-866e-292c9c09cf4d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk2665/providers/Microsoft.DataLakeStore/accounts/onesdk8557\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"2642b527-ec56-4cd7-a452-3bc6677e4b41\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk8557\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:34:00Z\",\r\n \"keyId\": \"c23fa5f8-aa8d-4ca5-86bd-bd317c08054f\",\r\n \"startDate\": \"2017-10-13T20:34:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2642b527-ec56-4cd7-a452-3bc6677e4b41\",\r\n \"https://identity.azure.net/ztW72CWRrLzLPObt0eeBOn4to77ql+cldoi8zf6292Y=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ProductionBApplication\",\r\n \"appId\": \"a2abb7fb-a006-481f-b30c-6d9c5d34b9bd\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ProductionBApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"d81ed346-798e-4549-96b3-29d15cb5ba19\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access ProductionBApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access ProductionBApplication\",\r\n \"id\": \"6515dcf4-f173-4f19-ae68-4aa772948ad1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access ProductionBApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access ProductionBApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://ProductionBApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://ProductionBApplication\",\r\n \"a2abb7fb-a006-481f-b30c-6d9c5d34b9bd\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3d4ab334-8094-4a37-a5ae-34e8060b0b1b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft AppPlat EMA\",\r\n \"appId\": \"dee7ba80-6a55-4f3b-a86c-746a9231ae49\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft AppPlat EMA\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://consent.msp.windows.net/\",\r\n \"dee7ba80-6a55-4f3b-a86c-746a9231ae49\",\r\n \"MicrosoftAppPlatEMA\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3dac2760-afe9-4f41-8716-cc42ce15854d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk837/providers/Microsoft.DataLakeStore/accounts/onesdk6740\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"a0689a2d-f7e0-4aaa-a96f-03848c81cb79\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6740\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:07:00Z\",\r\n \"keyId\": \"54473657-5882-43da-82cc-6a4127ad06fa\",\r\n \"startDate\": \"2017-10-13T20:07:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0689a2d-f7e0-4aaa-a96f-03848c81cb79\",\r\n \"https://identity.azure.net//49yPAaY+zXto275hfRylcubgQ4ymEj9B1MNtmQzaiM=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3e3ec9fc-84c7-4250-b2ba-86f90ec71dd6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testsp1\",\r\n \"appId\": \"d18d1e77-8102-40d9-9c9b-3b16e91db840\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testsp1\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://testsp1\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testsp1 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testsp1\",\r\n \"id\": \"af4c7978-5528-4b97-89b7-62851f2bbd91\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testsp1 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testsp1\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testsp1\",\r\n \"d18d1e77-8102-40d9-9c9b-3b16e91db840\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3feb5859-6be6-4fb5-854e-3f84534d6fde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"O365SBRM Service\",\r\n \"appId\": \"9d06afd9-66c9-49a6-b385-ea7509332b0b\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"O365SBRM Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the OCM service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to the OCM Service \",\r\n \"id\": \"9454efbe-3f0a-4074-9ec5-a25adefb6f87\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the OCM service on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to the OCM service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"http://xrmserviceprod.cloudapp.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"9d06afd9-66c9-49a6-b385-ea7509332b0b\",\r\n \"http://xrmserviceprod.cloudapp.net\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"419049cc-fc02-45f0-9a2d-37988433240f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure SQL Database Backup To Azure Backup Vault\",\r\n \"appId\": \"e4ab13ed-33cb-41b4-9140-6e264582cf85\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure SQL Database Backup To Azure Backup Vault\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e4ab13ed-33cb-41b4-9140-6e264582cf85\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"42671bc2-6c42-4e6e-a733-2326ee49b6f9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureDnsFrontendApp\",\r\n \"appId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureDnsFrontendApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0be0c72-870e-46f0-9c49-c98333a996f7\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4303c09d-16ce-487a-ac64-eee916f05cfe\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Invitation Acceptance Portal\",\r\n \"appId\": \"4660504c-45b3-4674-a709-71951a6b0763\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Invitation Acceptance Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://prod-b.redeem.b2b.azure.net\",\r\n \"https://prod-a.redeem.b2b.azure.net\",\r\n \"https://testslice.redeem.b2b.azure.net/\",\r\n \"https://invitations.microsoft.com\",\r\n \"https://prod-t.redeem.b2b.azure.net\",\r\n \"https://redeem.b2b.azure.net/\",\r\n \"https://login.microsoftonline.com/redeem\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://prod-b.redeem.b2b.azure.net\",\r\n \"https://prod-a.redeem.b2b.azure.net\",\r\n \"https://testslice.redeem.b2b.azure.net/\",\r\n \"https://redeem.b2b.azure.net/\",\r\n \"https://prod-t.redeem.b2b.azure.net/\",\r\n \"https://invitations.microsoft.com\",\r\n \"https://login.microsoftonline.com/redeem\",\r\n \"4660504c-45b3-4674-a709-71951a6b0763\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"43440d39-6989-44d5-8129-091277366972\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testapp\",\r\n \"appId\": \"3116f20e-c390-4f95-9b4f-7fab7e2b4cb1\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testapp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testapp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testapp\",\r\n \"id\": \"6798652b-a8de-422f-888c-a0d155855ffd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testapp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testapp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testapp\",\r\n \"3116f20e-c390-4f95-9b4f-7fab7e2b4cb1\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"440ea085-6617-455e-9f9c-76ddc998970b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Approval Management\",\r\n \"appId\": \"65d91a3d-ab74-42e6-8a2f-0add61688c74\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Approval Management\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"https://account.activedirectory.windowsazure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"65d91a3d-ab74-42e6-8a2f-0add61688c74/approvalmanagement.activedirectory.windowsazure.com\",\r\n \"65d91a3d-ab74-42e6-8a2f-0add61688c74\",\r\n \"Microsoft.ApprovalManagement\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"452d5ff3-05c1-4742-8386-8729f38bfab8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft B2B Admin Worker\",\r\n \"appId\": \"1e2ca66a-c176-45ea-a877-e87f7231e0ee\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft B2B Admin Worker\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://msb2badminworker.cloudapp.net/\",\r\n \"1e2ca66a-c176-45ea-a877-e87f7231e0ee\",\r\n \"MicrosoftB2BAdminWorker\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"463d4000-8bce-404c-b6be-152be55e519f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Mobile Application Management Backend\",\r\n \"appId\": \"354b5b6d-abd6-4736-9f51-1be80049b91f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Mobile Application Management Backend\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"354b5b6d-abd6-4736-9f51-1be80049b91f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4939a576-8456-4519-adb7-27dbe56095c7\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Information Protection Sync Service\",\r\n \"appId\": \"870c4f2e-85b6-4d43-bdda-6ed9a579b725\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Read all unified policies of the tenant.\",\r\n \"displayName\": \"Read all unified policies of the tenant.\",\r\n \"id\": \"8b2071cd-015a-4025-8052-1c0dba2d3f64\",\r\n \"isEnabled\": true,\r\n \"value\": \"UnifiedPolicy.Tenant.Read\"\r\n }\r\n ],\r\n \"displayName\": \"Microsoft Information Protection Sync Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Read all unified policies a user has access to.\",\r\n \"adminConsentDisplayName\": \"Read all unified policies a user has access to.\",\r\n \"id\": \"34f7024b-1bed-402f-9664-f5316a1e1b4a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Read all unified policies a user has access to.\",\r\n \"userConsentDisplayName\": \"Read all unified policies a user has access to.\",\r\n \"value\": \"UnifiedPolicy.User.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"870c4f2e-85b6-4d43-bdda-6ed9a579b725\",\r\n \"https://syncservice.o365syncservice.com\",\r\n \"https://psor.o365syncservice.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"495b76a0-9569-4619-91ac-39b6c49bf2ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure SQL Virtual Network to Network Resource Provider\",\r\n \"appId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure SQL Virtual Network to Network Resource Provider\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"496ffd76-fb57-4d3c-b0b2-30e80ddbc235\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Signup\",\r\n \"appId\": \"b4bddae8-ab25-483e-8670-df09b9f1d0ea\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Signup\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://signup.microsoft.com/logout\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://signup.microsoft.com/\",\r\n \"https://scusignupprv.microsoft.com/landing\",\r\n \"https://ncusignupprv.microsoft.com/landing\",\r\n \"https://wjpsignup.microsoft.com/landing\",\r\n \"https://ejpsignup.microsoft.com/landing\",\r\n \"https://wussignup.microsoft.com/landing\",\r\n \"https://eussignup.microsoft.com/landing\",\r\n \"https://scusignup.microsoft.com/landing\",\r\n \"https://eassignup.microsoft.com/landing\",\r\n \"https://seasignup.microsoft.com/landing\",\r\n \"https://weusignup.microsoft.com/landing\",\r\n \"https://neusignup.microsoft.com/landing\",\r\n \"https://ncusignup.microsoft.com/landing\",\r\n \"https://signup.microsoft.com/landing\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://scusignupprv.microsoft.com/\",\r\n \"https://ncusignupprv.microsoft.com/\",\r\n \"https://wjpsignup.microsoft.com/\",\r\n \"https://ejpsignup.microsoft.com/\",\r\n \"https://wussignup.microsoft.com/\",\r\n \"https://eussignup.microsoft.com/\",\r\n \"https://scusignup.microsoft.com/\",\r\n \"https://eassignup.microsoft.com/\",\r\n \"https://seasignup.microsoft.com/\",\r\n \"https://weusignup.microsoft.com/\",\r\n \"https://neusignup.microsoft.com/\",\r\n \"https://ncusignup.microsoft.com/\",\r\n \"https://signup.microsoft.com/\",\r\n \"https://signup.microsoft.com\",\r\n \"https://ncusignup.microsoft.com\",\r\n \"https://neusignup.microsoft.com\",\r\n \"https://weusignup.microsoft.com\",\r\n \"https://seasignup.microsoft.com\",\r\n \"https://eassignup.microsoft.com\",\r\n \"https://scusignup.microsoft.com\",\r\n \"https://eussignup.microsoft.com\",\r\n \"https://wussignup.microsoft.com\",\r\n \"https://ejpsignup.microsoft.com\",\r\n \"https://wjpsignup.microsoft.com\",\r\n \"https://ncusignupprv.microsoft.com\",\r\n \"https://scusignupprv.microsoft.com\",\r\n \"b4bddae8-ab25-483e-8670-df09b9f1d0ea\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4d459062-aaee-410e-bffc-17cb1f946f84\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Intune\",\r\n \"appId\": \"0000000a-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Intune\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://manage-beta.microsoft.com\",\r\n \"https://manage.microsoft.com\",\r\n \"https://manage-ppe.microsoft.us\",\r\n \"https://manage.microsoft.us\",\r\n \"https://manage-selfhost.microsoft.com\",\r\n \"https://uiststest-centralus.cloudapp.net/Signin\",\r\n \"https://sts.manage-dogfood.manage.microsoft.com/Signin\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0000000a-0000-0000-c000-000000000000/manage-beta.microsoft.com\",\r\n \"0000000a-0000-0000-c000-000000000000/manage.microsoft.com\",\r\n \"0000000a-0000-0000-c000-000000000000\",\r\n \"https://fef.msua01.manage.microsoft.com\",\r\n \"https://fef.msua02.manage.microsoft.com\",\r\n \"https://fef.msua04.manage.microsoft.com\",\r\n \"https://fef.msua05.manage.microsoft.com\",\r\n \"https://fef.amsua0502.manage.microsoft.com\",\r\n \"https://fef.msua06.manage.microsoft.com\",\r\n \"https://fef.amsua0602.manage.microsoft.com\",\r\n \"https://fef.msuc01.manage.microsoft.com\",\r\n \"https://fef.msuc02.manage.microsoft.com\",\r\n \"https://fef.msuc03.manage.microsoft.com\",\r\n \"https://fef.msuc05.manage.microsoft.com\",\r\n \"https://fef.msub01.manage.microsoft.com\",\r\n \"https://FEF.amsub0102.manage.microsoft.com\",\r\n \"https://fef.msub02.manage.microsoft.com\",\r\n \"https://fef.msub03.manage.microsoft.com\",\r\n \"https://fef.msub05.manage.microsoft.com\",\r\n \"https://fef.msua07.manage.microsoft.com\",\r\n \"https://fef.bmsub01.manage-beta.microsoft.com\",\r\n \"https://fef.bmsua01.manage-beta.microsoft.com\",\r\n \"https://fef.shmsua01.manage-selfhost.microsoft.com\",\r\n \"https://fef.tamsua02.manage-selfhost.microsoft.com\",\r\n \"https://manage-selfhost.microsoft.com\",\r\n \"https://manage.microsoft.us\",\r\n \"https://manage-ppe.microsoft.us\",\r\n \"https://manage.microsoft.com/\",\r\n \"https://manage-beta.microsoft.com/\",\r\n \"https://manage.microsoft.com\",\r\n \"https://manage-beta.microsoft.com\",\r\n \"https://fef.fxpasu01.manage.microsoft.us\",\r\n \"https://fef.amsua0402.manage.microsoft.com\",\r\n \"https://fef.amsua0202.manage.microsoft.com\",\r\n \"https://fef.amsub0202.manage.microsoft.com\",\r\n \"https://fef.amsub0302.manage.microsoft.com\",\r\n \"https://fef.fxbasu01.manage.microsoft.us\",\r\n \"https://warehouse.manage-selfhost.microsoft.com\",\r\n \"https://warehouse.manage-beta.microsoft.com\",\r\n \"https://warehouse.manage.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4ddebd2b-c508-4c1c-a988-07e0282c7dad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"IAMTenantCrawler\",\r\n \"appId\": \"66244124-575c-4284-92bc-fdd00e669cea\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"IAMTenantCrawler\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://iamtenantcrawler.microsoft.com/reply\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://iamtenantcrawler.microsoft.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"66244124-575c-4284-92bc-fdd00e669cea\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4e99f9dc-c452-42d1-aef7-f2e63e46bc32\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk6870/providers/Microsoft.DataLakeStore/accounts/onesdk2316\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"f69e6d3a-6888-461d-aaed-c085ebbd0800\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk2316\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:49:00Z\",\r\n \"keyId\": \"d275b8e2-d98f-4da8-9916-7cd6ef0e90a7\",\r\n \"startDate\": \"2017-10-13T20:49:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"f69e6d3a-6888-461d-aaed-c085ebbd0800\",\r\n \"https://identity.azure.net/1Jb+Ts5QY2dY7+Iu8Onw4dm5eI77LbnC4v+g+y6T0M4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4fbc557f-6308-43b6-8b3f-f621395bb976\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk7764/providers/Microsoft.DataLakeStore/accounts/onesdk2799\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"7e01903e-1cdc-4d79-887d-a8b4811afc6c\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk2799\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:47:00Z\",\r\n \"keyId\": \"b67ddf05-7676-4836-aada-afc8d0c60a19\",\r\n \"startDate\": \"2017-10-13T20:47:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"7e01903e-1cdc-4d79-887d-a8b4811afc6c\",\r\n \"https://identity.azure.net/hwoWUXiQdWUARkK4qfUxvGSjQWnSJ85U5VRzTZ/hoqo=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"505ff466-b071-4c3c-aea4-4dbc351d45b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Windows Azure Active Directory\",\r\n \"appId\": \"00000002-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read data in your company or school directory, such as users, groups, and apps.\",\r\n \"displayName\": \"Read directory data\",\r\n \"id\": \"5778995a-e1bf-45b8-affa-663a9f3f4d04\",\r\n \"isEnabled\": true,\r\n \"value\": \"Directory.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all domain properties without a signed in user. Also allows the app to add, verify and remove domains.\",\r\n \"displayName\": \"Read and write domains\",\r\n \"id\": \"abefe9df-d5a9-41c6-a60b-27b38eac3efb\",\r\n \"isEnabled\": true,\r\n \"value\": \"Domain.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write data in your company or school directory, such as users, and groups. Does not allow user or group deletion.\",\r\n \"displayName\": \"Read and write directory data\",\r\n \"id\": \"78c8a3c8-a07e-4b9e-af1b-b5ccab50a175\",\r\n \"isEnabled\": true,\r\n \"value\": \"Directory.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.\",\r\n \"displayName\": \"Read and write devices\",\r\n \"id\": \"1138cb37-bd11-4084-a2b7-9f71582aeddb\",\r\n \"isEnabled\": true,\r\n \"value\": \"Device.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.\",\r\n \"displayName\": \"Read all hidden memberships\",\r\n \"id\": \"9728c0c4-a06b-4e0e-8d1b-3d694e8ec207\",\r\n \"isEnabled\": true,\r\n \"value\": \"Member.Read.Hidden\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user. It cannot update any apps that it is not an owner of.\",\r\n \"displayName\": \"Manage apps that this app creates or owns\",\r\n \"id\": \"824c81eb-e3f8-4ee6-8f6d-de7f50d565b7\",\r\n \"isEnabled\": true,\r\n \"value\": \"Application.ReadWrite.OwnedBy\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\r\n \"displayName\": \"Read and write all applications\",\r\n \"id\": \"1cda74f2-2616-4834-b122-5cb1b07f8a59\",\r\n \"isEnabled\": true,\r\n \"value\": \"Application.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all domain properties without a signed in user. Also allows the app to add, verify and remove domains.\",\r\n \"displayName\": \"Read and write domains\",\r\n \"id\": \"aaff0dfd-0295-48b6-a5cc-9f465bc87928\",\r\n \"isEnabled\": true,\r\n \"value\": \"Domain.ReadWrite.All\"\r\n }\r\n ],\r\n \"displayName\": \"Windows Azure Active Directory\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to information in the directory as the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access the directory as the signed-in user\",\r\n \"id\": \"a42657d6-7f20-40e3-b6f0-cee03008a62a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to have the same access to information in your work or school directory as you do.\",\r\n \"userConsentDisplayName\": \"Access the directory as you\",\r\n \"value\": \"Directory.AccessAsUser.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read data in your company or school directory, such as users, groups, and apps.\",\r\n \"adminConsentDisplayName\": \"Read directory data\",\r\n \"id\": \"5778995a-e1bf-45b8-affa-663a9f3f4d04\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read data in your company or school directory, such as other users, groups and apps.\",\r\n \"userConsentDisplayName\": \"Read directory data\",\r\n \"value\": \"Directory.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read and write data in your company or school directory, such as users, and groups. Does not allow user or group deletion.\",\r\n \"adminConsentDisplayName\": \"Read and write directory data\",\r\n \"id\": \"78c8a3c8-a07e-4b9e-af1b-b5ccab50a175\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read and write data in your company or school directory, such as other users, groups. Does not allow user or group deletion on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write directory data\",\r\n \"value\": \"Directory.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create groups on behalf of the signed-in user and read all group properties and memberships. Additionally, this allows the app to update group properties and memberships for the groups the signed-in user owns.\",\r\n \"adminConsentDisplayName\": \"Read and write all groups\",\r\n \"id\": \"970d6fa6-214a-4a9b-8513-08fad511e2fd\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create groups on your behalf and read all group properties and memberships. Additionally, this allows the app to update group properties and memberships for groups you own.\",\r\n \"userConsentDisplayName\": \"Read and write all groups\",\r\n \"value\": \"Group.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read basic group properties and memberships on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read all groups\",\r\n \"id\": \"6234d376-f627-4f0f-90e0-dff25c5211a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all group properties and memberships on your behalf.\",\r\n \"userConsentDisplayName\": \"Read all groups\",\r\n \"value\": \"Group.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the full set of profile properties of all users in your company or school, on behalf of the signed-in user. Additionally, this allows the app to read the profiles of the signed-in user's reports and manager.\",\r\n \"adminConsentDisplayName\": \"Read all users' full profiles\",\r\n \"id\": \"c582532d-9d9e-43bd-a97c-2667a28ce295\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the full set of profile properties of all users in your company or school, on your behalf. Additionally, this allows the app to read the profiles of your reports and manager.\",\r\n \"userConsentDisplayName\": \"Read all user's full profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of all users in your company or school on behalf of the signed-in user. Includes display name, first and last name, photo, and email address. Additionally, this allows the app to read basic info about the signed-in user's reports and manager.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"cba73afc-7f69-4d86-8450-4978e04ecd1a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your company or school, on your behalf. Includes display name, first and last name, photo, and email address. Additionally, this allows the app to read basic info about your reports and manager.\",\r\n \"userConsentDisplayName\": \"Read all user's basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows users to sign in to the app, and allows the app to read the profile of signed-in users. It also allow the app to read basic company information of signed-in users.\",\r\n \"adminConsentDisplayName\": \"Sign in and read user profile\",\r\n \"id\": \"311a71cc-e848-46a1-bdf8-97ff7156d8e6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows you to sign in to the app with your work account and let the app read your profile. It also allows the app to read basic company information.\",\r\n \"userConsentDisplayName\": \"Sign you in and read your profile\",\r\n \"value\": \"User.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the memberships of hidden groups and administrative units on behalf of the signed-in user, for those hidden groups and administrative units that the signed-in user has access to.\",\r\n \"adminConsentDisplayName\": \"Read hidden memberships\",\r\n \"id\": \"2d05a661-f651-4d57-a595-489c91eda336\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the memberships of hidden groups or administrative units on your behalf, for those hidden groups or administrative units that you have access to.\",\r\n \"userConsentDisplayName\": \"Read your hidden memberships\",\r\n \"value\": \"Member.Read.Hidden\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://graph.windows.net/\",\r\n \"https://graph.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000/graph.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000/directory.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.ActiveDirectory\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.ServicePrincipal?$skiptoken=X'4453707402000100000035536572766963655072696E636970616C5F35303566663436362D623037312D346333632D616561342D34646263333531643435623535536572766963655072696E636970616C5F35303566663436362D623037312D346333632D616561342D3464626333353164343562350000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/getObjectsByObjectIds?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9nZXRPYmplY3RzQnlPYmplY3RJZHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"objectIds\": [\r\n \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"45356bf6-c813-4488-b163-e00edf1d1a50\"\r\n ],\r\n \"types\": [\r\n \"User\"\r\n ],\r\n \"includeDirectoryObjectReferences\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "879c98a1-b2dc-4eb3-8b7c-2577f3b016b1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "194" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "e3007b32-6de2-4a97-b2fe-c39aa44843da" - ], - "client-request-id": [ - "726bd6c1-9b4f-4a51-ab08-c0403fd01dd0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "7ed5G86SmQ-7mZK20ylt4TmTPLn3VRB34QqPS_23WE9uefe1_dK9Jz4LdPL1S56OI7BCWYKulSdnVKedbpXSGDXkycFQva1ivBvgXzPWtL15By6axae9cZcyzD3WJr0OmrN1z49BX3Dh9I8SZdEsRA.WSoSFEELxTnx3NnrvlnZ98xl1UrUTldwyA7bkVZSmB4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "839550" - ], - "Content-Length": [ - "2841" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"creationType\": \"Invitation\",\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"abene\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": \"abene@microsoft.com\",\r\n \"mailNickname\": \"abene_microsoft.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"abene@microsoft.com\"\r\n ],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [\r\n \"SMTP:abene@microsoft.com\"\r\n ],\r\n \"refreshTokensValidFromDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"showInAddressList\": false,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"abene_microsoft.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": \"Accepted\",\r\n \"userStateChangedOn\": \"2017-11-08T23:02:57Z\",\r\n \"userType\": \"Guest\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/getObjectsByObjectIds?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9nZXRPYmplY3RzQnlPYmplY3RJZHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"objectIds\": [\r\n \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\"\r\n ],\r\n \"types\": [\r\n \"Group\"\r\n ],\r\n \"includeDirectoryObjectReferences\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "80baf586-30fb-48c0-ab1f-79ea73d2c603" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "195" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "0794b31c-9fc2-4e6b-a118-aff08ecbf97f" - ], - "client-request-id": [ - "bc1c4fee-8c49-4606-bee2-07d5a37d465e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "wgz0EyjVn7ZgZkF07bn_U8SUQglsGDWqMnFe-B4JMsxV2vLqwvZ9xXbYIruSHhzfzR2_ZOKZoMJYzvL387Z4vylpf1MJbHMqW4hg8_Pr7jUZO93yump7KjooCyvrUvLjp9IjYbXN8WOWX1ZdlJIOhA.slE7BVYrNk-qkGtmt7SrOvZGlMDeHxW0ou5Jb6fTl2U" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "805648" - ], - "Content-Length": [ - "1256" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"0007442c-98fe-49cb-9b32-ed2e82254c56\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup8d909fccb-cd42-48d9-99b1-6ad3aeb05b32tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"000b70a0-d467-43f5-98c3-632ce5ecf4aa\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"testGroup0cd67b03a-a854-4e6a-a753-e3f1698c91e3tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/getObjectsByObjectIds?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9nZXRPYmplY3RzQnlPYmplY3RJZHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"objectIds\": [\r\n \"01395204-fc96-45fd-8ec8-dd99e45a293f\"\r\n ],\r\n \"types\": [\r\n \"ServicePrincipal\"\r\n ],\r\n \"includeDirectoryObjectReferences\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef3f4117-1b66-428c-b11a-3fb3726279ff" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "161" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "b3eef890-698e-4003-9380-1a211ac07f51" - ], - "client-request-id": [ - "d3b7e5f8-cdcb-447d-93ed-6ef7c4bd435d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "FR-KWGuA5rA8YmUsWLeRxviJePlQbBDLb7XSshg0AperJo6cz_-Q35r_T7TRrOzUFASEdUgC6MskwYuD_DDQziw5dGNg2rJiNyXFAb1gQXoWGpLYo9WvyFE4nYuOhZOHwnADy7_dwEHVgjfVHo2W1Q.TrEIvX5rrNjIO4fxfnBPjhBgw_JWNhy4MdSj1WsOycY" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "762299" - ], - "Content-Length": [ - "1931" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/QueryServicePrincipalTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/QueryServicePrincipalTest.json deleted file mode 100644 index e3b0413163c1..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/QueryServicePrincipalTest.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "70811208-baf8-4453-82b7-4a93b6991097" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "7835e27a-8248-437d-bb1e-52f8d9714e29" - ], - "client-request-id": [ - "f7026c6f-9d62-4f16-80ee-aecf725dd91f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "G9f-b0JQhwDvtVD70FCNH11lrpjDiJIwzX5XHtkoFQ71mGkO1LmKE-Xfoe62za4EX5ry9DoU7GMzzZZ2kv0PF8jy02oef8y6WvVpIxIYC-uScmBC5VTPQNPpA8LnXxAObiuuzXbVP4dV_o4MeKrEzg.YvuJTXaECaWzdlXVQZMrPPa0TyhmJMXkLaJ2XQsWY4Q" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2397968" - ], - "Content-Length": [ - "194022" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01599001-019c-4f4e-a2a5-1c29089ab6b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"NetworkTrafficAnalyticsService\",\r\n \"appId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"NetworkTrafficAnalyticsService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://microsoft.onmicrosoft.com/NetworkTrafficAnalyticsService\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://microsoft.onmicrosoft.com/NetworkTrafficAnalyticsService\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"1e3e4475-288f-4018-a376-df66fd7fac5f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0164e982-af66-4ca0-ae8f-ff61f4abbb69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testraghka\",\r\n \"appId\": \"f0e5c308-3380-4fd8-a756-e832d17bd437\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testraghka\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://testraghka\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testraghka on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testraghka\",\r\n \"id\": \"12964178-ec65-4502-966b-9c9eff956119\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testraghka on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testraghka\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://testraghka\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/d64c47f2-80f5-463b-849a-bb6a7db4ac56\",\r\n \"f0e5c308-3380-4fd8-a756-e832d17bd437\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"02a9de8f-96f8-482c-ab74-808624a44809\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Exchange Online Protection\",\r\n \"appId\": \"00000007-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Exchange Online Protection\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://*.protection.outlook.com\",\r\n \"https://*.dataservice.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/admin.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/admin.protection.beta.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/*.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000/*.dataservice.protection.outlook.com\",\r\n \"00000007-0000-0ff1-ce00-000000000000\",\r\n \"https://ps.protection.office365.us\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0336d039-3cdc-46e1-876c-db6343ce3841\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4535/providers/Microsoft.DataLakeStore/accounts/onesdk1276\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"e3131a98-222c-449c-8f1a-8e49b243abf9\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk1276\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:43:00Z\",\r\n \"keyId\": \"f9d5b7b8-12cc-4dbf-8cf5-cea2fba6b432\",\r\n \"startDate\": \"2017-10-13T20:43:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3131a98-222c-449c-8f1a-8e49b243abf9\",\r\n \"https://identity.azure.net/h/BFsqT1hINc7+xcos/pZnc3/Hwe5yBNkFINnxpdORw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"03990797-141f-4bd7-a4df-ed93bdaab047\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk9431/providers/Microsoft.DataLakeStore/accounts/onesdk3713\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"436e1590-efdb-47c3-910c-e8f6b445f90e\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk3713\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:17:00Z\",\r\n \"keyId\": \"8cb68f42-34a0-4887-9e3d-5caf3f73a448\",\r\n \"startDate\": \"2017-10-13T20:17:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"436e1590-efdb-47c3-910c-e8f6b445f90e\",\r\n \"https://identity.azure.net/ktrf2HBviaAq+OHJUF05RPskwzsaqAeQ2kD8JPbosq4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"TestSliceApplication\",\r\n \"appId\": \"26ed8f36-f4bc-4ce5-9929-68a13a1d7600\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"TestSliceApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"353d2a72-e856-4a9b-aac5-2ed61568ec77\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access TestSliceApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access TestSliceApplication\",\r\n \"id\": \"1ec67c3f-f424-4d46-9000-f2fd6baba08e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access TestSliceApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access TestSliceApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://TestSliceApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://TestSliceApplication\",\r\n \"26ed8f36-f4bc-4ce5-9929-68a13a1d7600\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0618b0b8-1971-4793-b69c-a1ea2a47de81\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"OneboxTestApplication\",\r\n \"appId\": \"cf7f550c-2a0f-4055-a77e-57c77f19b850\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"OneboxTestApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://OneboxTestApplication\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access OneboxTestApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access OneboxTestApplication\",\r\n \"id\": \"f38f320b-9185-4c0b-8f55-f303eddd7d1c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access OneboxTestApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access OneboxTestApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://OneboxTestApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://OneboxTestApplication\",\r\n \"cf7f550c-2a0f-4055-a77e-57c77f19b850\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"06c72929-7303-4c64-a8de-920426799d22\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Exchange Online\",\r\n \"appId\": \"00000002-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.\",\r\n \"displayName\": \"Read all users' full profiles\",\r\n \"id\": \"bf24470f-10c1-436d-8d53-7b997eb473be\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.\",\r\n \"displayName\": \"Read all users' basic profiles\",\r\n \"id\": \"77e65b5a-ceae-48b3-9490-50a86a038a48\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user's mailbox settings without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read all user mailbox settings\",\r\n \"id\": \"d45fa9f8-36e5-4cd2-b601-b063c7cf9ac2\",\r\n \"isEnabled\": true,\r\n \"value\": \"MailboxSettings.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to have full access via Exchange Web Services to all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Use Exchange Web Services with full access to all mailboxes\",\r\n \"id\": \"dc890d15-9560-4a4c-9b7f-a736ec74ec40\",\r\n \"isEnabled\": true,\r\n \"value\": \"full_access_as_app\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to send mail as any user without a signed-in user.\",\r\n \"displayName\": \"Send mail as any user\",\r\n \"id\": \"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.Send\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read events of all calendars without a signed-in user.\",\r\n \"displayName\": \"Read calendars in all mailboxes\",\r\n \"id\": \"798ee544-9d2d-430c-a058-570e29e34338\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read contacts in all mailboxes\",\r\n \"id\": \"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\r\n \"isEnabled\": true,\r\n \"value\": \"Contacts.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read mail in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read mail in all mailboxes\",\r\n \"id\": \"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read and write mail in all mailboxes\",\r\n \"id\": \"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\r\n \"isEnabled\": true,\r\n \"value\": \"Mail.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read and write contacts in all mailboxes\",\r\n \"id\": \"6918b873-d17a-4dc1-b314-35f528134491\",\r\n \"isEnabled\": true,\r\n \"value\": \"Contacts.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete user's mailbox settings without a signed-in user. Does not include permission to send mail.\",\r\n \"displayName\": \"Read and write all user mailbox settings\",\r\n \"id\": \"f9156939-25cd-4ba8-abfe-7fabcf003749\",\r\n \"isEnabled\": true,\r\n \"value\": \"MailboxSettings.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user tasks in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read user tasks in all mailboxes\",\r\n \"id\": \"c1b0de0a-1de9-455d-919f-eca451053141\",\r\n \"isEnabled\": true,\r\n \"value\": \"Tasks.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete tasks in all mailboxes without a signed-in user.\",\r\n \"displayName\": \"Read and write tasks in all mailboxes\",\r\n \"id\": \"2c6a42ca-0d4d-49ad-bc0e-21222c449a65\",\r\n \"isEnabled\": true,\r\n \"value\": \"Tasks.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\r\n \"displayName\": \"Read and write calendars in all mailboxes\",\r\n \"id\": \"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read events of all R without a signed-in user\",\r\n \"displayName\": \"Read calendars in all mailboxes\",\r\n \"id\": \"2dfdc6dc-2fa7-4a2c-a922-dbd4f85d17be\",\r\n \"isEnabled\": true,\r\n \"value\": \"Calendars.Read.All\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 Exchange Online\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://outlook.office365.com/owa/auth/logoff.aspx?cmd=logoff&exlive=1&lgtype=1\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read all users' full profiles\",\r\n \"id\": \"eb665d05-7f76-4d1b-b176-1cfc814e668d\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.\",\r\n \"userConsentDisplayName\": \"Read all users' full profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"9b005f11-86f0-45f7-8c27-4fff5d849916\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.\",\r\n \"userConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user's mailbox settings. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read user mailbox settings \",\r\n \"id\": \"d36ad51d-15a2-458d-9b3a-16dbe4c51c30\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your mailbox settings.\",\r\n \"userConsentDisplayName\": \"Read your mailbox settings \",\r\n \"value\": \"MailboxSettings.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read user and shared calendars \",\r\n \"id\": \"c21d8660-9de1-4404-85b6-59695921bd8d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read calendars you can access\",\r\n \"value\": \"Calendars.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared calendars\",\r\n \"id\": \"4585ecca-5b47-432f-ac70-e1391e4951ed\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read and write to your and shared calendars \",\r\n \"value\": \"Calendars.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as the signed-in user, including sending on-behalf of others.\",\r\n \"adminConsentDisplayName\": \"Send mail on behalf of others\",\r\n \"id\": \"16572339-6149-452b-b084-280b01354687\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you or on-behalf of someone else. \",\r\n \"userConsentDisplayName\": \"Send mail on behalf of others or yourself\",\r\n \"value\": \"Mail.Send.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared mail \",\r\n \"id\": \"b09ec548-3f99-4d0a-859c-c9b7ff53b7a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write mail you can access\",\r\n \"value\": \"Mail.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read mail a user can access, including their own and shared mail.\",\r\n \"adminConsentDisplayName\": \"Read user and shared mail \",\r\n \"id\": \"1d894596-c906-42b1-8422-9360440c1c0c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read mail you can access, including shared mail.\",\r\n \"userConsentDisplayName\": \"Read mail you can access\",\r\n \"value\": \"Mail.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared contacts \",\r\n \"id\": \"c54cba4f-60fe-4332-b0de-b5990fd1999e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read and write to your and shared contacts \",\r\n \"value\": \"Contacts.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read contacts a user has permissions to access, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read user and shared contacts \",\r\n \"id\": \"d6aa6fa9-3360-416a-b8db-021249d58e86\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read your and shared contacts \",\r\n \"value\": \"Contacts.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all tasks a user has access to\",\r\n \"adminConsentDisplayName\": \"Read all tasks a user has access to\",\r\n \"id\": \"3d5e9942-27d3-4e96-80b1-696c7a3369c1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read all tasks you have access to\",\r\n \"userConsentDisplayName\": \"Read all tasks you have access to\",\r\n \"value\": \"Tasks.Read.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete all tasks a user has access to\",\r\n \"adminConsentDisplayName\": \"Create, read, update and delete all tasks a user has access to\",\r\n \"id\": \"2915e980-bca5-4194-9a3f-71c4ccdbd77b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update and delete all tasks you have access to\",\r\n \"userConsentDisplayName\": \"Create, read, update and delete all tasks you have access to\",\r\n \"value\": \"Tasks.ReadWrite.Shared\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to mailboxes as the signed-in user via Exchange Web Services.\",\r\n \"adminConsentDisplayName\": \"Access mailboxes as the signed-in user via Exchange Web Services\",\r\n \"id\": \"3b5f3d61-589b-4a3c-a359-5dd4b5ee5bd5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app full access to your mailboxes on your behalf.\",\r\n \"userConsentDisplayName\": \"Access your mailboxes\",\r\n \"value\": \"full_access_as_user\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read email in user mailboxes.\",\r\n \"adminConsentDisplayName\": \"Read user mail\",\r\n \"id\": \"185758ba-798d-4b72-9e54-429a413a2510\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read email in your mailbox.\",\r\n \"userConsentDisplayName\": \"Read your mail\",\r\n \"value\": \"Mail.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete email in user mailboxes. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user mail\",\r\n \"id\": \"75767999-c7a8-481e-a6b4-19458e0b30a5\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete email in your mailbox. Does not include permission to send mail.\",\r\n \"userConsentDisplayName\": \"Read and write to your mail\",\r\n \"value\": \"Mail.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as users in the organization.\",\r\n \"adminConsentDisplayName\": \"Send mail as a user\",\r\n \"id\": \"5eb43c10-865a-4259-960a-83946678f8dd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you.\",\r\n \"userConsentDisplayName\": \"Send mail as you\",\r\n \"value\": \"Mail.Send\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in user calendars.\",\r\n \"adminConsentDisplayName\": \"Read user calendars\",\r\n \"id\": \"5b9be81f-2977-4d27-8faf-bb43af8fc705\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in your calendars.\",\r\n \"userConsentDisplayName\": \"Read your calendars\",\r\n \"value\": \"Calendars.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete events in user calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user calendars\",\r\n \"id\": \"765f423e-b55d-412e-97e3-13a800c3a537\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete events in your calendars.\",\r\n \"userConsentDisplayName\": \"Read and write to your calendars\",\r\n \"value\": \"Calendars.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user contacts.\",\r\n \"adminConsentDisplayName\": \"Read user contacts\",\r\n \"id\": \"181aac24-028a-486e-a649-b3742c74ec71\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts in your contact folders.\",\r\n \"userConsentDisplayName\": \"Read your contacts\",\r\n \"value\": \"Contacts.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete user contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user contacts\",\r\n \"id\": \"32253599-e142-4cf0-810d-4827eedd1cfa\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete contacts in your contact folders.\",\r\n \"userConsentDisplayName\": \"Read and write to your contacts\",\r\n \"value\": \"Contacts.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read group properties on behalf of the signed-in user, and read group calendar and conversations on public groups and groups the signed in user is a member of.\",\r\n \"adminConsentDisplayName\": \"Read all groups (preview)\",\r\n \"id\": \"b5c79e22-9bf2-42d7-b60d-1b95c11ebc66\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read group properties on your behalf, and read group calendar and conversations on public groups and groups you are a member of.\",\r\n \"userConsentDisplayName\": \"Read all groups (preview)\",\r\n \"value\": \"Group.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read group properties. Additionally allows the app to update group properties for groups the signed-in user owns. Also allows the app to read and write group calendar and conversations on public groups and groups the signed-in user is a member of.\",\r\n \"adminConsentDisplayName\": \"Read and write all groups (preview)\",\r\n \"id\": \"27235839-268c-4d68-a668-351401ff623a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read group properties. Additionally allows the app to update group properties on your behalf, for groups you own. Also allows the app to read and write group calendar and conversations on public groups and groups you are a member of.\",\r\n \"userConsentDisplayName\": \"Read and write all groups (preview)\",\r\n \"value\": \"Group.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a set of the current user's profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"6223a6d3-53ef-4f8f-982a-895b39483c61\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a set of profile properties from your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read your profile\",\r\n \"value\": \"User.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, and write a set of the current user's profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read and write user profiles\",\r\n \"id\": \"f9408c03-bd3d-48c4-8bee-17a72d20bd9c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, and write a set of profile properties in your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read and write your profile\",\r\n \"value\": \"User.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of users in your company or school on behalf of the signed-in user. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"6222dbab-a24c-4210-9d91-2f47cf565614\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties from users in your company or school. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).\",\r\n \"adminConsentDisplayName\": \"Read users' relevant people lists (preview)\",\r\n \"id\": \"9478ac54-3753-4543-b95a-4fad24978902\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.\",\r\n \"userConsentDisplayName\": \"Read your relevant people list (preview)\",\r\n \"value\": \"People.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read and write to the ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).\",\r\n \"adminConsentDisplayName\": \"Read and write users' relevant people lists (preview)\",\r\n \"id\": \"a88daf86-d44d-4077-8258-54131dd44e5d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, and write to your relevant people list. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.\",\r\n \"userConsentDisplayName\": \"Read and write your relevant people list (preview)\",\r\n \"value\": \"People.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to manage the organization's Exchange environment, such as mailboxes, groups, and other configuration objects. To enable management actions, an admin must assign the appropriate roles to the app user.\",\r\n \"adminConsentDisplayName\": \"Manage Exchange configuration\",\r\n \"id\": \"ab4f2b77-0b06-4fc1-a9de-02113fc2ab7c\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to manage your organization's Exchange environment, such as mailboxes, groups, and other configuration objects. To enable management actions, an admin must assign you the appropriate roles.\",\r\n \"userConsentDisplayName\": \"Manage Exchange configuration\",\r\n \"value\": \"Exchange.Manage\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user tasks\",\r\n \"adminConsentDisplayName\": \"Read user tasks\",\r\n \"id\": \"8af8046f-5694-470f-91e4-d47ad05eda18\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your tasks\",\r\n \"userConsentDisplayName\": \"Read your tasks\",\r\n \"value\": \"Tasks.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete user tasks \",\r\n \"adminConsentDisplayName\": \"Create, read, update and delete user tasks \",\r\n \"id\": \"6b49b74d-642f-4417-a6b4-820576845707\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update and delete your tasks \",\r\n \"userConsentDisplayName\": \"Create, read, update and delete your tasks \",\r\n \"value\": \"Tasks.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user mailbox settings\",\r\n \"id\": \"2e83d72d-8895-4b66-9eea-abb43449ab8b\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete your mailbox settings.\",\r\n \"userConsentDisplayName\": \"Read and write to your mailbox settings\",\r\n \"value\": \"MailboxSettings.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared contacts \",\r\n \"id\": \"44882612-f346-430a-b938-4f00ee1c77a7\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read and write to your and shared contacts \",\r\n \"value\": \"Contacts.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read contacts a user has permissions to access, including their own and shared contacts.\",\r\n \"adminConsentDisplayName\": \"Read user and shared contacts \",\r\n \"id\": \"d660a04c-7b62-4b4c-bea3-89226df00142\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read contacts you have permissions to access, including your own and shared contacts.\",\r\n \"userConsentDisplayName\": \"Read your and shared contacts \",\r\n \"value\": \"Contacts.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared calendars \",\r\n \"id\": \"bbd1ca91-75e0-4814-ad94-9c5dbbae3415\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read and write to your and shared calendars \",\r\n \"value\": \"Calendars.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.\",\r\n \"adminConsentDisplayName\": \"Read user and shared calendars \",\r\n \"id\": \"da710fc9-1e83-407b-8c5c-09d225031769\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. \",\r\n \"userConsentDisplayName\": \"Read calendars you can access\",\r\n \"value\": \"Calendars.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to send mail as the signed-in user, including sending on-behalf of others.\",\r\n \"adminConsentDisplayName\": \"Send mail on behalf of others\",\r\n \"id\": \"e843bc88-e493-446d-a73c-0ded7ff1913f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to send mail as you or on-behalf of someone else. \",\r\n \"userConsentDisplayName\": \"Send mail on behalf of others or yourself\",\r\n \"value\": \"Mail.Send.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.\",\r\n \"adminConsentDisplayName\": \"Read and write user and shared mail \",\r\n \"id\": \"140e747e-90d3-4de0-8618-85a0cc7a1129\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write mail you can access\",\r\n \"value\": \"Mail.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read mail a user can access, including their own and shared mail.\",\r\n \"adminConsentDisplayName\": \"Read user and shared mail \",\r\n \"id\": \"ad13ac2e-ad46-4dc0-b7da-249c94395a6d\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read mail you can access, including shared mail.\",\r\n \"userConsentDisplayName\": \"Read mail you can access\",\r\n \"value\": \"Mail.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to mailboxes as the signed-in user via Exchange ActiveSync.\",\r\n \"adminConsentDisplayName\": \"Access mailboxes via Exchange ActiveSync\",\r\n \"id\": \"266d2589-20b5-4f91-9a03-89247d1be8da\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app full access to your mailboxes on your behalf.\",\r\n \"userConsentDisplayName\": \"Access your mailboxes\",\r\n \"value\": \"EAS.AccessAsUser.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://sdfpilot.outlook.com/owa\",\r\n \"https://outlook.office365.com/owa\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"00000002-0000-0ff1-ce00-000000000000/outlook.office365.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/mail.office365.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/outlook.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000/*.outlook.com\",\r\n \"00000002-0000-0ff1-ce00-000000000000\",\r\n \"https://ps.compliance.protection.outlook.com\",\r\n \"https://autodiscover-s.office365.us/\",\r\n \"https://outlook.office365.us/\",\r\n \"https://outlook-sdf.office.com/\",\r\n \"https://outlook-sdf.office365.com/\",\r\n \"https://outlook.office365.com:443/\",\r\n \"https://outlook.office.com/\",\r\n \"https://outlook.office365.com/\",\r\n \"https://outlook.com/\",\r\n \"https://outlook-dod.office365.us/\",\r\n \"https://ps.protection.outlook.com/\",\r\n \"https://webmail.apps.mil/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"07114313-99df-4e42-866b-e470bf51f396\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AADPremiumService\",\r\n \"appId\": \"bf4fa6bf-d24c-4d1c-8cfd-12063dd646b2\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AADPremiumService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bf4fa6bf-d24c-4d1c-8cfd-12063dd646b2\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"08b6593a-2942-42dd-afb5-333e4a81ed78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk5340/providers/Microsoft.DataLakeStore/accounts/onesdk8460\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"117cf285-44c0-43e9-802a-f115dbf1237e\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk8460\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:30:00Z\",\r\n \"keyId\": \"d6f4aa26-128f-4456-93cf-c43981595249\",\r\n \"startDate\": \"2017-05-25T06:30:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"117cf285-44c0-43e9-802a-f115dbf1237e\",\r\n \"https://identity.azure.net/MeNkYklfEbhpx875G0fTq1tl4eI83KAOw/7IzztpDS4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"091a314a-d4cf-4259-adfa-a1796470383f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testappforbugcheck\",\r\n \"appId\": \"49c797e4-b6bc-486e-aa3f-224276b11692\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testappforbugcheck\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testappforbugcheck on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testappforbugcheck\",\r\n \"id\": \"bdbb5bdb-4dde-4147-a73e-14e50d1899bd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testappforbugcheck on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testappforbugcheck\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2019-05-21T23:24:30.0786889Z\",\r\n \"keyId\": \"4caaa4c2-5de1-4c8d-a25d-f58cc7632d49\",\r\n \"startDate\": \"2018-05-21T23:24:30.0786889Z\",\r\n \"value\": null\r\n }\r\n ],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://testappbugcheck\",\r\n \"49c797e4-b6bc-486e-aa3f-224276b11692\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"09e0578b-d31c-45bc-8299-3a11a533ba85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"OneProfile Service\",\r\n \"appId\": \"b2cc270f-563e-4d8a-af47-f00963a71dcd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"OneProfile Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a set of the current user’s profile properties in your company or school. Includes display name, photo, and email address.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"6b0a3177-0946-453c-95bf-1d7b1886f0e4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a set of profile properties from your profile. Includes display name, photo, and email address.\",\r\n \"userConsentDisplayName\": \"Read your profile\",\r\n \"value\": \"User.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://substrate.office.com/profile/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"b2cc270f-563e-4d8a-af47-f00963a71dcd\",\r\n \"https://substrate.office.com/profile/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0a2376cb-7d34-4b1d-85e1-53f6bd55fce0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft password reset service\",\r\n \"appId\": \"93625bc8-bfe2-437a-97e0-3d0060024faa\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft password reset service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://passwordreset.microsoftonline.com/\",\r\n \"93625bc8-bfe2-437a-97e0-3d0060024faa\",\r\n \"SelfServicePasswordReset\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0abbe262-4021-4350-aa06-f57c2f6343f0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Cloud App Security\",\r\n \"appId\": \"05a65629-4c1b-48c1-a78b-804c4abdd4af\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Cloud App Security\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://portal.cloudappsecurity.com/oauth2/login\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"05a65629-4c1b-48c1-a78b-804c4abdd4af\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0ae5734b-bc1c-45fd-885e-f94dfbecb63e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ConnectionsService\",\r\n \"appId\": \"b7912db9-aa33-4820-9d4f-709830fdd78f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ConnectionsService\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://api.connections.ms\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Access Connections Service Api\",\r\n \"adminConsentDisplayName\": \"Access Connections Service Api\",\r\n \"id\": \"04d2d44f-432b-4f9b-be28-cb651a028099\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Access Connections Service Api\",\r\n \"userConsentDisplayName\": \"Access Connections Service Api\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://api.connections.ms\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"b7912db9-aa33-4820-9d4f-709830fdd78f\",\r\n \"https://api.connections.ms\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ProductionAApplication\",\r\n \"appId\": \"e1f8abf2-f24c-4b2a-9bb8-c2af2bf83c14\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ProductionAApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"c4c401ad-6ddf-4b4d-90f5-26aca4b1b779\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access ProductionAApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access ProductionAApplication\",\r\n \"id\": \"698032b9-fe5a-4ec4-ba7a-9e4677a62026\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access ProductionAApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access ProductionAApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://ProductionAApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://ProductionAApplication\",\r\n \"e1f8abf2-f24c-4b2a-9bb8-c2af2bf83c14\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0c8ec664-5a8b-4851-8965-dd7baf4b352c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Classic Portal\",\r\n \"appId\": \"00000013-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Classic Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://2.portal.azure.com/\",\r\n \"https://manage.windowsazure.com/\",\r\n \"https://portal.windowsazure.com/\",\r\n \"https://1.portal.azure.com/\",\r\n \"https://dev.azure-test.net/\",\r\n \"https://portal.azure.com/\",\r\n \"https://onecloud.local/\",\r\n \"https://manage.windowsazure.com\",\r\n \"https://portal.windowsazure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://manage.windowsazure.com/\",\r\n \"https://manage.windowsazure.com\",\r\n \"00000013-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.Portal\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0cd968fe-305f-433b-bc3b-522a192efa94\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"newAbeneAppRg\",\r\n \"appId\": \"286a08f8-9218-4fa6-a887-d9d754c36d9e\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"newAbeneAppRg\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://google.com\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access newAbeneAppRg on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access newAbeneAppRg\",\r\n \"id\": \"e14f0032-3884-484d-b2cd-abf436b089be\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access newAbeneAppRg on your behalf.\",\r\n \"userConsentDisplayName\": \"Access newAbeneAppRg\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://google.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/7373b915-07bd-4e2e-bb48-6ad698b7a841\",\r\n \"286a08f8-9218-4fa6-a887-d9d754c36d9e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0d312843-740d-4a03-b0a2-ffa9137974ab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Subscription Cleanup Tool\",\r\n \"appId\": \"68d8ae68-a232-4e91-b966-17fc984a054c\",\r\n \"appOwnerTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Subscription Cleanup Tool\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft\",\r\n \"replyUrls\": [\r\n \"http://certremovaltool/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"68d8ae68-a232-4e91-b966-17fc984a054c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0d8e16fc-f73d-4512-b94b-ae39b04de8ec\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.ExtensibleRealUserMonitoring\",\r\n \"appId\": \"e3583ad2-c781-4224-9b91-ad15a8179ba0\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.ExtensibleRealUserMonitoring\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://na.myservice.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3583ad2-c781-4224-9b91-ad15a8179ba0/na.myservice.com\",\r\n \"e3583ad2-c781-4224-9b91-ad15a8179ba0\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0e05c7d2-e563-4eef-8fd1-a205d67f4c08\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureSupportCenter\",\r\n \"appId\": \"37182072-3c9c-4f6a-a4b3-b3f91cacffce\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureSupportCenter\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://azuresupportcenter.msftcloudes.com\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://azuresupportcenter.msftcloudes.com\",\r\n \"https://microsoft.onmicrosoft.com/azurediagnostic\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"37182072-3c9c-4f6a-a4b3-b3f91cacffce\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0ecc7f97-5a2c-42a1-8c16-be43bce2a55b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1299/providers/Microsoft.DataLakeStore/accounts/onesdk9462\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"a33ce90e-6092-420e-b53a-077d231a2d4b\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk9462\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:29:00Z\",\r\n \"keyId\": \"142851df-c357-4ab5-a4e8-599b228abadd\",\r\n \"startDate\": \"2017-05-25T06:29:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a33ce90e-6092-420e-b53a-077d231a2d4b\",\r\n \"https://identity.azure.net/LVNxnWXQUd4GWR2GG95OnzYmNs5Qa7caE3XjeNEMBG0=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0f127ee8-65a1-4fae-9af3-84a4c218d919\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Connectors\",\r\n \"appId\": \"48af08dc-f6d2-435f-b2a7-069abd99c086\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Connectors\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create and manage connector configurations. The app would use the connector configuration to send actionable messages to your inbox or a group of your choice.\",\r\n \"adminConsentDisplayName\": \"Read and write connector configurations\",\r\n \"id\": \"ba9c6a98-63fd-487c-b835-c1f895764e25\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create and manage connector configurations. The app would use the connector configuration to send actionable messages to your inbox or a group of your choice.\",\r\n \"userConsentDisplayName\": \"Read and write connector configurations\",\r\n \"value\": \"webhook.readwrite.all\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://outlook.office.com/connectors/signin-opaypartnerportal-aad\",\r\n \"https://outlook.office.com/connectors/signin-forms-aad\",\r\n \"https://outlook.office365.com/connectors/signin-aad\",\r\n \"https://outlook.office.com/connectors/signin-aad\",\r\n \"https://outlook.office.com/connectors/signin-dynamics-aad\",\r\n \"https://outlook.office.com/connectors/signin-yammer-aad\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"48af08dc-f6d2-435f-b2a7-069abd99c086\",\r\n \"https://outlook.office365.com/connectors\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"0f98a9fc-7c92-411b-8420-750cd5634ebe\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft People Cards Service\",\r\n \"appId\": \"394866fc-eedb-4f01-8536-3ff84b16be2a\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft People Cards Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://loki.delve.office.com/\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Access the Office People API\",\r\n \"adminConsentDisplayName\": \"Access to log on\",\r\n \"id\": \"07c496ee-38d1-46df-b73d-45e1ff46d11e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow access to Office People API\",\r\n \"userConsentDisplayName\": \"Access to Office People API\",\r\n \"value\": \"User.Read.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://lam.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://apc.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://eur.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://loki.delve.office.com/\",\r\n \"https://msit.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://df.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://nam.loki.delve.office.com/linkedInAuthRedirect.aspx\",\r\n \"https://sfdf.loki.delve.office.com/\",\r\n \"https://loki.delve.office.com/linkedinauthredirect.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"394866fc-eedb-4f01-8536-3ff84b16be2a\",\r\n \"https://loki.delve.office.com/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"10da8769-6fe8-40c9-9bc4-1c9e6bc0c9b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AIGraphClient\",\r\n \"appId\": \"0f6edad5-48f2-4585-a609-d252b1c52770\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AIGraphClient\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://AI_GraphAPIClient_Prod\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AI_GraphAPIClient_Prod\",\r\n \"0f6edad5-48f2-4585-a609-d252b1c52770\",\r\n \"AIGraphClient\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"11de8b17-f525-46d2-a37b-1e3267c86b91\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Data Lake\",\r\n \"appId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Data Lake\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the Azure Data Lake service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to the Azure Data Lake service\",\r\n \"id\": \"9f15d22d-3cdf-430f-ba48-f75401c0408e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the Azure Data Lake service on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to the Azure Data Lake service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://www.kiwicrux.osdinfra.net/\",\r\n \"https://www.kiwiint01.osdinfra.net/\",\r\n \"https://www.kiwitest.osdinfra.net/\",\r\n \"https://www.projectkonacompute.net\",\r\n \"https://projectkonacompute.net\",\r\n \"https://www.microsoftkonacompute.net\",\r\n \"https://microsoftkonacompute.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://datalake.azure.net/\",\r\n \"https://KonaCompute.net\",\r\n \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"144ba728-567e-4260-a5e5-137a84f94dc0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Storage Resource Provider\",\r\n \"appId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Storage Resource Provider\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a6aa9161-5291-40bb-8c5c-923b567bee3b\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"15146d4a-35f3-4ea4-b881-adda431af530\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure AD Identity Governance\",\r\n \"appId\": \"bf26f092-3426-4a99-abfb-97dad74e661a\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure AD Identity Governance\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bf26f092-3426-4a99-abfb-97dad74e661a\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"16d77b74-730f-4268-88fa-c8ee4b6ca90e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"GatewayRP\",\r\n \"appId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"GatewayRP\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"486c78bf-a0f7-45f1-92fd-37215929e116\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1713994f-fa7c-417d-8a3c-fb42e8424674\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"functionapp3\",\r\n \"appId\": \"8137068c-5be6-4423-ba85-06bd43d26c1c\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"functionapp3\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access functionapp3 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access functionapp3\",\r\n \"id\": \"a55f663f-90e7-4985-8192-6233f699f158\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access functionapp3 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access functionapp3\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://functionapp3\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/d9baae81-e55a-460d-b471-e061a0d130d7\",\r\n \"8137068c-5be6-4423-ba85-06bd43d26c1c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1720ed0a-2b5c-400f-a21c-a8ba2bc2fe7a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"appId\": \"bbd67a5d-6077-4a7f-ae54-f4a4b837939e\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp-DevRunner on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"id\": \"e314fe4c-1bb3-4275-bbf0-eceb40607331\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp-DevRunner on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://AuthZScenarioTestNonAdminApp-DevRunner\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AuthZScenarioTestNonAdminApp-DevRunner\",\r\n \"bbd67a5d-6077-4a7f-ae54-f4a4b837939e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"17600f5f-6568-4fb1-8a03-37f9b855cc7a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.EventGrid\",\r\n \"appId\": \"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.EventGrid\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"4962773b-9cdb-44cf-a8bf-237846a00ab7\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"17737b6f-00bf-4bec-8f5c-5ba59523f4f3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Configure\",\r\n \"appId\": \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Office 365 Configure\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334/configure.office.net\",\r\n \"aa9ecb1e-fd53-4aaa-a8fe-7a54de2c1334\",\r\n \"Microsoft.Office365.Configure\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"185603aa-974d-4075-96f6-f4e727fe39c5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Support - Network Watcher\",\r\n \"appId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Support - Network Watcher\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"19fc65c9-d5e9-4b2d-ae15-1c50359959d2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/webAppAbeneTest/providers/Microsoft.Web/sites/webAppAbeneTest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"2c75bc3a-ae70-405e-bde3-2dc0c40b97f4\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"webAppAbeneTest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"91F18D96678ED1CEAC02F11EEE83AB8F17787395\",\r\n \"endDate\": \"2018-11-23T03:02:00Z\",\r\n \"keyId\": \"55a5bee6-bca6-4496-b26c-81d19ac2f4f5\",\r\n \"startDate\": \"2018-08-25T03:02:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T00:55:00Z\",\r\n \"keyId\": \"c9ec4870-e767-49e8-91e1-83bd2a8ebf74\",\r\n \"startDate\": \"2018-07-10T00:55:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T20:49:00Z\",\r\n \"keyId\": \"cae1993b-6eae-4f35-82bf-c227718c3e18\",\r\n \"startDate\": \"2018-05-24T20:49:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2c75bc3a-ae70-405e-bde3-2dc0c40b97f4\",\r\n \"https://identity.azure.net/ZuaeEmyI7mMBjCKAw7tM4zwmvVOzhrVdBeiQcGF1tFc=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1aa6cf58-2bbd-478e-8991-10789fcad77c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4147/providers/Microsoft.DataLakeStore/accounts/onesdk9149\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"3fda7001-e746-421e-ac40-984256d88210\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk9149\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:39:00Z\",\r\n \"keyId\": \"58c4f5a7-0117-43bb-b574-80af2a2695a4\",\r\n \"startDate\": \"2017-10-13T20:39:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"3fda7001-e746-421e-ac40-984256d88210\",\r\n \"https://identity.azure.net/HxybpRq63FtvM+KM84tHA1hMLymLZFEYjiRAdwSh4HU=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1ae49530-d623-4ab9-abbe-791813722e3e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft B2B Admin Portal\",\r\n \"appId\": \"b33270c9-0376-4eab-8fd0-8f372edd5ad6\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft B2B Admin Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://prod-b.b2b.azure.net\",\r\n \"https://prod-a.b2b.azure.net\",\r\n \"https://testslice.b2b.azure.com/\",\r\n \"https://testslice.b2b.azure.net/\",\r\n \"https://prod-t.b2b.azure.com/\",\r\n \"https://prod-t.b2b.azure.net/\",\r\n \"https://b2b.azure.net/\",\r\n \"https://b2b.azure.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://prod-b.b2b.azure.net\",\r\n \"https://prod-a.b2b.azure.net\",\r\n \"https://testslice.b2b.azure.com/\",\r\n \"https://testslice.b2b.azure.net/\",\r\n \"https://prod-t.b2b.azure.com/\",\r\n \"https://prod-t.b2b.azure.net/\",\r\n \"https://b2b.azure.net/\",\r\n \"https://b2b.azure.com/\",\r\n \"b33270c9-0376-4eab-8fd0-8f372edd5ad6\",\r\n \"MicrosoftB2BAdminPortal\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1cb42ec3-7bed-4f50-ad23-1825af8ca058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.Web/sites/msifunctionappstest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"fc9f80b3-42c1-4baf-947d-350552a51251\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"msifunctionappstest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"8F821B05CA70E561D870002290D435049B6B3539\",\r\n \"endDate\": \"2018-12-03T00:14:00Z\",\r\n \"keyId\": \"44246d44-c08b-40f0-a237-5e5be66702da\",\r\n \"startDate\": \"2018-09-04T00:14:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-17T17:00:00Z\",\r\n \"keyId\": \"23a1dea4-d893-4679-bba1-f92586b78455\",\r\n \"startDate\": \"2018-07-19T17:00:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-09-01T10:12:00Z\",\r\n \"keyId\": \"09725dda-d421-475f-a52c-ed05213a4471\",\r\n \"startDate\": \"2018-06-03T10:12:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"fc9f80b3-42c1-4baf-947d-350552a51251\",\r\n \"https://identity.azure.net/xywJEo98i0XFLEGNQDv5X1FuewC00cjaNV0NrRC21UM=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d19c429-c158-42c6-a78c-07d8a269f496\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk4947/providers/Microsoft.DataLakeStore/accounts/onesdk3892\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"4c07794c-a968-4201-bd2e-4ceab8528ea8\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk3892\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:07:00Z\",\r\n \"keyId\": \"a2cda017-91e7-4a67-935a-5a6b86d51c14\",\r\n \"startDate\": \"2017-10-13T20:07:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"4c07794c-a968-4201-bd2e-4ceab8528ea8\",\r\n \"https://identity.azure.net/bpWdzm6uNLHJWjrc7lnSYqjaJx6aNasA0+Ip2Gslgqw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d664194-35ce-4542-92c9-16924d405dc8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1080/providers/Microsoft.DataLakeStore/accounts/onesdk1402\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"d64dc0cf-fca7-4682-8262-dc74130780d5\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk1402\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:31:00Z\",\r\n \"keyId\": \"f1a78e49-9899-47dd-b5cd-98bc8f6e536c\",\r\n \"startDate\": \"2017-10-13T20:31:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d64dc0cf-fca7-4682-8262-dc74130780d5\",\r\n \"https://identity.azure.net/qomn5GyYNGemQ2lQRt5UxDpcnVH9ECVbLShb8C8klCA=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d96b71a-2dd4-44bb-bdcd-5d7d65e1f31f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureLockbox\",\r\n \"appId\": \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureLockbox\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://lockbox-sf-prod-cus.centralus.cloudapp.azure.com\",\r\n \"https://lockbox-sf-prod-scus.southcentralus.cloudapp.azure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1d9b4f10-20af-4c52-ba2b-d3a59833b4cc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.ServiceBus\",\r\n \"appId\": \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.ServiceBus\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the Azure Key Vault service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to Azure Service Bus service\",\r\n \"id\": \"40e16207-c5fd-4916-8ca4-64565f2367ca\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the Azure Key Vault service on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Have full access to Azure Service Bus service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://servicebus.azure.net\",\r\n \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1da9c3df-8caa-4470-846f-2b0895c8e969\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestNonAdminApp\",\r\n \"appId\": \"e47dc60c-48bf-4fb8-826f-4bcbcfad720f\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestNonAdminApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://localhost:443/\",\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"90bf298b-a35a-4c46-86fd-52d3bde56a14\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2016-07-18T00:06:45Z\",\r\n \"keyId\": \"bd799723-c903-480f-b858-f76e120fb130\",\r\n \"startDate\": \"2014-07-19T00:06:45Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp\",\r\n \"id\": \"85cbc63a-1e14-4a0e-9f9e-ec7c55cd97f6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestNonAdminApp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestNonAdminApp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://localhost:443/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://localhost:443/\",\r\n \"e47dc60c-48bf-4fb8-826f-4bcbcfad720f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"1eda23e1-7293-4fe8-819f-5fff54f1df10\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"EventNotification\",\r\n \"appId\": \"f9895e0b-3a59-4f1b-b49d-9400471a2a93\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"EventNotification\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://localhost:44334/\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access EventNotification on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access EventNotification\",\r\n \"id\": \"9eef4220-0b2c-43bb-9da7-de517630dc67\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access EventNotification on your behalf.\",\r\n \"userConsentDisplayName\": \"Access EventNotification\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://localhost:44334/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/EventNotification\",\r\n \"f9895e0b-3a59-4f1b-b49d-9400471a2a93\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"21f2609e-343d-47b4-9c5a-272f04754568\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Testapp2\",\r\n \"appId\": \"b94fdaf2-ae78-4256-926f-aff6b2d55205\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Testapp2\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://Testapp2\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access Testapp2 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access Testapp2\",\r\n \"id\": \"9d78128f-81fd-4e14-b963-93feb42dad9e\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access Testapp2 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access Testapp2\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://Testapp2\",\r\n \"b94fdaf2-ae78-4256-926f-aff6b2d55205\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2303c554-366a-48fc-a00c-858f7c11a1e1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"WindowsDefenderATP\",\r\n \"appId\": \"fc780465-2017-40d4-a0c5-307022471b92\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to collect forensics from a machine\",\r\n \"displayName\": \"Collect forensics\",\r\n \"id\": \"15405ab2-2103-4a3c-ad80-e829841cedcc\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.CollectForensics\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read any alert\",\r\n \"displayName\": \"Read all alerts\",\r\n \"id\": \"71fe6b80-7034-4028-9ed8-0f316df9c3ff\",\r\n \"isEnabled\": true,\r\n \"value\": \"Alert.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all user profiles\",\r\n \"displayName\": \"Read user profiles\",\r\n \"id\": \"a833834a-4cf1-4732-8acf-bbcfa13fb610\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all IP address profiles\",\r\n \"displayName\": \"Read IP address profiles\",\r\n \"id\": \"47bf842d-354b-49ef-b741-3a6dd815bc13\",\r\n \"isEnabled\": true,\r\n \"value\": \"Ip.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all URL profiles\",\r\n \"displayName\": \"Read URL profiles\",\r\n \"id\": \"721af526-ffa8-42d7-9b84-1a56244dd99d\",\r\n \"isEnabled\": true,\r\n \"value\": \"Url.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all file profiles\",\r\n \"displayName\": \"Read file profiles\",\r\n \"id\": \"8788f1a9-beca-4e26-ba58-10513f3b896f\",\r\n \"isEnabled\": true,\r\n \"value\": \"File.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to offboard a machine from the service\",\r\n \"displayName\": \"Offboard machine\",\r\n \"id\": \"594435bf-36dd-4548-83bd-1bdafe157d7a\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Offboard\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to stop a file running on a machine and to quarantine that file\",\r\n \"displayName\": \"Stop and quarantine file\",\r\n \"id\": \"96e72b5e-7e68-4171-aad1-3937599e4751\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.StopAndQuarantine\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to restrict code execution on a machine according to policy\",\r\n \"displayName\": \"Restrict code execution\",\r\n \"id\": \"96b6b35d-074d-4e2d-b167-8d68d9269648\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.RestrictExecution\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to scan a machine\",\r\n \"displayName\": \"Scan machine\",\r\n \"id\": \"a86d9824-b2b6-45f8-b042-16bc4922ed4e\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Scan\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to isolate a machine\",\r\n \"displayName\": \"Isolate machine\",\r\n \"id\": \"7e4e1300-e1b9-4102-88ba-f0cb6e6d5974\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Isolate\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create machine records and to read or update any machine record\",\r\n \"displayName\": \"Read and write all machine information\",\r\n \"id\": \"aa027352-232b-4ed4-b963-a705fc4d6d2c\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read all machine profiles, including the commands that were sent to each machine\",\r\n \"displayName\": \"Read all machine profiles\",\r\n \"id\": \"ea8291d3-4b9a-44b5-bc3a-6cea3026dc79\",\r\n \"isEnabled\": true,\r\n \"value\": \"Machine.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to run advanced queries\",\r\n \"displayName\": \"Run advanced queries\",\r\n \"id\": \"93489bf5-0fbc-4f2d-b901-33f2fe08ff05\",\r\n \"isEnabled\": true,\r\n \"value\": \"AdvancedQuery.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create events in the machine timeline\",\r\n \"displayName\": \"Write timeline events\",\r\n \"id\": \"84ddd701-5fac-4c30-b0ad-aa73a67bea1a\",\r\n \"isEnabled\": true,\r\n \"value\": \"Event.Write\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create IOCs and to read or update IOCs it created\",\r\n \"displayName\": \"Read and write IOCs belonging to the app\",\r\n \"id\": \"a8bc2240-f96a-46a1-bad5-6a960b7327a1\",\r\n \"isEnabled\": true,\r\n \"value\": \"Ti.ReadWrite\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create or update any alert\",\r\n \"displayName\": \"Read and write all alerts\",\r\n \"id\": \"0f7000ec-157b-497f-b70e-ef0b0584f140\",\r\n \"isEnabled\": true,\r\n \"value\": \"Alert.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"User\"\r\n ],\r\n \"description\": \"Users assign to this role will be able to access the Windows Defender ATP portal, view all the data and be able to perform actions such as change alerts status, apply suppression rules etc.\",\r\n \"displayName\": \"Security Operations - Read & Write\",\r\n \"id\": \"2261fd4a-5f23-4b74-9e4d-f4ac92dc86a2\",\r\n \"isEnabled\": true,\r\n \"value\": \"secop\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"User\"\r\n ],\r\n \"description\": \"Users assign to this role will be able to access the Windows Defender ATP portal, view all the data but will not be able to perform any action\",\r\n \"displayName\": \"Security Operations - Read Only\",\r\n \"id\": \"f820e656-f1d1-4cb8-a566-31d18eeecb40\",\r\n \"isEnabled\": true,\r\n \"value\": \"readonly\"\r\n }\r\n ],\r\n \"displayName\": \"WindowsDefenderATP\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create IOCs and to read or update IOCs it created, on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read and write IOCs\",\r\n \"id\": \"650ff1f9-dd5f-48ee-8c58-7beef332c818\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create IOCs and to read or update IOCs it created, on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read and write IOCs\",\r\n \"value\": \"Ti.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to run advanced queries, that the signed-in user can execute.\",\r\n \"adminConsentDisplayName\": \"Run advanced queries\",\r\n \"id\": \"1fb6e712-1bd9-4184-b1c0-5e71e759196b\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to run advanced queries, that the signed-in user can execute.\",\r\n \"userConsentDisplayName\": \"Run advanced queries\",\r\n \"value\": \"AdvancedQuery.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read machine profiles (including the commands that were sent to each machine), that the signed in user can access\",\r\n \"adminConsentDisplayName\": \"Read machine information\",\r\n \"id\": \"fbd3d33a-b1f5-4573-906c-51b39682fbcf\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read machine profiles (including the commands that were sent to each machine), that the signed in user can access\",\r\n \"userConsentDisplayName\": \"Read machine information\",\r\n \"value\": \"Machine.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create machine records and to read or update any machine record that the signed-in user can create, read or update.\",\r\n \"adminConsentDisplayName\": \"Read and write machine information\",\r\n \"id\": \"f6846c57-9e3c-4a65-81aa-2f5e09ff4f0b\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create machine records and to read or update any machine record that the signed-in user can create, read or update.\",\r\n \"userConsentDisplayName\": \"Read and write machine information\",\r\n \"value\": \"Machine.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to isolate a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Isolate machine\",\r\n \"id\": \"479231ef-3b86-4933-ae6b-1fa84bba9e31\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to isolate a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Isolate machine\",\r\n \"value\": \"Machine.Isolate\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to collect forensics data from a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Collect forensics\",\r\n \"id\": \"5eb7b9dc-cbce-4c7e-9d73-5be248260ae6\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to collect forensics data from a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Collect forensics\",\r\n \"value\": \"Machine.CollectForensics\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to scan a machine on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Scan machine\",\r\n \"id\": \"b4618115-647e-42a5-bd0d-0ea9878fb376\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to scan a machine on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Scan machine\",\r\n \"value\": \"Machine.Scan\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Restrict code execution\",\r\n \"id\": \"abddfa88-80bb-4aef-81ff-18cbf29363a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Restrict code execution\",\r\n \"value\": \"Machine.RestrictExecution\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Stop and quarantine file\",\r\n \"id\": \"69e036b7-3f10-4d4c-a85e-82295629eca8\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to restrict code execution on a machine according to policy on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Stop and quarantine file\",\r\n \"value\": \"Machine.StopAndQuarantine\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to offboard a machine from the service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Offboard machine\",\r\n \"id\": \"29d1c73a-07f6-495f-b62b-1554a954d0a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to offboard a machine from the service on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Offboard machine\",\r\n \"value\": \"Machine.Offboard\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all file profiles on\",\r\n \"adminConsentDisplayName\": \"Read file profiles\",\r\n \"id\": \"8fce64a0-67c8-4e39-8f47-cac9ff7e13bb\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all file profiles on\",\r\n \"userConsentDisplayName\": \"Read file profiles\",\r\n \"value\": \"File.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all URL profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read URL profiles\",\r\n \"id\": \"42b4777c-6196-49ad-9cfc-207e73f2eb61\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all URL profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read URL profiles\",\r\n \"value\": \"Url.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all IP address profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read IP address profiles\",\r\n \"id\": \"b65a97e8-c8e8-4908-b19a-f654615de1a9\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all IP address profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read IP address profiles\",\r\n \"value\": \"Ip.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read all user profiles on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"ffd6563e-842b-4cfc-b349-06006e0473a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all user profiles on behalf of the signed-in user\",\r\n \"userConsentDisplayName\": \"Read user profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create or update any alert that the signed in user can create or update\",\r\n \"adminConsentDisplayName\": \"Read and write alerts\",\r\n \"id\": \"cbc3b413-21e6-416d-95a4-af87687efbd0\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create or update any alert that the signed in user can create or update\",\r\n \"userConsentDisplayName\": \"Read and write alerts\",\r\n \"value\": \"Alert.ReadWrite\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read any alert that the signed in user can access\",\r\n \"adminConsentDisplayName\": \"Read alerts\",\r\n \"id\": \"b2069dc0-9fe9-4e6d-9aca-ccf3dd503819\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read any alert that the signed in user can access\",\r\n \"userConsentDisplayName\": \"Read alerts\",\r\n \"value\": \"Alert.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://winatpmanagement-uk.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-uk.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-au.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-au.windows.com/UserAuthenticationCallback\",\r\n \"https://publicapi-prd.trafficmanager.net\",\r\n \"https://windowsatpservice\",\r\n \"https://winatpmanagement-us.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-eu.securitycenter.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-eu.windows.com/UserAuthenticationCallback\",\r\n \"https://winatpmanagement-us.windows.com/UserAuthenticationCallback\",\r\n \"https://api.securitycenter.windows.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://publicapi-prd.trafficmanager.net/\",\r\n \"fc780465-2017-40d4-a0c5-307022471b92\",\r\n \"https://userrequestsgraphapiep-prd.trafficmanager.net\",\r\n \"https://api.securitycenter.windows.com/\",\r\n \"https://securitycenter.onmicrosoft.com/windowsatpservice\",\r\n \"https://managementapi.securitycenter.windows.com/\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"241330d9-fd94-405e-8210-f26f191f3706\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/aadnotificationtest/providers/Microsoft.Web/sites/EventNotification20180105020115\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"78144b22-0640-4190-b66b-bbfda9624940\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"EventNotification20180105020115\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"06DFA52379BE7E7D3807F6CDE3A4FA22E3CD1744\",\r\n \"endDate\": \"2018-11-23T14:06:00Z\",\r\n \"keyId\": \"798f0f55-def4-4b33-b074-ac4ee8506b16\",\r\n \"startDate\": \"2018-08-25T14:06:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T08:14:00Z\",\r\n \"keyId\": \"ebe8038f-7b58-4924-87c3-94038714c1fb\",\r\n \"startDate\": \"2018-07-10T08:14:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T21:06:00Z\",\r\n \"keyId\": \"ea303e35-25ca-4d2e-aba6-fc8f4663a52d\",\r\n \"startDate\": \"2018-05-24T21:06:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"78144b22-0640-4190-b66b-bbfda9624940\",\r\n \"https://identity.azure.net/b8u05X9Q0aRaQn5VRLXAjpCQ1cFMpPKn9frQLZHjGk0=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"24f7b96d-35ec-4ca9-aed5-292ab4b28041\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.Web/sites/webAppAbeneDemo\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"e3af3e81-23f6-44ad-8eea-8094d1d0160d\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"webAppAbeneDemo\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"97D39C0D233C12B883E548EC4E83665D9D262396\",\r\n \"endDate\": \"2018-11-23T17:26:00Z\",\r\n \"keyId\": \"ce17e790-51ee-4c91-b90f-9bb99b18b511\",\r\n \"startDate\": \"2018-08-25T17:26:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-08T16:34:00Z\",\r\n \"keyId\": \"a6d63619-d494-49e3-b55b-4d410b8e79ea\",\r\n \"startDate\": \"2018-07-10T16:34:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-22T18:20:00Z\",\r\n \"keyId\": \"8ac47629-2e37-4276-9dfe-2e331bced035\",\r\n \"startDate\": \"2018-05-24T18:20:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e3af3e81-23f6-44ad-8eea-8094d1d0160d\",\r\n \"https://identity.azure.net/2b0yb+hy3AVN2UE4a1lxgAkN6f6/9JcC0DTSW/ZNNXw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"257b2e8b-ddce-40a4-b130-b15f13ac03e8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk8956/providers/Microsoft.DataLakeStore/accounts/onesdk6043\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"17c338ef-104b-4348-86fa-b602d63f6773\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6043\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:35:00Z\",\r\n \"keyId\": \"1436bdfc-7628-4632-bed5-644a4d45a266\",\r\n \"startDate\": \"2017-10-13T20:35:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"17c338ef-104b-4348-86fa-b602d63f6773\",\r\n \"https://identity.azure.net/VsMWhSazuscDeB4LxUB2AMaLGOzhDdW9zMf13+2KEZU=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"263c051a-72b7-49d4-89f9-5a8cd080f31d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure AD Identity Protection\",\r\n \"appId\": \"fc68d9e5-1f76-45ef-99aa-214805418498\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure AD Identity Protection\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://s2.cloudappdiscovery.ext.azure.com/\",\r\n \"https://main.protectioncenter.ext.azure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://main.protectioncenter.ext.azure.com\",\r\n \"https://s2.cloudappdiscovery.ext.azure.com/\",\r\n \"fc68d9e5-1f76-45ef-99aa-214805418498\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"26d55214-a727-4a90-a4e0-f03f7db21035\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"appId\": \"af47b99c-8954-4b45-ab68-8121157418ef\",\r\n \"appOwnerTenantId\": \"47df5bb7-e6bc-4256-afb0-dd8c8e3c1ce8\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://127.0.0.1:444/applications/default.aspx?metadata=MicrosoftAzureActiveDirectoryIntegratedApp|ISV9.1|primary|z\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access MicrosoftAzureActiveDirectoryIntegratedApp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"id\": \"786bf689-8107-4740-ba60-66ce1efb15bb\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access MicrosoftAzureActiveDirectoryIntegratedApp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Active Directory Application Registry\",\r\n \"replyUrls\": [\r\n \"https://127.0.0.1:444/applications/default.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://adapplicationregistry.onmicrosoft.com/manage.windowsazure.com/MicrosoftAzureActiveDirectoryIntegratedApp\",\r\n \"af47b99c-8954-4b45-ab68-8121157418ef\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"27380a6e-48bc-4fc1-995f-389d971946fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Service Encryption\",\r\n \"appId\": \"dbc36ae1-c097-4df9-8d94-343c3d091a76\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Service Encryption\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"dbc36ae1-c097-4df9-8d94-343c3d091a76\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2750fdd7-4b97-41ac-8007-96af1bdba4f9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Management Groups\",\r\n \"appId\": \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Management Groups\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2a13cde5-a9ba-4766-8d17-3131e46e64a0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Service Trust\",\r\n \"appId\": \"d6fdaa33-e821-4211-83d0-cf74736489e1\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"displayName\": \"Microsoft Service Trust\",\r\n \"id\": \"50bf3dfa-9431-427d-823a-f146d9350034\",\r\n \"isEnabled\": true,\r\n \"value\": \"TBD\"\r\n }\r\n ],\r\n \"displayName\": \"Microsoft Service Trust\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://servicetrust.microsoft.com\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"adminConsentDisplayName\": \"Microsoft Service Trust\",\r\n \"id\": \"50bf3dfa-9431-427d-823a-f146d9350034\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Our app will be a one stop shop for current and prospective customers who need Security, Privacy, and Compliance information around Microsoft Cloud (Azure, Dynamics CRM Online and Office 365). It should be open any tenant who has AAD record – trial tenants as well as paid tenant across Microsoft Cloud. \",\r\n \"userConsentDisplayName\": \"Microsoft Service Trust\",\r\n \"value\": \"TBD\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://stp-webapi-prd2-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-prd3-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe2-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe3-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe6-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-prd2-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-ppe3-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-ppe4-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe5-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe7-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe8-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe9-eastus.azurewebsites.net\",\r\n \"https://stp-webapi-ppe2-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-prd3-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe2-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe3-eastus.cloudapp.net\",\r\n \"https://api.servicetrust.office-int.com\",\r\n \"https://api.servicetrust.officeppe.com\",\r\n \"https://api.servicetrust.microsoft.com\",\r\n \"https://stp-webapi-cld-prd2-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd2-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd2-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd3-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-ppe8-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe8-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe8-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe8-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-ppe9-eastus-webapislot1.azurewebsites.net\",\r\n \"https://stp-webapi-cld-ppe9-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe9-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe9-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-eastus.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-westeurope.cloudapp.net\",\r\n \"https://stp-webapi-cld-prd4-southeastasia.cloudapp.net\",\r\n \"https://stp-webapi-cld-ppe7-eastus.cloudapp.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d6fdaa33-e821-4211-83d0-cf74736489e1\",\r\n \"https://servicetrust.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2b42cfb9-be6a-4df3-93a3-2554c6a3c091\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/Vakuma/providers/Microsoft.Web/sites/varunsite\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"007b5716-d39d-4c2a-9bdd-28ff70409982\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"varunsite\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"16D284C20C5DBE37F73F691DF28927A6A3097F36\",\r\n \"endDate\": \"2018-12-05T15:38:00Z\",\r\n \"keyId\": \"43f60457-d434-4a42-8a91-2149e0bd01ee\",\r\n \"startDate\": \"2018-09-06T15:38:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"007b5716-d39d-4c2a-9bdd-28ff70409982\",\r\n \"https://identity.azure.net/mwFhWpV63qISg/Rfm9bQtzuoKAkzrj2YEKlUBQL6UTE=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2bea1e36-728d-4ef2-aa36-c8db602842b9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Outlook Online Add-in App\",\r\n \"appId\": \"bc59ab01-8403-45c6-8796-ac3ef710b3e3\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Outlook Online Add-in App\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://outlook.office365.com/\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://outlook.office.com/owa/extSSO.aspx\",\r\n \"https://outlook.office365.com/owa/extSSO.aspx\",\r\n \"https://outlook-sdf.office.com/owa/extSSO.aspx\",\r\n \"https://partner.outlook.cn/owa/extSSO.aspx\",\r\n \"https://outlook.office.de/owa/extSSO.aspx\",\r\n \"https://ayushi-pc4/owa2/extSSO.aspx\",\r\n \"https://ayushi-pc4/owa3/extSSO.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"bc59ab01-8403-45c6-8796-ac3ef710b3e3\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2bef5ec3-ba01-4286-b626-fb1ab001d339\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure DNS\",\r\n \"appId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure DNS\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"19947cfd-0303-466c-ac3c-fcc19a7a1570\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2c6e49a9-ac87-49d8-a840-e22a846b6b0b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure Traffic Manager and DNS\",\r\n \"appId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure Traffic Manager and DNS\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"AzureTrafficManagerandDNS\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2c80572e-5996-478c-8a04-204c823eafee\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"MCAPI Authorization Prod\",\r\n \"appId\": \"d73f4b35-55c9-48c7-8b10-651f6f2acb2e\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"MCAPI Authorization Prod\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d73f4b35-55c9-48c7-8b10-651f6f2acb2e\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2e27dba2-889a-4e98-9fd3-39c1b7bbf726\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1299/providers/Microsoft.DataLakeStore/accounts/onesdk5644\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"cb9201ef-c582-4605-a8f1-f3e84c212e40\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"RN_onesdk5644\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2017-08-23T06:30:00Z\",\r\n \"keyId\": \"3a5fd41f-f7ab-4bf0-8cac-a5272e2cdbd2\",\r\n \"startDate\": \"2017-05-25T06:30:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"cb9201ef-c582-4605-a8f1-f3e84c212e40\",\r\n \"https://identity.azure.net/mmTDlU5cN6geNLEKJBvgw0j2YzhZajSeNnsC/03GAAw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2e789b06-e017-472e-94cc-9c0be7062a5d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=True\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/Vakuma/providers/Microsoft.ManagedIdentity/userAssignedIdentities/vakuma1\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"d198844e-ff30-4f76-9d2a-78e8f5edc264\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"vakuma1\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"0EDE17EED1F170DE9AB50BA8242C45A282D28D94\",\r\n \"endDate\": \"2018-11-25T16:01:00Z\",\r\n \"keyId\": \"38ac9b67-5ca8-4b3d-8333-e3f456b0c264\",\r\n \"startDate\": \"2018-08-27T16:01:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d198844e-ff30-4f76-9d2a-78e8f5edc264\",\r\n \"https://identity.azure.net/0xHmKXNRUDb3TSqh903Kj3y+ZOUgPcGbzMi8kDiBpqg=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2f30c1a9-f5ed-48ab-b254-7dfac6d18ba7\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk1361/providers/Microsoft.DataLakeStore/accounts/onesdk6336\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"0f1bd9d3-0272-461c-8777-5842b3cc58a9\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6336\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:32:00Z\",\r\n \"keyId\": \"31ac8b87-cd4c-41a4-8894-772236f08b5e\",\r\n \"startDate\": \"2017-10-13T20:32:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0f1bd9d3-0272-461c-8777-5842b3cc58a9\",\r\n \"https://identity.azure.net/B7C+PbQq0PwVm/y0zOlYmnTaD8OhgTn6ndhOoxvQy3I=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"2f3a889f-d4c8-4932-b529-545e266fa5ab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=False\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/ADIUX-BVT-DoNotDelete/providers/Microsoft.Compute/virtualMachines/VMBVTTest\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"fea12fac-b375-4849-aeb5-cdc1a1b0aa09\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"VMBVTTest\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"825CB6A8D9FDD21F76CD08F2AF71933FA0689AB8\",\r\n \"endDate\": \"2018-11-25T02:11:00Z\",\r\n \"keyId\": \"1fd2f243-b788-4cb2-adf6-ef481e697dac\",\r\n \"startDate\": \"2018-08-27T02:11:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-10-10T02:05:00Z\",\r\n \"keyId\": \"e4dcaedb-abe5-4159-b3f3-c495067eaa09\",\r\n \"startDate\": \"2018-07-12T02:05:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-25T02:05:00Z\",\r\n \"keyId\": \"7cda5faf-5f9f-4ad4-bd93-ea21f96178ef\",\r\n \"startDate\": \"2018-05-27T02:05:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"fea12fac-b375-4849-aeb5-cdc1a1b0aa09\",\r\n \"https://identity.azure.net/Ea4tYM/J0oF60i6ubE5Muhr4GHhBe2jJzjKw7ALtRrs=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"303ba214-32d9-4c7b-a94f-a81a867a043e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"newnewappregAbene\",\r\n \"appId\": \"4ce2eb45-d543-4a0f-b38c-19d9b5c2f245\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"newnewappregAbene\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://google.com\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access newnewappregAbene on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access newnewappregAbene\",\r\n \"id\": \"d3f8aa71-fa9c-4b34-bb2c-eb3f66bdd03f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access newnewappregAbene on your behalf.\",\r\n \"userConsentDisplayName\": \"Access newnewappregAbene\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://google.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://rbacCliTest.onmicrosoft.com/157eb110-d0b2-4ec4-8f44-a847d8747a1c\",\r\n \"4ce2eb45-d543-4a0f-b38c-19d9b5c2f245\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3098cd15-3216-4ac9-8048-24bd552170cb\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testingapp\",\r\n \"appId\": \"8adae013-34f5-4ab7-9a6b-8a240e9a08dc\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testingapp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testingapp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testingapp\",\r\n \"id\": \"f395a86e-e2c6-4091-8a8d-c50571096c2f\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testingapp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testingapp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testingapp\",\r\n \"8adae013-34f5-4ab7-9a6b-8a240e9a08dc\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"30bd4f1e-d4d6-4b62-afd4-293a005be03e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Billing\",\r\n \"appId\": \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Billing\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"30da57cb-e4be-46ae-83cc-424cc2841906\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"isExplicit=True\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/rbacuxtest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/abeneMSI1\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"1d1c3570-979d-4e25-905c-3ae5be57892f\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"abeneMSI1\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": \"55583F6A0935CB7DB45F5FD75C2278C407D97368\",\r\n \"endDate\": \"2018-11-25T16:00:00Z\",\r\n \"keyId\": \"0441e0b0-f88e-44bd-b22d-ed882e7a8e81\",\r\n \"startDate\": \"2018-08-27T16:00:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n },\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-08-19T23:48:00Z\",\r\n \"keyId\": \"28d1704e-a50e-4b90-bc20-bf2fee1c6352\",\r\n \"startDate\": \"2018-05-21T23:48:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"1d1c3570-979d-4e25-905c-3ae5be57892f\",\r\n \"https://identity.azure.net/C7+OBi4XzfcIbtE8YB6cVuXI3W1JUHmsuv+lG7Cstho=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"332a96a7-faa8-4106-864d-49bcfaf082ac\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Dynamics 365\",\r\n \"appId\": \"996def3d-b36c-4153-8607-a6fd3c01b89f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"displayName\": \"Access according to the application's permissions in Dynamics 365 Business Central\",\r\n \"id\": \"3983b928-ed40-4111-bbad-e7910cf234bd\",\r\n \"isEnabled\": true,\r\n \"value\": \"app_access\"\r\n }\r\n ],\r\n \"displayName\": \"Dynamics 365\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://businesscentral.dynamics.com/remote-sign-out\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"adminConsentDisplayName\": \"Access as the signed-in user\",\r\n \"id\": \"bce0976a-cb0b-473b-8800-84eda9f8e447\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to Dynamics 365 on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to Dynamics 365 Business Central\",\r\n \"value\": \"user_impersonation\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Dynamics 365 is a business management solution that’s connecting people and processes like never before. From day one, it makes ordering, selling, invoicing, and reporting easier and faster.\",\r\n \"adminConsentDisplayName\": \"Access as the signed-in user\",\r\n \"id\": \"2fb13c28-9d89-417f-9af2-ec3065bc16e6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to Dynamics 365 on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to Dynamics 365 Business Central\",\r\n \"value\": \"Financials.ReadWrite.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://wiise.bc.dynamics.com/remote-sign-in\",\r\n \"https://businesscentral.dynamics.com/remote-sign-in\",\r\n \"https://justfood.bc.dynamics.com/remote-sign-in\",\r\n \"https://deonline.bc.dynamics.com/remote-sign-in\",\r\n \"https://accountants.dynamics.com/remote-sign-in\",\r\n \"https://de-online.bc.dynamics.com/remote-sign-in\",\r\n \"https://lsnav.bc.dynamics.com/remote-sign-in\",\r\n \"https://sparkrock365.bc.dynamics.com/remote-sign-in\",\r\n \"https://4psconstruct.bc.dynamics.com/remote-sign-in\",\r\n \"https://project365.bc.dynamics.com/remote-sign-in\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"996def3d-b36c-4153-8607-a6fd3c01b89f\",\r\n \"https://financials.dynamics.com\",\r\n \"https://projectmadeira.com\",\r\n \"https://api.financials.dynamics.com\",\r\n \"https://api.invoicing.office.net\",\r\n \"https://api.businesscentral.dynamics.com\",\r\n \"https://api.accountants.dynamics.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"335a0db4-e8b3-4c67-8507-bfc64f894c56\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk996/providers/Microsoft.DataLakeStore/accounts/onesdk142\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"3982547d-b365-4f04-a902-78d4c077813a\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk142\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:33:00Z\",\r\n \"keyId\": \"05eeac34-505b-41a3-a0ca-0a0b3ec703c7\",\r\n \"startDate\": \"2017-10-13T20:33:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"3982547d-b365-4f04-a902-78d4c077813a\",\r\n \"https://identity.azure.net/EEFubXljhFZuz/cNk35SOWm2fAwqhCjFm+6AEmbKYEw=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"339f8c08-2241-4e37-8508-21372400975a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Intune Enrollment\",\r\n \"appId\": \"d4ebce55-015a-49b5-a083-c84d1797ae8c\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Intune Enrollment\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://enterpriseenrollment-s.manage.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com/\",\r\n \"https://enrollment.manage.microsoft.com\",\r\n \"https://enrollment.manage.microsoft.com/\",\r\n \"https://enrollment.manage-beta.microsoft.com\",\r\n \"https://enrollment.manage-beta.microsoft.com/\",\r\n \"https://enrollment.manage-selfhost.microsoft.com\",\r\n \"https://enrollment.manage-selfhost.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us/\",\r\n \"https://enrollment.manage-test.microsoft.us\",\r\n \"https://enrollment.manage-test.microsoft.us/\",\r\n \"https://enrollment.manage-ppe.microsoft.us\",\r\n \"https://enrollment.manage-ppe.microsoft.us/\",\r\n \"https://enrollment.manage.microsoft.us\",\r\n \"https://enrollment.manage.microsoft.us/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"d4ebce55-015a-49b5-a083-c84d1797ae8c\",\r\n \"https://enrollment.manage.microsoft.us/\",\r\n \"https://enrollment.manage.microsoft.us\",\r\n \"https://enrollment.manage-ppe.microsoft.us/\",\r\n \"https://enrollment.manage-ppe.microsoft.us\",\r\n \"https://enrollment.manage-test.microsoft.us/\",\r\n \"https://enrollment.manage-test.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-ppe.microsoft.us\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us/\",\r\n \"https://enterpriseenrollment-s.manage-test.microsoft.us\",\r\n \"https://enrollment.manage-selfhost.microsoft.com/\",\r\n \"https://enrollment.manage-selfhost.microsoft.com\",\r\n \"https://enrollment.manage-beta.microsoft.com/\",\r\n \"https://enrollment.manage-beta.microsoft.com\",\r\n \"https://enrollment.manage.microsoft.com/\",\r\n \"https://enrollment.manage.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-selfhost.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage-beta.microsoft.com\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com/\",\r\n \"https://enterpriseenrollment-s.manage.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"347d39b2-1744-45a7-8dc1-e54a4b5e1220\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 Management APIs\",\r\n \"appId\": \"c5393580-f805-4401-95e8-94b7a6ef2fc2\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read activity reports for your organization\",\r\n \"id\": \"825c9d21-ba03-4e97-8007-83f020ff8c0f\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"displayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"69784729-33e3-471d-b130-744ce05343e5\",\r\n \"isEnabled\": true,\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read activity reports for your organization\",\r\n \"id\": \"b3b78c39-cb1d-4d17-820a-25d9196a800e\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"displayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"17f1c501-83cd-414c-9064-cd10f7aef836\",\r\n \"isEnabled\": true,\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"displayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"id\": \"4807a72c-ad38-4250-94c9-4eabfe26cd55\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityFeed.ReadDlp\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read activity data for your organization.\",\r\n \"displayName\": \"Read activity data for your organization\",\r\n \"id\": \"594c1fb6-4f81-4475-ae41-0c394909246c\",\r\n \"isEnabled\": true,\r\n \"value\": \"ActivityFeed.Read\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the application to read service health information for your organization.\",\r\n \"displayName\": \"Read service health information for your organization\",\r\n \"id\": \"e2cea78f-e743-4d8f-a16a-75b629a038ae\",\r\n \"isEnabled\": true,\r\n \"value\": \"ServiceHealth.Read\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 Management APIs\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity reports for your organization\",\r\n \"id\": \"825c9d21-ba03-4e97-8007-83f020ff8c0f\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"adminConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"69784729-33e3-471d-b130-744ce05343e5\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"userConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity reports for your organization\",\r\n \"id\": \"b3b78c39-cb1d-4d17-820a-25d9196a800e\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ActivityReports.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"adminConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"id\": \"17f1c501-83cd-414c-9064-cd10f7aef836\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read threat intelligence data for your organization\",\r\n \"userConsentDisplayName\": \"Read threat intelligence data for your organization\",\r\n \"value\": \"ThreatIntelligence.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"adminConsentDisplayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"id\": \"4807a72c-ad38-4250-94c9-4eabfe26cd55\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read DLP policy events, including detected sensitive data, for your organization.\",\r\n \"userConsentDisplayName\": \"Read DLP policy events including detected sensitive data\",\r\n \"value\": \"ActivityFeed.ReadDlp\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read activity data for your organization.\",\r\n \"adminConsentDisplayName\": \"Read activity data for your organization\",\r\n \"id\": \"594c1fb6-4f81-4475-ae41-0c394909246c\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read activity data for your organization.\",\r\n \"userConsentDisplayName\": \"Read activity data for your organization\",\r\n \"value\": \"ActivityFeed.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"adminConsentDisplayName\": \"Read service health information for your organization\",\r\n \"id\": \"e2cea78f-e743-4d8f-a16a-75b629a038ae\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the application to read service health information for your organization.\",\r\n \"userConsentDisplayName\": \"Read service health information for your organization\",\r\n \"value\": \"ServiceHealth.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://manage.office365.us\",\r\n \"https://manage.office.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"c5393580-f805-4401-95e8-94b7a6ef2fc2\",\r\n \"https://manage.office.com\",\r\n \"https://manage.office365.us\",\r\n \"https://manage.protection.apps.mil\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"34d8ff58-f820-4fe7-8d73-853e84a593f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure API Management\",\r\n \"appId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure API Management\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://management.mgmt-azure-api.net/reply\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"354e6a7e-f425-4592-bb9b-e72f27667bfb\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Operations Management Suite\",\r\n \"appId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Operations Management Suite\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://eus.login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://eus.login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://eus.login-a.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://weu.login-a.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login.systemcenteradvisor.com/OrgId/SignIn.aspx\",\r\n \"https://login.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login-b.opinsights.azure.com/OrgId/SignIn.aspx\",\r\n \"https://login-a.opinsights.azure.com/OrgId/SignIn.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://aad.opinsights.azure.com/\",\r\n \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"MicrosoftAzureOperationalInsights\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"35c40361-65fe-4f4b-8765-22f4236e52d5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft App Access Panel\",\r\n \"appId\": \"0000000c-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft App Access Panel\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://account.activedirectory.windowsazure.com/Account/ClearCookies\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://account-tip.activedirectory.windowsazure.com/\",\r\n \"https://account.activedirectory.windowsazure.com/\",\r\n \"https://account.activedirectory.windowsazure.us/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0000000c-0000-0000-c000-000000000000/activedirectory.windowsazure.com\",\r\n \"0000000c-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.ActiveDirectoryUX\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"35f7bdc1-49b3-4b92-838c-acb9ee1b93f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": false,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Office 365 SharePoint Online\",\r\n \"appId\": \"00000003-0000-0ff1-ce00-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read user profiles without a signed in user.\",\r\n \"displayName\": \"Read user profiles\",\r\n \"id\": \"df021288-bdef-4463-88db-98f22de89214\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and update user profiles and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read and write user profiles\",\r\n \"id\": \"741f803b-c850-494e-b5df-cde7c675a1ca\",\r\n \"isEnabled\": true,\r\n \"value\": \"User.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to write enterprise managed metadata and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read and write managed metadata\",\r\n \"id\": \"c8e3537c-ec53-43b9-bed3-b2bd3617ae97\",\r\n \"isEnabled\": true,\r\n \"value\": \"TermStore.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read enterprise managed metadata and to read basic site info without a signed in user.\",\r\n \"displayName\": \"Read managed metadata\",\r\n \"id\": \"2a8d57a5-4090-4a41-bf1c-3c621d2ccad3\",\r\n \"isEnabled\": true,\r\n \"value\": \"TermStore.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections without a signed in user.\",\r\n \"displayName\": \"Read and write items and lists in all site collections\",\r\n \"id\": \"9bff6588-13f2-4c48-bbf2-ddab62256b36\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.Manage.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to have full control of all site collections without a signed in user.\",\r\n \"displayName\": \"Have full control of all site collections\",\r\n \"id\": \"678536fe-1083-478a-9c59-b99265e6b0d3\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.FullControl.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read documents and list items in all site collections without a signed in user.\",\r\n \"displayName\": \"Read items in all site collections\",\r\n \"id\": \"d13f72ca-a275-4b96-b789-48ebcc4da984\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.\",\r\n \"displayName\": \"Read and write items in all site collections\",\r\n \"id\": \"fbcd29d2-fcca-4405-aded-518d457caae4\",\r\n \"isEnabled\": true,\r\n \"value\": \"Sites.ReadWrite.All\"\r\n }\r\n ],\r\n \"displayName\": \"Office 365 SharePoint Online\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://signout.sharepoint.com/_layouts/15/expirecookies.aspx\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read user profiles and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read user profiles\",\r\n \"id\": \"0cea5a30-f6f8-42b5-87a0-84cc26822e02\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read user profiles and basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read user profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read and update user profiles and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write user profiles\",\r\n \"id\": \"82866913-39a9-4be7-8091-f4fa781088ae\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read and update user profiles and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write user profiles\",\r\n \"value\": \"User.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete the current user's files.\",\r\n \"adminConsentDisplayName\": \"Read and write user files\",\r\n \"id\": \"2cfdc887-d7b4-4798-9b33-3d98d6b95dd2\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete your files.\",\r\n \"userConsentDisplayName\": \"Read and write your files\",\r\n \"value\": \"MyFiles.Write\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the current user's files.\",\r\n \"adminConsentDisplayName\": \"Read user files\",\r\n \"id\": \"dd2c8d78-58e1-46d7-82dd-34d411282686\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read your files.\",\r\n \"userConsentDisplayName\": \"Read your files\",\r\n \"value\": \"MyFiles.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have full control of all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Have full control of all site collections\",\r\n \"id\": \"56680e0d-d2a3-4ae1-80d8-3c4f2100e3d0\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to have full control of all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Have full control of all site collections\",\r\n \"value\": \"AllSites.FullControl\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write items and lists in all site collections\",\r\n \"id\": \"b3f70a70-8a4b-4f95-9573-d71c496a53f4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete document libraries and lists in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write items and lists in all site collections\",\r\n \"value\": \"AllSites.Manage\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create, read, update, and delete documents and list items in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write items in all site collections\",\r\n \"id\": \"640ddd16-e5b7-4d71-9690-3f4022699ee7\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to create, read, update, and delete documents and list items in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write items in all site collections\",\r\n \"value\": \"AllSites.Write\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read documents and list items in all site collections on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read items in all site collections\",\r\n \"id\": \"4e0d77b0-96ba-4398-af14-3baa780278f4\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read documents and list items in all site collections on your behalf.\",\r\n \"userConsentDisplayName\": \"Read items in all site collections\",\r\n \"value\": \"AllSites.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to run search queries and to read basic site info on behalf of the current signed-in user. Search results are based on the user's permissions instead of the app's permissions.\",\r\n \"adminConsentDisplayName\": \"Run search queries as a user\",\r\n \"id\": \"1002502a-9a71-4426-8551-69ab83452fab\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to run search queries and to read basic site info on your behalf. Search results are based on your permissions.\",\r\n \"userConsentDisplayName\": \"Run search queries \",\r\n \"value\": \"Sites.Search.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read, create, update, and delete managed metadata and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read and write managed metadata\",\r\n \"id\": \"59a198b5-0420-45a8-ae59-6da1cb640505\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read, create, update, and delete managed metadata and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write managed metadata\",\r\n \"value\": \"TermStore.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read managed metadata and to read basic site info on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read managed metadata\",\r\n \"id\": \"a468ea40-458c-4cc2-80c4-51781af71e41\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read managed metadata and to read basic site info on your behalf.\",\r\n \"userConsentDisplayName\": \"Read managed metadata\",\r\n \"value\": \"TermStore.Read.All\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://www180015.066dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www167017.080dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www174015.019dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www162015.079dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www156015.077dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www158015.075dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www145007.074dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www148015.030dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www141017.028dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www143020.025dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www138015.076dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www136028.062dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www129017.072dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www127017.005dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www124016.032dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www117017.063dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www115014.071dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www111031.045dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www113025.044dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www105021.059dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www92050.065dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www32058.050dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www29079.048dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www39085.034dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www38024.068dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www37045.007dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www30090.054dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www95027.027dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www75007.023dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www70030.035dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www60140.098dspoapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www160015.078dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www154017.003dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www102027.067dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www100039.017dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www87072.042dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www90082.053dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www80033.011dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www65158.013dspoapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www139017.073dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www133018.046dapp.com/_layouts/15/spolanding.aspx\",\r\n \"https://www97058.085dspoapp.com/_layouts/15/spolanding.aspx\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"00000003-0000-0ff1-ce00-000000000000/*.sharepoint.com\",\r\n \"00000003-0000-0ff1-ce00-000000000000\",\r\n \"https://microsoft.sharepoint-df.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"39ae49d9-cce2-478d-b758-0758fd99dc6a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testappCri\",\r\n \"appId\": \"994082e0-f050-4c1d-b57d-3bb0ac6b04be\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testappCri\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testappCri on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testappCri\",\r\n \"id\": \"c698aa66-389c-4bf6-b31f-4ed8c3317f13\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testappCri on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testappCri\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testappcri\",\r\n \"994082e0-f050-4c1d-b57d-3bb0ac6b04be\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"39f46468-2dea-472f-8cc8-41ca91748437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Azure App Service\",\r\n \"appId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Azure App Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access all the APIs registered with App Service\",\r\n \"adminConsentDisplayName\": \"Access APIs registered with App Service\",\r\n \"id\": \"e0ea806b-d128-49dc-ac08-2bf18f7874d8\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access all the APIs registered with App Service\",\r\n \"userConsentDisplayName\": \"Access APIs registered with App Service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://trywebsites.azurewebsites.net/\",\r\n \"https://trywebsitesstaging.azurewebsites.net/\",\r\n \"https://resources-staging.azure.com\",\r\n \"https://resources.azure.com\",\r\n \"https://deploy.azure.com\",\r\n \"https://deploy-staging.azure.com\",\r\n \"https://tryappservice.azure.com\",\r\n \"https://tryappservice-staging.azure.com\",\r\n \"https://functions.azure.com\",\r\n \"https://functions-staging.azure.com\",\r\n \"https://functions-next.azure.com\",\r\n \"https://scratch.botframework.com/\",\r\n \"https://ppe.botframework.com/\",\r\n \"https://functions-release.azure.com\",\r\n \"https://dev.botframework.com/\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://appservice.azure.com\",\r\n \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"Microsoft.Azure.WebSites\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AuthZScenarioTestAdminApp-DevRunner\",\r\n \"appId\": \"cb44d3e0-95f1-4157-ac49-f639ac31044a\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AuthZScenarioTestAdminApp-DevRunner\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"https://AuthZScenarioTestAdminApp-DevRunner\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access AuthZScenarioTestAdminApp-DevRunner on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access AuthZScenarioTestAdminApp-DevRunner\",\r\n \"id\": \"96eccf5b-5467-4c10-9aec-c0ef4a5a0477\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access AuthZScenarioTestAdminApp-DevRunner on your behalf.\",\r\n \"userConsentDisplayName\": \"Access AuthZScenarioTestAdminApp-DevRunner\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"https://AuthZScenarioTestAdminApp-DevRunner\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://AuthZScenarioTestAdminApp-DevRunner\",\r\n \"cb44d3e0-95f1-4157-ac49-f639ac31044a\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3b78c1d8-437e-44dc-866e-292c9c09cf4d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk2665/providers/Microsoft.DataLakeStore/accounts/onesdk8557\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"2642b527-ec56-4cd7-a452-3bc6677e4b41\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk8557\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:34:00Z\",\r\n \"keyId\": \"c23fa5f8-aa8d-4ca5-86bd-bd317c08054f\",\r\n \"startDate\": \"2017-10-13T20:34:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"2642b527-ec56-4cd7-a452-3bc6677e4b41\",\r\n \"https://identity.azure.net/ztW72CWRrLzLPObt0eeBOn4to77ql+cldoi8zf6292Y=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"ProductionBApplication\",\r\n \"appId\": \"a2abb7fb-a006-481f-b30c-6d9c5d34b9bd\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"ProductionBApplication\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-03-25T16:21:05Z\",\r\n \"keyId\": \"d81ed346-798e-4549-96b3-29d15cb5ba19\",\r\n \"startDate\": \"2016-03-25T16:21:05Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access ProductionBApplication on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access ProductionBApplication\",\r\n \"id\": \"6515dcf4-f173-4f19-ae68-4aa772948ad1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access ProductionBApplication on your behalf.\",\r\n \"userConsentDisplayName\": \"Access ProductionBApplication\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [\r\n \"http://ProductionBApplication\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://ProductionBApplication\",\r\n \"a2abb7fb-a006-481f-b30c-6d9c5d34b9bd\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMyOrg\",\r\n \"tags\": [\r\n \"WindowsAzureActiveDirectoryIntegratedApp\"\r\n ],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3d4ab334-8094-4a37-a5ae-34e8060b0b1b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft AppPlat EMA\",\r\n \"appId\": \"dee7ba80-6a55-4f3b-a86c-746a9231ae49\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft AppPlat EMA\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://consent.msp.windows.net/\",\r\n \"dee7ba80-6a55-4f3b-a86c-746a9231ae49\",\r\n \"MicrosoftAppPlatEMA\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3dac2760-afe9-4f41-8716-cc42ce15854d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk837/providers/Microsoft.DataLakeStore/accounts/onesdk6740\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"a0689a2d-f7e0-4aaa-a96f-03848c81cb79\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk6740\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:07:00Z\",\r\n \"keyId\": \"54473657-5882-43da-82cc-6a4127ad06fa\",\r\n \"startDate\": \"2017-10-13T20:07:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0689a2d-f7e0-4aaa-a96f-03848c81cb79\",\r\n \"https://identity.azure.net//49yPAaY+zXto275hfRylcubgQ4ymEj9B1MNtmQzaiM=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3e3ec9fc-84c7-4250-b2ba-86f90ec71dd6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testsp1\",\r\n \"appId\": \"d18d1e77-8102-40d9-9c9b-3b16e91db840\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testsp1\",\r\n \"errorUrl\": null,\r\n \"homepage\": \"http://testsp1\",\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testsp1 on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testsp1\",\r\n \"id\": \"af4c7978-5528-4b97-89b7-62851f2bbd91\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testsp1 on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testsp1\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testsp1\",\r\n \"d18d1e77-8102-40d9-9c9b-3b16e91db840\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"3feb5859-6be6-4fb5-854e-3f84534d6fde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"O365SBRM Service\",\r\n \"appId\": \"9d06afd9-66c9-49a6-b385-ea7509332b0b\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"O365SBRM Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application full access to the OCM service on behalf of the signed-in user\",\r\n \"adminConsentDisplayName\": \"Have full access to the OCM Service \",\r\n \"id\": \"9454efbe-3f0a-4074-9ec5-a25adefb6f87\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application full access to the OCM service on your behalf\",\r\n \"userConsentDisplayName\": \"Have full access to the OCM service\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"http://xrmserviceprod.cloudapp.net\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"9d06afd9-66c9-49a6-b385-ea7509332b0b\",\r\n \"http://xrmserviceprod.cloudapp.net\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"419049cc-fc02-45f0-9a2d-37988433240f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure SQL Database Backup To Azure Backup Vault\",\r\n \"appId\": \"e4ab13ed-33cb-41b4-9140-6e264582cf85\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure SQL Database Backup To Azure Backup Vault\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"e4ab13ed-33cb-41b4-9140-6e264582cf85\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"42671bc2-6c42-4e6e-a733-2326ee49b6f9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"AzureDnsFrontendApp\",\r\n \"appId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"AzureDnsFrontendApp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"a0be0c72-870e-46f0-9c49-c98333a996f7\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4303c09d-16ce-487a-ac64-eee916f05cfe\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Invitation Acceptance Portal\",\r\n \"appId\": \"4660504c-45b3-4674-a709-71951a6b0763\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Invitation Acceptance Portal\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://prod-b.redeem.b2b.azure.net\",\r\n \"https://prod-a.redeem.b2b.azure.net\",\r\n \"https://testslice.redeem.b2b.azure.net/\",\r\n \"https://invitations.microsoft.com\",\r\n \"https://prod-t.redeem.b2b.azure.net\",\r\n \"https://redeem.b2b.azure.net/\",\r\n \"https://login.microsoftonline.com/redeem\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://prod-b.redeem.b2b.azure.net\",\r\n \"https://prod-a.redeem.b2b.azure.net\",\r\n \"https://testslice.redeem.b2b.azure.net/\",\r\n \"https://redeem.b2b.azure.net/\",\r\n \"https://prod-t.redeem.b2b.azure.net/\",\r\n \"https://invitations.microsoft.com\",\r\n \"https://login.microsoftonline.com/redeem\",\r\n \"4660504c-45b3-4674-a709-71951a6b0763\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"43440d39-6989-44d5-8129-091277366972\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"testapp\",\r\n \"appId\": \"3116f20e-c390-4f95-9b4f-7fab7e2b4cb1\",\r\n \"appOwnerTenantId\": \"1273adef-00a3-4086-a51a-dbcce1857d36\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"testapp\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allow the application to access testapp on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access testapp\",\r\n \"id\": \"6798652b-a8de-422f-888c-a0d155855ffd\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allow the application to access testapp on your behalf.\",\r\n \"userConsentDisplayName\": \"Access testapp\",\r\n \"value\": \"user_impersonation\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"rbacCliTestDirectory\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"http://testapp\",\r\n \"3116f20e-c390-4f95-9b4f-7fab7e2b4cb1\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"440ea085-6617-455e-9f9c-76ddc998970b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Approval Management\",\r\n \"appId\": \"65d91a3d-ab74-42e6-8a2f-0add61688c74\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Approval Management\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"https://account.activedirectory.windowsazure.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://approvalmanagement.activedirectory.windowsazure.com\",\r\n \"65d91a3d-ab74-42e6-8a2f-0add61688c74/approvalmanagement.activedirectory.windowsazure.com\",\r\n \"65d91a3d-ab74-42e6-8a2f-0add61688c74\",\r\n \"Microsoft.ApprovalManagement\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"452d5ff3-05c1-4742-8386-8729f38bfab8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft B2B Admin Worker\",\r\n \"appId\": \"1e2ca66a-c176-45ea-a877-e87f7231e0ee\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft B2B Admin Worker\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://msb2badminworker.cloudapp.net/\",\r\n \"1e2ca66a-c176-45ea-a877-e87f7231e0ee\",\r\n \"MicrosoftB2BAdminWorker\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"463d4000-8bce-404c-b6be-152be55e519f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Mobile Application Management Backend\",\r\n \"appId\": \"354b5b6d-abd6-4736-9f51-1be80049b91f\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Mobile Application Management Backend\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"354b5b6d-abd6-4736-9f51-1be80049b91f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4939a576-8456-4519-adb7-27dbe56095c7\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Information Protection Sync Service\",\r\n \"appId\": \"870c4f2e-85b6-4d43-bdda-6ed9a579b725\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Read all unified policies of the tenant.\",\r\n \"displayName\": \"Read all unified policies of the tenant.\",\r\n \"id\": \"8b2071cd-015a-4025-8052-1c0dba2d3f64\",\r\n \"isEnabled\": true,\r\n \"value\": \"UnifiedPolicy.Tenant.Read\"\r\n }\r\n ],\r\n \"displayName\": \"Microsoft Information Protection Sync Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Read all unified policies a user has access to.\",\r\n \"adminConsentDisplayName\": \"Read all unified policies a user has access to.\",\r\n \"id\": \"34f7024b-1bed-402f-9664-f5316a1e1b4a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Read all unified policies a user has access to.\",\r\n \"userConsentDisplayName\": \"Read all unified policies a user has access to.\",\r\n \"value\": \"UnifiedPolicy.User.Read\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"870c4f2e-85b6-4d43-bdda-6ed9a579b725\",\r\n \"https://syncservice.o365syncservice.com\",\r\n \"https://psor.o365syncservice.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"495b76a0-9569-4619-91ac-39b6c49bf2ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Azure SQL Virtual Network to Network Resource Provider\",\r\n \"appId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Azure SQL Virtual Network to Network Resource Provider\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"496ffd76-fb57-4d3c-b0b2-30e80ddbc235\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Signup\",\r\n \"appId\": \"b4bddae8-ab25-483e-8670-df09b9f1d0ea\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Signup\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://signup.microsoft.com/logout\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [\r\n \"https://signup.microsoft.com/\",\r\n \"https://scusignupprv.microsoft.com/landing\",\r\n \"https://ncusignupprv.microsoft.com/landing\",\r\n \"https://wjpsignup.microsoft.com/landing\",\r\n \"https://ejpsignup.microsoft.com/landing\",\r\n \"https://wussignup.microsoft.com/landing\",\r\n \"https://eussignup.microsoft.com/landing\",\r\n \"https://scusignup.microsoft.com/landing\",\r\n \"https://eassignup.microsoft.com/landing\",\r\n \"https://seasignup.microsoft.com/landing\",\r\n \"https://weusignup.microsoft.com/landing\",\r\n \"https://neusignup.microsoft.com/landing\",\r\n \"https://ncusignup.microsoft.com/landing\",\r\n \"https://signup.microsoft.com/landing\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://scusignupprv.microsoft.com/\",\r\n \"https://ncusignupprv.microsoft.com/\",\r\n \"https://wjpsignup.microsoft.com/\",\r\n \"https://ejpsignup.microsoft.com/\",\r\n \"https://wussignup.microsoft.com/\",\r\n \"https://eussignup.microsoft.com/\",\r\n \"https://scusignup.microsoft.com/\",\r\n \"https://eassignup.microsoft.com/\",\r\n \"https://seasignup.microsoft.com/\",\r\n \"https://weusignup.microsoft.com/\",\r\n \"https://neusignup.microsoft.com/\",\r\n \"https://ncusignup.microsoft.com/\",\r\n \"https://signup.microsoft.com/\",\r\n \"https://signup.microsoft.com\",\r\n \"https://ncusignup.microsoft.com\",\r\n \"https://neusignup.microsoft.com\",\r\n \"https://weusignup.microsoft.com\",\r\n \"https://seasignup.microsoft.com\",\r\n \"https://eassignup.microsoft.com\",\r\n \"https://scusignup.microsoft.com\",\r\n \"https://eussignup.microsoft.com\",\r\n \"https://wussignup.microsoft.com\",\r\n \"https://ejpsignup.microsoft.com\",\r\n \"https://wjpsignup.microsoft.com\",\r\n \"https://ncusignupprv.microsoft.com\",\r\n \"https://scusignupprv.microsoft.com\",\r\n \"b4bddae8-ab25-483e-8670-df09b9f1d0ea\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4d459062-aaee-410e-bffc-17cb1f946f84\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Intune\",\r\n \"appId\": \"0000000a-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Intune\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://manage-beta.microsoft.com\",\r\n \"https://manage.microsoft.com\",\r\n \"https://manage-ppe.microsoft.us\",\r\n \"https://manage.microsoft.us\",\r\n \"https://manage-selfhost.microsoft.com\",\r\n \"https://uiststest-centralus.cloudapp.net/Signin\",\r\n \"https://sts.manage-dogfood.manage.microsoft.com/Signin\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"0000000a-0000-0000-c000-000000000000/manage-beta.microsoft.com\",\r\n \"0000000a-0000-0000-c000-000000000000/manage.microsoft.com\",\r\n \"0000000a-0000-0000-c000-000000000000\",\r\n \"https://fef.msua01.manage.microsoft.com\",\r\n \"https://fef.msua02.manage.microsoft.com\",\r\n \"https://fef.msua04.manage.microsoft.com\",\r\n \"https://fef.msua05.manage.microsoft.com\",\r\n \"https://fef.amsua0502.manage.microsoft.com\",\r\n \"https://fef.msua06.manage.microsoft.com\",\r\n \"https://fef.amsua0602.manage.microsoft.com\",\r\n \"https://fef.msuc01.manage.microsoft.com\",\r\n \"https://fef.msuc02.manage.microsoft.com\",\r\n \"https://fef.msuc03.manage.microsoft.com\",\r\n \"https://fef.msuc05.manage.microsoft.com\",\r\n \"https://fef.msub01.manage.microsoft.com\",\r\n \"https://FEF.amsub0102.manage.microsoft.com\",\r\n \"https://fef.msub02.manage.microsoft.com\",\r\n \"https://fef.msub03.manage.microsoft.com\",\r\n \"https://fef.msub05.manage.microsoft.com\",\r\n \"https://fef.msua07.manage.microsoft.com\",\r\n \"https://fef.bmsub01.manage-beta.microsoft.com\",\r\n \"https://fef.bmsua01.manage-beta.microsoft.com\",\r\n \"https://fef.shmsua01.manage-selfhost.microsoft.com\",\r\n \"https://fef.tamsua02.manage-selfhost.microsoft.com\",\r\n \"https://manage-selfhost.microsoft.com\",\r\n \"https://manage.microsoft.us\",\r\n \"https://manage-ppe.microsoft.us\",\r\n \"https://manage.microsoft.com/\",\r\n \"https://manage-beta.microsoft.com/\",\r\n \"https://manage.microsoft.com\",\r\n \"https://manage-beta.microsoft.com\",\r\n \"https://fef.fxpasu01.manage.microsoft.us\",\r\n \"https://fef.amsua0402.manage.microsoft.com\",\r\n \"https://fef.amsua0202.manage.microsoft.com\",\r\n \"https://fef.amsub0202.manage.microsoft.com\",\r\n \"https://fef.amsub0302.manage.microsoft.com\",\r\n \"https://fef.fxbasu01.manage.microsoft.us\",\r\n \"https://warehouse.manage-selfhost.microsoft.com\",\r\n \"https://warehouse.manage-beta.microsoft.com\",\r\n \"https://warehouse.manage.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4ddebd2b-c508-4c1c-a988-07e0282c7dad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"IAMTenantCrawler\",\r\n \"appId\": \"66244124-575c-4284-92bc-fdd00e669cea\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"IAMTenantCrawler\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://iamtenantcrawler.microsoft.com/reply\",\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://iamtenantcrawler.microsoft.com\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"66244124-575c-4284-92bc-fdd00e669cea\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4e99f9dc-c452-42d1-aef7-f2e63e46bc32\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk6870/providers/Microsoft.DataLakeStore/accounts/onesdk2316\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"f69e6d3a-6888-461d-aaed-c085ebbd0800\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk2316\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:49:00Z\",\r\n \"keyId\": \"d275b8e2-d98f-4da8-9916-7cd6ef0e90a7\",\r\n \"startDate\": \"2017-10-13T20:49:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"f69e6d3a-6888-461d-aaed-c085ebbd0800\",\r\n \"https://identity.azure.net/1Jb+Ts5QY2dY7+Iu8Onw4dm5eI77LbnC4v+g+y6T0M4=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"4fbc557f-6308-43b6-8b3f-f621395bb976\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/onesdk7764/providers/Microsoft.DataLakeStore/accounts/onesdk2799\"\r\n ],\r\n \"appDisplayName\": null,\r\n \"appId\": \"7e01903e-1cdc-4d79-887d-a8b4811afc6c\",\r\n \"appOwnerTenantId\": null,\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"onesdk2799\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [\r\n {\r\n \"customKeyIdentifier\": null,\r\n \"endDate\": \"2018-01-11T20:47:00Z\",\r\n \"keyId\": \"b67ddf05-7676-4836-aada-afc8d0c60a19\",\r\n \"startDate\": \"2017-10-13T20:47:00Z\",\r\n \"type\": \"AsymmetricX509Cert\",\r\n \"usage\": \"Verify\",\r\n \"value\": null\r\n }\r\n ],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"7e01903e-1cdc-4d79-887d-a8b4811afc6c\",\r\n \"https://identity.azure.net/hwoWUXiQdWUARkK4qfUxvGSjQWnSJ85U5VRzTZ/hoqo=\"\r\n ],\r\n \"servicePrincipalType\": \"ManagedIdentity\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"505ff466-b071-4c3c-aea4-4dbc351d45b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Windows Azure Active Directory\",\r\n \"appId\": \"00000002-0000-0000-c000-000000000000\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read data in your company or school directory, such as users, groups, and apps.\",\r\n \"displayName\": \"Read directory data\",\r\n \"id\": \"5778995a-e1bf-45b8-affa-663a9f3f4d04\",\r\n \"isEnabled\": true,\r\n \"value\": \"Directory.Read.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all domain properties without a signed in user. Also allows the app to add, verify and remove domains.\",\r\n \"displayName\": \"Read and write domains\",\r\n \"id\": \"abefe9df-d5a9-41c6-a60b-27b38eac3efb\",\r\n \"isEnabled\": true,\r\n \"value\": \"Domain.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write data in your company or school directory, such as users, and groups. Does not allow user or group deletion.\",\r\n \"displayName\": \"Read and write directory data\",\r\n \"id\": \"78c8a3c8-a07e-4b9e-af1b-b5ccab50a175\",\r\n \"isEnabled\": true,\r\n \"value\": \"Directory.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.\",\r\n \"displayName\": \"Read and write devices\",\r\n \"id\": \"1138cb37-bd11-4084-a2b7-9f71582aeddb\",\r\n \"isEnabled\": true,\r\n \"value\": \"Device.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.\",\r\n \"displayName\": \"Read all hidden memberships\",\r\n \"id\": \"9728c0c4-a06b-4e0e-8d1b-3d694e8ec207\",\r\n \"isEnabled\": true,\r\n \"value\": \"Member.Read.Hidden\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user. It cannot update any apps that it is not an owner of.\",\r\n \"displayName\": \"Manage apps that this app creates or owns\",\r\n \"id\": \"824c81eb-e3f8-4ee6-8f6d-de7f50d565b7\",\r\n \"isEnabled\": true,\r\n \"value\": \"Application.ReadWrite.OwnedBy\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\r\n \"displayName\": \"Read and write all applications\",\r\n \"id\": \"1cda74f2-2616-4834-b122-5cb1b07f8a59\",\r\n \"isEnabled\": true,\r\n \"value\": \"Application.ReadWrite.All\"\r\n },\r\n {\r\n \"allowedMemberTypes\": [\r\n \"Application\"\r\n ],\r\n \"description\": \"Allows the app to read and write all domain properties without a signed in user. Also allows the app to add, verify and remove domains.\",\r\n \"displayName\": \"Read and write domains\",\r\n \"id\": \"aaff0dfd-0295-48b6-a5cc-9f465bc87928\",\r\n \"isEnabled\": true,\r\n \"value\": \"Domain.ReadWrite.All\"\r\n }\r\n ],\r\n \"displayName\": \"Windows Azure Active Directory\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to have the same access to information in the directory as the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Access the directory as the signed-in user\",\r\n \"id\": \"a42657d6-7f20-40e3-b6f0-cee03008a62a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to have the same access to information in your work or school directory as you do.\",\r\n \"userConsentDisplayName\": \"Access the directory as you\",\r\n \"value\": \"Directory.AccessAsUser.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read data in your company or school directory, such as users, groups, and apps.\",\r\n \"adminConsentDisplayName\": \"Read directory data\",\r\n \"id\": \"5778995a-e1bf-45b8-affa-663a9f3f4d04\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read data in your company or school directory, such as other users, groups and apps.\",\r\n \"userConsentDisplayName\": \"Read directory data\",\r\n \"value\": \"Directory.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read and write data in your company or school directory, such as users, and groups. Does not allow user or group deletion.\",\r\n \"adminConsentDisplayName\": \"Read and write directory data\",\r\n \"id\": \"78c8a3c8-a07e-4b9e-af1b-b5ccab50a175\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read and write data in your company or school directory, such as other users, groups. Does not allow user or group deletion on your behalf.\",\r\n \"userConsentDisplayName\": \"Read and write directory data\",\r\n \"value\": \"Directory.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to create groups on behalf of the signed-in user and read all group properties and memberships. Additionally, this allows the app to update group properties and memberships for the groups the signed-in user owns.\",\r\n \"adminConsentDisplayName\": \"Read and write all groups\",\r\n \"id\": \"970d6fa6-214a-4a9b-8513-08fad511e2fd\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to create groups on your behalf and read all group properties and memberships. Additionally, this allows the app to update group properties and memberships for groups you own.\",\r\n \"userConsentDisplayName\": \"Read and write all groups\",\r\n \"value\": \"Group.ReadWrite.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read basic group properties and memberships on behalf of the signed-in user.\",\r\n \"adminConsentDisplayName\": \"Read all groups\",\r\n \"id\": \"6234d376-f627-4f0f-90e0-dff25c5211a3\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read all group properties and memberships on your behalf.\",\r\n \"userConsentDisplayName\": \"Read all groups\",\r\n \"value\": \"Group.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the full set of profile properties of all users in your company or school, on behalf of the signed-in user. Additionally, this allows the app to read the profiles of the signed-in user's reports and manager.\",\r\n \"adminConsentDisplayName\": \"Read all users' full profiles\",\r\n \"id\": \"c582532d-9d9e-43bd-a97c-2667a28ce295\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the full set of profile properties of all users in your company or school, on your behalf. Additionally, this allows the app to read the profiles of your reports and manager.\",\r\n \"userConsentDisplayName\": \"Read all user's full profiles\",\r\n \"value\": \"User.Read.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read a basic set of profile properties of all users in your company or school on behalf of the signed-in user. Includes display name, first and last name, photo, and email address. Additionally, this allows the app to read basic info about the signed-in user's reports and manager.\",\r\n \"adminConsentDisplayName\": \"Read all users' basic profiles\",\r\n \"id\": \"cba73afc-7f69-4d86-8450-4978e04ecd1a\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to read a basic set of profile properties of other users in your company or school, on your behalf. Includes display name, first and last name, photo, and email address. Additionally, this allows the app to read basic info about your reports and manager.\",\r\n \"userConsentDisplayName\": \"Read all user's basic profiles\",\r\n \"value\": \"User.ReadBasic.All\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows users to sign in to the app, and allows the app to read the profile of signed-in users. It also allow the app to read basic company information of signed-in users.\",\r\n \"adminConsentDisplayName\": \"Sign in and read user profile\",\r\n \"id\": \"311a71cc-e848-46a1-bdf8-97ff7156d8e6\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows you to sign in to the app with your work account and let the app read your profile. It also allows the app to read basic company information.\",\r\n \"userConsentDisplayName\": \"Sign you in and read your profile\",\r\n \"value\": \"User.Read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to read the memberships of hidden groups and administrative units on behalf of the signed-in user, for those hidden groups and administrative units that the signed-in user has access to.\",\r\n \"adminConsentDisplayName\": \"Read hidden memberships\",\r\n \"id\": \"2d05a661-f651-4d57-a595-489c91eda336\",\r\n \"isEnabled\": true,\r\n \"type\": \"Admin\",\r\n \"userConsentDescription\": \"Allows the app to read the memberships of hidden groups or administrative units on your behalf, for those hidden groups or administrative units that you have access to.\",\r\n \"userConsentDisplayName\": \"Read your hidden memberships\",\r\n \"value\": \"Member.Read.Hidden\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": null,\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"https://graph.windows.net/\",\r\n \"https://graph.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000/graph.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000/directory.windows.net\",\r\n \"00000002-0000-0000-c000-000000000000\",\r\n \"Microsoft.Azure.ActiveDirectory\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": null,\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.ServicePrincipal?$skiptoken=X'4453707402000100000035536572766963655072696E636970616C5F35303566663436362D623037312D346333632D616561342D34646263333531643435623535536572766963655072696E636970616C5F35303566663436362D623037312D346333632D616561342D3464626333353164343562350000000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?$filter=servicePrincipalNames/any(c:%20c%20eq%20'8f41dc7c-542c-4bdd-8eb3-e60543f607ca')&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz8kZmlsdGVyPXNlcnZpY2VQcmluY2lwYWxOYW1lcy9hbnkoYzolMjBjJTIwZXElMjAnOGY0MWRjN2MtNTQyYy00YmRkLThlYjMtZTYwNTQzZjYwN2NhJykmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "172edb4f-b5a2-49a4-a88a-801d04fbf19a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "f237c7a9-4779-48a8-99b9-4f0d4458d7e8" - ], - "client-request-id": [ - "c232a97d-3fbb-4bfd-9104-79893903d2b9" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "EfSkxWHLX5KNRsKUg9e7FReopnVoEzXS22fg5mykX5xpdIjtZVPptQZDt-iDXbWyeIoMQB_2ysbP5tfIVJhwHnkWd0p_dL2vWSILJsGixZOr66xg_w6axQqwZ-qSRJAdDN0uetMQbEceYZqvCGzTsQ.rc0pLCKvDoBfb60x7rn7CEztX9oiq5_9g2Lm3kGCVEo" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1144597" - ], - "Content-Length": [ - "1976" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals/01395204-fc96-45fd-8ec8-dd99e45a293f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscy8wMTM5NTIwNC1mYzk2LTQ1ZmQtOGVjOC1kZDk5ZTQ1YTI5M2Y/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2793ed6d-3178-4c1a-aa94-593ac5df6e82" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "96e7ac8b-9f66-4ed1-9f20-f4ac451b2fc5" - ], - "client-request-id": [ - "e1cb8dbb-a15d-4937-932a-762555e1b492" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "vk1h9_kZETzM5air4gefFQnc0u37g_tibzyUH9MFdJX1JgNb0nW2v7UJtGv3mB1Uf-WjfcuEoxE-stOW1h6FtzEBX9qtpAqDHNnvv1lpRv_5Uz9EAGnN6ROnXwu9BtOa7-B6t2WB1dvDSAGJOhffkg.ll3IDTRb86MWRhivDmh4aUI6FHuK2BYpA4nBMWm7WBU" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "694866" - ], - "Content-Length": [ - "1973" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/servicePrincipals?$filter=displayName%20eq%20'Microsoft%20Device%20Directory%20Service'&api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9zZXJ2aWNlUHJpbmNpcGFscz8kZmlsdGVyPWRpc3BsYXlOYW1lJTIwZXElMjAnTWljcm9zb2Z0JTIwRGV2aWNlJTIwRGlyZWN0b3J5JTIwU2VydmljZScmYXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f3bcc87e-2d7e-4b39-af2f-5c8691b7fa6f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "4fbd6090-6ea7-4232-a7d6-595c999aaca3" - ], - "client-request-id": [ - "aa9ebb98-140c-41bc-8c75-360871e5ebb1" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "vHD-pgHnI4UsBySyUIeE6Mws6GconofcPaVaf1KAUQrV4AJf7v2fZnwy6HFj0UXql1pFmcRcn6LV0yz-64DwDCm6JVJB9rm8oTjsjWQahRE3nMIaFtYrWEZd7jdEZiCBArHXJHayhA_2kr0fyGp6Nw.epMAWOiZtZc0Sbg_1nxoYc-BUORpZyBIfzfLx36FlZs" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "483018" - ], - "Content-Length": [ - "1976" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"01395204-fc96-45fd-8ec8-dd99e45a293f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft Device Directory Service\",\r\n \"appId\": \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft Device Directory Service\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": \"https://cs.dds.microsoft.com/Continuum/Logout\",\r\n \"oauth2Permissions\": [\r\n {\r\n \"adminConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"adminConsentDisplayName\": \"See your list of devices\",\r\n \"id\": \"79a8f059-5727-4e7d-986a-d509f1799603\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to see your list of devices as well as devices shared in your family.\",\r\n \"userConsentDisplayName\": \"See your list of devices\",\r\n \"value\": \"dds.read\"\r\n },\r\n {\r\n \"adminConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"adminConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"id\": \"b2c5a8a4-d75c-4c8d-ab0e-325d6d89c9e1\",\r\n \"isEnabled\": true,\r\n \"type\": \"User\",\r\n \"userConsentDescription\": \"Allows the app to be added to your list of devices and apps.\",\r\n \"userConsentDisplayName\": \"Be added to your list of devices and apps\",\r\n \"value\": \"dds.register\"\r\n }\r\n ],\r\n \"passwordCredentials\": [],\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [],\r\n \"samlMetadataUrl\": null,\r\n \"servicePrincipalNames\": [\r\n \"8f41dc7c-542c-4bdd-8eb3-e60543f607ca\",\r\n \"https://cs.dds.microsoft.com\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/UserTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/UserTest.json deleted file mode 100644 index f8ccfc24c43c..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/BasicTests/UserTest.json +++ /dev/null @@ -1,253 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa9a7d0f-e9e7-4f81-8c0f-370ae06afe17" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "98726278-d894-4899-94c9-7b67a421f9fa" - ], - "client-request-id": [ - "0a26ed56-3ab0-4537-84a1-b79b18b0e3e0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "pm2XtQvIjXcHdLOcyNvUhHFD0bUYhMWFswwmYDEyFbY25G_sIbqUu5kLb-kcOch5oTDkQ3ZWzYSYFa2qfLP-vaT8871Hx57dkh1EHaC62-hTW4Pl_p6Ds4yro-sXsxk0hQiInBeMWh1VnhgnwVowXw.5Su2uhAB3V2hUs9AgsRi7nE0oO6oLq2nGsj3kE937g4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1551917" - ], - "Content-Length": [ - "130821" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User\",\r\n \"value\": [\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6f58a770-c06e-4012-b9f9-e5479c03d43f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"creationType\": \"Invitation\",\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"abene\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": \"abene@microsoft.com\",\r\n \"mailNickname\": \"abene_microsoft.com#EXT#\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [\r\n \"abene@microsoft.com\"\r\n ],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [\r\n \"SMTP:abene@microsoft.com\"\r\n ],\r\n \"refreshTokensValidFromDateTime\": \"2017-11-08T23:02:55Z\",\r\n \"showInAddressList\": false,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"abene_microsoft.com#EXT#@rbacCliTest.onmicrosoft.com\",\r\n \"userState\": \"Accepted\",\r\n \"userStateChangedOn\": \"2017-11-08T23:02:57Z\",\r\n \"userType\": \"Guest\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3c67fcba-b084-4d5c-aedf-8e57416197c8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1121\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1121test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:40:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1121@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1d058657-4d12-49a9-85f8-b10c2654e9d0\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1253\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1253test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1253@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"06f82105-5c0e-472f-910e-10407cbe7c55\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:14:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1301\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1301test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:14:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1301@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dcfeaf15-302c-4e29-bb43-ce1de5830771\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1338\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1338test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:12Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1338@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0053e6a8-5765-46ce-a6c2-40af41db8342\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T22:46:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1340\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1340test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T22:46:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1340@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a501cc7d-4445-4e4e-ab11-3cda24ffea99\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:14Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1359\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1359test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:13Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1359@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9defc6c9-8233-472d-bec0-b4a01e89b3ce\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser14\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser14test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:38Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser14@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4c0744f3-330f-4da8-910e-a7d4e80c16e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1417\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1417test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1417@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9bfc63bc-576c-4830-ac8f-db78703a6f69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1422\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1422test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1422@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5b403a05-cbd1-46b6-98bf-5223b017f692\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1473\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1473test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:45:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1473@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f2a75d7e-be48-4961-a353-6f9d355471ad\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1550\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1550test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1550@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a8e0885-c928-4744-a38c-77fb2a94af65\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser157\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser157test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser157@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"451895c9-3787-4e87-b641-6522476f7d2d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1615\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1615test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1615@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e7f283ed-d4fd-4a3d-9d1e-627baeca96ea\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser171\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser171test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser171@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b58cb16e-8c7f-49b6-85e3-bdeac9748ebf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1783\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1783test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1783@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2991d002-c745-41fb-b3fc-a2bc1896a7b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:22:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1895\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1895test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:22:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1895@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cce4a850-1dc6-4a46-bce6-5f233c6dd1a1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser19\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser19test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser19@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b32bb64c-0725-46b7-afb0-80730add94c2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser192\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser192test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser192@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"cea4bdd0-095b-498a-8482-827eec36166c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1943\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1943test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1943@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1917ec20-e68a-406f-afca-054f9fa5d9f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2005\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2005test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2005@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"10c5060e-a279-42c1-ad54-d1e46a17b954\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:29Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2052\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2052test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:28Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2052@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e2ac3398-588a-4277-a4f3-f0ce10f0541b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2082\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2082test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2082@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ad8b4a69-667f-4cd9-80da-94c31cc61cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2137\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2137test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:26Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2137@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6d534b7a-7f09-4b7d-aa2d-bcf4edd4bd5e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2302\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2302test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:01Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2302@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1f619f47-3bc4-4548-a449-0e6318dd79fc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser231\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser231test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:52Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser231@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dbc021e1-9cc5-4072-b76b-3179080a56bf\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:06:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2377\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2377test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:06:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2377@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0a9a5078-64a3-43e5-bb7e-b268efcf6d25\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:12:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2380\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2380test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:12:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2380@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dc893571-d3b3-425c-97ec-951e33477a21\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2444\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2444test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2444@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2b6343cb-0126-4592-bb27-20bd985f7039\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2455\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2455test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2455@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"62f097dc-ee76-4b88-aa98-0010c4510d69\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2605\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2605test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:07Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2605@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9e11d5e8-9c45-4dcf-a8ff-606ae2d75cde\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2726\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2726test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:08:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2726@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d8c87179-f2ae-4cdf-9742-b1db9a9b84f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2755\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2755test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2755@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"14d2b538-d1cf-4beb-b904-f4c578c9a058\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2950\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2950test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2950@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b429af66-b122-468d-92b1-7709946c4bd3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser2985\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser2985test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser2985@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"dac3ad66-0e35-4e8f-9292-f48a7eb34074\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3027\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3027test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3027@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"32ce3805-6df8-4419-9b09-5c7d02b5a818\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3096\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3096test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3096@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8eb9f454-6efe-4c83-9a98-c568aa09d487\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3120\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3120test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3120@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"abea7955-7883-41a9-af2e-a8ce705c24e2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3150\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3150test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:55Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3150@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"17c09739-1f0e-47fe-9e60-858bceab6602\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3165\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3165test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3165@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c3471abb-b91d-4f54-9182-5b2a317657b8\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T21:17:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3166\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3166test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T21:17:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3166@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"99086829-f569-4168-85fc-d7ec1ce1120c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:00Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3193\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3193test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:31:59Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3193@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"25593d17-8b84-487f-a861-466fa3b71590\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3234\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3234test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3234@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d2d87f87-6100-4c01-8d57-f9f28266f5a3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T21:58:01Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3239\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3239test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T21:58:00Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3239@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ec49efd0-982b-45fc-b057-c1d06ed024a9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3255\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3255test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:39:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3255@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2284665c-f07c-4145-bd84-3f6674a3711f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3366\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3366test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3366@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"b5fad114-68a2-4d36-a81a-2ede6e444a78\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3569\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3569test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:32:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3569@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"d4399215-df0e-4767-8459-02b0d593884a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:12Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3577\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3577test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:11Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3577@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"adfa149b-7ed6-47df-8ef1-098ebc2d0284\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:02:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3593\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3593test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:02:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3593@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"489c548f-e303-4579-918b-565f07ce6245\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:21Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser363\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser363test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:20Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser363@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c19551b1-378e-4850-848d-9ea746e2239f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:10Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3735\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3735test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3735@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"fdf6e150-3093-4adf-8786-a5c1087ff36b\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:25:46Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3749\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3749test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:25:45Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3749@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1e91cc95-bc94-41ab-90b8-9a5532c8fe62\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3770\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3770test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:27Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3770@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"36a3a838-0eed-4c03-bcb8-88262b13e0d9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3777\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3777test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3777@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"775ab5eb-c396-4f4c-98b3-bd3e57f6d5ef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3856\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3856test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:53Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3856@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"437d288d-45a1-4fc5-99b6-3ae42ad7a854\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3912\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3912test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3912@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30c0c864-274f-4e36-ab42-b636e0d835f4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:43Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3991\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3991test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:42Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3991@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"80718eff-f9a2-48f8-9cf3-6d6fc39e2e20\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4035\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4035test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4035@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"72d7f314-5d77-43f0-8b9e-91ef9bd90bd9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:25Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4099\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4099test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:24Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4099@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8bd7022c-ae45-4d84-97bb-1331c9019715\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4110\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4110test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4110@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6148a870-aef3-4f94-af76-b58a72100166\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4125\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4125test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4125@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"4ef57b17-839a-4a86-bd46-3d91d584f556\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:59Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4293\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4293test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:58Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4293@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"258e497c-f803-4134-938f-94d6aec423bd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-09-12T20:05:22Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4305\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4305test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-12T20:05:21Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4305@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"f549c2f5-2b51-4010-956d-03bf8d45dbab\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4313\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4313test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:39Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4313@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8c6448e5-b6e9-4453-801d-a720f427ce48\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:32Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4387\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4387test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:31Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4387@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"278a85d2-1016-4cf7-b021-286766ccdeef\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:25:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4530\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4530test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:25:08Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4530@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"de4931e3-a877-42ab-9f4d-b90d6e84402f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4546\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4546test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:35Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4546@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"6df81df4-0214-453b-9e24-0855b882aa29\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser458\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser458test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:03Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser458@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c13e68b0-7b78-45c6-a49d-b0c2519eb1dc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4624\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4624test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:23Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4624@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"30e693b1-f0db-4913-b4ce-d2010743e5e4\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4689\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4689test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4689@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ab6c5c8d-2391-46d0-8d09-e91ff288776c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:26Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4744\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4744test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:25Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4744@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"40804ff7-4b45-4c8b-ac10-e11ad0729281\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:24:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4800\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4800test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:24:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4800@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"a1f4be23-6342-400a-bd76-fb477fdf6e3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4870\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4870test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4870@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"c5539960-8fd5-4154-bc2a-47e31f5703b1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-10-31T19:30:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4885\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4885test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-10-31T19:30:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4885@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"bd598ad0-87b5-4d57-a7d7-dd7bb35b53a5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:48Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4901\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4901test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:47Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4901@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1a91cc2a-4552-4c76-b4fa-c7cacfe43410\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4990\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4990test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:18Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4990@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"16fa1afe-97ab-4abc-b1eb-46fb81d1bbc2\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:50Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser4997\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser4997test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:49Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser4997@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0723364c-f3f7-4637-86c9-d312aedc5ecc\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5067\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5067test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:04Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5067@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"60d72bae-8d3b-4224-a777-4050f2f5233c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5102\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5102test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:15Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5102@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba84be50-b72b-4967-9dd4-5ee31ac3006f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:42Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5269\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5269test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:41Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5269@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"3ccc6333-09b4-4f57-8955-3e002bd8c875\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:51Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5315\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5315test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:50Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5315@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"0c77ba89-75b6-4a5e-8f78-a0082380b463\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5476\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5476test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:02Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5476@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"2a76dc63-f8fe-4c28-86e7-12396bcb88f6\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5865\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5865test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5865@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e12e9d9f-59bb-4702-bb67-b05c809a7d5c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5871\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5871test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:04:09Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5871@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"96090f18-9f55-46c3-9e40-bc62d475ba9d\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:57:31Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser592\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser592test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:57:30Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser592@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"5296bcae-0381-47be-8de6-2045720c650f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:26:18Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser5992\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser5992test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:26:17Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser5992@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"e03f6502-a962-4475-90f1-db8878eb05fd\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6010\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6010test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6010@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"92e70ff5-adc2-43f3-a3c7-1e09d77c8f64\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:27:37Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6077\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6077test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:27:36Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6077@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"da00cde4-87ba-4bf6-afda-35152b218fc3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T17:58:07Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6114\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6114test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T17:58:06Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6114@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"625fca1d-a0c0-4878-9a62-0b81712e67b5\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2018-02-16T22:13:11Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6139\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6139test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-02-16T22:13:10Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6139@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"1fbd948e-391c-4bd1-970c-c4dc2e76ca3a\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T22:15:34Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6223\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6223test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T22:15:33Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6223@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"eb42999d-24af-4e54-bbfe-e491f10b1437\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:01:47Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6246\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6246test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:01:46Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6246@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba7b6929-f899-4f1d-9bd8-cb171aaafea3\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser628\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser628test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:16Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser628@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9a02ffbd-7e41-44a0-a65d-8f384d7f846e\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6290\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6290test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:40Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6290@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"24e4491f-7a48-4cb2-a3b0-11cf9a536372\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser634\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser634test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:09:56Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser634@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"edb7e76e-c7df-45ca-82dc-b1a0b9b732f1\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T20:13:33Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6413\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6413test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T20:13:32Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6413@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98908062-73cb-40d1-9af8-02f9ebebfb85\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T00:44:38Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6432\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6432test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T00:44:37Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6432@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"98e0e0b4-8f1d-4e54-95fa-9ef34be67594\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:13:35Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6479\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6479test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:13:34Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6479@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n },\r\n {\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"8ccb5ccc-0182-4a29-879d-6d8d020c6a3f\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6482\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6482test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-26T23:40:05Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6482@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n }\r\n ],\r\n \"odata.nextLink\": \"directoryObjects/$/Microsoft.DirectoryServices.User?$skiptoken=X'44537074020001000000273A616475736572363438324072626163636C69746573742E6F6E6D6963726F736F66742E636F6D29557365725F38636362356363632D303138322D346132392D383739642D366438643032306336613366B900000000000000000000'\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/45356bf6-c813-4488-b163-e00edf1d1a50?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy80NTM1NmJmNi1jODEzLTQ0ODgtYjE2My1lMDBlZGYxZDFhNTA/YXBpLXZlcnNpb249MS42", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "676af2e5-52ce-4071-9ff7-b160bb45f47a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "5618acaa-186a-46a2-a6f9-d1d0350465c4" - ], - "client-request-id": [ - "7900b85f-e215-4319-9aed-e5074c25de62" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "39i-MrzFtvpWsxrWzLAkcG1ShhFDaeecccC_XOi7BrL_gSOoD9dc9cbqutdUtWRKlPGkJLf6ZZXGrefGmo7nP-rJ8JtZNMqUKAF-9mbA2jeTh87WtYCCRLTwihUC4LOJHn9ACtoL1kDRI2M_oFKRpQ.H6pOHQmnDeqj3gNL6RP420wjxg81YksOzh5_mSubCBE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "442203" - ], - "Content-Length": [ - "1453" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"45356bf6-c813-4488-b163-e00edf1d1a50\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": \"2017-04-27T18:05:45Z\",\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser1059\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser1059test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2017-04-27T18:05:44Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser1059@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/45356bf6-c813-4488-b163-e00edf1d1a50/getMemberGroups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy80NTM1NmJmNi1jODEzLTQ0ODgtYjE2My1lMDBlZGYxZDFhNTAvZ2V0TWVtYmVyR3JvdXBzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"securityEnabledOnly\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1283a673-369c-44ff-8ab7-a525e5f17624" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "36" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:35:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "50d40656-3b99-4dec-a4d0-3de2f27f6d19" - ], - "client-request-id": [ - "6065313a-ca7a-423a-95cd-234ffda367f0" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "IONy2nCiWKL0h1C08sRUS0UBNkIIzKdF7tl7HsT0DoZXX948Avr2BUEKGua5LHLUMAO5iYDLku7_sJp_s63NdVBHin5eHgw0L2a3YS6ZHciDs8f2paHG9bxP_WfQQO3dy_i2Fh5B2hKlvLkkfVYTYQ.UWnW-tzT5z0d3UvyksbUclvs6XNAVl4AZkPXUi3VN1M" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "723378" - ], - "Content-Length": [ - "127" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Edm.String)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/AddRemoveMemberTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/AddRemoveMemberTest.json deleted file mode 100644 index ea6aab62c7aa..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/AddRemoveMemberTest.json +++ /dev/null @@ -1,661 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup9952\",\r\n \"mailNickname\": \"adgroup9952tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e2015975-fe2c-4a03-a919-f319c73161e2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/c0262fbc-0bfb-4912-8ffb-1edd292601ee/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "3e03bb4b-bef7-4ad7-9040-b641310efb99" - ], - "client-request-id": [ - "3448b4ed-37e0-4e39-94d4-2c01874a97ff" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "_V6EX_1yvJkiCa06VAazsJOsKKxlXbwyuqvNQqdP572fZs3AGzxDL3CG26WzF2I5b_mNDJrQmh_t-1RvWfqlOk44jIhn6xlFdStux_rNqdYqpuSBbeKyuwiBTbwioEc-IIPD1IRPjb2rjR07FwsntQ.uxlZzKTwl5duErJU1rBZlO_DcARdIbVycq-c-J_kN_0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1111064" - ], - "Content-Length": [ - "649" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"c0262fbc-0bfb-4912-8ffb-1edd292601ee\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup9952\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup9952tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser6782\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser6782@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser6782test\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b020e51c-2bad-4df5-8a8a-e73413ca0603" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/ba8c4e10-d8bb-4974-9a01-b4898c360ec9/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "P277HeLOcMoYADlOIgX/5nDH/EQ2eMVFV4LkO8IWIBk=" - ], - "request-id": [ - "b98fd9aa-002c-4c67-8084-59ba7b3c94df" - ], - "client-request-id": [ - "d8176b54-acc0-4145-a8c4-cc531fd6f93e" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "-UvWpMs9Kr_A-auj2x1Rycf6EGweW5q7UwzPAANueoM0DVG97cVAoNaEP_K-1bl96ZHxShy2Km-BQMUp8S3UX4h6cyv9b_N3vwWdmbVeYlIuaYNipfRs2W5HlomTuzzush80nl1-ZT86OrWuyIT3wg.2LA1HeZEWBz70HmAEG-R_qe8VjECLoxcfnE8h2nMQ5g" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "11434488" - ], - "Content-Length": [ - "1443" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"ba8c4e10-d8bb-4974-9a01-b4898c360ec9\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser6782\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser6782test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-28T19:37:45.6268198Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser6782@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/c0262fbc-0bfb-4912-8ffb-1edd292601ee/$links/members?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvYzAyNjJmYmMtMGJmYi00OTEyLThmZmItMWVkZDI5MjYwMWVlLyRsaW5rcy9tZW1iZXJzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"url\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/ba8c4e10-d8bb-4974-9a01-b4898c360ec9\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "68d66d72-2f70-4943-a535-77589401349f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "133" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "b273390f-bc09-4e10-8d8d-a94f581d207a" - ], - "client-request-id": [ - "4d239364-d325-42bb-83d8-a7485cbb16bf" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Xwhd9gjLU0I69-diaTPhg2pp6XAjwUNgLm9zO31GINpHWaT1YiKtfA831J_EliA08FqLmOHiLbWm0nyiqey7AzLgtZhIzKAUGBJ-aTFMuTl0EXdIpFhpFazSQRLcQYb7szKY7nNUuM5wbgYm63Z6FQ.Lu0pD3qiPUPFK8Mybhr1vAfb8022-q6SpggI7ui8-XQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2959551" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/ba8c4e10-d8bb-4974-9a01-b4898c360ec9/getMemberGroups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy9iYThjNGUxMC1kOGJiLTQ5NzQtOWEwMS1iNDg5OGMzNjBlYzkvZ2V0TWVtYmVyR3JvdXBzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"securityEnabledOnly\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9d60964a-4650-4073-b061-027cead49a44" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "36" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "b5777fda-f82c-4318-90d8-6bb7edaea66f" - ], - "client-request-id": [ - "8619b745-53f7-4dc4-8f72-9ef50461209d" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "MZ1cQ9x47s9-aohd3ajSQgByXhfR4NuxG7t9DSa5L6OnUQ0EIPmqMjihEyx5idxOO389_w0c87moj1h4TGNBn6A-vpLIZwp5RvbDOc8E3Gr71bubEdMh08F-jB8mE_b9MGeoFiWmh-MPK39jE-ZlyQ.IJD4TIt_Im12HABkKDxvnuTM40pZT_q_GafCfrUcxz8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "900369" - ], - "Content-Length": [ - "165" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Edm.String)\",\r\n \"value\": [\r\n \"c0262fbc-0bfb-4912-8ffb-1edd292601ee\"\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/ba8c4e10-d8bb-4974-9a01-b4898c360ec9/getMemberGroups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy9iYThjNGUxMC1kOGJiLTQ5NzQtOWEwMS1iNDg5OGMzNjBlYzkvZ2V0TWVtYmVyR3JvdXBzP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"securityEnabledOnly\": false\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8c0edd49-1603-492d-86d9-d6bb3bfdd9d2" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "36" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "137f6098-8e96-45c9-b48f-4e65a8655f47" - ], - "client-request-id": [ - "095a89b2-a8f6-486a-a3a6-d15692083dd7" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "U9-1qqqYM9VBLhmRLJ6oWsFLFzguvUCw0Q_sPOLtplUZweV8RbsCfAGFIwPFHneVbwht9J3Cf8e8oUVkS3ElRfPmuOPH553CMG5dfG-klaUuTj0swZ396XBcTYjwMBu9wt2pzal2zo3pM_YmG4Spbw.qQVErEdxCT89GKqP3yDpUDVc02cZRrlfrrbsXCFXosk" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "491481" - ], - "Content-Length": [ - "127" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#Collection(Edm.String)\",\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/c0262fbc-0bfb-4912-8ffb-1edd292601ee/$links/members/ba8c4e10-d8bb-4974-9a01-b4898c360ec9?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvYzAyNjJmYmMtMGJmYi00OTEyLThmZmItMWVkZDI5MjYwMWVlLyRsaW5rcy9tZW1iZXJzL2JhOGM0ZTEwLWQ4YmItNDk3NC05YTAxLWI0ODk4YzM2MGVjOT9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fc0ccbeb-c296-43ff-905a-8171532edc9f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "7574bb4b-0ad7-4f69-a21d-60c78b4c4090" - ], - "client-request-id": [ - "3040fbdf-c1d8-4863-b2bf-6b72be90f4c5" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "ILByN_85rV7aYmyXUKUU6_iOqPv4C7I8qfYCF_q40od-qLuodxYaDllQ7hrG9akc1Or3Q3xKrv0H7PsExIO3iU7ZA8j8NGsztI2_SxU_xQpLbOImFgFxFebgj_aLCyj1YWGzJd1X0evi2-l8m9DCWw.Q0nANJqbYb1BGQFp7aP66zqj9JVbgco3Mt8Vsp4eOmE" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2278354" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/c0262fbc-0bfb-4912-8ffb-1edd292601ee?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvYzAyNjJmYmMtMGJmYi00OTEyLThmZmItMWVkZDI5MjYwMWVlP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "30e73cd7-54b8-47bf-831b-12b9459ca799" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "s1AYRiKTN8Zyk5kxIB0PtqEoINriycEcNdfPJWLTOYA=" - ], - "request-id": [ - "e315dde7-c3ac-4fc3-a4cf-7afa65b9716d" - ], - "client-request-id": [ - "036b7fb6-0472-4aa1-9e75-836a2827240f" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "IgBJDKGptCLqA5QqUd4S174Qsl9zZxBXzC1CKxZOuY2tvmIUmB6am_9a4m0POnVrBOxcrgIaCTnhlvYMJhVhh8pKEJUV2Q6UZMvMC0UZRYDEq1ltKH4HMEtvUHNl4-PP3YooB303xFE1Mlkr74XM5A.LaKJTYesp3zXdY_wWy53Cd_HhqUfBKmOcX5ioGBb-UQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "1707226" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/ba8c4e10-d8bb-4974-9a01-b4898c360ec9?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy9iYThjNGUxMC1kOGJiLTQ5NzQtOWEwMS1iNDg5OGMzNjBlYzk/YXBpLXZlcnNpb249MS42", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da108aa7-076e-48f0-95c6-60f3afcde9cc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "95bc6df4-71ba-4134-8b23-44639f0ec28d" - ], - "client-request-id": [ - "7912c063-eac6-47a2-98f7-3c7007f8a582" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "A5wMygzDZNfRuY2jgqMpwhTymTt6XSlBh4POwWnULlCQRf48IC8tBTqpwRg3uwrKOSVyR1c73IpcuCXrTxWqh2jgpBnkscG0fbOIRSQ9_cvmMk-u5FL_w4LUUbkeDoDg1TcRyCU5p_z0QCTFDedt5w.WZi-czDPKZD3Hg3t1mYChqBjsiIfkrmHx4PyLlzv4I0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "13030333" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - } - ], - "Names": { - "CreateGroup": [ - "adgroup9952" - ], - "CreateUser": [ - "aduser6782" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/CreateDeleteGroupTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/CreateDeleteGroupTest.json deleted file mode 100644 index 8fc29a9b407f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/GroupTests/CreateDeleteGroupTest.json +++ /dev/null @@ -1,242 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHM/YXBpLXZlcnNpb249MS42", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"displayName\": \"adgroup6481\",\r\n \"mailNickname\": \"adgroup6481tester\",\r\n \"mailEnabled\": false,\r\n \"securityEnabled\": true\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "813729b7-519e-484c-9e86-95bf87bbdc3b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "129" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/b56f3043-e954-4e22-aa9f-c5d70519ea2f/Microsoft.DirectoryServices.Group" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "Ww4JZ3phP63mdXQAX3Q+w5V7Po6AayFlRCSGeKGwhtg=" - ], - "request-id": [ - "de45916f-d7be-4ae6-b6d8-160e1864b42f" - ], - "client-request-id": [ - "2251ce9e-672a-475e-b07a-96d155ed5dc6" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "c9SaCX6eXG2vlufBdfu384RX2IsDZ_MqHiP_ItN6E-6ockUwgrk9Tcgz_rne2rmPr_3E8ScClHmpN2H_Yhe-Zj7LHT-A1HSYFcZGiOMalhXmS3wkXq0OoicipsqaBEowY1kVTrcKsZNx2q5m-vG7vA.yJlqZZA2nk8Afo8dp7YK_59PXIpLo79Ek5M_41Pa-a8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2481094" - ], - "Content-Length": [ - "649" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.Group\",\r\n \"objectType\": \"Group\",\r\n \"objectId\": \"b56f3043-e954-4e22-aa9f-c5d70519ea2f\",\r\n \"deletionTimestamp\": null,\r\n \"description\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"adgroup6481\",\r\n \"lastDirSyncTime\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"adgroup6481tester\",\r\n \"mailEnabled\": false,\r\n \"onPremisesDomainName\": null,\r\n \"onPremisesNetBiosName\": null,\r\n \"onPremisesSamAccountName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"securityEnabled\": true\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/b56f3043-e954-4e22-aa9f-c5d70519ea2f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvYjU2ZjMwNDMtZTk1NC00ZTIyLWFhOWYtYzVkNzA1MTllYTJmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3352dcbe-a18f-4f13-8c48-82241250ea22" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "zZ1f4XOAaTeupg8OmIBOPbaDV65tJpuytfDxxeFsj0o=" - ], - "request-id": [ - "19f60c78-f317-4c78-988e-e150bc5cc8c1" - ], - "client-request-id": [ - "318e8bd2-626f-4ca6-8060-02d344f017df" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "eTbFl4bgVbtsy19LrbIibmUBVlNod1Xj-eIjdzoFswwBusAPscK2GYUNGseZxhDcGzsRNWs3WR0GyNGIFKfjbxdZyBp1DmZdAp3ELlEPZvYQw9biqGL2FxOz7LwN5LWQ-fGeve7jkP8XEapEHt_1FA.N9q-28QWcD7h-UBkS6-JHUsba3pAgVhmcjWXUgF8-MI" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2568997" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/groups/b56f3043-e954-4e22-aa9f-c5d70519ea2f?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi9ncm91cHMvYjU2ZjMwNDMtZTk1NC00ZTIyLWFhOWYtYzVkNzA1MTllYTJmP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "25a7beb7-e49c-4d55-b9aa-21975876f66a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:37:44 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "a26871cc-b1d6-487c-b39b-f8732a27fa4c" - ], - "client-request-id": [ - "d3111026-fd9a-49eb-a1c9-b0b5e9db3596" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "4gMlAF6WuzkVL207891mLibGNYAIcUpBp8DuB8Wljk3sZWTLIJ3F0RQ0RoeL6T3qXtm9_fUWeeki2jXt8sZFr-VNlaLtZqN1VptIfGgZxQ3eXMrnW8DU65AePyPRzfXE-PBG6KBOMldk93sFXbsB5A.MO3ctYGtc2VU-P7Gcz9Dab2rPRycV6-ClJ61BA1KCUU" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "2028018" - ], - "Content-Length": [ - "214" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_ResourceNotFound\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Resource 'b56f3043-e954-4e22-aa9f-c5d70519ea2f' does not exist or one of its queried reference-property objects are not present.\"\r\n }\r\n }\r\n}", - "StatusCode": 404 - } - ], - "Names": { - "CreateGroup": [ - "adgroup6481" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/UserTests/CreateDeleteUserTest.json b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/UserTests/CreateDeleteUserTest.json deleted file mode 100644 index 9f97d57fe490..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/SessionRecords/UserTests/CreateDeleteUserTest.json +++ /dev/null @@ -1,242 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycz9hcGktdmVyc2lvbj0xLjY=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"accountEnabled\": true,\r\n \"displayName\": \"aduser3124\",\r\n \"passwordProfile\": {\r\n \"password\": \"Test12345\",\r\n \"forceChangePasswordNextLogin\": false\r\n },\r\n \"userPrincipalName\": \"aduser3124@rbacclitest.onmicrosoft.com\",\r\n \"mailNickname\": \"aduser3124test\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b6ab996a-6d92-46c5-a697-2ab5496f1364" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "268" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:39:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/directoryObjects/9c357d80-5819-4a49-83ac-cd6c465733af/Microsoft.DirectoryServices.User" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "dWCANOa3JjPDcseMBZksFWn7gO0rsnL3G7snEFR71w8=" - ], - "request-id": [ - "9fb0d329-2b21-4885-b46d-f97657dbfffe" - ], - "client-request-id": [ - "a2e48b32-5a67-46dc-977c-1aa224cc89ba" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "9qMCowy9cOk_9ioOoftz033wbGtIaGNuw5HT6f_iPEgPpuOW1hqXsQ7QUF58-3rGysRS_px81BcwQH-t3zmFyxyh6P7bS_d28atNKZTTduU9P1Q5VUlwB5K20tyOxackmwXJI5KgzjOtjyO0ljYtoA.XGX1A-g1-mf7GJoos0HVm9FDEnQoxOqmUWxL4k1xhYQ" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "11575140" - ], - "Content-Length": [ - "1443" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/1273adef-00a3-4086-a51a-dbcce1857d36/$metadata#directoryObjects/Microsoft.DirectoryServices.User/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.User\",\r\n \"objectType\": \"User\",\r\n \"objectId\": \"9c357d80-5819-4a49-83ac-cd6c465733af\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"ageGroup\": null,\r\n \"assignedLicenses\": [],\r\n \"assignedPlans\": [],\r\n \"city\": null,\r\n \"companyName\": null,\r\n \"consentProvidedForMinor\": null,\r\n \"country\": null,\r\n \"createdDateTime\": null,\r\n \"creationType\": null,\r\n \"department\": null,\r\n \"dirSyncEnabled\": null,\r\n \"displayName\": \"aduser3124\",\r\n \"employeeId\": null,\r\n \"facsimileTelephoneNumber\": null,\r\n \"givenName\": null,\r\n \"immutableId\": null,\r\n \"isCompromised\": null,\r\n \"jobTitle\": null,\r\n \"lastDirSyncTime\": null,\r\n \"legalAgeGroupClassification\": null,\r\n \"mail\": null,\r\n \"mailNickname\": \"aduser3124test\",\r\n \"mobile\": null,\r\n \"onPremisesDistinguishedName\": null,\r\n \"onPremisesSecurityIdentifier\": null,\r\n \"otherMails\": [],\r\n \"passwordPolicies\": null,\r\n \"passwordProfile\": null,\r\n \"physicalDeliveryOfficeName\": null,\r\n \"postalCode\": null,\r\n \"preferredLanguage\": null,\r\n \"provisionedPlans\": [],\r\n \"provisioningErrors\": [],\r\n \"proxyAddresses\": [],\r\n \"refreshTokensValidFromDateTime\": \"2018-09-28T19:39:47.2911604Z\",\r\n \"showInAddressList\": null,\r\n \"signInNames\": [],\r\n \"sipProxyAddress\": null,\r\n \"state\": null,\r\n \"streetAddress\": null,\r\n \"surname\": null,\r\n \"telephoneNumber\": null,\r\n \"usageLocation\": null,\r\n \"userIdentities\": [],\r\n \"userPrincipalName\": \"aduser3124@rbacclitest.onmicrosoft.com\",\r\n \"userState\": null,\r\n \"userStateChangedOn\": null,\r\n \"userType\": \"Member\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/aduser3124%40rbacclitest.onmicrosoft.com?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy9hZHVzZXIzMTI0JTQwcmJhY2NsaXRlc3Qub25taWNyb3NvZnQuY29tP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c5d11cd5-20e6-447a-9206-786a4c162132" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 28 Sep 2018 19:39:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "0cd8cc2f-99d0-4761-a5b6-9ee1f23105a9" - ], - "client-request-id": [ - "05bb9150-2415-4e68-9306-fc8ab82ae3fc" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "Z66J444zsJGqTnDs6v3jZD-aTUo86atFG1pD7mnPNP8A6N2-LpXOIo0zeKjVSsdiUwyjUNzW-iXsfnTPYPA4geeRCqw-Es15E9p2IALwos7X56W6YNc3eZRNU37DyIJyvFCabw_qjn10MsTCJYErqQ.wK7kp2Irj6rTgo5GM-Yck6FyGg8ni2XrjWCe2BG7A0s" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "1.0;" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "14947527" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/1273adef-00a3-4086-a51a-dbcce1857d36/users/aduser3124%40rbacclitest.onmicrosoft.com?api-version=1.6", - "EncodedRequestUri": "LzEyNzNhZGVmLTAwYTMtNDA4Ni1hNTFhLWRiY2NlMTg1N2QzNi91c2Vycy9hZHVzZXIzMTI0JTQwcmJhY2NsaXRlc3Qub25taWNyb3NvZnQuY29tP2FwaS12ZXJzaW9uPTEuNg==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c24ede53-afde-4e2e-835d-b016ee3a2fd6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient/3.5.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 28 Sep 2018 19:39:50 GMT" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "ocp-aad-diagnostics-server-name": [ - "7zDIRrVJqjSZfhHAIvOE5P1Iegs1wlixjPO7KsOVy0Y=" - ], - "request-id": [ - "35d4e63d-e744-4ab2-a162-aef1b6d8a958" - ], - "client-request-id": [ - "91c27559-aa4d-4096-b16a-28cd11eb2970" - ], - "x-ms-dirapi-data-contract-version": [ - "1.6" - ], - "ocp-aad-session-key": [ - "UWBdZkdYlrAzD-FizJwTM22kksyyTHIaazChe-ZX-ArP4pbdgcSrTJNf4U2TCu1Aew4N9VUzj6mJuIicv8k07PHzIeMNazjkkmsjWoFucAHHuViqyJbytlGVKIOmmt_XcN8lX2BI7mubwK5SgOnqEw.fPJbI0uc8P8g3WzSexvlZCZ3DJ5WUPEanK_4PO_O8y0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Access-Control-Allow-Origin": [ - "*" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Duration": [ - "800065" - ], - "Content-Length": [ - "216" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ] - }, - "ResponseBody": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_ResourceNotFound\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Resource 'aduser3124@rbacclitest.onmicrosoft.com' does not exist or one of its queried reference-property objects are not present.\"\r\n }\r\n }\r\n}", - "StatusCode": 404 - } - ], - "Names": { - "CreateUser": [ - "aduser3124" - ] - }, - "Variables": { - "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "TenantId": "1273adef-00a3-4086-a51a-dbcce1857d36", - "Domain": "rbacclitest.onmicrosoft.com" - } -} \ No newline at end of file diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/ApplicationAndServicePrincipalTests.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/ApplicationAndServicePrincipalTests.cs deleted file mode 100644 index 644794c91c98..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/ApplicationAndServicePrincipalTests.cs +++ /dev/null @@ -1,378 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using Microsoft.Azure.Graph.RBAC.Models; -using Microsoft.Azure.Test; -using System; -using System.Collections.Generic; -using System.Linq; -using Xunit; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using Microsoft.Rest.Azure; -using Microsoft.Rest.Azure.OData; -using Microsoft.Graph.RBAC.Tests.Infrastructure; - -namespace Microsoft.Azure.Graph.RBAC.Tests -{ - public class ApplicationAndServicePrincipalTests : GraphTestBase - { - [Fact] - [LiveTest] - public void CRUDApplicationTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var passwordCredential = CreatePasswordCredential(); - var keyCredential = CreateKeyCredential(); - Application application = null; - - try - { - application = CreateApplication(context, passwordCredential, keyCredential); - - // Get application by appId, appObjectId, displayname, identifierUri - var fetchedAppByObjectId = GetApplicationByObjectId(context, application.ObjectId); - ValidateApplication(application, fetchedAppByObjectId); - - var fetchedAppByAppId = SearchApplication(context, new ODataQuery(a => a.AppId == application.AppId)).FirstOrDefault(); - ValidateApplication(application, fetchedAppByAppId); - - var fetchedAppByDisplayName = SearchApplication(context, new ODataQuery(a => a.DisplayName.StartsWith(application.DisplayName))).FirstOrDefault(); - ValidateApplication(application, fetchedAppByDisplayName); - - var identifierUri = application.IdentifierUris.First(); - var fetchedAppByIdentifierUri = SearchApplication(context, new ODataQuery(a => a.IdentifierUris.Contains(identifierUri))).FirstOrDefault(); - ValidateApplication(application, fetchedAppByIdentifierUri); - - // update displayName and identifierUri - string newDisplayName = application.DisplayName + "Updated"; - string newIdentifierUri = application.IdentifierUris.First() + "Updated"; - application.DisplayName = newDisplayName; - application.IdentifierUris = new List() { newIdentifierUri }; - - UpdateApplication(context, application.ObjectId, newDisplayName: newDisplayName, newIdentifierUri: newIdentifierUri); - - var updatedApplication = GetApplicationByObjectId(context, application.ObjectId); - ValidateApplication(application, updatedApplication); - - var newPasswordCredential = CreatePasswordCredential(); - UpdateApplication(context, application.ObjectId, passwordCredential: newPasswordCredential); - } - finally - { - if(application !=null) - { - DeleteApplication(context, application.ObjectId); - } - } - - //verify the application has been deleted. - Assert.Throws(() => { GetApplicationByObjectId(context, application.ObjectId); }); - } - } - - [Fact] - [LiveTest] - public void CreateDeleteAppCredentialTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - Application application = null; - try - { - // Create a new application without credentials - application = CreateApplication(context); - var appObjectId = application.ObjectId; - - // Get App credentials - should be 0 - var keyCreds = GetAppKeyCredential(context, appObjectId); - Assert.Empty(keyCreds); - - var passwordCreds = GetAppPasswordCredential(context, appObjectId); - Assert.Empty(passwordCreds); - - // Add a password credential - string keyId = "a687d7e2-7c5f-4411-afae-e78ae43a9395"; - var passwordCredential1 = CreatePasswordCredential(keyId); - UpdateAppPasswordCredential(context, appObjectId, passwordCredential1); - - // Add a keyCredential - keyId = "8e7911c6-f9ff-46d2-9124-76ffb307cadc"; - var keyCredential = CreateKeyCredential(keyId); - UpdateAppKeyCredential(context, appObjectId, keyCredential); - - // Get app credentials - keyCreds = GetAppKeyCredential(context, appObjectId); - Assert.Single(keyCreds); - Assert.Contains(keyCreds, c => c.KeyId == keyCredential.KeyId); - - passwordCreds = GetAppPasswordCredential(context, appObjectId); - Assert.Single(passwordCreds); - Assert.Contains(passwordCreds, c => c.KeyId == passwordCredential1.KeyId); - - // Append a new keyCredential to existing credentials - keyId = "0faf955a-f6db-4742-bbb2-9e9a811f04f2"; - var keyCredential2 = CreateKeyCredential(keyId); - keyCreds.Add(keyCredential2); - UpdateAppKeyCredential(context, appObjectId, keyCreds); - - //Get - var fetchedkeyCreds2 = GetAppKeyCredential(context, appObjectId); - Assert.Equal(2, fetchedkeyCreds2.Count); - Assert.Contains(fetchedkeyCreds2, c => c.KeyId == keyCredential2.KeyId); - Assert.Contains(fetchedkeyCreds2, c => c.KeyId == keyCredential.KeyId); - - // Append a new passwordCredential to existing credentials - keyId = "71986590-87c7-45c2-b85e-f5ef022e821f"; - var passwordCredential2 = CreatePasswordCredential(keyId); - passwordCreds.Add(passwordCredential2); - UpdateAppPasswordCredential(context, appObjectId, passwordCreds); - - //Get - var fetchedpasswordCreds2 = GetAppPasswordCredential(context, appObjectId); - Assert.Equal(2, fetchedpasswordCreds2.Count); - Assert.Contains(fetchedpasswordCreds2, c => c.KeyId == passwordCredential2.KeyId); - Assert.Contains(fetchedpasswordCreds2, c => c.KeyId == passwordCredential1.KeyId); - - // Add 2 new password credentials -- older should be removed - keyId = "7880f3aa-66ee-4e63-a427-3a89d316b039"; - var passwordCredential3 = CreatePasswordCredential(keyId); - keyId = "18a32ca3-536f-462f-b3b4-eec49e505e96"; - var passwordCredential4 = CreatePasswordCredential(keyId); - UpdateAppPasswordCredential(context, appObjectId, new List { passwordCredential3, passwordCredential4 }); - - //Get - var fetchedpasswordCreds3 = GetAppPasswordCredential(context, appObjectId); - Assert.Equal(2, fetchedpasswordCreds3.Count); - Assert.Contains(fetchedpasswordCreds3, c => c.KeyId == passwordCredential3.KeyId); - Assert.Contains(fetchedpasswordCreds3, c => c.KeyId == passwordCredential4.KeyId); - - // Remove key credentials - UpdateAppKeyCredential(context, appObjectId, new List()); - - // Get app credentials - var deletedkeyCreds = GetAppKeyCredential(context, appObjectId); - Assert.Empty(deletedkeyCreds); - - // Remove password credentials - UpdateAppPasswordCredential(context, appObjectId, new List()); - - // Get app credentials - var deletedPasswordCreds = GetAppPasswordCredential(context, appObjectId); - Assert.Empty(deletedPasswordCreds); - } - finally - { - if (application != null) - { - // Delete application - DeleteApplication(context, application.ObjectId); - } - } - } - } - - [Fact] - [LiveTest] - public void GetServicePrincipalsIdByAppIdTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - Application application = null; - ServicePrincipal servicePrincipal = null; - - try - { - // Create a new application without credentials - application = CreateApplication(context); - servicePrincipal = CreateServicePrincipal(context, application.AppId); - string objectId = GetServicePrincipalsIdByAppId(context, application); - Assert.Equal(servicePrincipal.ObjectId, objectId); - } - finally - { - if (servicePrincipal != null) - { - // Delete ServicePrincipal - DeleteServicePrincipal(context, servicePrincipal.ObjectId); - } - if (application != null) - { - // Delete application - DeleteApplication(context, application.ObjectId); - } - } - } - } - - [Fact] - [LiveTest] - public void CreateDeleteSpCredentialTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - Application application = null; - ServicePrincipal sp = null; - try - { - // Create a new application without credentials - application = CreateApplication(context); - sp = CreateServicePrincipal(context, application.AppId); - var spObjectId = sp.ObjectId; - - // Get Sp credentials - should be 0 - var keyCreds = GetSpKeyCredential(context, spObjectId); - Assert.Empty(keyCreds); - - var passwordCreds = GetSpPasswordCredential(context, spObjectId); - Assert.Empty(passwordCreds); - - // Add a password credential - string keyId = "dbf1c168-ebe9-4b93-8b14-83462734c164"; - var passwordCredential1 = CreatePasswordCredential(keyId); - UpdateSpPasswordCredential(context, spObjectId, passwordCredential1); - - // Add a keyCredential - keyId = "9baef13d-5d0d-455e-9920-95acb87265e6"; - var keyCredential = CreateKeyCredential(keyId); - UpdateSpKeyCredential(context, spObjectId, keyCredential); - - // Get sp credentials - keyCreds = GetSpKeyCredential(context, spObjectId); - Assert.Single(keyCreds); - Assert.Contains(keyCreds, c => c.KeyId == keyCredential.KeyId); - - passwordCreds = GetSpPasswordCredential(context, spObjectId); - Assert.Single(passwordCreds); - Assert.Contains(passwordCreds, c => c.KeyId == passwordCredential1.KeyId); - - // Append a new passwordCredential to exisitng credentials - keyId = "debcca8c-4fa0-4b40-8d21-853a3213f328"; - var passwordCredential2 = CreatePasswordCredential(keyId); - passwordCreds.Add(passwordCredential2); - UpdateSpPasswordCredential(context, spObjectId, passwordCreds); - - //Get - var fetchedpasswordCreds2 = GetSpPasswordCredential(context, spObjectId); - Assert.Equal(2, fetchedpasswordCreds2.Count); - Assert.Contains(fetchedpasswordCreds2, c => c.KeyId == passwordCredential2.KeyId); - Assert.Contains(fetchedpasswordCreds2, c => c.KeyId == passwordCredential1.KeyId); - - // Add 2 new password credentils -- older should be removed - keyId = "19b89f7a-b2fd-444e-bed6-41d66df7eba5"; - var passwordCredential3 = CreatePasswordCredential(keyId); - keyId = "047db843-cff1-4e64-b924-8b235650a4c2"; - var passwordCredential4 = CreatePasswordCredential(keyId); - UpdateSpPasswordCredential(context, spObjectId, new List { passwordCredential3, passwordCredential4 }); - - //Get - var fetchedpasswordCreds3 = GetSpPasswordCredential(context, spObjectId); - Assert.Equal(2, fetchedpasswordCreds3.Count); - Assert.Contains(fetchedpasswordCreds3, c => c.KeyId == passwordCredential3.KeyId); - Assert.Contains(fetchedpasswordCreds3, c => c.KeyId == passwordCredential4.KeyId); - - // Remove key credentials - UpdateSpKeyCredential(context, spObjectId, new List()); - - // Get sp credentials - var deletedkeyCreds = GetSpKeyCredential(context, spObjectId); - Assert.Empty(deletedkeyCreds); - - // Remove password credentials - UpdateSpPasswordCredential(context, spObjectId, new List()); - - // Get sp credentials - var deletedPasswordCreds = GetSpPasswordCredential(context, spObjectId); - Assert.Empty(deletedPasswordCreds); - } - finally - { - if (sp != null) - { - DeleteServicePrincipal(context, sp.ObjectId); - } - - if (application != null) - { - // Delete application - DeleteApplication(context, application.ObjectId); - } - } - } - } - - - [Fact] - [LiveTest] - public void NegativeCredentialTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - // Get App credentials on a random app- should fail - var randomObjectId = "bb66c9c6-7101-4a84-9bd1-c7aef0a561b1"; - var newPasswordCredential = CreatePasswordCredential(); - var newKeyCredential = CreateKeyCredential(); - - // Get App credentials - should fail - Assert.Throws(() => GetAppKeyCredential(context, randomObjectId)); - Assert.Throws(() => GetAppPasswordCredential(context, randomObjectId)); - - // Add credentials on a random app - should fail - Assert.Throws(() => UpdateAppKeyCredential(context, randomObjectId, newKeyCredential)); - Assert.Throws(() => UpdateAppPasswordCredential(context, randomObjectId, newPasswordCredential)); - - // Get Sp credentials - should fail - Assert.Throws(() => GetSpKeyCredential(context, randomObjectId)); - Assert.Throws(() => GetAppPasswordCredential(context, randomObjectId)); - - // Add credentials on a random app - should fail - Assert.Throws(() => UpdateSpKeyCredential(context, randomObjectId, newKeyCredential)); - Assert.Throws(() => UpdateSpPasswordCredential(context, randomObjectId, newPasswordCredential)); - } - } - - [Fact(Skip = "https://github.com/Azure/azure-sdk-for-net/issues/6557")] - public void CreateDeleteServicePrincipalTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - ServicePrincipal sp = null; - - //Test - var passwordCredential = CreatePasswordCredential(); - var application = CreateApplication(context, passwordCredential); - try - { - sp = CreateServicePrincipal(context, application.AppId); - DeleteServicePrincipal(context, sp.ObjectId); - } - finally - { - DeleteApplication(context, application.ObjectId); - } - - //verify the user has been deleted. - Assert.Throws(() => { SearchServicePrincipal(context, sp.ObjectId); }); - } - } - - private void ValidateApplication(Application expected, Application actual) - { - if(expected == null && actual ==null) - { - return; - } - - Assert.NotNull(expected); - Assert.NotNull(actual); - Assert.Equal(expected.AppId, actual.AppId); - Assert.Equal(expected.ObjectId, actual.ObjectId); - Assert.Equal(expected.DisplayName, actual.DisplayName); - Assert.Equal(expected.IdentifierUris, actual.IdentifierUris); - Assert.Equal(expected.ReplyUrls, actual.ReplyUrls); - Assert.Equal(expected.Homepage, actual.Homepage); - Assert.Equal(expected.AvailableToOtherTenants, actual.AvailableToOtherTenants); - } - } -} - diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/BasicTests.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/BasicTests.cs deleted file mode 100644 index d4f6e954f737..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/BasicTests.cs +++ /dev/null @@ -1,407 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using System.Collections.Generic; -using System.Linq; -using System.Net; -using Microsoft.Azure.Graph.RBAC.Models; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using Xunit; -using Microsoft.Rest.Azure.OData; -using Microsoft.Graph.RBAC.Tests.Infrastructure; - -namespace Microsoft.Azure.Graph.RBAC.Tests -{ - public class BasicTests : GraphTestBase - { - // Indicates items number to create for pagenated test cases - private const int PagenatedItemsCount = 110; - - [Fact] - public void UserTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - - var users = client.Users.List(); - Assert.NotNull(users); - Assert.NotEmpty(users); - - var user = client.Users.Get(users.ElementAt(1).ObjectId); - - Assert.NotNull(user); - Assert.NotNull(user.ObjectId); - Assert.NotNull(user.DisplayName); - Assert.NotNull(user.UserPrincipalName); - - - var groupMembers = client.Users.GetMemberGroups(user.ObjectId, new UserGetMemberGroupsParameters() - { - SecurityEnabledOnly = false - }); - - Assert.NotNull(groupMembers); - } - } - - [Fact] - public void FilteredListUsersTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - - var usersNoFilter = client.Users.List(null); - Assert.NotNull(usersNoFilter); - Assert.NotEmpty(usersNoFilter); - - var usersByName = client.Users.List(new ODataQuery(f => f.DisplayName.StartsWith(usersNoFilter.ElementAt(1).DisplayName))); - Assert.NotNull(usersByName); - Assert.NotEmpty(usersByName); - Assert.Single(usersByName); - - Assert.Equal(usersNoFilter.ElementAt(1).ObjectId, usersByName.ElementAt(0).ObjectId); - } - } - - [Fact] - [LiveTest] - public void GetUserUsingSignInNameTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - //To run this test, you will need to prepare a tenant which contains a MSA based guest user, such as a live id. - var client = GetGraphClient(context); - - // Add this user through management portal before recording mocks - // string testLiveId = "auxtm596@live.com"; - - // UPN for this user will be a wierd ext string e.g. auxtm596_live.com#EXT#@rbacCliTest.onmicrosoft.com - - string upn = "auxtm596_live.com#EXT#@" + GetTenantAndDomain().Domain; - var usersByLiveId = client.Users.List(new ODataQuery(f=>f.UserPrincipalName == upn)); - Assert.NotNull(usersByLiveId); - Assert.Single(usersByLiveId); - - string testOrgId = "test2@" + GetTenantAndDomain().Domain; - var usersByOrgId = client.Users.List(new ODataQuery(f => f.UserPrincipalName == testOrgId)); - Assert.NotNull(usersByOrgId); - Assert.Single(usersByOrgId); - } - } - - [Fact] - public void ListUsersTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - - var users = client.Users.List(); - Assert.NotNull(users); - Assert.NotEmpty(users); - - foreach (var user in users) - { - Assert.NotNull(user.ObjectId); - Assert.NotNull(user.UserPrincipalName); - } - } - } - - [Fact(Skip = "TODO: Fix test")] - public void ListPagedUsersTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - List createdUsers = new List(); - - for(int i=0; i(f => f.DisplayName.StartsWith(groupsNoFilter.ElementAt(1).DisplayName))); - Assert.NotNull(groupsByName); - Assert.Single(groupsByName); - - Assert.Equal( - groupsNoFilter.ElementAt(1).ObjectId, - groupsByName.ElementAt(0).ObjectId); - } - } - - [Fact] - public void ListGroupsTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - - var groups = client.Groups.List(); - Assert.NotNull(groups); - Assert.NotEmpty(groups); - - foreach (var group in groups) - { - Assert.NotNull(group.ObjectId); - Assert.NotNull(group.SecurityEnabled); - } - } - } - - [Fact(Skip = "TODO: Fix test")] - public void ListPagedGroupsTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var graphTestBase = new GraphTestBase(); - var client = GetGraphClient(context); - List createdGroups = new List(); - - for(int i=0; i(f=> f.ServicePrincipalNames.Contains(testServicePrincipalName))); - ServicePrincipal servicePrincipal = listResult.First(); - - Assert.Single(listResult); - Assert.NotNull(servicePrincipal); - Assert.True(servicePrincipal.ObjectId == testObjectId); - Assert.Equal(testDisplayName, servicePrincipal.DisplayName); - Assert.True(servicePrincipal.ServicePrincipalNames.Contains(testServicePrincipalName)); - - //test query by 'object id' - var getResult = client.ServicePrincipals.Get(testObjectId); - servicePrincipal = getResult; - - Assert.NotNull(getResult); - Assert.NotNull(getResult); - Assert.True(servicePrincipal.ObjectId == testObjectId); - Assert.Equal(testDisplayName, servicePrincipal.DisplayName); - Assert.True(servicePrincipal.ServicePrincipalNames.Contains(testServicePrincipalName)); - - //test query by 'displayName' - listResult = client.ServicePrincipals.List(new ODataQuery(f => f.DisplayName == servicePrincipal.DisplayName)); - servicePrincipal = listResult.First(); - - Assert.NotNull(listResult); - Assert.True(servicePrincipal.ObjectId == testObjectId); - Assert.Equal(testDisplayName, servicePrincipal.DisplayName); - Assert.True(servicePrincipal.ServicePrincipalNames.Contains(testServicePrincipalName)); - } - } - - [Fact] - public void ObjectsByObjectIdsTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - var client = GetGraphClient(context); - - var groups = client.Groups.List(); - Assert.NotNull(groups); - - var users = client.Users.List(); - Assert.NotNull(users); - - var servicePrincipals = client.ServicePrincipals.List(); - Assert.NotNull(servicePrincipals); - - var objectByObject = client.Objects.GetObjectsByObjectIds( - new GetObjectsParameters - { - ObjectIds = new List - { - users.ElementAt(0).ObjectId, - users.ElementAt(1).ObjectId - }, - Types = new List - { - "User" - } - }); - - Assert.NotNull(objectByObject); - Assert.Equal(2, objectByObject.Count()); - - objectByObject = client.Objects.GetObjectsByObjectIds( - new GetObjectsParameters - { - ObjectIds = new List - { - groups.ElementAt(0).ObjectId, - groups.ElementAt(1).ObjectId - }, - Types = new List - { - "Group" - } - }); - - Assert.NotNull(objectByObject); - Assert.Equal(2, objectByObject.Count()); - - objectByObject = client.Objects.GetObjectsByObjectIds( - new GetObjectsParameters - { - ObjectIds = new List - { - servicePrincipals.ElementAt(0).ObjectId - }, - Types = new List - { - "ServicePrincipal" - } - }); - - Assert.NotNull(objectByObject); - Assert.Single(objectByObject); - } - } - } -} - diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GraphTestBase.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GraphTestBase.cs deleted file mode 100644 index 8733e0ff255f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GraphTestBase.cs +++ /dev/null @@ -1,326 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using System; -using System.Linq; -using System.Collections.Generic; -using System.Security.Cryptography; -using Microsoft.Azure.Test.HttpRecorder; -using System.Security.Cryptography.X509Certificates; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using System.Net; -using Microsoft.Azure.Graph.RBAC.Models; -using System.Threading; -using Microsoft.Rest.Azure.OData; - -namespace Microsoft.Azure.Graph.RBAC.Tests -{ - public class TenantAndDomain - { - public TenantAndDomain() - { - - } - - public TenantAndDomain(string t, string d) - { - TenantId = t; - Domain = d; - } - public string TenantId { get; set; } - public string Domain { get; set; } - } - - public class GraphTestBase : TestBase - { - public const string TenantIdKey = "TenantId"; - public const string DomainKey = "Domain"; - - public TenantAndDomain GetTenantAndDomain() - { - SynchronizationContext.SetSynchronizationContext(new SynchronizationContext()); - TenantAndDomain result = new TenantAndDomain(); - if (HttpMockServer.Mode == HttpRecorderMode.Record) - { - var environment = TestEnvironmentFactory.GetTestEnvironment(); - result.TenantId = environment.Tenant; - if (!string.IsNullOrEmpty(environment.UserName)) - { - result.Domain = environment.UserName - .Split(new[] { "@" }, StringSplitOptions.RemoveEmptyEntries) - .Last(); - } - - HttpMockServer.Variables[TenantIdKey] = result.TenantId; - if (!string.IsNullOrEmpty(result.Domain)) - { - HttpMockServer.Variables[DomainKey] = result.Domain; - } - } - else if (HttpMockServer.Mode == HttpRecorderMode.Playback) - { - result.TenantId = HttpMockServer.Variables[TenantIdKey]; - if (HttpMockServer.Variables.ContainsKey(DomainKey)) - { - result.Domain = HttpMockServer.Variables[DomainKey]; - } - } - return result; - } - - public GraphRbacManagementClient GetGraphClient(MockContext context, RecordedDelegatingHandler handler = null) - { - if (handler != null) - { - handler.IsPassThrough = true; - } - var client = handler == null ? - context.GetGraphServiceClient() : - context.GetGraphServiceClient(handlers: handler); - - client.TenantID = GetTenantAndDomain().TenantId; - return client; - } - - public KeyCredential CreateKeyCredential(string keyId = null) - { - X509Certificate applicationCertificate = new X509Certificate("SampleApplicationCredential.cer"); - KeyCredential cred = new KeyCredential(); - cred.StartDate = DateTime.Now; - cred.EndDate = DateTime.Now.AddMonths(12); - cred.KeyId = keyId ?? Guid.NewGuid().ToString(); - cred.Value = Convert.ToBase64String(applicationCertificate.Export(X509ContentType.Cert)); - cred.Type = "AsymmetricX509Cert"; - cred.Usage = "Verify"; - return cred; - } - - public PasswordCredential CreatePasswordCredential(string keyId = null) - { - var bytes = new byte[32] { 1, 2 ,3 , 4, 5, 6, 7, 8, 9, 10, - 1, 2 ,3 , 4, 5, 6, 7, 8, 9, 10, - 1, 2 ,3 , 4, 5, 6, 7, 8, 9, 10, - 1, 2 }; - PasswordCredential cred = new PasswordCredential(); - cred.StartDate = DateTime.Now; - cred.EndDate = DateTime.Now.AddMonths(12); - cred.KeyId = keyId ?? Guid.NewGuid().ToString(); - cred.Value = Convert.ToBase64String(bytes); - return cred; - } - - public void UpdateAppKeyCredential(MockContext context, string appObjectId, KeyCredential credential) - { - GetGraphClient(context).Applications.UpdateKeyCredentials(appObjectId, new KeyCredentialsUpdateParameters(new List() { credential })); - } - public void UpdateAppKeyCredential(MockContext context, string appObjectId, List credentials) - { - GetGraphClient(context).Applications.UpdateKeyCredentials(appObjectId, new KeyCredentialsUpdateParameters(credentials)); - } - - public void UpdateAppPasswordCredential(MockContext context, string appObjectId, PasswordCredential credential) - { - GetGraphClient(context).Applications.UpdatePasswordCredentials(appObjectId, new PasswordCredentialsUpdateParameters(new List() { credential })); - } - public void UpdateAppPasswordCredential(MockContext context, string appObjectId, List credentials) - { - GetGraphClient(context).Applications.UpdatePasswordCredentials(appObjectId, new PasswordCredentialsUpdateParameters(credentials)); - } - - public void UpdateSpKeyCredential(MockContext context, string spObjectId, KeyCredential credential) - { - GetGraphClient(context).ServicePrincipals.UpdateKeyCredentials(spObjectId, new KeyCredentialsUpdateParameters(new List() { credential })); - } - public void UpdateSpKeyCredential(MockContext context, string spObjectId, List credentials) - { - GetGraphClient(context).ServicePrincipals.UpdateKeyCredentials(spObjectId, new KeyCredentialsUpdateParameters(credentials)); - } - - public void UpdateSpPasswordCredential(MockContext context, string spObjectId, PasswordCredential credential) - { - GetGraphClient(context).ServicePrincipals.UpdatePasswordCredentials(spObjectId, new PasswordCredentialsUpdateParameters(new List() { credential })); - } - public void UpdateSpPasswordCredential(MockContext context, string spObjectId, List credentials) - { - GetGraphClient(context).ServicePrincipals.UpdatePasswordCredentials(spObjectId, new PasswordCredentialsUpdateParameters(credentials)); - } - - public List GetAppKeyCredential(MockContext context, string appObjectId) - { - return GetGraphClient(context).Applications.ListKeyCredentials(appObjectId).ToList(); - } - - public List GetAppPasswordCredential(MockContext context, string appObjectId) - { - return GetGraphClient(context).Applications.ListPasswordCredentials(appObjectId).ToList(); - } - - public List GetSpKeyCredential(MockContext context, string spObjectId) - { - return GetGraphClient(context).ServicePrincipals.ListKeyCredentials(spObjectId).ToList(); - } - - public List GetSpPasswordCredential(MockContext context, string spObjectId) - { - return GetGraphClient(context).ServicePrincipals.ListPasswordCredentials(spObjectId).ToList(); - } - - public Application CreateApplication(MockContext context, PasswordCredential passwordCredential = null, KeyCredential keyCredential = null) - { - var appName = TestUtilities.GenerateName("adApplication"); - var url = string.Format("http://{0}/home", appName); - var parameters = new ApplicationCreateParameters(); - - parameters.AvailableToOtherTenants = false; - parameters.DisplayName = appName; - parameters.Homepage = url; - parameters.IdentifierUris = new[] { url }; - parameters.ReplyUrls = new[] { url }; - - if (passwordCredential != null) - { - parameters.PasswordCredentials = new PasswordCredential[] { passwordCredential }; - } - - if(keyCredential != null) - { - parameters.KeyCredentials = new KeyCredential[] { keyCredential }; - } - - return GetGraphClient(context).Applications.Create(parameters); - } - - public string GetServicePrincipalsIdByAppId(MockContext context, Application application) - { - return GetGraphClient(context).Applications.GetServicePrincipalsIdByAppId(application.AppId).Value; - } - - public void UpdateApplication(MockContext context, string applicaitonObjectId, string newDisplayName = null, string newIdentifierUri = null, PasswordCredential passwordCredential = null, KeyCredential keyCredential = null) - { - var parameters = new ApplicationUpdateParameters(); - parameters.DisplayName = newDisplayName; - - if (!string.IsNullOrEmpty(newIdentifierUri)) - { - parameters.IdentifierUris = new[] { newIdentifierUri }; - } - - if (passwordCredential != null) - { - parameters.PasswordCredentials = new PasswordCredential[] { passwordCredential }; - } - - if (keyCredential != null) - { - parameters.KeyCredentials = new KeyCredential[] { keyCredential }; - } - - GetGraphClient(context).Applications.Patch(applicaitonObjectId, parameters); - } - - public void DeleteApplication(MockContext context, string appObjectId) - { - GetGraphClient(context).Applications.Delete(appObjectId); - } - - public Application GetApplicationByObjectId(MockContext context, string appObjectId) - { - return GetGraphClient(context).Applications.Get(appObjectId); - } - - - public IEnumerable SearchApplication(MockContext context, ODataQuery odataQuery) - { - return GetGraphClient(context).Applications.List(odataQuery); - } - - - public ServicePrincipal CreateServicePrincipal(MockContext context, string appId) - { - var parameters = new ServicePrincipalCreateParameters - { - AccountEnabled = Boolean.Parse(bool.TrueString), - AppId = appId - }; - - return GetGraphClient(context).ServicePrincipals.Create(parameters); - } - - public void DeleteServicePrincipal(MockContext context, string spObjectId) - { - GetGraphClient(context).ServicePrincipals.Delete(spObjectId); - } - - public void SearchServicePrincipal(MockContext context, string spObjectId) - { - GetGraphClient(context).ServicePrincipals.Get(spObjectId); - } - - public User CreateUser(MockContext context) - { - string username = TestUtilities.GenerateName("aduser"); - string upn = username + "@" + GetTenantAndDomain().Domain; - - UserCreateParameters parameter = new UserCreateParameters(); - parameter.UserPrincipalName = upn; - parameter.DisplayName = username; - parameter.AccountEnabled = true; - parameter.MailNickname = username + "test"; - parameter.PasswordProfile = new PasswordProfile(); - parameter.PasswordProfile.ForceChangePasswordNextLogin = false; - parameter.PasswordProfile.Password = "Test12345"; - - return GetGraphClient(context).Users.Create(parameter); - } - - public void DeleteUser(MockContext context, string upnOrObjectId) - { - GetGraphClient(context).Users.Delete(upnOrObjectId); - } - - public void SearchUser(MockContext context, string upnOrObjectId) - { - GetGraphClient(context).Users.Get(upnOrObjectId); - } - - public ADGroup CreateGroup(MockContext context) - { - string groupname = TestUtilities.GenerateName("adgroup"); - string mailNickName = groupname + "tester"; - GroupCreateParameters parameters = new GroupCreateParameters(); - parameters.DisplayName = groupname; - parameters.MailNickname = mailNickName; - - return GetGraphClient(context).Groups.Create(parameters); - } - - public void DeleteGroup(MockContext context, string objectId) - { - GetGraphClient(context).Groups.Delete(objectId); - } - - public void SearchGroup(MockContext context, string objectId) - { - GetGraphClient(context).Groups.Get(objectId); - } - - public void AddMember(MockContext context, ADGroup group, User user) - { - string memberUrl = string.Format("{0}{1}/directoryObjects/{2}", - GetGraphClient(context).BaseUri.AbsoluteUri, GetGraphClient(context).TenantID, user.ObjectId); - GetGraphClient(context).Groups.AddMember(group.ObjectId, new GroupAddMemberParameters(memberUrl)); - } - - //return all groups the user is a member of (transitive) - public IEnumerable GetMemberGroups(MockContext context, User user) - { - return GetGraphClient(context).Users.GetMemberGroups(user.ObjectId, new UserGetMemberGroupsParameters(false)); - } - - public void RemoveMember(MockContext context, ADGroup group, User user) - { - GetGraphClient(context).Groups.RemoveMember(group.ObjectId, user.ObjectId); - } - } -} - diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GroupTests.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GroupTests.cs deleted file mode 100644 index 3256aff16873..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/GroupTests.cs +++ /dev/null @@ -1,62 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using Microsoft.Azure.Graph.RBAC.Models; -using Microsoft.Azure.Test; -using System.Collections.Generic; -using System.Linq; -using Xunit; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using Microsoft.Rest.Azure; -using Microsoft.Graph.RBAC.Tests.Infrastructure; - -namespace Microsoft.Azure.Graph.RBAC.Tests -{ - public class GroupTests : GraphTestBase - { - [Fact] - public void CreateDeleteGroupTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - //Test - ADGroup group = CreateGroup(context); - DeleteGroup(context, group.ObjectId); - //verify the group has been deleted. - Assert.Throws(() => { SearchGroup(context, group.ObjectId); }); - } - } - - [Fact] - public void AddRemoveMemberTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - //Arrange - ADGroup group = CreateGroup(context); - User user = CreateUser(context); - - //test - AddMember(context, group, user); - - //Verify - IEnumerable groupIds = GetMemberGroups(context, user); - string matched = groupIds.FirstOrDefault(p => p == group.ObjectId); - Assert.Equal(matched, group.ObjectId); - - //Test - RemoveMember(context, group, user); - - //Verify - groupIds = GetMemberGroups(context, user); - matched = groupIds.FirstOrDefault(p => p == group.ObjectId); - Assert.True(string.IsNullOrEmpty(matched)); - - //Cleanup - DeleteGroup(context, group.ObjectId); - DeleteUser(context, user.ObjectId); - } - } - } -} - diff --git a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/UserTests.cs b/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/UserTests.cs deleted file mode 100644 index 2a1073cfe29f..000000000000 --- a/sdk/graphrbac/Microsoft.Azure.Graph.RBAC/tests/Tests/UserTests.cs +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - -using Microsoft.Azure.Graph.RBAC.Models; -using Microsoft.Azure.Test; -using Microsoft.Rest.Azure; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using Xunit; - -namespace Microsoft.Azure.Graph.RBAC.Tests -{ - public class UserTests : GraphTestBase - { - [Fact] - public void CreateDeleteUserTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - //Test - User user = CreateUser(context); - DeleteUser(context, user.UserPrincipalName); - //verify the user has been deleted. - Assert.Throws(() => { SearchUser(context, user.UserPrincipalName); }); - } - } - } -} - diff --git a/sdk/graphrbac/ci.yml b/sdk/graphrbac/ci.yml index 5bf0eff0159c..0d48a7b0e93b 100644 --- a/sdk/graphrbac/ci.yml +++ b/sdk/graphrbac/ci.yml @@ -1,25 +1,7 @@ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. -trigger: - branches: - include: - - main - - hotfix/* - - release/* - paths: - include: - - sdk/graphrbac/ - -pr: - branches: - include: - - main - - feature/* - - hotfix/* - - release/* - paths: - include: - - sdk/graphrbac/ +trigger: none +pr: none extends: template: /eng/pipelines/templates/stages/archetype-sdk-client.yml @@ -27,5 +9,3 @@ extends: ServiceDirectory: graphrbac ArtifactName: packages Artifacts: - - name: Microsoft.Azure.Graph.RBAC - safeName: MicrosoftAzureGraphRBAC