1. Packages
  2. Azure Native
  3. API Docs
  4. appconfiguration
  5. listConfigurationStoreKeys
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.appconfiguration.listConfigurationStoreKeys

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Lists the access key for the specified configuration store. Azure REST API version: 2023-03-01.

    Other available API versions: 2019-02-01-preview, 2023-08-01-preview, 2023-09-01-preview.

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appconfiguration:listConfigurationStoreKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConfigStoreName string
    The name of the configuration store.
    ResourceGroupName 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 string
    The name of the configuration store.
    ResourceGroupName 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 String
    The name of the configuration store.
    resourceGroupName 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 string
    The name of the configuration store.
    resourceGroupName 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 str
    The name of the configuration store.
    resource_group_name 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 String
    The name of the configuration store.
    resourceGroupName 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 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
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi