Skip to content
Start here

Account Mapping

Get mapping
zero_trust.dlp.email.account_mapping.get(AccountMappingGetParams**kwargs) -> AccountMappingGetResponse
GET/accounts/{account_id}/dlp/email/account_mapping
Create mapping
zero_trust.dlp.email.account_mapping.create(AccountMappingCreateParams**kwargs) -> AccountMappingCreateResponse
POST/accounts/{account_id}/dlp/email/account_mapping
ModelsExpand Collapse
class AccountMappingGetResponse:
addin_identifier_token: str
formatuuid
auth_requirements: AuthRequirements
One of the following:
class AuthRequirementsUnionMember0:
allowed_microsoft_organizations: List[str]
type: Literal["Org"]
class AuthRequirementsType:
type: Literal["NoAuth"]
class AccountMappingCreateResponse:
addin_identifier_token: str
formatuuid
auth_requirements: AuthRequirements
One of the following:
class AuthRequirementsUnionMember0:
allowed_microsoft_organizations: List[str]
type: Literal["Org"]
class AuthRequirementsType:
type: Literal["NoAuth"]