Skip to main content

Application resource data model

/Application (addon version 1.2.0+)

Dictionary table

The

diagranservice

Soffid

allows object.

It

to
AttributeTypeRequiredUpdatableDescriptionAdditional comment

id

Long

Yes

-

Primary keymodel of the applicationobject: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/Application.html

 

name

String

Yes

Yes

Name usedyou to identifyadd customized data to the application

group

 

description

String

-

Yes

Description of the application

 

singleRole

boolean

No

Yes

true to enforce no user has two roles in this application at the same time

Setting the value to true does not automatically remove currently assigned roles.

bpmEnforced

boolean

No

Yes

Set to true if the userYou can requestdo thisthat roleon throughmetadata the self service interface

 

database

String

No

Yes

Target system

Free text field

attributes


Map<String, Object>

-

Yes

Custom application attributes

Define new custom attributes (Administration > Configure Soffid > Global Settings > Metadata)

meta

ScimMetaoption:

  • resourceTypeMain (String)
  • Menu > Administration > Configure
  • locationSoffid > Global (String)Settings > Metadata
is

-

allowed
consult

-

Additional information recommended in SCIM definition:

  • resourceType: Resource requested (in this case "Application")
  • location: URL tofall the resourceUser definition using the Schema query:

    http://<your-domain>/webservice/scim/Account/<id>

These attributes are returned in the response

These attributes are not updatable

scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.Application

Full JSON example

&&TODO&& Cambiar JSON

{
    "description": "Active Directory",
    "singleRole": false,
    "bpmEnforced": false,
    "database": "ad",
    "meta": {
        "location": "http://<domain>/webservice/scim2/v1/Application/1573127",
        "resourceType": "Application"
    },
    "name": "ad",
    "attributes": {},
    "id": 1573127
}