Interface ActiveDirectoryApplication.DefinitionStages.WithCreate
- All Superinterfaces:
ActiveDirectoryApplication.DefinitionStages.WithAccountType, ActiveDirectoryApplication.DefinitionStages.WithCredential, ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl, ActiveDirectoryApplication.DefinitionStages.WithMultiTenant, ActiveDirectoryApplication.DefinitionStages.WithReplyUrl, ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl, Creatable<ActiveDirectoryApplication>, HasName, Indexable
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition, ActiveDirectoryApplication.DefinitionStages.Blank
- Enclosing interface:
ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithCreate
extends Creatable<ActiveDirectoryApplication>, ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl, ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl, ActiveDirectoryApplication.DefinitionStages.WithReplyUrl, ActiveDirectoryApplication.DefinitionStages.WithCredential, ActiveDirectoryApplication.DefinitionStages.WithAccountType, ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
An application definition with sufficient inputs to create a new application in the cloud, but exposing
additional optional inputs to specify.
-
Method Summary
Methods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithAccountType
withAccountType, withAccountTypeMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithCredential
defineCertificateCredential, definePasswordCredentialMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
withIdentifierUrlMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
withAvailableToOtherTenantsMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
withReplyUrlMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
withSignOnUrlMethods inherited from interface Creatable
create, create, createAsync, createAsync