Files
WaterIgnition/config/resources/core/ignition/security-properties/config.json

85 lines
2.0 KiB
JSON

{
"accessPermissions": {
"securityLevels": [],
"type": "AnyOf"
},
"allowDesignerSSO": false,
"allowUserAdmin": false,
"createProjectPermissions": {
"securityLevels": [],
"type": "AnyOf"
},
"createProjectRoleName": "",
"designerAuthStrategy": "CLASSIC",
"designerAuthTokenInactivityTimeout": 10,
"designerAuthTokenTimeToLive": 0,
"designerPermissions": {
"securityLevels": [
{
"children": [
{
"children": [
{
"children": [],
"name": "Administrator"
}
],
"description": "Represents the roles that a user has.",
"name": "Roles"
}
],
"description": "Represents a user who has been authenticated by the system.",
"name": "Authenticated"
}
],
"type": "AnyOf"
},
"designerRoleName": "Administrator",
"forceIdpAuth": true,
"gatewayAuditProfile": "",
"readPermissions": {
"securityLevels": [
{
"children": [
{
"children": [
{
"children": [],
"name": "Administrator"
}
],
"description": "Represents the roles that a user has.",
"name": "Roles"
}
],
"description": "Represents a user who has been authenticated by the system.",
"name": "Authenticated"
}
],
"type": "AnyOf"
},
"systemAuthProfile": "default",
"systemIdentityProvider": "default",
"userInactivityTimeout": 10,
"writePermissions": {
"securityLevels": [
{
"children": [
{
"children": [
{
"children": [],
"name": "Administrator"
}
],
"description": "Represents the roles that a user has.",
"name": "Roles"
}
],
"description": "Represents a user who has been authenticated by the system.",
"name": "Authenticated"
}
],
"type": "AnyOf"
}
}