
com.pulumi.azurenative.authorization.inputs.ParameterDefinitionsValueMetadataArgs Maven / Gradle / Ivy
// *** 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.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* General metadata for the parameter.
*
*/
public final class ParameterDefinitionsValueMetadataArgs extends com.pulumi.resources.ResourceArgs {
public static final ParameterDefinitionsValueMetadataArgs Empty = new ParameterDefinitionsValueMetadataArgs();
/**
* Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
*
*/
@Import(name="assignPermissions")
private @Nullable Output assignPermissions;
/**
* @return Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy