AADCheckRequirements interface
Represents AAD (Azure Active Directory) requirements check request.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
tenant |
The tenant id to connect to, and get the data from. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "AzureActiveDirectory"
Property Value
"AzureActiveDirectory"
tenantId
The tenant id to connect to, and get the data from.
tenantId?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript