GetDirectoryPlainArgs

data class GetDirectoryPlainArgs(val domainName: String, val resourceGroupName: String) : ConvertibleToJava<GetDirectoryPlainArgs>

A collection of arguments for invoking getDirectory.

Constructors

Link copied to clipboard
constructor(domainName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Domain name of the B2C tenant, including the .onmicrosoft.com suffix.

Link copied to clipboard

The name of the Resource Group where the AAD B2C Directory exists.

Functions

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