<?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 is there a way to see active directory domain of a user into an access-role object? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243253#M8964</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I'm using access-role to grant permission to users from different domains ( let's say A and B )&lt;/P&gt;&lt;P&gt;in one access-rule object I can have users from both the domain ,is possible to have the domain ( or the full CN of the user ) as result of a mgmt_cli query ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is what I obtain from a single query&lt;BR /&gt;&lt;BR /&gt;mgmt_cli -r true -d CMA1 show access-role name AR_VPNGROUP1 --format json&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"uid" : "0d1d5680-6da9-4c3d-a72e-add559bd5c17",&lt;BR /&gt;"name" : "ad_user_PIPPO_PAPERINO",&lt;BR /&gt;"type" : "CpmiAdUser",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "699e0f39-3da1-6e4d-8ccf-2160acce691e",&lt;BR /&gt;"name" : "CMA1",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "Objects/user",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;it would be great to see in which domain is PIPPO PAPERINO or tue full CN of PIPPO PAPERINO&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2025 13:32:24 GMT</pubDate>
    <dc:creator>AleLovaz82</dc:creator>
    <dc:date>2025-03-07T13:32:24Z</dc:date>
    <item>
      <title>is there a way to see active directory domain of a user into an access-role object?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243253#M8964</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I'm using access-role to grant permission to users from different domains ( let's say A and B )&lt;/P&gt;&lt;P&gt;in one access-rule object I can have users from both the domain ,is possible to have the domain ( or the full CN of the user ) as result of a mgmt_cli query ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is what I obtain from a single query&lt;BR /&gt;&lt;BR /&gt;mgmt_cli -r true -d CMA1 show access-role name AR_VPNGROUP1 --format json&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"uid" : "0d1d5680-6da9-4c3d-a72e-add559bd5c17",&lt;BR /&gt;"name" : "ad_user_PIPPO_PAPERINO",&lt;BR /&gt;"type" : "CpmiAdUser",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "699e0f39-3da1-6e4d-8ccf-2160acce691e",&lt;BR /&gt;"name" : "CMA1",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "Objects/user",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;it would be great to see in which domain is PIPPO PAPERINO or tue full CN of PIPPO PAPERINO&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 13:32:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243253#M8964</guid>
      <dc:creator>AleLovaz82</dc:creator>
      <dc:date>2025-03-07T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to see active directory domain of a user into an access-role object?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243274#M8965</link>
      <description>&lt;P&gt;If more details can be returned, they would be included by adding details-level full to the query.&lt;BR /&gt;It's also possible you might get some details by showing the details of the object itself.&lt;BR /&gt;Because the underlying object is not API friendly, you'll need to use the generic-object API to query it (e.g. show generic-object uid&amp;nbsp;&lt;SPAN&gt;0d1d5680-6da9-4c3d-a72e-add559bd5c17).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 16:08:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243274#M8965</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-03-07T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to see active directory domain of a user into an access-role object?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243278#M8966</link>
      <description>&lt;P&gt;details-level full did the trick! now i've to play with jq and bash to extact what i need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thx&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 16:14:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/is-there-a-way-to-see-active-directory-domain-of-a-user-into-an/m-p/243278#M8966</guid>
      <dc:creator>AleLovaz82</dc:creator>
      <dc:date>2025-03-07T16:14:54Z</dc:date>
    </item>
  </channel>
</rss>

