Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 695 Bytes

File metadata and controls

54 lines (50 loc) · 695 Bytes
description Automatically generated file. DO NOT MODIFY
mgc-beta policies cross-tenant-access-policy partners patch --cross-tenant-access-policy-configuration-partner-tenant-id {crossTenantAccessPolicyConfigurationPartner-tenantId} --body '{
\
  "tenantRestrictions": {
\
    "usersAndGroups": {
\
      "accessType": "allowed",
\
      "targets": [
\
        {
\
          "target": "AllUsers",
\
          "targetType": "user"
\
        }
\
      ]
\
    },
\
    "applications": {
\
      "accessType": "allowed",
\
      "targets": [
\
        {
\
          "target": "Office365",
\
          "targetType": "application"
\
        }
\
      ]
\
    }
\
  }
\
}
\
'