com.pulumi.azurenative.batch.inputs.KeyVaultPropertiesArgs 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.batch.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* KeyVault configuration when using an encryption KeySource of Microsoft.KeyVault.
*
*/
public final class KeyVaultPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final KeyVaultPropertiesArgs Empty = new KeyVaultPropertiesArgs();
/**
* Full path to the secret with or without version. Example https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. or https://mykeyvault.vault.azure.net/keys/testkey. To be usable the following prerequisites must be met:
*
* The Batch Account has a System Assigned identity
* The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap permissions
* The KeyVault has soft-delete and purge protection enabled
*
*/
@Import(name="keyIdentifier")
private @Nullable Output keyIdentifier;
/**
* @return Full path to the secret with or without version. Example https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. or https://mykeyvault.vault.azure.net/keys/testkey. To be usable the following prerequisites must be met:
*
* The Batch Account has a System Assigned identity
* The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap permissions
* The KeyVault has soft-delete and purge protection enabled
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy