Update Dynamic Attribute
PUT/updateDynamicAttribute
This API updates dynamic attributes in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
securitysystem
endpoint
updateuser
dynamicattributes
- attributename
Optional params:
dynamicattributes
- other attributes of dynamic attributes -attributetype
(BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE) -requesttype
(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT) -attributelable
: Specify the name of the attribute, which you want to display in the Access Requests request form. You can apply following font styling to the label:- ##SavBoldStart##Attribute_Name##SavBoldEnd##
- ##SavItalicStart##Attribute_Name##SavItalicEnd##
- ##SavUnderlineStart##Attribute_Name##SavItalicEnd##
- ##SavUrlStart##Attribute_Name##SavUrlEnd##
- ##SavAnchorStart####SavUrlStart##[https://exampleorg.com##SavUrlEnd####SavUrlTextStart##]URL_Text##SavUrlTextEnd####SavAnchorEnd##
Request
- application/json
Body
Array [
]
dynamicattributes
object[]
Parentattributestring
Example:
accountscolumnstring
Example:
customproperty1
actionstringstring
Example:
actiontoperformwhenparentattributechangesstring
Example:
attributegroupstring
Example:
attributelablestring
Example:
attributenamestring
Example:
air5
attributetypestring
Example:
BOOLEAN
attributevaluestring
Example:
defaultvaluestring
Example:
descriptionascsvstring
Example:
editablestring
Example:
true
hideoncreatestring
Example:
false
hideonupdatestring
Example:
false
orderindexstring
Example:
regexstring
Example:
requesttypestring
Example:
SERVICE ACCOUNT
requiredstring
Example:
false
showonchildstring
Example:
false
endpointstring
Example:
System1
securitysystemstring
Example:
System1
usernamestring
Example:
admin
Responses
- 200
Update Dynamic Attribute
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Update Dynamic Attribute
Schema
errorcodestring
Example:
0
msgstring
Example:
Success
{
"errorcode": "0",
"msg": "Success"
}
{
"errorcode": "0",
"msg": "Success"
}