Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.17 KB

CreateCopyFlagConfigApprovalRequestRequest.md

File metadata and controls

45 lines (29 loc) · 2.17 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
UPDATEON "updateOn"
UPDATEFALLTHROUGH "updateFallthrough"
UPDATEOFFVARIATION "updateOffVariation"
UPDATERULES "updateRules"
UPDATETARGETS "updateTargets"
UPDATEPREREQUISITES "updatePrerequisites"

Enum: List<ExcludedActionsEnum>

Name Value
UPDATEON "updateOn"
UPDATEFALLTHROUGH "updateFallthrough"
UPDATEOFFVARIATION "updateOffVariation"
UPDATERULES "updateRules"
UPDATETARGETS "updateTargets"
UPDATEPREREQUISITES "updatePrerequisites"