Amazon IAM Identity Center · JSON Structure

Identitystore Group Ids Structure

GroupIds schema from AWS IAM Identity Center

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

GroupIds 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/identitystore-group-ids-structure.json",
  "name": "GroupIds",
  "description": "GroupIds schema from AWS IAM Identity Center",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}",
    "minLength": 1,
    "maxLength": 47
  }
}