APIs.io Engineering Platform · Schema
GenerateOrganizationsAccessReportRequest
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| EntityPath | object | |
| OrganizationsPolicyId | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GenerateOrganizationsAccessReportRequest",
"title": "GenerateOrganizationsAccessReportRequest",
"type": "object",
"required": [
"EntityPath"
],
"properties": {
"EntityPath": {
"allOf": [
{
"$ref": "#/components/schemas/organizationsEntityPathType"
},
{
"description": "The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is <code>123456789012</code> and its parent OU ID is <code>ou-rge0-awsabcde</code>. The organization root ID is <code>r-f6g7h8i9j0example</code> and your organization ID is <code>o-a1b2c3d4e5</code>. Your entity path is <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012</code>."
}
]
},
"OrganizationsPolicyId": {
"allOf": [
{
"$ref": "#/components/schemas/organizationsPolicyIdType"
},
{
"description": "<p>The identifier of the Organizations service control policy (SCP). This parameter is optional.</p> <p>This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.</p>"
}
]
}
}
}