GetDelegatedAdministratorsPlainArgs

data class GetDelegatedAdministratorsPlainArgs(val servicePrincipal: String? = null) : ConvertibleToJava<GetDelegatedAdministratorsPlainArgs>

A collection of arguments for invoking getDelegatedAdministrators.

Constructors

Link copied to clipboard
constructor(servicePrincipal: String? = null)

Properties

Link copied to clipboard

Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service. If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

Functions

Link copied to clipboard
open override fun toJava(): GetDelegatedAdministratorsPlainArgs