Learn R Programming

AzureGraph (version 1.3.4)

is_app: 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)

Value

A boolean.

Arguments

object

An R object.