Sdk Message Processing Step Secure Configuration (SdkMessageProcessingStepSecureConfig) table/entity reference
Non-public custom configuration that is passed to a plug-in's constructor.
Messages
The following table lists the messages for the Sdk Message Processing Step Secure Configuration (SdkMessageProcessingStepSecureConfig) 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 |
---|---|---|
Create Event: False |
POST /sdkmessageprocessingstepsecureconfigsSee Create |
Create records |
Delete Event: False |
DELETE /sdkmessageprocessingstepsecureconfigs(sdkmessageprocessingstepsecureconfigid)See Delete |
Delete records |
Retrieve Event: False |
GET /sdkmessageprocessingstepsecureconfigs(sdkmessageprocessingstepsecureconfigid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: False |
GET /sdkmessageprocessingstepsecureconfigsSee Query data |
Query data |
Update Event: False |
PATCH /sdkmessageprocessingstepsecureconfigs(sdkmessageprocessingstepsecureconfigid)See Update |
Update records |
Upsert Event: False |
PATCH /sdkmessageprocessingstepsecureconfigs(sdkmessageprocessingstepsecureconfigid)See Upsert a table row |
UpsertRequest |
Properties
The following table lists selected properties for the Sdk Message Processing Step Secure Configuration (SdkMessageProcessingStepSecureConfig) table.
Property | Value |
---|---|
DisplayName | Sdk Message Processing Step Secure Configuration |
DisplayCollectionName | Sdk Message Processing Step Secure Configurations |
SchemaName | SdkMessageProcessingStepSecureConfig |
CollectionSchemaName | SdkMessageProcessingStepSecureConfigs |
EntitySetName | sdkmessageprocessingstepsecureconfigs |
LogicalName | sdkmessageprocessingstepsecureconfig |
LogicalCollectionName | sdkmessageprocessingstepsecureconfigs |
PrimaryIdAttribute | sdkmessageprocessingstepsecureconfigid |
TableType | Standard |
OwnershipType | OrganizationOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
SdkMessageProcessingStepSecureConfigId
Property | Value |
---|---|
Description | Unique identifier of the SDK message processing step secure configuration. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | sdkmessageprocessingstepsecureconfigid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SecureConfig
Property | Value |
---|---|
Description | Secure step-specific configuration for the plug-in type that is passed to the plug-in's constructor at run time. |
DisplayName | Secure Configuration |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | secureconfig |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- CustomizationLevel
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OrganizationId
- SdkMessageProcessingStepSecureConfigIdUnique
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the SDK message processing step. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the SDK message processing step was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who created the sdkmessageprocessingstepsecureconfig. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CustomizationLevel
Property | Value |
---|---|
Description | Customization level of the SDK message processing step secure configuration. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | customizationlevel |
RequiredLevel | SystemRequired |
Type | Integer |
MaxValue | 255 |
MinValue | -255 |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who last modified the SDK message processing step. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the SDK message processing step was last modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who last modified the sdkmessageprocessingstepsecureconfig. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
OrganizationId
Property | Value |
---|---|
Description | Unique identifier of the organization with which the SDK message processing step is associated. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Type | Lookup |
Targets | organization |
SdkMessageProcessingStepSecureConfigIdUnique
Property | Value |
---|---|
Description | Unique identifier of the SDK message processing step. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | sdkmessageprocessingstepsecureconfigidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- createdby_sdkmessageprocessingstepsecureconfig
- lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
- lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
- modifiedby_sdkmessageprocessingstepsecureconfig
- organization_sdkmessageprocessingstepsecureconfig
createdby_sdkmessageprocessingstepsecureconfig
One-To-Many Relationship: systemuser createdby_sdkmessageprocessingstepsecureconfig
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
One-To-Many Relationship: systemuser lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessageprocessingstepsecureconfig
One-To-Many Relationship: systemuser modifiedby_sdkmessageprocessingstepsecureconfig
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
organization_sdkmessageprocessingstepsecureconfig
One-To-Many Relationship: organization organization_sdkmessageprocessingstepsecureconfig
Property | Value |
---|---|
ReferencedEntity | organization |
ReferencedAttribute | organizationid |
ReferencingAttribute | organizationid |
ReferencingEntityNavigationPropertyName | organizationid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep
Many-To-One Relationship: sdkmessageprocessingstep sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep
Property | Value |
---|---|
ReferencingEntity | sdkmessageprocessingstep |
ReferencingAttribute | sdkmessageprocessingstepsecureconfigid |
ReferencedEntityNavigationPropertyName | sdkmessageprocessingstepsecureconfigid_sdkmessageprocessingstep |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
sdkmessageprocessingstepsecureconfig