These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.logic.listIntegrationAccountKeyVaultKeys
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the integration account’s Key Vault keys. API Version: 2019-05-01.
Using listIntegrationAccountKeyVaultKeys
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 listIntegrationAccountKeyVaultKeys(args: ListIntegrationAccountKeyVaultKeysArgs, opts?: InvokeOptions): Promise<ListIntegrationAccountKeyVaultKeysResult>
function listIntegrationAccountKeyVaultKeysOutput(args: ListIntegrationAccountKeyVaultKeysOutputArgs, opts?: InvokeOptions): Output<ListIntegrationAccountKeyVaultKeysResult>
def list_integration_account_key_vault_keys(integration_account_name: Optional[str] = None,
key_vault: Optional[KeyVaultReference] = None,
resource_group_name: Optional[str] = None,
skip_token: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIntegrationAccountKeyVaultKeysResult
def list_integration_account_key_vault_keys_output(integration_account_name: Optional[pulumi.Input[str]] = None,
key_vault: Optional[pulumi.Input[KeyVaultReferenceArgs]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
skip_token: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationAccountKeyVaultKeysResult]
func ListIntegrationAccountKeyVaultKeys(ctx *Context, args *ListIntegrationAccountKeyVaultKeysArgs, opts ...InvokeOption) (*ListIntegrationAccountKeyVaultKeysResult, error)
func ListIntegrationAccountKeyVaultKeysOutput(ctx *Context, args *ListIntegrationAccountKeyVaultKeysOutputArgs, opts ...InvokeOption) ListIntegrationAccountKeyVaultKeysResultOutput
> Note: This function is named ListIntegrationAccountKeyVaultKeys
in the Go SDK.
public static class ListIntegrationAccountKeyVaultKeys
{
public static Task<ListIntegrationAccountKeyVaultKeysResult> InvokeAsync(ListIntegrationAccountKeyVaultKeysArgs args, InvokeOptions? opts = null)
public static Output<ListIntegrationAccountKeyVaultKeysResult> Invoke(ListIntegrationAccountKeyVaultKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListIntegrationAccountKeyVaultKeysResult> listIntegrationAccountKeyVaultKeys(ListIntegrationAccountKeyVaultKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:logic:listIntegrationAccountKeyVaultKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Integration
Account stringName - The integration account name.
- Key
Vault Pulumi.Azure Native. Logic. Inputs. Key Vault Reference - The key vault reference.
- Resource
Group stringName - The resource group name.
- Skip
Token string - The skip token.
- Integration
Account stringName - The integration account name.
- Key
Vault KeyVault Reference - The key vault reference.
- Resource
Group stringName - The resource group name.
- Skip
Token string - The skip token.
- integration
Account StringName - The integration account name.
- key
Vault KeyVault Reference - The key vault reference.
- resource
Group StringName - The resource group name.
- skip
Token String - The skip token.
- integration
Account stringName - The integration account name.
- key
Vault KeyVault Reference - The key vault reference.
- resource
Group stringName - The resource group name.
- skip
Token string - The skip token.
- integration_
account_ strname - The integration account name.
- key_
vault KeyVault Reference - The key vault reference.
- resource_
group_ strname - The resource group name.
- skip_
token str - The skip token.
- integration
Account StringName - The integration account name.
- key
Vault Property Map - The key vault reference.
- resource
Group StringName - The resource group name.
- skip
Token String - The skip token.
listIntegrationAccountKeyVaultKeys Result
The following output properties are available:
- Skip
Token string - The skip token.
- Value
List<Pulumi.
Azure Native. Logic. Outputs. Key Vault Key Response> - The key vault keys.
- Skip
Token string - The skip token.
- Value
[]Key
Vault Key Response - The key vault keys.
- skip
Token String - The skip token.
- value
List<Key
Vault Key Response> - The key vault keys.
- skip
Token string - The skip token.
- value
Key
Vault Key Response[] - The key vault keys.
- skip_
token str - The skip token.
- value
Sequence[Key
Vault Key Response] - The key vault keys.
- skip
Token String - The skip token.
- value List<Property Map>
- The key vault keys.
Supporting Types
KeyVaultKeyResponse
- Attributes
Pulumi.
Azure Native. Logic. Inputs. Key Vault Key Response Attributes - The key attributes.
- Kid string
- The key id.
- Attributes
Key
Vault Key Response Attributes - The key attributes.
- Kid string
- The key id.
- attributes
Key
Vault Key Response Attributes - The key attributes.
- kid String
- The key id.
- attributes
Key
Vault Key Response Attributes - The key attributes.
- kid string
- The key id.
- attributes
Key
Vault Key Response Attributes - The key attributes.
- kid str
- The key id.
- attributes Property Map
- The key attributes.
- kid String
- The key id.
KeyVaultKeyResponseAttributes
KeyVaultReference
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi