AzureActiveDirectory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the Azure Active directory provider.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureActiveDirectory : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureActiveDirectory = class
inherit ProxyOnlyResource
Public Class AzureActiveDirectory
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
AzureActiveDirectory() |
Initializes a new instance of the AzureActiveDirectory class. |
AzureActiveDirectory(String, String, String, String, Nullable<Boolean>, AzureActiveDirectoryRegistration, AzureActiveDirectoryLogin, AzureActiveDirectoryValidation, Nullable<Boolean>) |
Initializes a new instance of the AzureActiveDirectory class. |
Properties
Enabled |
Gets or sets <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
IsAutoProvisioned |
Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Login |
Gets or sets the configuration settings of the Azure Active Directory login flow. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Registration |
Gets or sets the configuration settings of the Azure Active Directory app registration. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Validation |
Gets or sets the configuration settings of the Azure Active Directory token validation flow. |