/Organization
Represents an organization whose credentials were used to authenticate against the Veeam Backup for Microsoft Office 365 server.
Resource URL
https://<Backup-Office365>:4443/v3/Organization |
Related Resources
Methods
The following methods are supported for the /Organization resource:
Properties
The /Organization resource has the following properties:
Property | Type | Description |
Id | string | Specifies the ID of the organization added to Veeam Backup for Microsoft Office 365. For example, "id": "7b2b1ae1-7bbb-4651-b479-bda7edc7838b". |
Name | string | Specifies the name of the Office 365 organization. For example, "name": "eastsupport.onmicrosoft.com". |
Type | string | Specifies the organization type:
For example, "type": "office365". |
IsBackedup | bool | If set to True, indicates that this organization had already been processed by a backup job. For example, "isBackedup": "true". |
First | UTC | Specifies the time when this organization was processed by a backup job for the first time. For example, "firstBackuptime": "2017-04-05T08:04:55". |
Last | UTC | Specifies the time when this organization was processed by a backup job for the last time. For example, "lastBackuptime": "2017-11-05T17:50:35". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /Organization resource has the following representation:
"type": "office365", "region": "worldwide", "isExchangeOnline": "true", "isSharePointOnline": "true", "exchangeOnlineSettings": { "account": "username", "password": "password", "useMfa": "true", "grantAdminAccess": "true", "useCustomVeeamAADApplication": "true", "ApplicationId" : "feccc769-5f39-4797-8918-96df38908a90", "ApplicationSecret" : "secret", "ApplicationCertificate" : "U29tZSBzZWNyZXQ=", "ApplicationCertificatePassword" : "certificatePassword", "ApplicationCertificateThumbprint" : "F767D7E58C39B295"
}, "sharePointOnlineSettings": { "account": "username", "password": "password", "useMfa": "true", "grantAdminAccess": "true", "usecustomveeamaadapplication": "true", "ApplicationId" : "feccc769-5f39-4797-8918-96df38908a90", "ApplicationSecret" : "secret", "ApplicationCertificate" : "U29tZSBzZWNyZXQ=", "ApplicationCertificatePassword" : "certificatePassword", "ApplicationCertificateThumbprint" : "F767D7E58C39B295"
} } |