Update session attribute of a specified profile
    • PDF

    Update session attribute of a specified profile

    • PDF

    Article summary

    Put
    /api/paps/{papId}/session-attributes/{id}
    Security
    HTTP
    Type bearer
    Path parameters
    papId
    stringRequired
    id
    stringRequired
    Body parameters
    {
      "sessionAttributeType": "Static",
      "attributeSchemaId": null,
      "attributeValue": "IT",
      "mappingName": "pmtest_f",
      "transitive": false,
      "id": "a6xxui9m4ozga7mh1wpd"
    }
    object
    id
    string
    attributeSchemaId
    string

    The id of the identity attribute. This is not required if sessionAttributeType is Static.

    mappingName
    string

    The name of the attribute that should be included in the request to AWS, during profile checkout. This name should match the tag name defined in your AWS roles.

    transitive
    boolean

    To allow role chaining, set the value to true.

    sessionAttributeType
    string
    Valid values[ "Identity", "Static" ]
    attributeValue
    string

    If the sessionAttributetype value is Static, then the attributeValue should not be empty.

    Responses
    204

    No content


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.