permission#
- async idem_vra.exec.vra.rbac.permission.get_all_permissions_using_get(hub, ctx, **kwargs)[source]#
Get all permissions Performs GET /rbac-service/api/permissions
- Parameters:
apiVersion (string) – (optional in query)
excludeOrganizationScopedOnly (boolean) – (optional in query) Exclude organization scoped only permission. When the flag is true, it will not include the permissions which are applicable only to organization
excludeProjectScoped (boolean) – (optional in query) Exclude Project scoped Permissions. When the flag is true, it will not include the project scoped permissions.