SecurityPrivilegeMetadata ComplexType

The metadata that describes a security privilege for access to an entity.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
CanBeBasic Edm.Boolean

Whether the privilege can be basic access level.

CanBeDeep Edm.Boolean

Whether the privilege can be deep access level.

CanBeEntityReference Edm.Boolean

Whether the privilege for an external party can be basic access level.

CanBeGlobal Edm.Boolean

Whether the privilege can be global access level.

CanBeLocal Edm.Boolean

Whether the privilege can be local access level.

CanBeParentEntityReference Edm.Boolean

Whether the privilege for an external party can be parent access level.

CanBeRecordFilter Edm.Boolean

Whether the privilege can be RecordFilter based access level.

Name Edm.String

The name of the privilege.

PrivilegeId Edm.Guid

The ID of the privilege.

PrivilegeType PrivilegeType

The type of the privilege.

Used by

The following use the SecurityPrivilegeMetadata ComplexType.

Name How used
EntityMetadata Privileges Property
ComplexEntityMetadata Privileges Property

See also