is_app {AzureGraph} | R Documentation |
Informational functions
Description
These functions return whether the object is of the corresponding class.
Usage
is_app(object)
is_service_principal(object)
is_user(object)
is_group(object)
is_directory_role(object)
is_aad_object(object)
is_msgraph_object(object)
Arguments
object |
An R object. |
Value
A boolean.
[Package AzureGraph version 1.3.4 Index]