is_app {AzureGraph} | R Documentation |
These functions return whether the object is of the corresponding class.
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)
object |
An R object. |
A boolean.