2.2.4.2.2.23 DataSourcePermission

The DataSourcePermission complex type represents permissions for a DataSource.

   <xsd:complexType name="DataSourcePermission">
     <xsd:complexContent>
       <xsd:extension base="Permission">
         <xsd:sequence>
           <!--Extended elements for DataSourcePermission object-->
           <xsd:element name="Write" minOccurs="0">
             <xsd:simpleType>
               <xsd:restriction base="xsd:string" >
                 <xsd:enumeration value="None" />
               </xsd:restriction>
             </xsd:simpleType>
           </xsd:element>
         </xsd:sequence>
       </xsd:extension >
     </xsd:complexContent>
   </xsd:complexType>
            

DataSourcePermission has no elements that are additional to those that are contained in the Permission object.

Element

Read-Only

Default value

Description

Write

"None"

A string that specifies whether the role has permission to write to the object or any of its contained objects.

"None" specifies no write access to object metadata or data.