v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Account Governance

Assessment Validation Details

Assessment validation for Operations, Cost, Security, Access and Resource.

post/governance/account/{tenant_id}/create/{cloud_account_id}/assessment_validation_result

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

cloud_account_idstring required

Specify the cloud account id to update, cloud account id is unique can be obtained from the list cloud account api. This should be same as the ID of the reference APIFor Azure CSP-Direct subscriptions, this can be fetched from list child accounts api.

Request body

validation_type'assessment' | 'post_onboarding' required

Type of validation for the cloud account. If post_onboarding is selected, then the category can only be cost/access/resource/operations/security. Post Onboarding applies for Governance Configuration

category'operations' | 'security' | 'access' | 'cost' | 'resource' | 'compliance' required

Category of assessment validation for the cloud account

Example request

{
  "validation_type": "assessment",
  "category": "operations"
}

Response

Success

dataobject required

Assessment validation response for the cloud account based on the category