Skip to main content
Version: 2026.1

AliasSubMailRepositoryGraph

This page provides generated reference documentation for the AliasSubMailRepositoryGraph data model.

Overview

PropertySummary
certificateNameThe name or alias of the certificate/key pair in the keystore.
clientIdThe client id of the application
clientSecretThe client secret for the application
folderName of the mail folder
serverAuthMethodChoose the method to use for authentication with OAuth2. Either with a shared secret (client secret) or a certificate.
tenantIdThe tenant id of the organization
userThe user for this mail repository. Messages will be loaded / stored inside a folder of this user.

certificateName

Type: String
Requires: serverAuthMethod property group

The name or alias of the certificate/key pair in the keystore.


clientId

Type: String

The client id of the application


clientSecret

Type: String
Requires: serverAuthMethod property group

The client secret for the application


folder

Type: String

Name of the mail folder


serverAuthMethod

Type: EOAuth2ServerAuthMethod

Choose the method to use for authentication with OAuth2. Either with a shared secret (client secret) or a certificate.


tenantId

Type: String

The tenant id of the organization


user

Type: String

The user for this mail repository. Messages will be loaded / stored inside a folder of this user.