ServiceNow IDE roles
The following roles are installed for use with ServiceNow IDE.
ServiceNow IDE Administrator [sn_glider.admin]
Create and develop applications in the ServiceNow IDE.
For more information about granular admin roles, see Granular admin roles.
Contains Roles
List of roles contained within the role.
- sn_glider.create_app_admin
- sn_glider.read_admin
- sn_glider.write_admin
Groups
This role is assigned to no groups by default.
Special considerations
- credential_admin: Required to perform Git operations.
- sn_udc.admin: Required to modify application files from the File Categories viewMetadata Explorer.
- sn_udc.basic_read: Used for read-only access to application files in the File Categories viewMetadata Explorer.
ServiceNow IDE Administrator [sn_glider.ide_fluent_admin]
Converts applications from the ServiceNow IDE.
Contains Roles
This role contains no roles by default.
Groups
This role is assigned to no groups by default.
Special considerations
None.
ServiceNow IDE MID Server User [sn_glider.ide_git_user]
Assign administrator privileges to a MID server user to manage applications in source control from the ServiceNow IDE.
MID Server users must have the sn_glider.ide_git_user role or admin role to perform Git operations in the ServiceNow IDE. For more information, see Create the MID Server user and grant the role and Configure a MID Server to use source control with the ServiceNow IDE.
Contains Roles
List of roles contained within the role:
credential_admin
Groups
This role is assigned to no groups by default.
Special considerations
None.
- If the glide.attachment.extensions system property is configured, it must contain txt,gitdata.
- If the glide.security.attachment_type.use_blacklist system property is set to true, the glide.attachment.blacklisted.extensions system property must not contain txt,gitdata and the glide.attachment.blacklisted.types system property must not contain text/plain,application/octet-stream.
If you want to use custom extensions for attachments, set the following properties to custom values: sn_glider.git.attachment.extension.text and sn_glider.git.attachment.extension.binary. For more information, see ServiceNow IDE properties.