Created
November 12, 2018 15:43
-
-
Save dilin993/3a35ca8deeed8c4b495ecbfc1d5a7bdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "org.wso2.is.analytics.stream.OverallAuthentication", | |
"version": "1.0.0", | |
"nickName": "", | |
"description": "", | |
"metaData": [ | |
{ | |
"name": "tenantId", | |
"type": "INT" | |
} | |
], | |
"payloadData": [ | |
{ | |
"name": "contextId", | |
"type": "STRING" | |
}, | |
{ | |
"name": "eventId", | |
"type": "STRING" | |
}, | |
{ | |
"name": "eventType", | |
"type": "STRING" | |
}, | |
{ | |
"name": "authenticationSuccess", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "username", | |
"type": "STRING" | |
}, | |
{ | |
"name": "localUserName", | |
"type": "STRING" | |
}, | |
{ | |
"name": "userStoreDomain", | |
"type": "STRING" | |
}, | |
{ | |
"name": "tenantDomain", | |
"type": "STRING" | |
}, | |
{ | |
"name": "remoteIp", | |
"type": "STRING" | |
}, | |
{ | |
"name": "region", | |
"type": "STRING" | |
}, | |
{ | |
"name": "inboundAuthType", | |
"type": "STRING" | |
}, | |
{ | |
"name": "serviceProvider", | |
"type": "STRING" | |
}, | |
{ | |
"name": "rememberMeEnabled", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "forceAuthEnabled", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "passiveAuthEnabled", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "rolesCommaSeparated", | |
"type": "STRING" | |
}, | |
{ | |
"name": "authenticationStep", | |
"type": "STRING" | |
}, | |
{ | |
"name": "identityProvider", | |
"type": "STRING" | |
}, | |
{ | |
"name": "authStepSuccess", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "stepAuthenticator", | |
"type": "STRING" | |
}, | |
{ | |
"name": "isFirstLogin", | |
"type": "BOOL" | |
}, | |
{ | |
"name": "identityProviderType", | |
"type": "STRING" | |
}, | |
{ | |
"name": "_timestamp", | |
"type": "LONG" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment