SignedInUserOperations Class
SignedInUserOperations operations.
- Inheritance
-
builtins.objectSignedInUserOperations
Constructor
SignedInUserOperations(client, config, serializer, deserializer)
Parameters
- client
Required
Client for service requests.
- config
Required
Configuration of service client.
- serializer
Required
An object model serializer.
- deserializer
Required
An object model deserializer.
Variables
- api_version
Client API version. Constant value: "1.6".
Methods
| get |
Gets the details for the currently logged-in user. |
| list_owned_objects |
Get the list of directory objects that are owned by the user. |
get
Gets the details for the currently logged-in user.
get(custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Required
Operation configuration overrides.
Returns
User or ClientRawResponse if raw=true
Return type
User,
Exceptions
list_owned_objects
Get the list of directory objects that are owned by the user.
list_owned_objects(custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Required
Operation configuration overrides.
Returns
An iterator like instance of DirectoryObject
Return type
Exceptions
Attributes
models
models = <module 'azure.graphrbac.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\graphrbac\\models\\__init__.py'>
Feedback
Submit and view feedback for