Amazon Macie · JSON Structure

Amazon Macie Session Context Structure

Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

SessionContext is a JSON Structure definition published by Amazon Macie, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attributes sessionIssuer

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-macie/refs/heads/main/json-structure/amazon-macie-session-context-structure.json",
  "name": "SessionContext",
  "description": "Provides information about a session that was created for an entity that performed an action by using temporary security credentials.",
  "type": "object",
  "properties": {
    "attributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SessionContextAttributes"
        },
        {
          "description": "The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device."
        }
      ]
    },
    "sessionIssuer": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SessionIssuer"
        },
        {
          "description": "The source and type of credentials that were issued to the entity."
        }
      ]
    }
  }
}