SecurityTypes EnumType
Describes the security type for the relationship.
Members
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. |
Used by
The following use the SecurityTypes EnumType.
| Name | How used |
|---|---|
| RelationshipMetadataBase | SecurityTypes Property |
| ComplexManyToManyRelationshipMetadata | SecurityTypes Property |
| ComplexOneToManyRelationshipMetadata | SecurityTypes Property |