ServiceNow IDE roles

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • The following roles are installed for use with ServiceNow IDE.

    Hinweis:
    Users with the Creator Studio Restricted User [sn_creatorstudio.restricted_user] role aren't able to access the ServiceNow IDE regardless of any other roles assigned.

    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

    In addition to this role, the following roles are necessary for certain functionality in the ServiceNow IDE:
    • 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 an instance includes modified configurations for saving attachments, the following requirements must be met for this role to perform Git operations:
    • 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.