"command": "string - command that the user is trying to execute as task",
"remote_ip": "string - IP of the user trying to log in",
"timestamp_ns": "number - current Unix timestamp in nanoseconds"
"admin": "boolean - is the current user a Spacelift admin",
"login": "string - GitHub username of the current user",
"name": "string - full name of the current user",
"teams": ["string - names of org teams the current user is a member of"]
"administrative": "boolean - is the stack administrative",
"autodeploy": "boolean - is the stack currently set to autodeploy",
"branch": "string - tracked branch of the stack",
"labels": ["string - list of arbitrary, user-defined selectors"],
"locked_by": "optional string - if the stack is locked, this is the name of the user who did it",
"name": "string - name of the stack",
"namespace": "string - repository namespace, only relevant to GitLab repositories",
"project_root": "optional string - project root as set on the Stack, if any",
"repository": "string - name of the source GitHub repository",
"state": "string - current state of the stack",
"terraform_version": "string or null - last Terraform version used to apply changes"