Package com.pulumi.gcp.projects
Class AccessApprovalSettingsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.projects.AccessApprovalSettingsArgs
-
public final class AccessApprovalSettingsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessApprovalSettingsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AccessApprovalSettingsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
activeKeyVersion()
static AccessApprovalSettingsArgs.Builder
builder()
static AccessApprovalSettingsArgs.Builder
builder(AccessApprovalSettingsArgs defaults)
com.pulumi.core.Output<java.util.List<AccessApprovalSettingsEnrolledServiceArgs>>
enrolledServices()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
notificationEmails()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
Deprecated.`project` is deprecated and will be removed in a future major release.com.pulumi.core.Output<java.lang.String>
projectId()
-
-
-
Field Detail
-
Empty
public static final AccessApprovalSettingsArgs Empty
-
-
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.
-
builder
public static AccessApprovalSettingsArgs.Builder builder()
-
builder
public static AccessApprovalSettingsArgs.Builder builder(AccessApprovalSettingsArgs defaults)
-
-