Create a new data security profile

post

/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Profile Fields
Type: array
Title: Profile Fields
The profile fields resource fields provide a complete list of fields that can be used to define the data conditions for the data security profile.
Show Source
Nested Schema : hedDataSecurityProfiles-profileFields-item-post-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : hedDataSecurityProfiles-item-response
Type: object
Show Source
Nested Schema : Profile Fields
Type: array
Title: Profile Fields
The profile fields resource fields provide a complete list of fields that can be used to define the data conditions for the data security profile.
Show Source
Nested Schema : hedDataSecurityProfiles-profileFields-item-response
Type: object
Show Source
  • Title: Assignment Field Name
    Read Only: true
    Maximum Length: 50
    Name of the assignment field used on the security profile.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    An attribute to store the user name of the person who created the record.
  • Title: Creation Date
    Read Only: true
    Date when the record was created.
  • Title: Field Data Type
    Read Only: true
    Maximum Length: 20
    Data type of the field used for the security profile.
  • Title: Field Description
    Read Only: true
    Maximum Length: 1000
    Description of the field used for the security profile.
  • Title: Field Display
    Read Only: true
    Maximum Length: 100
    Display value of the field used for the security profile.
  • Title: Field
    Unique identifier of the field.
  • Title: Field LOV Display Fields
    Read Only: true
    Maximum Length: 50
    The comma separated list of list of value resource field names that's used to get the value from for display purposes.
  • Title: Field LOV Resource Path
    Read Only: true
    Maximum Length: 250
    The list of values resource path to get the list of values for this field.
  • Title: Field LOV Source Field
    Read Only: true
    Maximum Length: 50
    The field name of the list of value resource to get the value from for the assignment to the business object field.
  • Title: Field Operator Code
    Read Only: true
    Maximum Length: 30
    Unique identifier of the field operator used for the security profile.
  • Title: Last Updated Date
    Read Only: true
    Date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User name of the person who last updated the record.
  • Links
  • Title: Profile Field ID
    Read Only: true
    Unique identifier of the security profile.
  • Title: Field Multiple Value Indicator
    Read Only: true
    Maximum Length: 1
    Field used to store the indicator for multiple values for the security profile.
  • Title: Field Null Value Indicator
    Read Only: true
    Maximum Length: 1
    Field used to store the indicator for a Null attribute for the security profile.
Back to Top