Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Step represents a logical step in a manual approval workflow.
Attributes |
|
---|---|
Name | Description |
approvers |
MutableSequence[google.cloud.privilegedaccessmanager_v1.types.AccessControlEntry]
Optional. The potential set of approvers in this step. This list must contain at most one entry. |
approvals_needed |
int
Required. How many users from the above list need to approve. If there aren't enough distinct users in the list, then the workflow indefinitely blocks. Should always be greater than 0. 1 is the only supported value. |
approver_email_recipients |
MutableSequence[str]
Optional. Additional email addresses to be notified when a grant is pending approval. |