Amazon IAM Identity Center · JSON Structure

Sso Admin Describe Account Assignment Creation Status Response Structure

DescribeAccountAssignmentCreationStatusResponse schema from AWS IAM Identity Center

Type: object Properties: 1
Access ControlAuthenticationIdentity ManagementSingle Sign-On

DescribeAccountAssignmentCreationStatusResponse is a JSON Structure definition published by Amazon IAM Identity Center, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccountAssignmentCreationStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-describe-account-assignment-creation-status-response-structure.json",
  "name": "DescribeAccountAssignmentCreationStatusResponse",
  "description": "DescribeAccountAssignmentCreationStatusResponse schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "AccountAssignmentCreationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountAssignmentOperationStatus"
        },
        {
          "description": "The status object for the account assignment creation operation."
        }
      ]
    }
  }
}