Interface PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovalsSteps

    • Method Detail

      • getApprovalsNeeded

        @Stability(Stable)
        @Nullable
        default Number getApprovalsNeeded()
        How many users from the above list need to approve.

        If there are not enough distinct users in the list above then the workflow will indefinitely block. Should always be greater than 0. Currently 1 is the only supported value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#approvals_needed PrivilegedAccessManagerEntitlement#approvals_needed}

      • getApproverEmailRecipients

        @Stability(Stable)
        @Nullable
        default List<String> getApproverEmailRecipients()
        Optional. Additional email addresses to be notified when a grant is pending approval.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#approver_email_recipients PrivilegedAccessManagerEntitlement#approver_email_recipients}