Amazon IAM Identity Center · JSON Structure

Identitystore Create Group Membership Response Structure

CreateGroupMembershipResponse schema from AWS IAM Identity Center

Type: object Properties: 2 Required: 2
Access ControlAuthenticationIdentity ManagementSingle Sign-On

CreateGroupMembershipResponse is a JSON Structure definition published by Amazon IAM Identity Center, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MembershipId IdentityStoreId

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-create-group-membership-response-structure.json",
  "name": "CreateGroupMembershipResponse",
  "description": "CreateGroupMembershipResponse schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "MembershipId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The identifier for a newly created <code>GroupMembership</code> in an identity store."
        }
      ]
    },
    "IdentityStoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityStoreId"
        },
        {
          "description": "The globally unique identifier for the identity store."
        }
      ]
    }
  },
  "required": [
    "MembershipId",
    "IdentityStoreId"
  ]
}