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.

async idem_vra.exec.vra.rbac.permission.get_permission_using_get(hub, ctx, p_id, **kwargs)[source]#

Retrieve a permission by id Performs GET /rbac-service/api/permissions/{id}

Parameters:
  • p_id (string) – (required in path) id

  • apiVersion (string) – (optional in query)