<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Desired acl is split in to two if all apply_to keys are set to True for SLAG acls. in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Desired-acl-is-split-in-to-two-if-all-apply-to-keys-are-set-to-True-for-SLAG/m-p/445230#M540</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/112513"&gt;@MOHANRAJB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like no one from the community has been able to answer your question so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a suggestion, but we do have a fairly active #ontap-api channel in our NetApp Community Discord. Consider jumping onto that and asking your query there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can access our NetApp Community Discord by heading to&amp;nbsp;&lt;A href="https://netappdiscord.com/" target="_blank"&gt;https://netappdiscord.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 00:58:10 GMT</pubDate>
    <dc:creator>RossC</dc:creator>
    <dc:date>2023-06-14T00:58:10Z</dc:date>
    <item>
      <title>Desired acl is split in to two if all apply_to keys are set to True for SLAG acls.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Desired-acl-is-split-in-to-two-if-all-apply-to-keys-are-set-to-True-for-SLAG/m-p/443807#M497</link>
      <description>&lt;P&gt;API -/protocols/file-security/permissions/{svm.uuid}/{path}/acl&lt;/P&gt;&lt;P&gt;verb - POST&lt;/P&gt;&lt;P&gt;Trying to add an acl using the above API with body&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{'access': 'access_allow',
'access_control': 'slag',
'apply_to': {'files': True, 'sub_folders': True, 'this_folder': True},
'propagation_mode': 'replace',
'user': 'SERVER12\\user1'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it configured as 2 acls, verified with API GET -&amp;nbsp;/protocols/file-security/permissions/{svm.uuid}/{path}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{'access': 'access_allow',
           'access_control': 'slag',
           'advanced_rights': {... response skipped },
           'apply_to': {'sub_folders': True, 'this_folder': True},
           'user': 'SERVER12\\user1'},
{'access': 'access_allow',
           'access_control': 'slag',
           'advanced_rights': {... response skipped },
           'apply_to': {'files': True},
           'user': 'SERVER12\\user1'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sometimes I find this behavior in file-directory acls too, is this expected one? REST API documentation does not have any info on this split behaviour.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:49:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Desired-acl-is-split-in-to-two-if-all-apply-to-keys-are-set-to-True-for-SLAG/m-p/443807#M497</guid>
      <dc:creator>MOHANRAJB</dc:creator>
      <dc:date>2025-06-04T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Desired acl is split in to two if all apply_to keys are set to True for SLAG acls.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Desired-acl-is-split-in-to-two-if-all-apply-to-keys-are-set-to-True-for-SLAG/m-p/445230#M540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/112513"&gt;@MOHANRAJB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like no one from the community has been able to answer your question so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a suggestion, but we do have a fairly active #ontap-api channel in our NetApp Community Discord. Consider jumping onto that and asking your query there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can access our NetApp Community Discord by heading to&amp;nbsp;&lt;A href="https://netappdiscord.com/" target="_blank"&gt;https://netappdiscord.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 00:58:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Desired-acl-is-split-in-to-two-if-all-apply-to-keys-are-set-to-True-for-SLAG/m-p/445230#M540</guid>
      <dc:creator>RossC</dc:creator>
      <dc:date>2023-06-14T00:58:10Z</dc:date>
    </item>
  </channel>
</rss>

