Learn R Programming

datarobot (version 2.18.6)

ListComplianceDocTemplates: Retrieve information about all compliance doc templates.

Description

Retrieve information about all compliance doc templates.

Usage

ListComplianceDocTemplates(namePart = NULL, limit = NULL, offset = NULL)

Value

list of available compliance doc templates. Contains:

  • name character. The name of the compliance doc template.

  • creatorUsername character. The name of the user who created the compliance doc template.

  • orgId character. The ID of the organization of the creator user.

  • creatorId character. The ID of the creator user.

  • sections list. The list of sections that define the template.

  • id character. The ID of the template.

Arguments

namePart

character. Return only compliance doc templates that have a name that contains this string.

limit

integer. Return only this many compliance doc templates.

offset

integer. Skip this many compliance doc templates before returning.