1. Packages
  2. Azure Native
  3. API Docs
  4. appconfiguration
  5. listConfigurationStoreKeys
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.appconfiguration.listConfigurationStoreKeys

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Lists the access key for the specified configuration store.

Uses Azure REST API version 2024-05-01.

Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appconfiguration [ApiVersion]. See the version guide for details.

Using listConfigurationStoreKeys

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 listConfigurationStoreKeys(args: ListConfigurationStoreKeysArgs, opts?: InvokeOptions): Promise<ListConfigurationStoreKeysResult>
function listConfigurationStoreKeysOutput(args: ListConfigurationStoreKeysOutputArgs, opts?: InvokeOptions): Output<ListConfigurationStoreKeysResult>
Copy
def list_configuration_store_keys(config_store_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  skip_token: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> ListConfigurationStoreKeysResult
def list_configuration_store_keys_output(config_store_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  skip_token: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[ListConfigurationStoreKeysResult]
Copy
func ListConfigurationStoreKeys(ctx *Context, args *ListConfigurationStoreKeysArgs, opts ...InvokeOption) (*ListConfigurationStoreKeysResult, error)
func ListConfigurationStoreKeysOutput(ctx *Context, args *ListConfigurationStoreKeysOutputArgs, opts ...InvokeOption) ListConfigurationStoreKeysResultOutput
Copy

> Note: This function is named ListConfigurationStoreKeys in the Go SDK.

public static class ListConfigurationStoreKeys 
{
    public static Task<ListConfigurationStoreKeysResult> InvokeAsync(ListConfigurationStoreKeysArgs args, InvokeOptions? opts = null)
    public static Output<ListConfigurationStoreKeysResult> Invoke(ListConfigurationStoreKeysInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListConfigurationStoreKeysResult> listConfigurationStoreKeys(ListConfigurationStoreKeysArgs args, InvokeOptions options)
public static Output<ListConfigurationStoreKeysResult> listConfigurationStoreKeys(ListConfigurationStoreKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:appconfiguration:listConfigurationStoreKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the configuration store.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
SkipToken string
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
ConfigStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the configuration store.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
SkipToken string
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
configStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the configuration store.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
skipToken String
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
configStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the configuration store.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
skipToken string
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
config_store_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the configuration store.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to which the container registry belongs.
skip_token str
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
configStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the configuration store.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
skipToken String
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

listConfigurationStoreKeys Result

The following output properties are available:

NextLink string
The URI that can be used to request the next set of paged results.
Value List<Pulumi.AzureNative.AppConfiguration.Outputs.ApiKeyResponse>
The collection value.
NextLink string
The URI that can be used to request the next set of paged results.
Value []ApiKeyResponse
The collection value.
nextLink String
The URI that can be used to request the next set of paged results.
value List<ApiKeyResponse>
The collection value.
nextLink string
The URI that can be used to request the next set of paged results.
value ApiKeyResponse[]
The collection value.
next_link str
The URI that can be used to request the next set of paged results.
value Sequence[ApiKeyResponse]
The collection value.
nextLink String
The URI that can be used to request the next set of paged results.
value List<Property Map>
The collection value.

Supporting Types

ApiKeyResponse

ConnectionString This property is required. string
A connection string that can be used by supporting clients for authentication.
Id This property is required. string
The key ID.
LastModified This property is required. string
The last time any of the key's properties were modified.
Name This property is required. string
A name for the key describing its usage.
ReadOnly This property is required. bool
Whether this key can only be used for read operations.
Value This property is required. string
The value of the key that is used for authentication purposes.
ConnectionString This property is required. string
A connection string that can be used by supporting clients for authentication.
Id This property is required. string
The key ID.
LastModified This property is required. string
The last time any of the key's properties were modified.
Name This property is required. string
A name for the key describing its usage.
ReadOnly This property is required. bool
Whether this key can only be used for read operations.
Value This property is required. string
The value of the key that is used for authentication purposes.
connectionString This property is required. String
A connection string that can be used by supporting clients for authentication.
id This property is required. String
The key ID.
lastModified This property is required. String
The last time any of the key's properties were modified.
name This property is required. String
A name for the key describing its usage.
readOnly This property is required. Boolean
Whether this key can only be used for read operations.
value This property is required. String
The value of the key that is used for authentication purposes.
connectionString This property is required. string
A connection string that can be used by supporting clients for authentication.
id This property is required. string
The key ID.
lastModified This property is required. string
The last time any of the key's properties were modified.
name This property is required. string
A name for the key describing its usage.
readOnly This property is required. boolean
Whether this key can only be used for read operations.
value This property is required. string
The value of the key that is used for authentication purposes.
connection_string This property is required. str
A connection string that can be used by supporting clients for authentication.
id This property is required. str
The key ID.
last_modified This property is required. str
The last time any of the key's properties were modified.
name This property is required. str
A name for the key describing its usage.
read_only This property is required. bool
Whether this key can only be used for read operations.
value This property is required. str
The value of the key that is used for authentication purposes.
connectionString This property is required. String
A connection string that can be used by supporting clients for authentication.
id This property is required. String
The key ID.
lastModified This property is required. String
The last time any of the key's properties were modified.
name This property is required. String
A name for the key describing its usage.
readOnly This property is required. Boolean
Whether this key can only be used for read operations.
value This property is required. String
The value of the key that is used for authentication purposes.

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 v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi