PrivilegeAssignmentDataInheritedFrom Property

Gets the ID of the object from which the assignment is inherited.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "inheritedFrom", EmitDefaultValue = false)]
public Guid? InheritedFrom { get; set; }

Property Value

Type: NullableGuid
If the assignment is explicitly set (i.e. not inherited), . If the privilege is an application privilege, the ID of the account or group from which the assignment is inherited. If the privilege is an object privilege, the ID of the file or folder from which the assignment is inherited.
See Also