2.2.5.4 Privacy

The Privacy simple type specifies the set of users who are allowed to access a protected resource.

 <s:simpleType name="Privacy">
   <s:restriction base="s:string">
     <s:enumeration value="Public"/>
     <s:enumeration value="Contacts"/>
     <s:enumeration value="Organization"/>
     <s:enumeration value="Manager"/>
     <s:enumeration value="Private"/>
     <s:enumeration value="NotSet"/>
   </s:restriction>
 </s:simpleType>

Value

Meaning

Public

All users are allowed to access the resource.

Contacts

The only users allowed to access the resource are the owner of the resource and the owner's colleagues.

Organization

The only users allowed to access the resource are the owner of the resource and the owner's workgroup colleagues.

Manager

The only two users allowed to access the resource are the owner of the resource and the owner's manager.

Private

The only user allowed to access the resource is the owner of the resource.

NotSet

The security settings for the item have not been overridden by the user that created the resource. The settings as defined in the user profile policy are applied.