PersonaAttributionType
        
        extends Type
    
    
            
            in package
            
        
    
    
    
Defines an instance in an array of attributes for a Persona.
Table of Contents
Properties
- $DisplayName : string
 - Defines the display name of a folder, contact, distribution list, delegate user, or rule.
 - $FolderId : FolderIdType
 - Contains the identifier and change key of a folder.
 - $Id : string
 - Specifies a string that uniquely identifies an app or an attribution in a persona.
 - $IsHidden : bool
 - Contains a Boolean value that indicates whether the underlying contact or Active Directory recipient should be hidden or displayed as part of the persona.
 - $IsQuickContact : bool
 - Specifies a Boolean value that indicates whether the underlying contact or Active Directory recipient is a quick contact.
 - $IsWritable : bool
 - Specifies whether the underlying contact or Active Directory recipient can be written to.
 - $SourceId : ItemIdType
 - Specifies the identifier of the contact or Active Directory recipient.
 
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
$DisplayName
Defines the display name of a folder, contact, distribution list, delegate user, or rule.
    public
        string
    $DisplayName
    
    
    
    
    Tags
$FolderId
Contains the identifier and change key of a folder.
    public
        FolderIdType
    $FolderId
    
    
    
    
    Tags
$Id
Specifies a string that uniquely identifies an app or an attribution in a persona.
    public
        string
    $Id
    
    
    
    
    Tags
$IsHidden
Contains a Boolean value that indicates whether the underlying contact or Active Directory recipient should be hidden or displayed as part of the persona.
    public
        bool
    $IsHidden
    
    
    
    
    Tags
$IsQuickContact
Specifies a Boolean value that indicates whether the underlying contact or Active Directory recipient is a quick contact.
    public
        bool
    $IsQuickContact
    
    
    
    
    Tags
$IsWritable
Specifies whether the underlying contact or Active Directory recipient can be written to.
    public
        bool
    $IsWritable
    
    
    
    
    Tags
$SourceId
Specifies the identifier of the contact or Active Directory recipient.
    public
        ItemIdType
    $SourceId
    
    
    
    
    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