Azure Native
listConfigurationStoreKeys
The result of a request to list API keys. API Version: 2020-06-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)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:appconfiguration:listConfigurationStoreKeys
Arguments:
# Arguments dictionary
The following arguments are supported:
- Config
Store stringName The name of the configuration store.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- Skip
Token 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 stringName The name of the configuration store.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- Skip
Token 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 StringName The name of the configuration store.
- resource
Group StringName The name of the resource group to which the container registry belongs.
- skip
Token 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 stringName The name of the configuration store.
- resource
Group stringName The name of the resource group to which the container registry belongs.
- skip
Token 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.
- config
Store StringName The name of the configuration store.
- resource
Group StringName The name of the resource group to which the container registry belongs.
- skip
Token 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:
- Next
Link 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.
- Next
Link string The URI that can be used to request the next set of paged results.
- Value
[]Api
Key Response The collection value.
- next
Link String The URI that can be used to request the next set of paged results.
- value
List
Key Response> The collection value.
- next
Link string The URI that can be used to request the next set of paged results.
- value
Api
Key Response[] The collection value.
- next_
link str The URI that can be used to request the next set of paged results.
- value
Sequence[Api
Key Response] The collection value.
Supporting Types
ApiKeyResponse
- Connection
String string A connection string that can be used by supporting clients for authentication.
- Id string
The key ID.
- Last
Modified string The last time any of the key's properties were modified.
- Name string
A name for the key describing its usage.
- Read
Only bool 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 string A connection string that can be used by supporting clients for authentication.
- Id string
The key ID.
- Last
Modified string The last time any of the key's properties were modified.
- Name string
A name for the key describing its usage.
- Read
Only bool 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 String A connection string that can be used by supporting clients for authentication.
- id String
The key ID.
- last
Modified String The last time any of the key's properties were modified.
- name String
A name for the key describing its usage.
- read
Only 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 string A connection string that can be used by supporting clients for authentication.
- id string
The key ID.
- last
Modified string The last time any of the key's properties were modified.
- name string
A name for the key describing its usage.
- read
Only 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.
- connection
String String A connection string that can be used by supporting clients for authentication.
- id String
The key ID.
- last
Modified String The last time any of the key's properties were modified.
- name String
A name for the key describing its usage.
- read
Only 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
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0