Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.19 KB

File metadata and controls

45 lines (29 loc) · 2.19 KB

CreateCopyFlagConfigApprovalRequestRequest

Properties

Name Type Description Notes
comment String Optional comment describing the approval request [optional]
description String A brief description of your changes
notifyMemberIds List<String> An array of member IDs. These members are notified to review the approval request. [optional]
notifyTeamKeys List<String> An array of team keys. The members of these teams are notified to review the approval request. [optional]
source SourceFlag
includedActions List<IncludedActionsEnum> Optional list of the flag changes to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If neither are included, then all flag changes will be copied. [optional]
excludedActions List<ExcludedActionsEnum> Optional list of the flag changes NOT to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If neither are included, then all flag changes will be copied. [optional]

Enum: List<IncludedActionsEnum>

Name Value
UPDATE_ON "updateOn"
UPDATE_FALLTHROUGH "updateFallthrough"
UPDATE_OFF_VARIATION "updateOffVariation"
UPDATE_RULES "updateRules"
UPDATE_TARGETS "updateTargets"
UPDATE_PREREQUISITES "updatePrerequisites"

Enum: List<ExcludedActionsEnum>

Name Value
UPDATE_ON "updateOn"
UPDATE_FALLTHROUGH "updateFallthrough"
UPDATE_OFF_VARIATION "updateOffVariation"
UPDATE_RULES "updateRules"
UPDATE_TARGETS "updateTargets"
UPDATE_PREREQUISITES "updatePrerequisites"