Permission set 1563 Privacy Notice - Objects in 27

App
System Application
Namespace
System.Privacy

Versions171819202122232425262728latest

Source242526272829

Source in 27

src/System Application/App/Privacy Notice/permissions/PrivacyNoticeObjects.PermissionSet.al21 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Privacy;

permissionset 1563 "Privacy Notice - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = table "Privacy Notice" = X,
                  codeunit "Privacy Notice" = X,
                  page "Power Automate Privacy Notice" = X,
                  page "Microsoft Learn Privacy Notice" = X,
                  page "Privacy Notice" = X,
                  page "Privacy Notice Approvals" = X,
                  page "Privacy Notices" = X;
}