SecurityTypes EnumType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the security type for the relationship.
This Web API enum type corresponds to the organization service SecurityTypes.
Members define the discrete options for the enumeration type.
Name | Value | Description |
|---|---|---|
None | 0 | No security privileges are checked during create or update operations. |
Append | 1 | The Append and AppendTo privileges are checked for create or update operations. |
ParentChild | 2 | Security for the referencing entity record is derived from the referenced entity record. |
Pointer | 4 | Security for the referencing entity record is derived from a pointer record. |
Inheritance | 8 | The referencing entity record inherits security from the referenced security record. |
The following use the SecurityTypes enum type.
Name | How used | Description |
|---|---|---|
SecurityTypes Property | Contains the metadata for an entity relationship. | |
SecurityTypes Property | Contains the metadata for a many-to-many entity relationship. | |
SecurityTypes Property | Contains the metadata for a one-to-many entity relationship. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright