Service Account Governance
Validate Service Account Credentials
Performs validation of credentials associated with the service account
get/v2/service_account/item/{service_account_id}/credentials_validation
Path parameters
service_account_idstring required
Specify the service account id to read, cloud account id is unique can be obtained from the list cloud account api.This should be same as the ID of the reference API
Response
Validated
Example response
{
"currency": "AED",
"status": "not_validated",
"scope": "global",
"onboarding_type": "manual",
"onboarded_features": [
{
"feature": "appsecops__onboarding",
"status": "onboarding",
"desired_status": "onboarding"
}
]
}