![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.keyvault.ManagedHardwareSecurityModuleArgs 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.azure.keyvault;
import com.pulumi.azure.keyvault.inputs.ManagedHardwareSecurityModuleNetworkAclsArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ManagedHardwareSecurityModuleArgs extends com.pulumi.resources.ResourceArgs {
public static final ManagedHardwareSecurityModuleArgs Empty = new ManagedHardwareSecurityModuleArgs();
/**
* Specifies a list of administrators object IDs for the key vault Managed Hardware Security Module. Changing this forces a new resource to be created.
*
*/
@Import(name="adminObjectIds", required=true)
private Output> adminObjectIds;
/**
* @return Specifies a list of administrators object IDs for the key vault Managed Hardware Security Module. Changing this forces a new resource to be created.
*
*/
public Output> adminObjectIds() {
return this.adminObjectIds;
}
/**
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
*
*/
@Import(name="location")
private @Nullable Output location;
/**
* @return Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy