File: Privilege.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst

.. _AuthorizationDescription: ../../vim/AuthorizationDescription.rst


vim.AuthorizationManager.Privilege
==================================
  This data object type provides access to some aspect of the system. Privileges are generally independent. This means a user with a privilege usually can perform an associated set of actions without needing any additional supporting privileges.Within each product version, privileges do not change. See `AuthorizationDescription`_ for detailed information on the privileges defined by the system.
:extends: vmodl.DynamicData_

Attributes:
    privId (`str`_):

       Unique identifier.
    onParent (`bool`_):

       Determines whether or not the privilege is applied on the parent entity.
    name (`str`_):

       Privilege name.
    privGroupName (`str`_):

       Group name.