Class AccessApprovalSettingsArgs


  • public final class AccessApprovalSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • activeKeyVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> activeKeyVersion()
        Returns:
        The asymmetric crypto key version to use for signing approval requests. Empty active_key_version indicates that a Google-managed key should be used for signing. This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set.
      • enrolledServices

        public com.pulumi.core.Output<java.util.List<AccessApprovalSettingsEnrolledServiceArgs>> enrolledServices()
        Returns:
        A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. Enrollment can only be done on an all or nothing basis. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded. Structure is documented below.
      • notificationEmails

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notificationEmails()
        Returns:
        A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.
      • project

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Deprecated.
        `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
        Returns:
        (Optional, Deprecated) Project id. > **Warning:** `project` is deprecated and will be removed in a future major release. Use `project_id` instead.
      • projectId

        public com.pulumi.core.Output<java.lang.String> projectId()
        Returns:
        ID of the project of the access approval settings.