ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(ApplicationAccountType accountType) |
Specifies the application account type.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(String accountType) |
Specifies the application account type.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants) |
Deprecated.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl) |
Adds an identifier URL to the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithCredential.withoutCredential(String name) |
Removes a key.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl) |
Removes an identifier URL from the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withoutReplyUrl(String replyUrl) |
Removes a reply URL.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withReplyUrl(String replyUrl) |
Adds a reply URL to the application.
|
ActiveDirectoryApplication.Update |
ActiveDirectoryApplication.UpdateStages.WithSignOnUrl.withSignOnUrl(String signOnUrl) |
Specifies the sign on URL.
|