Amazon IAM Identity Center · JSON Structure

Sso Admin Permission Set List Structure

PermissionSetList schema from AWS IAM Identity Center

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

PermissionSetList 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-permission-set-list-structure.json",
  "name": "PermissionSetList",
  "description": "PermissionSetList schema from AWS IAM Identity Center",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::permissionSet/(sso)?ins-[a-zA-Z0-9-.]{16}/ps-[a-zA-Z0-9-./]{16}",
    "minLength": 10,
    "maxLength": 1224
  }
}