public static interface ServicePrincipal.DefinitionStages.WithApplication
Modifier and Type | Method and Description |
---|---|
ServicePrincipal.DefinitionStages.WithCreate |
withExistingApplication(ActiveDirectoryApplication application)
Specifies an existing application to use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
withExistingApplication(String id)
Specifies an existing application by its app ID.
|
ServicePrincipal.DefinitionStages.WithCreate |
withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable)
Specifies a new application to create and use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
withNewApplication(String signOnUrl)
Specifies a new application to create and use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate withExistingApplication(String id)
id
- the app ID of the applicationServicePrincipal.DefinitionStages.WithCreate withExistingApplication(ActiveDirectoryApplication application)
application
- the applicationServicePrincipal.DefinitionStages.WithCreate withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable)
applicationCreatable
- the new application's creatableServicePrincipal.DefinitionStages.WithCreate withNewApplication(String signOnUrl)
signOnUrl
- the new application's sign on URLCopyright © 2019. All rights reserved.