
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
28 lines
994 B
ReStructuredText
28 lines
994 B
ReStructuredText
.. _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.
|