You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An organizational account for a service or a set of services (e.g. AWS, Okta, Bitbucket Team, Google G-Suite account, Apple Developer Account). Each Account should be connected to a Service.",
"type": "object",
"allOf": [
{
"$ref": "#Entity"
},
{
"properties": {
"accessURL": {
"description": "The main URL to access this account, e.g. https://jupiterone.okta.com",
"type": "string",
"format": "uri"
},
"mfaEnabled": {
"description": "Specifies whether multi-factor authentication (MFA) is enabled/required for users of this account.",