Interface ActiveDirectoryApplication
- All Superinterfaces:
ActiveDirectoryObject
,HasId
,HasInner<com.microsoft.azure.management.graphrbac.implementation.ApplicationInner>
,HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>
,HasName
,Indexable
,Updatable<ActiveDirectoryApplication.Update>
public interface ActiveDirectoryApplication
extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ApplicationInner>, Updatable<ActiveDirectoryApplication.Update>
An immutable client-side representation of an Azure AD application.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions that need to be implemented.static interface
Grouping of all the application definition stages.static interface
The template for an application update operation, containing all the settings that can be modified.static interface
Grouping of all the application update stages. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
applicationId
String applicationId()- Returns:
- the application ID
-
applicationPermissions
- Returns:
- the application permissions
-
availableToOtherTenants
boolean availableToOtherTenants()- Returns:
- whether the application is be available to other tenants
-
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
-