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.appconfiguration.listConfigurationStoreKeys
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
Lists the access key for the specified configuration store. Azure REST API version: 2023-03-01.
Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.
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>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]func ListConfigurationStoreKeys(ctx *Context, args *ListConfigurationStoreKeysArgs, opts ...InvokeOption) (*ListConfigurationStoreKeysResult, error)
func ListConfigurationStoreKeysOutput(ctx *Context, args *ListConfigurationStoreKeysOutputArgs, opts ...InvokeOption) ListConfigurationStoreKeysResultOutput> 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)
}public static CompletableFuture<ListConfigurationStoreKeysResult> listConfigurationStoreKeys(ListConfigurationStoreKeysArgs args, InvokeOptions options)
public static Output<ListConfigurationStoreKeysResult> listConfigurationStoreKeys(ListConfigurationStoreKeysArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appconfiguration:listConfigurationStoreKeys
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigStore stringName 
- The name of the configuration store.
- ResourceGroup stringName 
- 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.
- ConfigStore stringName 
- The name of the configuration store.
- ResourceGroup stringName 
- 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.
- configStore StringName 
- The name of the configuration store.
- resourceGroup StringName 
- 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.
- configStore stringName 
- The name of the configuration store.
- resourceGroup stringName 
- 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_ strname 
- The name of the configuration store.
- resource_group_ strname 
- 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.
- configStore StringName 
- The name of the configuration store.
- resourceGroup StringName 
- 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.Azure Native. App Configuration. Outputs. Api Key Response> 
- The collection value.
- NextLink string
- The URI that can be used to request the next set of paged results.
- Value
[]ApiKey Response 
- The collection value.
- nextLink String
- The URI that can be used to request the next set of paged results.
- value
List<ApiKey Response> 
- The collection value.
- nextLink string
- The URI that can be used to request the next set of paged results.
- value
ApiKey Response[] 
- The collection value.
- next_link str
- The URI that can be used to request the next set of paged results.
- value
Sequence[ApiKey Response] 
- 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 string
- A connection string that can be used by supporting clients for authentication.
- Id string
- The key ID.
- LastModified string
- The last time any of the key's properties were modified.
- Name string
- A name for the key describing its usage.
- ReadOnly bool
- Whether this key can only be used for read operations.
- Value string
- The value of the key that is used for authentication purposes.
- ConnectionString string
- A connection string that can be used by supporting clients for authentication.
- Id string
- The key ID.
- LastModified string
- The last time any of the key's properties were modified.
- Name string
- A name for the key describing its usage.
- ReadOnly bool
- Whether this key can only be used for read operations.
- Value string
- The value of the key that is used for authentication purposes.
- connectionString String
- A connection string that can be used by supporting clients for authentication.
- id String
- The key ID.
- lastModified String
- The last time any of the key's properties were modified.
- name String
- A name for the key describing its usage.
- readOnly Boolean
- Whether this key can only be used for read operations.
- value String
- The value of the key that is used for authentication purposes.
- connectionString string
- A connection string that can be used by supporting clients for authentication.
- id string
- The key ID.
- lastModified string
- The last time any of the key's properties were modified.
- name string
- A name for the key describing its usage.
- readOnly boolean
- Whether this key can only be used for read operations.
- value string
- The value of the key that is used for authentication purposes.
- connection_string str
- A connection string that can be used by supporting clients for authentication.
- id str
- The key ID.
- last_modified str
- The last time any of the key's properties were modified.
- name str
- A name for the key describing its usage.
- read_only bool
- Whether this key can only be used for read operations.
- value str
- The value of the key that is used for authentication purposes.
- connectionString String
- A connection string that can be used by supporting clients for authentication.
- id String
- The key ID.
- lastModified String
- The last time any of the key's properties were modified.
- name String
- A name for the key describing its usage.
- readOnly Boolean
- Whether this key can only be used for read operations.
- value 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi