Referencia de tabla o entidad Privilege
Nota
¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.
Permission to perform an action in Microsoft CRM. The platform checks for the privilege and rejects the attempt if the user does not hold the privilege.
Mensajes
Mensaje | Operación de API web | Método o clase de SDK |
---|---|---|
Retrieve | GET [org URI]/api/data/v9.0/privileges(privilegeid) Vea Recuperar |
RetrieveRequest o Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/privileges Vea Consultar datos |
RetrieveMultipleRequest o RetrieveMultiple |
Propiedades
Propiedad | Valor |
---|---|
CollectionSchemaName | Privileges |
DisplayCollectionName | Privileges |
DisplayName | Privilege |
EntitySetName | privileges |
IsBPFEntity | False |
LogicalCollectionName | privileges |
LogicalName | privilege |
OwnershipType | None |
PrimaryIdAttribute | privilegeid |
PrimaryNameAttribute | name |
SchemaName | Privilege |
Columnas/atributos que se pueden escribir
Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.
- AccessRight
- CanBeBasic
- CanBeDeep
- CanBeEntityReference
- CanBeGlobal
- CanBeLocal
- CanBeParentEntityReference
- CanBeRecordFilter
- IntroducedVersion
- IsCustomizable
- Name
- PrivilegeId
- PrivilegeRowId
AccessRight
Propiedad | Valor |
---|---|
Description | Rights a user has to an instance of an entity. |
DisplayName | |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | accessright |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
CanBeBasic
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to the user, the user's team, or objects shared by the user. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbebasic |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeBasic
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeDeep
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to child business units of the business unit associated with the user. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbedeep |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeDeep
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeEntityReference
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to the local reference of an external party. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbeentityreference |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeEntityReference
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeGlobal
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to the entire organization. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbeglobal |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeGlobal
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeLocal
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to the user's business unit. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbelocal |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeLocal
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeParentEntityReference
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to parent reference of the external party. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbeparententityreference |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeParentEntityReference
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
CanBeRecordFilter
Añadido por: solución AuthorizationCore
Propiedad | Valor |
---|---|
Description | Information that specifies whether the privilege applies to the record filters. |
DisplayName | Can Be Record Filter |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | canberecordfilter |
RequiredLevel | None |
Type | Boolean |
Elecciones/opciones de CanBeRecordFilter
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
IntroducedVersion
Propiedad | Valor |
---|---|
Description | Version in which the component is introduced. |
DisplayName | Introduced Version |
FormatName | VersionNumber |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | introducedversion |
MaxLength | 48 |
RequiredLevel | None |
Type | String |
IsCustomizable
Añadido por: solución AuthorizationCore
Propiedad | Valor |
---|---|
Description | Information that specifies whether this component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
Name
Propiedad | Valor |
---|---|
Description | Name of the privilege. |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | name |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
PrivilegeId
Propiedad | Valor |
---|---|
Description | Unique identifier of the privilege. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | privilegeid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
PrivilegeRowId
Propiedad | Valor |
---|---|
Description | Unique identifier of the Privilege used when synchronizing customizations for the Microsoft Dynamics CRM client for Outlook |
DisplayName | App Module Unique Id |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | privilegerowid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Columnas/atributos de sólo lectura
Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.
- ComponentState
- IsDisabledWhenIntegrated
- IsManaged
- OverwriteTime
- SolutionId
- SupportingSolutionId
- VersionNumber
ComponentState
Propiedad | Valor |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
Elecciones/opciones de ComponentState
Valor | Etiqueta | Descripción |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
IsDisabledWhenIntegrated
Propiedad | Valor |
---|---|
Description | Specifies whether the privilege is disabled. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | isdisabledwhenintegrated |
RequiredLevel | SystemRequired |
Type | Boolean |
Elecciones/opciones de IsDisabledWhenIntegrated
Valor | Etiqueta | Descripción |
---|---|---|
1 | Yes | |
0 | No |
Valor predeterminado: 0
IsManaged
Propiedad | Valor |
---|---|
Description | Information that specifies whether this component is managed. |
DisplayName | State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
Elecciones/opciones de IsManaged
Valor | Etiqueta | Descripción |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Valor predeterminado: 0
OverwriteTime
Propiedad | Valor |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
SolutionId
Propiedad | Valor |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Propiedad | Valor |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
VersionNumber
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Relaciones de uno a varios
Listado por SchemaName.
Privilege_AsyncOperations
Igual que la relación de varios a uno Privilege_AsyncOperations de la tabla asyncoperation.
Propiedad | Valor |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | Privilege_AsyncOperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Privilege_BulkDeleteFailures
Igual que la relación de varios a uno Privilege_BulkDeleteFailures de la tabla bulkdeletefailure.
Propiedad | Valor |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | Privilege_BulkDeleteFailures |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Relaciones de varios a uno
Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.
solution_privilege
Consulte la relación de uno a varios solution_privilege de la tabla solution.
Relaciones de varios a varios
Los detalles de la relación proporcionados cuando la tabla Privilege es la primera tabla de la relación. Listado por SchemaName.
roleprivileges_association
IntersectEntityName: roleprivileges
Tabla 1
Propiedad | Valor |
---|---|
IntersectAttribute | privilegeid |
IsCustomizable | False |
LogicalName | privilege |
NavigationPropertyName | roleprivileges_association |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Tabla 2
Propiedad | Valor |
---|---|
LogicalName | role |
IntersectAttribute | roleid |
NavigationPropertyName | roleprivileges_association |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Consultar también
Referencia de tabla o entidad de Dataverse Referencia de la API web privilege EntityType