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 TypeMethodDescriptionGets the application account type.Gets the application ID.booleanDeprecated.Gets the mapping of certificate credentials from their names.Gets a collection of URIs for the application.Gets the mapping of password credentials from their names.Gets a collection of reply URLs for the application.Gets the home page of the application.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
manager
-
Method Details
-
applicationId
-
availableToOtherTenants
Deprecated.useaccountType(), false only when account type is "AzureADMyOrg"- Returns:
- whether the application is be available to other tenants
-
accountType
ApplicationAccountType accountType()Gets the application account type.- Returns:
- the application account type
-
identifierUris
-
replyUrls
-
signOnUrl
-
passwordCredentials
Map<String, PasswordCredential> passwordCredentials()Gets the mapping of password credentials from their names.- Returns:
- the mapping of password credentials from their names
-
certificateCredentials
Map<String, CertificateCredential> certificateCredentials()Gets the mapping of certificate credentials from their names.- Returns:
- the mapping of certificate credentials from their names
-
accountType(), false only when account type is "AzureADMyOrg"