Interface ActiveDirectoryUser.DefinitionStages
-
- Enclosing interface:
- ActiveDirectoryUser
public static interface ActiveDirectoryUser.DefinitionStagesGrouping of all the user definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActiveDirectoryUser.DefinitionStages.BlankThe first stage of the user definition.static interfaceActiveDirectoryUser.DefinitionStages.WithAccontEnabledA user definition allowing specifying whether the account is enabled.static interfaceActiveDirectoryUser.DefinitionStages.WithCreateAn AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify.static interfaceActiveDirectoryUser.DefinitionStages.WithPasswordA user definition allowing password to be specified.static interfaceActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLoginA user definition allowing setting whether the user should change password on the next login.static interfaceActiveDirectoryUser.DefinitionStages.WithUsageLocationA user definition allowing usage location to be specified.static interfaceActiveDirectoryUser.DefinitionStages.WithUserPrincipalNameA user definition allowing user principal name to be specified.
-