Okta · Schema

LogActor

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
alternateId string
detail object
displayName string
id string
type string
View JSON Schema on GitHub

JSON Schema

okta-logactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogActor",
  "title": "LogActor",
  "type": "object",
  "properties": {
    "alternateId": {
      "type": "string",
      "readOnly": true
    },
    "detail": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      },
      "readOnly": true
    },
    "displayName": {
      "type": "string",
      "readOnly": true
    },
    "id": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    }
  },
  "x-okta-tags": [
    "Log"
  ]
}