azure-native.hybridconnectivity.listEndpointCredentials
The endpoint access for the target resource. API Version: 2022-05-01-preview.
Using listEndpointCredentials
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 listEndpointCredentials(args: ListEndpointCredentialsArgs, opts?: InvokeOptions): Promise<ListEndpointCredentialsResult>
function listEndpointCredentialsOutput(args: ListEndpointCredentialsOutputArgs, opts?: InvokeOptions): Output<ListEndpointCredentialsResult>
def list_endpoint_credentials(endpoint_name: Optional[str] = None,
expiresin: Optional[int] = None,
resource_uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListEndpointCredentialsResult
def list_endpoint_credentials_output(endpoint_name: Optional[pulumi.Input[str]] = None,
expiresin: Optional[pulumi.Input[int]] = None,
resource_uri: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListEndpointCredentialsResult]
func ListEndpointCredentials(ctx *Context, args *ListEndpointCredentialsArgs, opts ...InvokeOption) (*ListEndpointCredentialsResult, error)
func ListEndpointCredentialsOutput(ctx *Context, args *ListEndpointCredentialsOutputArgs, opts ...InvokeOption) ListEndpointCredentialsResultOutput
> Note: This function is named ListEndpointCredentials
in the Go SDK.
public static class ListEndpointCredentials
{
public static Task<ListEndpointCredentialsResult> InvokeAsync(ListEndpointCredentialsArgs args, InvokeOptions? opts = null)
public static Output<ListEndpointCredentialsResult> Invoke(ListEndpointCredentialsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListEndpointCredentialsResult> listEndpointCredentials(ListEndpointCredentialsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:hybridconnectivity:listEndpointCredentials
arguments:
# arguments dictionary
The following arguments are supported:
- Endpoint
Name string The endpoint name.
- Resource
Uri string The fully qualified Azure Resource manager identifier of the resource to be connected.
- Expiresin int
The is how long the endpoint access token is valid (in seconds).
- Endpoint
Name string The endpoint name.
- Resource
Uri string The fully qualified Azure Resource manager identifier of the resource to be connected.
- Expiresin int
The is how long the endpoint access token is valid (in seconds).
- endpoint
Name String The endpoint name.
- resource
Uri String The fully qualified Azure Resource manager identifier of the resource to be connected.
- expiresin Integer
The is how long the endpoint access token is valid (in seconds).
- endpoint
Name string The endpoint name.
- resource
Uri string The fully qualified Azure Resource manager identifier of the resource to be connected.
- expiresin number
The is how long the endpoint access token is valid (in seconds).
- endpoint_
name str The endpoint name.
- resource_
uri str The fully qualified Azure Resource manager identifier of the resource to be connected.
- expiresin int
The is how long the endpoint access token is valid (in seconds).
- endpoint
Name String The endpoint name.
- resource
Uri String The fully qualified Azure Resource manager identifier of the resource to be connected.
- expiresin Number
The is how long the endpoint access token is valid (in seconds).
listEndpointCredentials Result
The following output properties are available:
- Access
Key string Access key for hybrid connection.
- Hybrid
Connection stringName Azure Relay hybrid connection name for the resource.
- Namespace
Name string The namespace name.
- Namespace
Name stringSuffix The suffix domain name of relay namespace.
- Expires
On double The expiration of access key in unix time.
- Access
Key string Access key for hybrid connection.
- Hybrid
Connection stringName Azure Relay hybrid connection name for the resource.
- Namespace
Name string The namespace name.
- Namespace
Name stringSuffix The suffix domain name of relay namespace.
- Expires
On float64 The expiration of access key in unix time.
- access
Key String Access key for hybrid connection.
- hybrid
Connection StringName Azure Relay hybrid connection name for the resource.
- namespace
Name String The namespace name.
- namespace
Name StringSuffix The suffix domain name of relay namespace.
- expires
On Double The expiration of access key in unix time.
- access
Key string Access key for hybrid connection.
- hybrid
Connection stringName Azure Relay hybrid connection name for the resource.
- namespace
Name string The namespace name.
- namespace
Name stringSuffix The suffix domain name of relay namespace.
- expires
On number The expiration of access key in unix time.
- access_
key str Access key for hybrid connection.
- hybrid_
connection_ strname Azure Relay hybrid connection name for the resource.
- namespace_
name str The namespace name.
- namespace_
name_ strsuffix The suffix domain name of relay namespace.
- expires_
on float The expiration of access key in unix time.
- access
Key String Access key for hybrid connection.
- hybrid
Connection StringName Azure Relay hybrid connection name for the resource.
- namespace
Name String The namespace name.
- namespace
Name StringSuffix The suffix domain name of relay namespace.
- expires
On Number The expiration of access key in unix time.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0