APIs.io Engineering Platform · Schema
GetAccountSummaryResponse
Contains the response to a successful GetAccountSummary request.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| SummaryMap | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetAccountSummaryResponse",
"title": "GetAccountSummaryResponse",
"type": "object",
"example": {
"SummaryMap": {
"AccessKeysPerUserQuota": 2,
"AccountAccessKeysPresent": 1,
"AccountMFAEnabled": 0,
"AccountSigningCertificatesPresent": 0,
"AttachedPoliciesPerGroupQuota": 10,
"AttachedPoliciesPerRoleQuota": 10,
"AttachedPoliciesPerUserQuota": 10,
"GlobalEndpointTokenVersion": 2,
"GroupPolicySizeQuota": 5120,
"Groups": 15,
"GroupsPerUserQuota": 10,
"GroupsQuota": 100,
"MFADevices": 6,
"MFADevicesInUse": 3,
"Policies": 8,
"PoliciesQuota": 1000,
"PolicySizeQuota": 5120,
"PolicyVersionsInUse": 22,
"PolicyVersionsInUseQuota": 10000,
"ServerCertificates": 1,
"ServerCertificatesQuota": 20,
"SigningCertificatesPerUserQuota": 2,
"UserPolicySizeQuota": 2048,
"Users": 27,
"UsersQuota": 5000,
"VersionsPerPolicyQuota": 5
}
},
"properties": {
"SummaryMap": {
"allOf": [
{
"$ref": "#/components/schemas/summaryMapType"
},
{
"description": "A set of key\u00e2\u20ac\u201cvalue pairs containing information about IAM entity usage and IAM quotas."
}
]
}
},
"description": "Contains the response to a successful <a>GetAccountSummary</a> request. "
}