This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.netapp.getAccountKeyVaultStatus
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Contains data from encryption.keyVaultProperties as well as information about which private endpoint is used by each encryption sibling set. Response from this endpoint can be modified and used as request body for POST request. Azure REST API version: 2024-09-01-preview.
Using getAccountKeyVaultStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccountKeyVaultStatus(args: GetAccountKeyVaultStatusArgs, opts?: InvokeOptions): Promise<GetAccountKeyVaultStatusResult>
function getAccountKeyVaultStatusOutput(args: GetAccountKeyVaultStatusOutputArgs, opts?: InvokeOptions): Output<GetAccountKeyVaultStatusResult>
def get_account_key_vault_status(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountKeyVaultStatusResult
def get_account_key_vault_status_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountKeyVaultStatusResult]
func GetAccountKeyVaultStatus(ctx *Context, args *GetAccountKeyVaultStatusArgs, opts ...InvokeOption) (*GetAccountKeyVaultStatusResult, error)
func GetAccountKeyVaultStatusOutput(ctx *Context, args *GetAccountKeyVaultStatusOutputArgs, opts ...InvokeOption) GetAccountKeyVaultStatusResultOutput
> Note: This function is named GetAccountKeyVaultStatus
in the Go SDK.
public static class GetAccountKeyVaultStatus
{
public static Task<GetAccountKeyVaultStatusResult> InvokeAsync(GetAccountKeyVaultStatusArgs args, InvokeOptions? opts = null)
public static Output<GetAccountKeyVaultStatusResult> Invoke(GetAccountKeyVaultStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountKeyVaultStatusResult> getAccountKeyVaultStatus(GetAccountKeyVaultStatusArgs args, InvokeOptions options)
public static Output<GetAccountKeyVaultStatusResult> getAccountKeyVaultStatus(GetAccountKeyVaultStatusArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:netapp:getAccountKeyVaultStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the NetApp account
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Account
Name string - The name of the NetApp account
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- account
Name String - The name of the NetApp account
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- account
Name string - The name of the NetApp account
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- account_
name str - The name of the NetApp account
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- account
Name String - The name of the NetApp account
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAccountKeyVaultStatus Result
The following output properties are available:
- Key
Name string - The name of the key that should be used for encryption.
- Key
Vault List<Pulumi.Private Endpoints Azure Native. Net App. Outputs. Key Vault Private Endpoint Response> - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- Key
Vault stringResource Id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- Key
Vault stringUri - The URI of the key vault/managed HSM that should be used for encryption.
- Key
Name string - The name of the key that should be used for encryption.
- Key
Vault []KeyPrivate Endpoints Vault Private Endpoint Response - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- Key
Vault stringResource Id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- Key
Vault stringUri - The URI of the key vault/managed HSM that should be used for encryption.
- key
Name String - The name of the key that should be used for encryption.
- key
Vault List<KeyPrivate Endpoints Vault Private Endpoint Response> - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- key
Vault StringResource Id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- key
Vault StringUri - The URI of the key vault/managed HSM that should be used for encryption.
- key
Name string - The name of the key that should be used for encryption.
- key
Vault KeyPrivate Endpoints Vault Private Endpoint Response[] - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- key
Vault stringResource Id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- key
Vault stringUri - The URI of the key vault/managed HSM that should be used for encryption.
- key_
name str - The name of the key that should be used for encryption.
- key_
vault_ Sequence[Keyprivate_ endpoints Vault Private Endpoint Response] - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- key_
vault_ strresource_ id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- key_
vault_ struri - The URI of the key vault/managed HSM that should be used for encryption.
- key
Name String - The name of the key that should be used for encryption.
- key
Vault List<Property Map>Private Endpoints - Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
- key
Vault StringResource Id - Azure resource ID of the key vault/managed HSM that should be used for encryption.
- key
Vault StringUri - The URI of the key vault/managed HSM that should be used for encryption.
Supporting Types
KeyVaultPrivateEndpointResponse
- Private
Endpoint stringId - Identifier of the private endpoint to reach the Azure Key Vault
- Virtual
Network stringId - Identifier for the virtual network id
- Private
Endpoint stringId - Identifier of the private endpoint to reach the Azure Key Vault
- Virtual
Network stringId - Identifier for the virtual network id
- private
Endpoint StringId - Identifier of the private endpoint to reach the Azure Key Vault
- virtual
Network StringId - Identifier for the virtual network id
- private
Endpoint stringId - Identifier of the private endpoint to reach the Azure Key Vault
- virtual
Network stringId - Identifier for the virtual network id
- private_
endpoint_ strid - Identifier of the private endpoint to reach the Azure Key Vault
- virtual_
network_ strid - Identifier for the virtual network id
- private
Endpoint StringId - Identifier of the private endpoint to reach the Azure Key Vault
- virtual
Network StringId - Identifier for the virtual network id
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi