public final class O365OrganizationCreateModifyRequest extends Object
Constructor and Description |
---|
O365OrganizationCreateModifyRequest(String name,
boolean isExchangeOnline,
boolean isSharePointOnline,
Boolean isTeamsOnline,
Boolean isTeamsChatOnline,
String account,
String password,
boolean useModernAuth,
Boolean useApplicationOnlyAuth,
String applicationId,
String applicationSecret,
boolean createDefaultJobs,
String userCode,
String newApplicationName,
String o365BackupRepositoryId,
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 |
getO365BackupRepositoryId()
Get the O365 backup repository id
|
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 |
isTeamsChatsOnline()
If set to True, indicates that this organization contains Microsoft Office
365 Teams chats 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, Boolean isTeamsChatOnline, String account, String password, boolean useModernAuth, Boolean useApplicationOnlyAuth, String applicationId, String applicationSecret, boolean createDefaultJobs, String userCode, String newApplicationName, String o365BackupRepositoryId, String user)
public boolean isExchangeOnline()
public boolean isSharePointOnline()
public Boolean isTeamsOnline()
public Boolean isTeamsChatsOnline()
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()
public String getO365BackupRepositoryId()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.