Amazon IAM Identity Center · JSON Structure

Identitystore Get Group Id Request Structure

GetGroupIdRequest schema from AWS IAM Identity Center

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

GetGroupIdRequest 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

IdentityStoreId AlternateIdentifier

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-get-group-id-request-structure.json",
  "name": "GetGroupIdRequest",
  "description": "GetGroupIdRequest schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "IdentityStoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityStoreId"
        },
        {
          "description": "The globally unique identifier for the identity store."
        }
      ]
    },
    "AlternateIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlternateIdentifier"
        },
        {
          "description": "A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid path is <code>displayName</code>."
        }
      ]
    }
  },
  "required": [
    "IdentityStoreId",
    "AlternateIdentifier"
  ]
}