ms::Graph method application list (public)
<instance of ms::Graph> application list [ -count count ] \ [ -expand expand ] [ -filter filter ] [ -orderby orderby ] \ [ -search search ] [ -select select ] [ -top top ]
Defined in packages/xooauth/tcl/ms-procs.tcl
Get the list of applications in this organization. Details: https://docs.microsoft.com/graph/api/application-list
- Switches:
- -count
(optional)- boolean, retrieves the total count of matching resources
- -expand
(optional)- retrieve related information via navigation property, e.g. members
- -filter
(optional)- retrieve a filtered subset of the tuples
- -orderby
(optional)- order tuples by some attribute
- -search
(optional)- returns results based on search criteria.
- -select
(optional)- return selected attributes, e.g. id,appId,keyCredentials
- -top
(optional)- sets the page size of results
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.