Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Virtual entity that represents Sensitivity Labels
Messages
The following table lists the messages for the Sensitivity Label (sensitivitylabel) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Associate Event: True |
Associate records | Associate records |
Create Event: True |
POST /sensitivitylabelsSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /sensitivitylabels(sensitivitylabelid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
Retrieve Event: True |
GET /sensitivitylabels(sensitivitylabelid)See Retrieve |
Retrieve records |
RetrieveEntityChanges Event: True |
RetrieveEntityChangesRequest | |
RetrieveMultiple Event: True |
GET /sensitivitylabelsSee Query data |
Query data |
Update Event: True |
PATCH /sensitivitylabels(sensitivitylabelid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /sensitivitylabels(sensitivitylabelid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
Properties
The following table lists selected properties for the Sensitivity Label (sensitivitylabel) table.
Property | Value |
---|---|
DisplayName | Sensitivity Label |
DisplayCollectionName | Sensitivity Labels |
SchemaName | sensitivitylabel |
CollectionSchemaName | sensitivitylabels |
EntitySetName | sensitivitylabels |
LogicalName | sensitivitylabel |
LogicalCollectionName | sensitivitylabels |
PrimaryIdAttribute | sensitivitylabelid |
PrimaryNameAttribute | name |
TableType | Virtual |
OwnershipType | OrganizationOwned |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- ApplicableTo
- Color
- Description
- DisplayName
- IsDefault
- IsEnabled
- LabelActions
- Name
- ParentSensitivityLabelId
- Priority
- sensitivitylabelId
- Tooltip
ApplicableTo
Property | Value |
---|---|
Description | The formats that the sensitivity label is applicable to. |
DisplayName | Applicable To |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | applicableto |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
Color
Property | Value |
---|---|
Description | The color of the sensitivity label. |
DisplayName | Color |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | color |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
Description
Property | Value |
---|---|
Description | The description of the sensitivity label. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
DisplayName
Property | Value |
---|---|
Description | The display name of the sensitivity label. |
DisplayName | DisplayName |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | displayname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
IsDefault
Property | Value |
---|---|
Description | Indicates if the sensitivity label is the default. |
DisplayName | Is Default |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | isdefault |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | _sensitivitylabel_isdefault |
DefaultValue | False |
True Label | |
False Label |
IsEnabled
Property | Value |
---|---|
Description | Indicates if the sensitivity label is enabled. |
DisplayName | Is Enabled |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | isenabled |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | _sensitivitylabel_isenabled |
DefaultValue | False |
True Label | |
False Label |
LabelActions
Property | Value |
---|---|
Description | The label actions of the sensitivity label. |
DisplayName | Label Actions |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | labelactions |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
Name
Property | Value |
---|---|
Description | The name of the sensitivity label. |
DisplayName | Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
ParentSensitivityLabelId
Property | Value |
---|---|
Description | Unique identifier of a parent sensitivity label. |
DisplayName | Parent Sensitivity Label Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | parentsensitivitylabelid |
RequiredLevel | None |
Type | Uniqueidentifier |
Priority
Property | Value |
---|---|
Description | The priority of the sensitivity label. |
DisplayName | Priority |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | priority |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 0 |
sensitivitylabelId
Property | Value |
---|---|
Description | Unique identifier of a Sensitivity Label. |
DisplayName | Sensitivity Label Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | sensitivitylabelid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Tooltip
Property | Value |
---|---|
Description | The tooltip of the sensitivity label. |
DisplayName | Tooltip |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | tooltip |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
sensitivitylabel_email_SensitivityLabelId
Many-To-One Relationship: email sensitivitylabel_email_SensitivityLabelId
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | sensitivitylabelid |
ReferencedEntityNavigationPropertyName | sensitivitylabel_email_SensitivityLabelId |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
sensitivitylabel