public final class O365OrganizationCreateModifyRequest extends Object
Constructor and Description |
---|
O365OrganizationCreateModifyRequest(String name,
boolean isExchangeOnline,
boolean isSharePointOnline,
Boolean isTeamsOnline,
String account,
String password,
boolean useModernAuth,
Boolean useApplicationOnlyAuth,
String applicationId,
String applicationSecret,
boolean createDefaultJobs,
String userCode,
String newApplicationName,
String user) |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Specifies the user account for the Microsoft Office 365 organization.
|
String |
getApplicationId()
Specifies the identification number of the Azure AD application.
|
String |
getApplicationSecret()
Specifies the application secret for the specified Azure AD application.
|
String |
getName()
Returns the VBO Organization name
|
String |
getNewApplicationName()
Gets the name for the new Azure AD application.
|
String |
getPassword()
Gets the password used in online settings.
|
String |
getUser()
Deprecated.
Use account field
|
String |
getUserCode()
Gets the device code to specify on the Microsoft authentication portal.
|
boolean |
isCreateDefaultJobs()
Whether the default jobs will be created.
|
boolean |
isExchangeOnline()
If set to True, indicates that this organization contains Microsoft Office
365 Exchange components.
|
boolean |
isSharePointOnline()
If set to True, indicates that this organization contains Microsoft Office
365 SharePoint / OneDrive components.
|
Boolean |
isTeamsOnline()
If set to True, indicates that this organization contains Microsoft Office
365 Teams components.
|
Boolean |
isUseApplicationOnlyAuth()
Defines whether to use Azure AD (modern) application authentication.
|
boolean |
isUseModernAuth()
Specifies whether to use modern or basic authentication.
|
public O365OrganizationCreateModifyRequest(@Nullable String name, boolean isExchangeOnline, boolean isSharePointOnline, Boolean isTeamsOnline, String account, String password, boolean useModernAuth, Boolean useApplicationOnlyAuth, String applicationId, String applicationSecret, boolean createDefaultJobs, String userCode, String newApplicationName, String user)
public boolean isExchangeOnline()
public boolean isSharePointOnline()
public Boolean isTeamsOnline()
public String getName()
public String getAccount()
For example, "account": "user@organization.onmicrosoft.com".
String
public String getPassword()
public boolean isUseModernAuth()
public Boolean isUseApplicationOnlyAuth()
public String getApplicationId()
public String getApplicationSecret()
public boolean isCreateDefaultJobs()
public String getUserCode()
public String getNewApplicationName()
public String getUser()
Copyright © 2022 iland Internet Solutions, Corp. All rights reserved.