
com.pulumi.azurenative.authorization.RoleManagementPolicyAssignment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.azurenative.authorization;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.authorization.RoleManagementPolicyAssignmentArgs;
import com.pulumi.azurenative.authorization.outputs.PolicyAssignmentPropertiesResponse;
import com.pulumi.azurenative.authorization.outputs.RoleManagementPolicyApprovalRuleResponse;
import com.pulumi.azurenative.authorization.outputs.RoleManagementPolicyAuthenticationContextRuleResponse;
import com.pulumi.azurenative.authorization.outputs.RoleManagementPolicyEnablementRuleResponse;
import com.pulumi.azurenative.authorization.outputs.RoleManagementPolicyExpirationRuleResponse;
import com.pulumi.azurenative.authorization.outputs.RoleManagementPolicyNotificationRuleResponse;
import com.pulumi.core.Alias;
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.Object;
import java.lang.String;
import java.util.List;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Role management policy
* Azure REST API version: 2020-10-01. Prior API version in Azure Native 1.x: 2020-10-01.
*
* Other available API versions: 2020-10-01-preview, 2024-02-01-preview, 2024-09-01-preview.
*
* ## Example Usage
* ### PutRoleManagementPolicyAssignment
*
*
* {@code
* package generated_program;
*
* import com.pulumi.Context;
* import com.pulumi.Pulumi;
* import com.pulumi.core.Output;
* import com.pulumi.azurenative.authorization.RoleManagementPolicyAssignment;
* import com.pulumi.azurenative.authorization.RoleManagementPolicyAssignmentArgs;
* 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 roleManagementPolicyAssignment = new RoleManagementPolicyAssignment("roleManagementPolicyAssignment", RoleManagementPolicyAssignmentArgs.builder()
* .policyId("/subscriptions/129ff972-28f8-46b8-a726-e497be039368/providers/Microsoft.Authorization/roleManagementPolicies/b959d571-f0b5-4042-88a7-01be6cb22db9")
* .roleDefinitionId("/subscriptions/129ff972-28f8-46b8-a726-e497be039368/providers/Microsoft.Authorization/roleDefinitions/a1705bd2-3a8f-45a5-8683-466fcfd5cc24")
* .roleManagementPolicyAssignmentName("b959d571-f0b5-4042-88a7-01be6cb22db9_a1705bd2-3a8f-45a5-8683-466fcfd5cc24")
* .scope("providers/Microsoft.Subscription/subscriptions/129ff972-28f8-46b8-a726-e497be039368")
* .build());
*
* }
* }
*
* }
*
*
* ## Import
*
* An existing resource can be imported using its type token, name, and identifier, e.g.
*
* ```sh
* $ pulumi import azure-native:authorization:RoleManagementPolicyAssignment b959d571-f0b5-4042-88a7-01be6cb22db9_a1705bd2-3a8f-45a5-8683-466fcfd5cc24 /{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
* ```
*
*/
@ResourceType(type="azure-native:authorization:RoleManagementPolicyAssignment")
public class RoleManagementPolicyAssignment extends com.pulumi.resources.CustomResource {
/**
* The readonly computed rule applied to the policy.
*
*/
@Export(name="effectiveRules", refs={List.class,Object.class}, tree="[0,1]")
private Output> effectiveRules;
/**
* @return The readonly computed rule applied to the policy.
*
*/
public Output> effectiveRules() {
return this.effectiveRules;
}
/**
* The role management policy name.
*
*/
@Export(name="name", refs={String.class}, tree="[0]")
private Output name;
/**
* @return The role management policy name.
*
*/
public Output name() {
return this.name;
}
/**
* Additional properties of scope, role definition and policy
*
*/
@Export(name="policyAssignmentProperties", refs={PolicyAssignmentPropertiesResponse.class}, tree="[0]")
private Output policyAssignmentProperties;
/**
* @return Additional properties of scope, role definition and policy
*
*/
public Output policyAssignmentProperties() {
return this.policyAssignmentProperties;
}
/**
* The policy id role management policy assignment.
*
*/
@Export(name="policyId", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> policyId;
/**
* @return The policy id role management policy assignment.
*
*/
public Output> policyId() {
return Codegen.optional(this.policyId);
}
/**
* The role definition of management policy assignment.
*
*/
@Export(name="roleDefinitionId", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> roleDefinitionId;
/**
* @return The role definition of management policy assignment.
*
*/
public Output> roleDefinitionId() {
return Codegen.optional(this.roleDefinitionId);
}
/**
* The role management policy scope.
*
*/
@Export(name="scope", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> scope;
/**
* @return The role management policy scope.
*
*/
public Output> scope() {
return Codegen.optional(this.scope);
}
/**
* The role management policy type.
*
*/
@Export(name="type", refs={String.class}, tree="[0]")
private Output type;
/**
* @return The role management policy type.
*
*/
public Output type() {
return this.type;
}
/**
*
* @param name The _unique_ name of the resulting resource.
*/
public RoleManagementPolicyAssignment(java.lang.String name) {
this(name, RoleManagementPolicyAssignmentArgs.Empty);
}
/**
*
* @param name The _unique_ name of the resulting resource.
* @param args The arguments to use to populate this resource's properties.
*/
public RoleManagementPolicyAssignment(java.lang.String name, RoleManagementPolicyAssignmentArgs 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 RoleManagementPolicyAssignment(java.lang.String name, RoleManagementPolicyAssignmentArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:authorization:RoleManagementPolicyAssignment", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false);
}
private RoleManagementPolicyAssignment(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:authorization:RoleManagementPolicyAssignment", name, null, makeResourceOptions(options, id), false);
}
private static RoleManagementPolicyAssignmentArgs makeArgs(RoleManagementPolicyAssignmentArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
if (options != null && options.getUrn().isPresent()) {
return null;
}
return args == null ? RoleManagementPolicyAssignmentArgs.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())
.aliases(List.of(
Output.of(Alias.builder().type("azure-native:authorization/v20201001:RoleManagementPolicyAssignment").build()),
Output.of(Alias.builder().type("azure-native:authorization/v20201001preview:RoleManagementPolicyAssignment").build()),
Output.of(Alias.builder().type("azure-native:authorization/v20240201preview:RoleManagementPolicyAssignment").build()),
Output.of(Alias.builder().type("azure-native:authorization/v20240901preview:RoleManagementPolicyAssignment").build())
))
.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 options Optional settings to control the behavior of the CustomResource.
*/
public static RoleManagementPolicyAssignment get(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
return new RoleManagementPolicyAssignment(name, id, options);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy