1. Packages
  2. Azure Native v1
  3. API Docs
  4. web
  5. listConnectionKeys
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>
Copy
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]
Copy
func ListConnectionKeys(ctx *Context, args *ListConnectionKeysArgs, opts ...InvokeOption) (*ListConnectionKeysResult, error)
func ListConnectionKeysOutput(ctx *Context, args *ListConnectionKeysOutputArgs, opts ...InvokeOption) ListConnectionKeysResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListConnectionKeysResult> listConnectionKeys(ListConnectionKeysArgs args, InvokeOptions options)
public static Output<ListConnectionKeysResult> listConnectionKeys(ListConnectionKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:web:listConnectionKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The connection name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
Id string
Resource Id
Kind string
Kind of resource
Location string
Resource Location
Name string
Resource Name
Tags Dictionary<string, string>
Resource tags
Type string
Resource type
ValidityTimeSpan string
time span for how long the keys will be valid
ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The connection name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
Id string
Resource Id
Kind string
Kind of resource
Location string
Resource Location
Name string
Resource Name
Tags map[string]string
Resource tags
Type string
Resource type
ValidityTimeSpan string
time span for how long the keys will be valid
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The connection name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
id String
Resource Id
kind String
Kind of resource
location String
Resource Location
name String
Resource Name
tags Map<String,String>
Resource tags
type String
Resource type
validityTimeSpan String
time span for how long the keys will be valid
connectionName
This property is required.
Changes to this property will trigger replacement.
string
The connection name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
id string
Resource Id
kind string
Kind of resource
location string
Resource Location
name string
Resource Name
tags {[key: string]: string}
Resource tags
type string
Resource type
validityTimeSpan string
time span for how long the keys will be valid
connection_name
This property is required.
Changes to this property will trigger replacement.
str
The connection name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
id str
Resource Id
kind str
Kind of resource
location str
Resource Location
name str
Resource Name
tags Mapping[str, str]
Resource tags
type str
Resource type
validity_time_span str
time span for how long the keys will be valid
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The connection name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
id String
Resource Id
kind String
Kind of resource
location String
Resource Location
name String
Resource Name
tags Map<String>
Resource tags
type String
Resource type
validityTimeSpan String
time span for how long the keys will be valid

listConnectionKeys Result

The following output properties are available:

ConnectionKey string
Connection Key
ParameterValues Dictionary<string, object>
Tokens/Claim
ConnectionKey string
Connection Key
ParameterValues map[string]interface{}
Tokens/Claim
connectionKey String
Connection Key
parameterValues Map<String,Object>
Tokens/Claim
connectionKey string
Connection Key
parameterValues {[key: string]: any}
Tokens/Claim
connection_key str
Connection Key
parameter_values Mapping[str, Any]
Tokens/Claim
connectionKey String
Connection Key
parameterValues 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