NonEmptyArrayOfGroupIdentifiersType
extends ArrayType
in package
Represents a collection of Active Directory directory service group object security identifiers.
Table of Contents
Properties
- $GroupIdentifier : array<string|int, SidAndAttributesType>
- Represents a single security identifier and attribute for an Active Directory object group of which the account is a member.
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
$GroupIdentifier
Represents a single security identifier and attribute for an Active Directory object group of which the account is a member.
public
array<string|int, SidAndAttributesType>
$GroupIdentifier
= array()
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