Class ApprovalWorkflow (0.1.1)

ApprovalWorkflow(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Different types of approval workflows that can be used to gate privileged access granting.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

Name Description
manual_approvals google.cloud.privilegedaccessmanager_v1.types.ManualApprovals
An approval workflow where users designated as approvers review and act on the grants. This field is a member of oneof_ approval_workflow.