AliasSubMailRepositoryGraph
This page provides generated reference documentation for the AliasSubMailRepositoryGraph data model.
Overview
| Property | Summary |
|---|---|
| user | The user for this mail repository. Messages will be loaded / stored inside a folder of this user. |
| tenantId | The tenant id of the organization |
| serverAuthMethod | Choose the method to use for authentication with OAuth2. Either with a shared secret (client secret) or a certificate. |
| clientId | The client id of the application |
| certificateName | The name or alias of the certificate/key pair in the keystore. |
| clientSecret | The client secret for the application |
| folder | Name of the mail folder |
user
Type: String
The user for this mail repository. Messages will be loaded / stored inside a folder of this user.
tenantId
Type: String
The tenant id of the organization
serverAuthMethod
Type: EOAuth2ServerAuthMethod
Choose the method to use for authentication with OAuth2. Either with a shared secret (client secret) or a certificate.
clientId
Type: String
The client id of the application
certificateName
Type: String
Requires: serverAuthMethod property group
The name or alias of the certificate/key pair in the keystore.
clientSecret
Type: String
Requires: serverAuthMethod property group
The client secret for the application
folder
Type: String
Name of the mail folder