Amazon IAM Identity Center · JSON Structure

Sso Admin Instance List Structure

InstanceList schema from AWS IAM Identity Center

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

InstanceList 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-instance-list-structure.json",
  "name": "InstanceList",
  "description": "InstanceList schema from AWS IAM Identity Center",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "InstanceArn": {
        "allOf": [
          {
            "$ref": "#/components/schemas/InstanceArn"
          },
          {
            "description": "The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>."
          }
        ]
      },
      "IdentityStoreId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Id"
          },
          {
            "description": "The identifier of the identity store that is connected to the IAM Identity Center instance."
          }
        ]
      }
    },
    "description": "Provides information about the IAM Identity Center instance."
  }
}