Service Account Governance
Validate update of Service Account details
Validate if the details can be applied to the service account
post/v2/service_account/item/{service_account_id}/dry_run
Path parameters
service_account_idstring required
Specify the service account ID to validate, ID which can be obtained from the list service account API.
Request body
Example request
{
"currency": "AED",
"status": "not_validated",
"scope": "global",
"onboarding_type": "manual",
"onboarded_features": [
{
"feature": "appsecops__onboarding",
"status": "onboarding",
"desired_status": "onboarding"
}
]
}Response
Fetched
Example response
{
"currency": "AED",
"status": "not_validated",
"scope": "global",
"onboarding_type": "manual",
"onboarded_features": [
{
"feature": "appsecops__onboarding",
"status": "onboarding",
"desired_status": "onboarding"
}
]
}