Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 527 Bytes

File metadata and controls

36 lines (31 loc) · 527 Bytes
description Automatically generated file. DO NOT MODIFY
mgc-beta identity-governance entitlement-management connected-organizations create --body '{
\
  "displayName":"Connected organization name",
\
  "description":"Connected organization description",
\
  "identitySources": [
\
    {
\
      "@odata.type": "#microsoft.graph.azureActiveDirectoryTenant",
\
      "displayName": "Contoso",
\
      "tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee"
\
      }
\
  ],
\
  "state":"proposed"
\
}
\

\
'