CreateApprovalRequestRequest
Name
Type
Description
Notes
resourceId
string
String representation of the resource specifier
[default to undefined]
comment
string
Optional comment describing the approval request
[optional] [default to undefined]
description
string
A brief description of the changes you're requesting
[default to undefined]
instructions
Array<{ [key: string]: any; }>
[default to undefined]
notifyMemberIds
Array<string>
An array of member IDs. These members are notified to review the approval request.
[optional] [default to undefined]
notifyTeamKeys
Array<string>
An array of team keys. The members of these teams are notified to review the approval request.
[optional] [default to undefined]
integrationConfig
{ [key: string]: any; }
[optional] [default to undefined]
import { CreateApprovalRequestRequest } from 'launchdarkly-api-typescript' ;
const instance : CreateApprovalRequestRequest = {
resourceId,
comment,
description,
instructions,
notifyMemberIds,
notifyTeamKeys,
integrationConfig,
} ;
[Back to Model list] [Back to API list] [Back to README]