PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
[SsoAdmin Module Feature Request] Global Permissions
I've tried many avenues to get the accounts set in "Global Permissions". With "Propagate to children" enabled, of course I can find them further down in objects like DataCenter.
More: https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VIPermission-How-to-determine-if-permission-is-Global-or/td-p/2818183
Dev notes:
It's another internal API that covers global permissions
It is JRPC service com.vmware.cis.authz
@dmilov Any chance of implementing this? Maybe borrowing from lamw impl?
@dmilov Any chance of implementing this? Maybe borrowing from lamw impl?
I'm far away from this right now. @lyuboasenov @atanasa if you can route this request?
@lyuboasenov, @atanasa do you have any guidance in case we open a PR for this?
Alternative approach could be to convert the existing powershell code to C# and embed into VMware.vSphere.SsoAdminClient.SsoAdminClient class.
@dmilov, @lyuboasenov, @atanasa What would be our next steps to have the PR accepted? Thanks.
@lamw can you take a look at the PR as it references code from your repo?
@dmilov, @lyuboasenov, @atanasa What would be our next steps to have the PR accepted? Thanks.
Lopped William Lam in the PR and the Issue. I hope he will be able to help resolve this.
Thanks @lyuboasenov ! On a related note - what needs to happen to initiate the powershell gallery module update? Is there anything we could do?