sdkmessageprocessingstepsecureconfig EntityType

Non-public custom configuration that is passed to a plug-in's constructor.

Entity Set Path
[organization URI]/api/data/v9.2/sdkmessageprocessingstepsecureconfigs
Base Type
crmbaseentity
Display Name
Sdk Message Processing Step Secure Configuration
Primary Key
sdkmessageprocessingstepsecureconfigid
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the SDK message processing step was created.

Display Name: Created On

Read Only
customizationlevel Edm.Int32

Customization level of the SDK message processing step secure configuration.

Read Only
modifiedon Edm.DateTimeOffset

Date and time when the SDK message processing step was last modified.

Display Name: Modified On

Read Only
sdkmessageprocessingstepsecureconfigid Edm.Guid

Unique identifier of the SDK message processing step secure configuration.

sdkmessageprocessingstepsecureconfigidunique Edm.Guid

Unique identifier of the SDK message processing step.

Read Only
secureconfig Edm.String

Secure step-specific configuration for the plug-in type that is passed to the plug-in's constructor at run time.

Display Name: Secure Configuration

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 SDK message processing step.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the sdkmessageprocessingstepsecureconfig.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the SDK message processing step.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the sdkmessageprocessingstepsecureconfig.

_organizationid_value organizationid

Unique identifier of the organization with which the SDK message processing step is associated.

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_sdkmessageprocessingstepsecureconfig
createdonbehalfby systemuser lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
modifiedby systemuser modifiedby_sdkmessageprocessingstepsecureconfig
modifiedonbehalfby systemuser lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
organizationid organization organization_sdkmessageprocessingstepsecureconfig

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
sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep sdkmessageprocessingstep sdkmessageprocessingstepsecureconfigid

See also