Permission set 3905 Retention Pol. View in 25

App
System Application
Namespace
System.DataAdministration

Versions171819202122232425262728latest

Source242526272829

Source in 25

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";
}