{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--mongodb-atlas-projectinvitation.json",
  "title": "MongoDBAtlasProjectInvitationProperties",
  "description": "Returns, adds, and edits collections of clusters and users in MongoDB Cloud.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/mongodb-atlas-projectinvitation.json",
    "sourceSha256": "5ffaec21a6196f8a2d4be28ce9a2ff9cf9b9e0136a79fa7b184cfca9eedcbeaf"
  },
  "type": "object",
  "properties": {
    "Profile": {
      "oneOf": [
        {
          "type": "string",
          "default": "default"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The profile is defined in AWS Secret manager. See [Secret Manager Profile setup](../../../examples/profile-secret.yaml)."
    },
    "ProjectId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Unique 24-hexadecimal digit string that identifies your project."
    },
    "TotalCount": {
      "type": "number",
      "description": "Number of documents returned in this response."
    },
    "PageNum": {
      "type": "integer",
      "description": "Number of the page that displays the current set of the total objects that the response returns."
    },
    "InvitationId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Unique 24-hexadecimal digit string that identifies the invitation."
    },
    "Roles": {
      "type": "array",
      "insertionOrder": false,
      "description": "One or more organization or project level roles to assign to the MongoDB Cloud user.",
      "items": {
        "type": "string",
        "enum": [
          "GROUP_CLUSTER_MANAGER",
          "GROUP_DATA_ACCESS_ADMIN",
          "GROUP_DATA_ACCESS_READ_ONLY",
          "GROUP_DATA_ACCESS_READ_WRITE",
          "GROUP_OWNER",
          "GROUP_READ_ONLY"
        ]
      }
    },
    "Username": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Email address of the user account invited to this project."
    }
  },
  "$defs": {},
  "additionalProperties": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "primaryIdentifier": [
    "/properties/Id",
    "/properties/ProjectId",
    "/properties/Profile"
  ],
  "typeName": "MongoDB::Atlas::ProjectInvitation",
  "readOnlyProperties": [
    "/properties/ExpiresAt",
    "/properties/Id",
    "/properties/CreatedAt",
    "/properties/InviterUsername"
  ],
  "createOnlyProperties": [
    "/properties/Username",
    "/properties/ProjectId",
    "/properties/Profile"
  ]
}
