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.
  • Method Details

    • applicationId

      String applicationId()
      Returns:
      the application ID
    • applicationPermissions

      List<String> applicationPermissions()
      Returns:
      the application permissions
    • availableToOtherTenants

      boolean availableToOtherTenants()
      Returns:
      whether the application is be available to other tenants
    • identifierUris

      Set<String> identifierUris()
      Returns:
      a collection of URIs for the application
    • replyUrls

      Set<String> 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