Skip to main content

AuthorizationEventEnvironmentDataDTO

network object
sourceIPstringnullable
host object
hostnamestringnullable
process object
namestringnullable
userNamestringnullable
aembit object
clientIdstringnullable
aws object
accountIdstringnullable
instanceIdstringnullable
ecs object
taskFamilystringnullable
lambda object
arnstringnullable
gcp object
serviceAccountstringnullable
azure object
vmIdstringnullable
subscriptionIdstringnullable
kubernetes object
namespacestringnullable
podNamestringnullable
serviceAccountNamestringnullable
gitlab object
namespacePathstringnullable
projectPathstringnullable
refPathstringnullable
subjectstringnullable
github object
repositorystringnullable
subjectstringnullable
terraform object
workspaceIdstringnullable
AuthorizationEventEnvironmentDataDTO
{
"network": {
"sourceIP": "string"
},
"host": {
"hostname": "string"
},
"process": {
"name": "string",
"userName": "string"
},
"aembit": {
"clientId": "string"
},
"aws": {
"accountId": "string",
"instanceId": "string",
"ecs": {
"taskFamily": "string"
},
"lambda": {
"arn": "string"
}
},
"gcp": {
"serviceAccount": "string"
},
"azure": {
"vmId": "string",
"subscriptionId": "string"
},
"kubernetes": {
"namespace": "string",
"podName": "string",
"serviceAccountName": "string"
},
"gitlab": {
"namespacePath": "string",
"projectPath": "string",
"refPath": "string",
"subject": "string"
},
"github": {
"repository": "string",
"subject": "string"
},
"terraform": {
"workspaceId": "string"
}
}