pluginassembly EntityType
Assembly that contains one or more plug-in types.
- Entity set path:
- [organization URI]/api/data/v9.2/pluginassemblies
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Plug-in Assembly
- Primary key:
- pluginassemblyid
- Primary name column:
- name
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authtype | Edm.Int32 |
Specifies mode of authentication with web sources like WebApp Display name: Specifies mode of authentication with web sources
Default options
|
||||||||||||
componentstate | Edm.Int32 |
For internal use only. Display name: Component State Read only
Default options
|
||||||||||||
content | Edm.String |
Bytes of the assembly, in Base64 format. |
||||||||||||
content_binary | Edm.Binary |
Bytes of the assembly, in Base64 format. |
||||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the plug-in assembly was created. Display name: Created On Read only
|
||||||||||||
culture | Edm.String |
Culture code for the plug-in assembly. Display name: Culture |
||||||||||||
customizationlevel | Edm.Int32 |
Customization Level. Read only
|
||||||||||||
description | Edm.String |
Description of the plug-in assembly. Display name: Description |
||||||||||||
introducedversion | Edm.String |
Version in which the form is introduced. Display name: Introduced Version |
||||||||||||
iscustomizable | BooleanManagedProperty |
Information that specifies whether this component can be customized. Display name: Customizable |
||||||||||||
ishidden | BooleanManagedProperty |
Information that specifies whether this component should be hidden. Display name: Hidden |
||||||||||||
ismanaged | Edm.Boolean |
Information that specifies whether this component is managed. Display name: State Read only
Default options
|
||||||||||||
isolationmode | Edm.Int32 |
Information about how the plugin assembly is to be isolated at execution time; None / Sandboxed. Display name: Isolation Mode
Default options
|
||||||||||||
ispasswordset | Edm.Boolean |
Read only
Default options
|
||||||||||||
major | Edm.Int32 |
Major of the assembly version. Read only
|
||||||||||||
minor | Edm.Int32 |
Minor of the assembly version. Read only
|
||||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the plug-in assembly was last modified. Display name: Modified On Read only
|
||||||||||||
name | Edm.String |
Name of the plug-in assembly. Display name: Name |
||||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time Read only
|
||||||||||||
password | Edm.String |
User Password Display name: User Password |
||||||||||||
path | Edm.String |
File name of the plug-in assembly. Used when the source type is set to 1. Display name: Path |
||||||||||||
pluginassemblyid | Edm.Guid |
Unique identifier of the plug-in assembly. |
||||||||||||
pluginassemblyidunique | Edm.Guid |
Unique identifier of the plug-in assembly. Read only
|
||||||||||||
publickeytoken | Edm.String |
Public key token of the assembly. This value can be obtained from the assembly by using reflection. Display name: Public Key Token |
||||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||||
sourcehash | Edm.String |
Hash of the source of the assembly. |
||||||||||||
sourcetype | Edm.Int32 |
Location of the assembly, for example 0=database, 1=on-disk. Display name: Source Type
Default options
|
||||||||||||
url | Edm.String |
Web Url Display name: Web Url |
||||||||||||
username | Edm.String |
User Name Display name: User Name |
||||||||||||
version | Edm.String |
Version number of the assembly. The value can be obtained from the assembly through reflection. Display name: Version |
||||||||||||
versionnumber | Edm.Int64 |
Read only
|
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the plug-in assembly. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the pluginassembly. |
_managedidentityid_value | managedidentityid |
Unique identifier for managedidentity associated with pluginassembly. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the plug-in assembly. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the pluginassembly. |
_organizationid_value | organizationid |
Unique identifier of the organization with which the plug-in assembly is associated. |
_packageid_value | PackageId |
Unique identifier for Plugin Package associated with Plug-in Assembly. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdby | systemuser | createdby_pluginassembly |
createdonbehalfby | systemuser | lk_pluginassembly_createdonbehalfby |
managedidentityid | managedidentity | managedidentity_PluginAssembly |
modifiedby | systemuser | modifiedby_pluginassembly |
modifiedonbehalfby | systemuser | lk_pluginassembly_modifiedonbehalfby |
organizationid | organization | organization_pluginassembly |
PackageId | pluginpackage | pluginpackage_pluginassembly |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
pluginassembly_plugintype | plugintype | pluginassemblyid |