Right Element in AccessControlEntry (BDCMetadata Schema)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies a single access permission for an access control entry (ACE).

Namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Schema: BDCMetadata

<Right BdcRight = "String"> </Right>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**BdcRight**

Required.

The permission available to the security principal holding the right.

The following table lists the possible values for this attribute.

Value

Description

None

No permissions.

Execute

The represented security principal has the permission to invoke a **MethodInstance**.

Edit

The represented security principal has permission to change the attributes of a metadata object or its relationship to other metadata objects.

SetPermissions

The represented security principal has permission to change the set of permissions for a metadata object.

SelectableInClients

The represented security principal has permission to select the metadata object this right refers to. If a user does not have this permission, the metadata object should not be selectable.

Child elements

None.

Parent elements

Element

Description

AccessControlEntry Element in AccessControlList (BDCMetadata Schema)

The **AccessControlEntry** element that contains this right.