File: test_graphrbac.test_groups.yaml

package info (click to toggle)
python-azure 20201208%2Bgit-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,437,920 kB
  • sloc: python: 4,287,452; javascript: 269; makefile: 198; sh: 187; xml: 106
file content (140 lines) | stat: -rw-r--r-- 8,905 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
interactions:
- request:
    body: '{"displayName": "pytestgroup_display", "securityEnabled": true, "mailNickname":
      "pytestgroup_nickname", "mailEnabled": false}'
    headers:
      Accept: [application/json]
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Length: ['125']
      Content-Type: [application/json; charset=utf-8]
      User-Agent: [python/3.5.1 (Windows-10-10.0.16299-SP0) requests/2.17.3 msrest/0.4.11
          msrest_azure/0.4.11 graphrbacmanagementclient/0.32.0 Azure-SDK-For-Python]
      accept-language: [en-US]
    method: POST
    uri: https://graph.windows.net/myaddomain.onmicrosoft.com/groups?api-version=1.6
  response:
    body: {string: '{"odata.metadata":"https://graph.windows.net/myaddomain.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element","odata.type":"Microsoft.DirectoryServices.Group","objectType":"Group","objectId":"5430d9e1-e14c-4e4a-a057-1792ba6e9207","deletionTimestamp":null,"description":null,"dirSyncEnabled":null,"displayName":"pytestgroup_display","lastDirSyncTime":null,"mail":null,"mailNickname":"pytestgroup_nickname","mailEnabled":false,"onPremisesDomainName":null,"onPremisesNetBiosName":null,"onPremisesSamAccountName":null,"onPremisesSecurityIdentifier":null,"provisioningErrors":[],"proxyAddresses":[],"securityEnabled":true}'}
    headers:
      access-control-allow-origin: ['*']
      cache-control: [no-cache]
      content-length: ['652']
      content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8]
      dataserviceversion: [3.0;]
      date: ['Wed, 01 Nov 2017 18:37:03 GMT']
      duration: ['2576971']
      expires: ['-1']
      location: ['https://graph.windows.net/myaddomain.onmicrosoft.com/directoryObjects/5430d9e1-e14c-4e4a-a057-1792ba6e9207/Microsoft.DirectoryServices.Group']
      ocp-aad-diagnostics-server-name: [6jK4XfmKxcTjGA4F0kismAWyAzj8N/JPhQDwsSuw5/U=]
      ocp-aad-session-key: [4D4NHBr4Y9OXCdv41KJcYTI0K5VORZgYa-kTzv2gWVfoere4RDFXcvWSALxCWhj5G4eJSs256JseoD-gQY8hipYdu4XaCrGhNrizDWnvJxmBQnJBW2-VQc0PfpB-KZbFMfEtHnExUr0TopKhmguxIqAiF8gagITA8Ap08DeKEIMoCckeAJcwU_BtUFqZawGGbg77GaszsjwnyUFCWL-c3w.owxmZ8cXxCeWe3YaPZMhASCYeRXIaDn0WFQOTzcikQo]
      pragma: [no-cache]
      request-id: [5d683001-d32b-424d-be50-946644623cc6]
      server: [Microsoft-IIS/8.5]
      strict-transport-security: [max-age=31536000; includeSubDomains]
      x-aspnet-version: [4.0.30319]
      x-content-type-options: [nosniff]
      x-ms-dirapi-data-contract-version: ['1.6']
      x-powered-by: [ASP.NET, ASP.NET]
    status: {code: 201, message: Created}
- request:
    body: null
    headers:
      Accept: [application/json]
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Type: [application/json; charset=utf-8]
      User-Agent: [python/3.5.1 (Windows-10-10.0.16299-SP0) requests/2.17.3 msrest/0.4.11
          msrest_azure/0.4.11 graphrbacmanagementclient/0.32.0 Azure-SDK-For-Python]
      accept-language: [en-US]
    method: GET
    uri: https://graph.windows.net/myaddomain.onmicrosoft.com/groups/5430d9e1-e14c-4e4a-a057-1792ba6e9207?api-version=1.6
  response:
    body: {string: '{"odata.metadata":"https://graph.windows.net/myaddomain.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group/@Element","odata.type":"Microsoft.DirectoryServices.Group","objectType":"Group","objectId":"5430d9e1-e14c-4e4a-a057-1792ba6e9207","deletionTimestamp":null,"description":null,"dirSyncEnabled":null,"displayName":"pytestgroup_display","lastDirSyncTime":null,"mail":null,"mailNickname":"pytestgroup_nickname","mailEnabled":false,"onPremisesDomainName":null,"onPremisesNetBiosName":null,"onPremisesSamAccountName":null,"onPremisesSecurityIdentifier":null,"provisioningErrors":[],"proxyAddresses":[],"securityEnabled":true}'}
    headers:
      access-control-allow-origin: ['*']
      cache-control: [no-cache]
      content-length: ['652']
      content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8]
      dataserviceversion: [3.0;]
      date: ['Wed, 01 Nov 2017 18:37:04 GMT']
      duration: ['567175']
      expires: ['-1']
      ocp-aad-diagnostics-server-name: [1zUcSmQ9yL9uo4nCeJtYPKgXP91dgaA3ctXbiNs0HGs=]
      ocp-aad-session-key: [O4YpoiF42PiavLMAcXsXQLCzkUw9Tbf1qphjPqj7ecSkAbKO9u9WN0GDWj5jrcpVEDA3EV8l0BCO9F45S9-ZFD2R6J4DyTOfNgiHHiL9yF-FTTtbDLpgu3b6F4MGxWbHJHnVDvwgRuEuA1XmUIaCiH2cG7bM9m8A4d3kLivNQVpbiBDfepKX8sKfIw2IcJ__O-bx-X3hzfxlII7cFoevAw.0W8QLsR-0oJ2RwaNUomPLVE4kIXm4roMknf80k_P1dU]
      pragma: [no-cache]
      request-id: [f230f6b0-d5b4-49f8-a5a1-cb00bff4687e]
      server: [Microsoft-IIS/8.5]
      strict-transport-security: [max-age=31536000; includeSubDomains]
      x-aspnet-version: [4.0.30319]
      x-content-type-options: [nosniff]
      x-ms-dirapi-data-contract-version: ['1.6']
      x-powered-by: [ASP.NET, ASP.NET]
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      Accept: [application/json]
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Type: [application/json; charset=utf-8]
      User-Agent: [python/3.5.1 (Windows-10-10.0.16299-SP0) requests/2.17.3 msrest/0.4.11
          msrest_azure/0.4.11 graphrbacmanagementclient/0.32.0 Azure-SDK-For-Python]
      accept-language: [en-US]
    method: GET
    uri: https://graph.windows.net/myaddomain.onmicrosoft.com/groups?$filter=displayName%20eq%20%27pytestgroup_display%27&api-version=1.6
  response:
    body: {string: '{"odata.metadata":"https://graph.windows.net/myaddomain.onmicrosoft.com/$metadata#directoryObjects/Microsoft.DirectoryServices.Group","value":[{"odata.type":"Microsoft.DirectoryServices.Group","objectType":"Group","objectId":"5430d9e1-e14c-4e4a-a057-1792ba6e9207","deletionTimestamp":null,"description":null,"dirSyncEnabled":null,"displayName":"pytestgroup_display","lastDirSyncTime":null,"mail":null,"mailNickname":"pytestgroup_nickname","mailEnabled":false,"onPremisesDomainName":null,"onPremisesNetBiosName":null,"onPremisesSamAccountName":null,"onPremisesSecurityIdentifier":null,"provisioningErrors":[],"proxyAddresses":[],"securityEnabled":true}]}'}
    headers:
      access-control-allow-origin: ['*']
      cache-control: [no-cache]
      content-length: ['655']
      content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8]
      dataserviceversion: [3.0;]
      date: ['Wed, 01 Nov 2017 18:37:03 GMT']
      duration: ['986629']
      expires: ['-1']
      ocp-aad-diagnostics-server-name: [h+esbaLTSiS9YLokkl24LFY9a9LP+eEjl6OwhEIXn+4=]
      ocp-aad-session-key: [P-WtSvOSpLAnwWT40i9QpHgaHGttHSBzEJUyJeA0LkXrj0Qexe8PKYTu8bIen6Do1isvFtA0Kn4GLMHEx8cXjFJ7cstBj34KiHjJ2ShV21zkttjtE1etf9e0HdUO8ScosWQHDoIuLWZx1PDS0bpcXL4Bc7tis0HIBoZaCWGYEynztf9JL7awQJ4yBYRMZo1b13IGVcrahLUMStdOROdhcw.YwyO_1gubKVjYcggFt-KAx-6iCge_8k-F9JCh-3Cxb8]
      pragma: [no-cache]
      request-id: [382e5b69-cb21-4883-9fb5-3110aa0aa8ed]
      server: [Microsoft-IIS/8.5]
      strict-transport-security: [max-age=31536000; includeSubDomains]
      x-aspnet-version: [4.0.30319]
      x-content-type-options: [nosniff]
      x-ms-dirapi-data-contract-version: ['1.6']
      x-powered-by: [ASP.NET, ASP.NET]
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      Accept: [application/json]
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Length: ['0']
      Content-Type: [application/json; charset=utf-8]
      User-Agent: [python/3.5.1 (Windows-10-10.0.16299-SP0) requests/2.17.3 msrest/0.4.11
          msrest_azure/0.4.11 graphrbacmanagementclient/0.32.0 Azure-SDK-For-Python]
      accept-language: [en-US]
    method: DELETE
    uri: https://graph.windows.net/myaddomain.onmicrosoft.com/groups/5430d9e1-e14c-4e4a-a057-1792ba6e9207?api-version=1.6
  response:
    body: {string: ''}
    headers:
      access-control-allow-origin: ['*']
      cache-control: [no-cache]
      dataserviceversion: [1.0;]
      date: ['Wed, 01 Nov 2017 18:37:05 GMT']
      duration: ['3629414']
      expires: ['-1']
      ocp-aad-diagnostics-server-name: [j4TfrIcuXv6cz1XEFyVQir6Ee64fZtWPXl/gd62UzeM=]
      ocp-aad-session-key: [pEzGLTrFButwFXLd9WqpRppTY-fYRrunDKF4M1jDrijVVdq39DbA8gvKGFHoQj8JmLcSlirjEm2_mkct1s-gh6nPXVRQkwVUKTJ-Dl6LYvQmjf7w6cAdBZdPSdrR-eSbRjvmTQCbGSA29cLNCsjfmbd_taGBVEMzpqzVB-LX1AmukMM72bzDvLRG0bcvbdTc0PwAI9PojrWeAkeRZkni4w.mID-7zWiaS2oOCMsnmdbturLh0Gry5el5TrCsq-EuT0]
      pragma: [no-cache]
      request-id: [073e31d0-dfc4-4943-b324-9fd7cb8fd4fa]
      server: [Microsoft-IIS/8.5]
      strict-transport-security: [max-age=31536000; includeSubDomains]
      x-aspnet-version: [4.0.30319]
      x-content-type-options: [nosniff]
      x-ms-dirapi-data-contract-version: ['1.6']
      x-powered-by: [ASP.NET, ASP.NET]
    status: {code: 204, message: No Content}
version: 1