Skip to content
Start here

Account Mapping

Get mapping
client.zeroTrust.dlp.email.accountMapping.get(AccountMappingGetParams { account_id } params, RequestOptionsoptions?): AccountMappingGetResponse { addin_identifier_token, auth_requirements }
GET/accounts/{account_id}/dlp/email/account_mapping
Create mapping
client.zeroTrust.dlp.email.accountMapping.create(AccountMappingCreateParams { account_id, auth_requirements } params, RequestOptionsoptions?): AccountMappingCreateResponse { addin_identifier_token, auth_requirements }
POST/accounts/{account_id}/dlp/email/account_mapping
ModelsExpand Collapse
AccountMappingGetResponse { addin_identifier_token, auth_requirements }
addin_identifier_token: string
formatuuid
auth_requirements: UnionMember0 { allowed_microsoft_organizations, type } | Type { type }
One of the following:
UnionMember0 { allowed_microsoft_organizations, type }
allowed_microsoft_organizations: Array<string>
type: "Org"
Type { type }
type: "NoAuth"
AccountMappingCreateResponse { addin_identifier_token, auth_requirements }
addin_identifier_token: string
formatuuid
auth_requirements: UnionMember0 { allowed_microsoft_organizations, type } | Type { type }
One of the following:
UnionMember0 { allowed_microsoft_organizations, type }
allowed_microsoft_organizations: Array<string>
type: "Org"
Type { type }
type: "NoAuth"