SidAndAttributesType
extends Type
in package
Represents a single security identifier and attribute for an Active Directory directory service object group of which the account is a member.
Table of Contents
Properties
- $Attributes : int
- Contains group attributes.
- $SecurityIdentifier : string
- Represents the security descriptor definition language (SDDL) form of a security identifier (SID) that represents the group.
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
$Attributes
Contains group attributes.
public
int
$Attributes
Tags
$SecurityIdentifier
Represents the security descriptor definition language (SDDL) form of a security identifier (SID) that represents the group.
public
string
$SecurityIdentifier
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