Interface ActiveDirectoryApplication
- All Superinterfaces:
ActiveDirectoryObject,HasId,HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApplicationInner>,HasManager<AuthorizationManager>,HasName,Indexable,Updatable<ActiveDirectoryApplication.Update>
public interface ActiveDirectoryApplication
extends ActiveDirectoryObject, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApplicationInner>, Updatable<ActiveDirectoryApplication.Update>
An immutable client-side representation of an Azure AD application.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the application definition stages.static interfaceThe template for an application update operation, containing all the settings that can be modified.static interfaceGrouping of all the application update stages. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
applicationId
String applicationId()- Returns:
- the application ID
-
availableToOtherTenants
Deprecated.useaccountType(), false only when account type is "AzureADMyOrg"- Returns:
- whether the application is be available to other tenants
-
accountType
ApplicationAccountType accountType()- Returns:
- the application account type
-
identifierUris
- Returns:
- a collection of URIs for the application
-
replyUrls
- Returns:
- a collection of reply URLs for the application
-
signOnUrl
URL signOnUrl()- Returns:
- the home page of the application
-
passwordCredentials
Map<String,PasswordCredential> passwordCredentials()- Returns:
- the mapping of password credentials from their names
-
certificateCredentials
Map<String,CertificateCredential> certificateCredentials()- Returns:
- the mapping of certificate credentials from their names
-
accountType(), false only when account type is "AzureADMyOrg"