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. |
Related Commands