ManagementFunctions

Functions

Link copied to clipboard

Describes the result of the request to view entities. API Version: 2020-05-01.

suspend fun getEntity(argument: suspend GetEntityPlainArgsBuilder.() -> Unit): GetEntityResult
suspend fun getEntity(filter: String? = null, groupName: String? = null, search: String? = null, select: String? = null, skip: Int? = null, skiptoken: String? = null, top: Int? = null, view: String? = null): GetEntityResult
Link copied to clipboard

Settings defined at the Management Group scope. API Version: 2020-05-01.

Link copied to clipboard

The management group details. API Version: 2020-05-01.

suspend fun getManagementGroup(expand: String? = null, filter: String? = null, groupId: String, recurse: Boolean? = null): GetManagementGroupResult
Link copied to clipboard