Permission set 3905 Retention Pol. View, source in 24

Source242526272829metadata in 24

src/System Application/App/Retention Policy/permissions/RetentionPolView.PermissionSet.al18 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.DataAdministration;

/// <summary>
/// this is the minimum permission set needed to install an extension that adds a retention policy.
/// </summary>
permissionset 3905 "Retention Pol. View"
{
    Access = Public;
    Assignable = true;

    IncludedPermissionSets = "Retention Policy - View";
}