Amazon IAM Identity Center · JSON Structure

Sso Admin Account Assignment Operation Status List Structure

AccountAssignmentOperationStatusList schema from AWS IAM Identity Center

Type: array Properties: 0
Access ControlAuthenticationIdentity ManagementSingle Sign-On

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

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-account-assignment-operation-status-list-structure.json",
  "name": "AccountAssignmentOperationStatusList",
  "description": "AccountAssignmentOperationStatusList schema from AWS IAM Identity Center",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Status": {
        "allOf": [
          {
            "$ref": "#/components/schemas/StatusValues"
          },
          {
            "description": "The status of the permission set provisioning process."
          }
        ]
      },
      "RequestId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/UUId"
          },
          {
            "description": "The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow."
          }
        ]
      },
      "CreatedDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Date"
          },
          {
            "description": "The date that the permission set was created."
          }
        ]
      }
    },
    "description": "Provides information about the <a>AccountAssignment</a> creation request."
  }
}