- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::nx::EnsembleObject create ::ms::Graph::slot::__application
Methods (to be applied on the object)
get (scripted)
# # Get the properties and relationships of an application object. # # Details: https://docs.microsoft.com/graph/api/application-list # # @param select return selected attributes, e.g. id,appId,keyCredentials set r [:request -method GET -token [:token] -url /applications/${application_id}?[:params {select}]] return [:expect_status_code $r 200]
list (scripted)
# # Get the list of applications in this organization. # # Details: https://docs.microsoft.com/graph/api/application-list # # @param expand retrieve related information via navigation property, e.g. members # @param count boolean, retrieves the total count of matching resources # @param filter retrieve a filtered subset of the tuples # @param orderby order tuples by some attribute # @param search returns results based on search criteria. # @param select return selected attributes, e.g. id,appId,keyCredentials # @param top sets the page size of results set r [:request -method GET -token [:token] -url /applications?[:params { count expand filter orderby search select top}]] return [:expect_status_code $r 200]
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables