Amazon IAM Identity Center · JSON Structure

Identitystore Member Id Structure

An object containing the identifier of a group member.

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

MemberId 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

UserId

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-member-id-structure.json",
  "name": "MemberId",
  "description": "An object containing the identifier of a group member.",
  "type": "object",
  "properties": {
    "UserId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "An object containing the identifiers of resources that can be members."
        }
      ]
    }
  }
}