public interface ActiveDirectoryApplication extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ApplicationInner>, Updatable<ActiveDirectoryApplication.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ActiveDirectoryApplication.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ActiveDirectoryApplication.DefinitionStages
Grouping of all the application definition stages.
|
static interface |
ActiveDirectoryApplication.Update
The template for an application update operation, containing all the settings that can be modified.
|
static interface |
ActiveDirectoryApplication.UpdateStages
Grouping of all the application update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
applicationId() |
List<String> |
applicationPermissions() |
boolean |
availableToOtherTenants() |
Map<String,CertificateCredential> |
certificateCredentials() |
Set<String> |
identifierUris() |
Map<String,PasswordCredential> |
passwordCredentials() |
Set<String> |
replyUrls() |
URL |
signOnUrl() |
key
id
name
manager
String applicationId()
boolean availableToOtherTenants()
URL signOnUrl()
Map<String,PasswordCredential> passwordCredentials()
Map<String,CertificateCredential> certificateCredentials()
Copyright © 2019. All rights reserved.