Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.85 KB

File metadata and controls

70 lines (46 loc) · 1.85 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
SID
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
SID
schema
2f33b29b-163b-4106-a74d-6fb76ec38951
The SID element represents the security descriptor definition language (SDDL) form of the security identifier (SID) for the account to use for impersonation or delegate access.

SID

The SID element represents the security descriptor definition language (SDDL) form of the security identifier (SID) for the account to use for impersonation or delegate access.

<SID/>

SIDType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
ConnectingSID
Represents an account to impersonate when using the ExchangeImpersonation SOAP header.
The following is the XPath expression to this element:
/ExchangeImpersonation/ConnectingSID
UserId
Identifies a delegate user or a user with folder access permissions.

Text value

The text value is a string representation of a SID.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Exchange Server with the Client Access server role installed.

Element information

Name Value
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also