Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 494 Bytes

File metadata and controls

34 lines (30 loc) · 494 Bytes
description Automatically generated file. DO NOT MODIFY
mgc identity-governance entitlement-management connected-organizations create --body '{
\
  "displayName":"Connected organization name",
\
  "description":"Connected organization description",
\
  "identitySources": [
\
    {
\
      "@odata.type": "#microsoft.graph.domainIdentitySource",
\
      "domainName": "example.com",
\
      "displayName": "example.com"
\
      }
\
  ],
\
  "state":"proposed"
\
}
\
'