ServicePrincipal.DefinitionStages.WithApplication 接口
定义
A service principal definition allowing application to be specified.
public interface WithApplication
方法
withExistingApplication(ActiveDirectoryApplication application) |
Specifies an existing application to use by the service principal. |
withExistingApplication(String id) |
Specifies an existing application by its app ID. |
withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable) |
Specifies a new application to create and use by the service principal. |
withNewApplication(String signOnUrl) |
Specifies a new application to create and use by the service principal. |