--- title: "VBORestAPISettings" description: "Contains details about REST API settings. Get-VBORestAPISettings Set-VBORestAPISettings" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vborestapisettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBORestAPISettings" dateModified: "2026-08-21" --- # VBORestAPISettings Contains details about REST API settings.
|
Property |
Type |
Description |
|---|---|---|
|
IsServiceEnabled |
Bool |
If True, Veeam Backup for Microsoft 365 REST API Service is enabled. |
|
AuthTokenLifeTime |
Int |
Lifetime value for the authentication token. |
|
HTTPSPort |
Int |
Port number for server-client communication over HTTPS protocol. |
|
CertificateIssuedTo |
String |
Authority for whom the TLS certificate is issued. |
|
CertificateIssuedBy |
String |
Authority issued the TLS certificate. |
|
CertificateFriendlyName |
String |
TLS certificate name. |
|
CertificateExpirationDate |
DateTime |
Date and time when the TLS certificate expires. |
|
CertificateThumbprint |
String |
Certificate thumbprint. |
|
EnableSwaggerUI |
Bool |
If True, access to the swagger website and usage of Swagger UI is enabled. |
|
EnableOperatorAuthenticationOnly |
Bool |
If True, REST API is used only for authentication of restore operators to Restore Portal. |