All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.management.GroupPolicyExemption Maven / Gradle / Ivy

Go to download

A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.

There is a newer version: 6.10.0-alpha.1731737215
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azure.management;

import com.pulumi.azure.Utilities;
import com.pulumi.azure.management.GroupPolicyExemptionArgs;
import com.pulumi.azure.management.inputs.GroupPolicyExemptionState;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.List;
import java.util.Optional;
import javax.annotation.Nullable;

/**
 * Manages a Management Group Policy Exemption.
 * 
 * ## Example Usage
 * 
 * <!--Start PulumiCodeChooser -->
 * 
 * {@code
 * package generated_program;
 * 
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.azure.management.Group;
 * import com.pulumi.azure.management.GroupArgs;
 * import com.pulumi.azure.policy.PolicyFunctions;
 * import com.pulumi.azure.policy.inputs.GetPolicySetDefinitionArgs;
 * import com.pulumi.azure.management.GroupPolicyAssignment;
 * import com.pulumi.azure.management.GroupPolicyAssignmentArgs;
 * import com.pulumi.azure.management.inputs.GroupPolicyAssignmentIdentityArgs;
 * import com.pulumi.azure.management.GroupPolicyExemption;
 * import com.pulumi.azure.management.GroupPolicyExemptionArgs;
 * import java.util.List;
 * import java.util.ArrayList;
 * import java.util.Map;
 * import java.io.File;
 * import java.nio.file.Files;
 * import java.nio.file.Paths;
 * 
 * public class App {
 *     public static void main(String[] args) {
 *         Pulumi.run(App::stack);
 *     }
 * 
 *     public static void stack(Context ctx) {
 *         var exampleGroup = new Group("exampleGroup", GroupArgs.builder()
 *             .displayName("Example MgmtGroup")
 *             .build());
 * 
 *         final var example = PolicyFunctions.getPolicySetDefinition(GetPolicySetDefinitionArgs.builder()
 *             .displayName("Audit machines with insecure password security settings")
 *             .build());
 * 
 *         var exampleGroupPolicyAssignment = new GroupPolicyAssignment("exampleGroupPolicyAssignment", GroupPolicyAssignmentArgs.builder()
 *             .name("assignment1")
 *             .managementGroupId(exampleGroup.id())
 *             .policyDefinitionId(example.applyValue(getPolicySetDefinitionResult -> getPolicySetDefinitionResult.id()))
 *             .location("westus")
 *             .identity(GroupPolicyAssignmentIdentityArgs.builder()
 *                 .type("SystemAssigned")
 *                 .build())
 *             .build());
 * 
 *         var exampleGroupPolicyExemption = new GroupPolicyExemption("exampleGroupPolicyExemption", GroupPolicyExemptionArgs.builder()
 *             .name("exemption1")
 *             .managementGroupId(exampleGroup.id())
 *             .policyAssignmentId(exampleGroupPolicyAssignment.id())
 *             .exemptionCategory("Mitigated")
 *             .build());
 * 
 *     }
 * }
 * }
 * 
* <!--End PulumiCodeChooser --> * * ## Import * * Policy Exemptions can be imported using the `resource id`, e.g. * * ```sh * $ pulumi import azure:management/groupPolicyExemption:GroupPolicyExemption exemption1 /providers/Microsoft.Management/managementGroups/group1/providers/Microsoft.Authorization/policyExemptions/exemption1 * ``` * */ @ResourceType(type="azure:management/groupPolicyExemption:GroupPolicyExemption") public class GroupPolicyExemption extends com.pulumi.resources.CustomResource { /** * A description to use for this Policy Exemption. * */ @Export(name="description", refs={String.class}, tree="[0]") private Output description; /** * @return A description to use for this Policy Exemption. * */ public Output> description() { return Codegen.optional(this.description); } /** * A friendly display name to use for this Policy Exemption. * */ @Export(name="displayName", refs={String.class}, tree="[0]") private Output displayName; /** * @return A friendly display name to use for this Policy Exemption. * */ public Output> displayName() { return Codegen.optional(this.displayName); } /** * The category of this policy exemption. Possible values are `Waiver` and `Mitigated`. * */ @Export(name="exemptionCategory", refs={String.class}, tree="[0]") private Output exemptionCategory; /** * @return The category of this policy exemption. Possible values are `Waiver` and `Mitigated`. * */ public Output exemptionCategory() { return this.exemptionCategory; } /** * The expiration date and time in UTC ISO 8601 format of this policy exemption. * */ @Export(name="expiresOn", refs={String.class}, tree="[0]") private Output expiresOn; /** * @return The expiration date and time in UTC ISO 8601 format of this policy exemption. * */ public Output> expiresOn() { return Codegen.optional(this.expiresOn); } /** * The Management Group ID where the Policy Exemption should be applied. Changing this forces a new resource to be created. * */ @Export(name="managementGroupId", refs={String.class}, tree="[0]") private Output managementGroupId; /** * @return The Management Group ID where the Policy Exemption should be applied. Changing this forces a new resource to be created. * */ public Output managementGroupId() { return this.managementGroupId; } /** * The metadata for this policy exemption. This is a JSON string representing additional metadata that should be stored with the policy exemption. * */ @Export(name="metadata", refs={String.class}, tree="[0]") private Output metadata; /** * @return The metadata for this policy exemption. This is a JSON string representing additional metadata that should be stored with the policy exemption. * */ public Output metadata() { return this.metadata; } /** * The name of the Policy Exemption. Changing this forces a new resource to be created. * */ @Export(name="name", refs={String.class}, tree="[0]") private Output name; /** * @return The name of the Policy Exemption. Changing this forces a new resource to be created. * */ public Output name() { return this.name; } /** * The ID of the Policy Assignment to be exempted at the specified Scope. * */ @Export(name="policyAssignmentId", refs={String.class}, tree="[0]") private Output policyAssignmentId; /** * @return The ID of the Policy Assignment to be exempted at the specified Scope. * */ public Output policyAssignmentId() { return this.policyAssignmentId; } /** * The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. * */ @Export(name="policyDefinitionReferenceIds", refs={List.class,String.class}, tree="[0,1]") private Output> policyDefinitionReferenceIds; /** * @return The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. * */ public Output>> policyDefinitionReferenceIds() { return Codegen.optional(this.policyDefinitionReferenceIds); } /** * * @param name The _unique_ name of the resulting resource. */ public GroupPolicyExemption(java.lang.String name) { this(name, GroupPolicyExemptionArgs.Empty); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. */ public GroupPolicyExemption(java.lang.String name, GroupPolicyExemptionArgs args) { this(name, args, null); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. * @param options A bag of options that control this resource's behavior. */ public GroupPolicyExemption(java.lang.String name, GroupPolicyExemptionArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("azure:management/groupPolicyExemption:GroupPolicyExemption", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false); } private GroupPolicyExemption(java.lang.String name, Output id, @Nullable GroupPolicyExemptionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("azure:management/groupPolicyExemption:GroupPolicyExemption", name, state, makeResourceOptions(options, id), false); } private static GroupPolicyExemptionArgs makeArgs(GroupPolicyExemptionArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { if (options != null && options.getUrn().isPresent()) { return null; } return args == null ? GroupPolicyExemptionArgs.Empty : args; } private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() .version(Utilities.getVersion()) .build(); return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); } /** * Get an existing Host resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state * @param options Optional settings to control the behavior of the CustomResource. */ public static GroupPolicyExemption get(java.lang.String name, Output id, @Nullable GroupPolicyExemptionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { return new GroupPolicyExemption(name, id, state, options); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy