SerializedSecurityContextType
extends Type
in package
Defines token serialization in server-to-server authentication.
Table of Contents
Properties
- $GroupSids : NonEmptyArrayOfGroupIdentifiersType
- Represents a collection of Active Directory directory service group object security identifiers.
- $PrimarySmtpAddress : string
- Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for server-to-server authorization.
- $RestrictedGroupSids : NonEmptyArrayOfRestrictedGroupIdentifiersType
- Represents the group security identifier and attributes for a restricted group.
- $UserSid : string
- Represents the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$GroupSids
Represents a collection of Active Directory directory service group object security identifiers.
public
NonEmptyArrayOfGroupIdentifiersType
$GroupSids
Tags
$PrimarySmtpAddress
Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for server-to-server authorization.
public
string
$PrimarySmtpAddress
$RestrictedGroupSids
Represents the group security identifier and attributes for a restricted group.
public
NonEmptyArrayOfRestrictedGroupIdentifiersType
$RestrictedGroupSids
Tags
$UserSid
Represents the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header.
public
string
$UserSid
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed