Skip to content

Commit b2c0371

Browse files
authored
Terraform integration for adding multi party approval step id field to Entitlement (#14135)
1 parent cbbd216 commit b2c0371

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mmv1/products/privilegedaccessmanager/Entitlement.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ properties:
145145
- name: 'steps'
146146
type: Array
147147
description: |
148-
List of approval steps in this workflow. These steps would be followed in the specified order sequentially. 1 step is supported for now.
148+
List of approval steps in this workflow. These steps would be followed in the specified order sequentially.
149149
required: true
150150
item_type:
151151
type: NestedObject
@@ -185,6 +185,12 @@ properties:
185185
is_set: true
186186
item_type:
187187
type: String
188+
- name: 'id'
189+
type: String
190+
description: |
191+
Output Only. The ID of the approval step.
192+
min_version: beta
193+
output: true
188194
- name: 'privilegedAccess'
189195
type: NestedObject
190196
description: |

0 commit comments

Comments
 (0)