Permission set 1563 Privacy Notice - Objects, source in 24

Source242526272829metadata in 24

src/System Application/App/Privacy Notice/permissions/PrivacyNoticeObjects.PermissionSet.al20 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 "Privacy Notice" = X,
                  page "Privacy Notice Approvals" = X,
                  page "Privacy Notices" = X;
}