pluginassembly EntityType
Assembly that contains one or more plug-in types.
- Entity Set Path
- [organization URI]/api/data/v9.0/pluginassemblies
- Base Type
- crmbaseentity
- Display Name
- Plug-in Assembly
- Primary Key
- pluginassemblyid
- Primary Key Attribute
- 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 Retrieve data about lookup properties.
| 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 |
Solutions
The following solutions include the pluginassembly entity type.
| Name | Description |
|---|---|
| Plugin Infrastructure Extension |