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.web.listConnectionKeys
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
Lists connection keys. API Version: 2015-08-01-preview.
Using listConnectionKeys
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 listConnectionKeys(args: ListConnectionKeysArgs, opts?: InvokeOptions): Promise<ListConnectionKeysResult>
function listConnectionKeysOutput(args: ListConnectionKeysOutputArgs, opts?: InvokeOptions): Output<ListConnectionKeysResult>
def list_connection_keys(connection_name: Optional[str] = None,
id: Optional[str] = None,
kind: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
type: Optional[str] = None,
validity_time_span: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListConnectionKeysResult
def list_connection_keys_output(connection_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
kind: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
type: Optional[pulumi.Input[str]] = None,
validity_time_span: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListConnectionKeysResult]
func ListConnectionKeys(ctx *Context, args *ListConnectionKeysArgs, opts ...InvokeOption) (*ListConnectionKeysResult, error)
func ListConnectionKeysOutput(ctx *Context, args *ListConnectionKeysOutputArgs, opts ...InvokeOption) ListConnectionKeysResultOutput
> Note: This function is named ListConnectionKeys
in the Go SDK.
public static class ListConnectionKeys
{
public static Task<ListConnectionKeysResult> InvokeAsync(ListConnectionKeysArgs args, InvokeOptions? opts = null)
public static Output<ListConnectionKeysResult> Invoke(ListConnectionKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListConnectionKeysResult> listConnectionKeys(ListConnectionKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:listConnectionKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Name string - The connection name.
- Resource
Group stringName - The resource group name.
- Id string
- Resource Id
- Kind string
- Kind of resource
- Location string
- Resource Location
- Name string
- Resource Name
- Dictionary<string, string>
- Resource tags
- Type string
- Resource type
- Validity
Time stringSpan - time span for how long the keys will be valid
- Connection
Name string - The connection name.
- Resource
Group stringName - The resource group name.
- Id string
- Resource Id
- Kind string
- Kind of resource
- Location string
- Resource Location
- Name string
- Resource Name
- map[string]string
- Resource tags
- Type string
- Resource type
- Validity
Time stringSpan - time span for how long the keys will be valid
- connection
Name String - The connection name.
- resource
Group StringName - The resource group name.
- id String
- Resource Id
- kind String
- Kind of resource
- location String
- Resource Location
- name String
- Resource Name
- Map<String,String>
- Resource tags
- type String
- Resource type
- validity
Time StringSpan - time span for how long the keys will be valid
- connection
Name string - The connection name.
- resource
Group stringName - The resource group name.
- id string
- Resource Id
- kind string
- Kind of resource
- location string
- Resource Location
- name string
- Resource Name
- {[key: string]: string}
- Resource tags
- type string
- Resource type
- validity
Time stringSpan - time span for how long the keys will be valid
- connection_
name str - The connection name.
- resource_
group_ strname - The resource group name.
- id str
- Resource Id
- kind str
- Kind of resource
- location str
- Resource Location
- name str
- Resource Name
- Mapping[str, str]
- Resource tags
- type str
- Resource type
- validity_
time_ strspan - time span for how long the keys will be valid
- connection
Name String - The connection name.
- resource
Group StringName - The resource group name.
- id String
- Resource Id
- kind String
- Kind of resource
- location String
- Resource Location
- name String
- Resource Name
- Map<String>
- Resource tags
- type String
- Resource type
- validity
Time StringSpan - time span for how long the keys will be valid
listConnectionKeys Result
The following output properties are available:
- Connection
Key string - Connection Key
- Parameter
Values Dictionary<string, object> - Tokens/Claim
- Connection
Key string - Connection Key
- Parameter
Values map[string]interface{} - Tokens/Claim
- connection
Key String - Connection Key
- parameter
Values Map<String,Object> - Tokens/Claim
- connection
Key string - Connection Key
- parameter
Values {[key: string]: any} - Tokens/Claim
- connection_
key str - Connection Key
- parameter_
values Mapping[str, Any] - Tokens/Claim
- connection
Key String - Connection Key
- parameter
Values Map<Any> - Tokens/Claim
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