ADMIN_ENVIRONMENT_UPDATE_START
interface AdminEnvironmentUpdateStartEvent { category: "admin-environment"; data: { authorizationServerDomain: string | undefined; authorizationServerManagementDomain: string | undefined; deploymentModel: string | undefined; domain: string | undefined; environmentId: string; integrationClientIds: string[] | undefined; name: string | undefined; regionId: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_ENVIRONMENT_UPDATE_START"; userAgent: string | undefined; userId: string; version: "1";} interface AdminEnvironmentUpdateStartEventSanitised { category: "admin-environment"; data: { authorizationServerDomain: string | undefined; authorizationServerManagementDomain: string | undefined; deploymentModel: string | undefined; domain: string | undefined; environmentId: string; integrationClientIds: string[] | undefined; name: string | undefined; regionId: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_ENVIRONMENT_UPDATE_START"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-environment"
Sanitisation Level DATAdata
data: {
authorizationServerDomain: string | undefined;
authorizationServerManagementDomain: string | undefined;
deploymentModel: string | undefined;
domain: string | undefined;
environmentId: string;
integrationClientIds: string[] | undefined;
name: string | undefined;
regionId: string | undefined;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_ENVIRONMENT_UPDATE_START"
userAgent
userAgent: string | undefined