azure-native.web.listConnectionConsentLinks
Explore with Pulumi AI
Lists the consent links of a connection Azure REST API version: 2016-06-01.
Other available API versions: 2015-08-01-preview.
Using listConnectionConsentLinks
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 listConnectionConsentLinks(args: ListConnectionConsentLinksArgs, opts?: InvokeOptions): Promise<ListConnectionConsentLinksResult>
function listConnectionConsentLinksOutput(args: ListConnectionConsentLinksOutputArgs, opts?: InvokeOptions): Output<ListConnectionConsentLinksResult>
def list_connection_consent_links(connection_name: Optional[str] = None,
parameters: Optional[Sequence[ConsentLinkParameterDefinition]] = None,
resource_group_name: Optional[str] = None,
subscription_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListConnectionConsentLinksResult
def list_connection_consent_links_output(connection_name: Optional[pulumi.Input[str]] = None,
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[ConsentLinkParameterDefinitionArgs]]]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
subscription_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListConnectionConsentLinksResult]
func ListConnectionConsentLinks(ctx *Context, args *ListConnectionConsentLinksArgs, opts ...InvokeOption) (*ListConnectionConsentLinksResult, error)
func ListConnectionConsentLinksOutput(ctx *Context, args *ListConnectionConsentLinksOutputArgs, opts ...InvokeOption) ListConnectionConsentLinksResultOutput
> Note: This function is named ListConnectionConsentLinks
in the Go SDK.
public static class ListConnectionConsentLinks
{
public static Task<ListConnectionConsentLinksResult> InvokeAsync(ListConnectionConsentLinksArgs args, InvokeOptions? opts = null)
public static Output<ListConnectionConsentLinksResult> Invoke(ListConnectionConsentLinksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListConnectionConsentLinksResult> listConnectionConsentLinks(ListConnectionConsentLinksArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:listConnectionConsentLinks
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Name string Connection name
- Resource
Group stringName The resource group
- Parameters
List<Pulumi.
Azure Native. Web. Inputs. Consent Link Parameter Definition> Collection of resources
- Subscription
Id string Subscription Id
- Connection
Name string Connection name
- Resource
Group stringName The resource group
- Parameters
[]Consent
Link Parameter Definition Collection of resources
- Subscription
Id string Subscription Id
- connection
Name String Connection name
- resource
Group StringName The resource group
- parameters
List<Consent
Link Parameter Definition> Collection of resources
- subscription
Id String Subscription Id
- connection
Name string Connection name
- resource
Group stringName The resource group
- parameters
Consent
Link Parameter Definition[] Collection of resources
- subscription
Id string Subscription Id
- connection_
name str Connection name
- resource_
group_ strname The resource group
- parameters
Sequence[Consent
Link Parameter Definition] Collection of resources
- subscription_
id str Subscription Id
- connection
Name String Connection name
- resource
Group StringName The resource group
- parameters List<Property Map>
Collection of resources
- subscription
Id String Subscription Id
listConnectionConsentLinks Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Web. Outputs. Consent Link Definition Response> Collection of resources
- Value
[]Consent
Link Definition Response Collection of resources
- value
List<Consent
Link Definition Response> Collection of resources
- value
Consent
Link Definition Response[] Collection of resources
- value
Sequence[Consent
Link Definition Response] Collection of resources
- value List<Property Map>
Collection of resources
Supporting Types
ConsentLinkDefinitionResponse
- Display
Name string Display name of the parameter in the connection provider's OAuth settings
- First
Party stringLogin Uri URI for first party login
- Link string
URI for the consent link
- Status string
Status of the link
- Display
Name string Display name of the parameter in the connection provider's OAuth settings
- First
Party stringLogin Uri URI for first party login
- Link string
URI for the consent link
- Status string
Status of the link
- display
Name String Display name of the parameter in the connection provider's OAuth settings
- first
Party StringLogin Uri URI for first party login
- link String
URI for the consent link
- status String
Status of the link
- display
Name string Display name of the parameter in the connection provider's OAuth settings
- first
Party stringLogin Uri URI for first party login
- link string
URI for the consent link
- status string
Status of the link
- display_
name str Display name of the parameter in the connection provider's OAuth settings
- first_
party_ strlogin_ uri URI for first party login
- link str
URI for the consent link
- status str
Status of the link
- display
Name String Display name of the parameter in the connection provider's OAuth settings
- first
Party StringLogin Uri URI for first party login
- link String
URI for the consent link
- status String
Status of the link
ConsentLinkParameterDefinition
- Object
Id string AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- Parameter
Name string Name of the parameter in the connection provider's OAuth settings
- Redirect
Url string Name of the parameter in the connection provider's OAuth settings
- Tenant
Id string The tenant id
- Object
Id string AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- Parameter
Name string Name of the parameter in the connection provider's OAuth settings
- Redirect
Url string Name of the parameter in the connection provider's OAuth settings
- Tenant
Id string The tenant id
- object
Id String AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- parameter
Name String Name of the parameter in the connection provider's OAuth settings
- redirect
Url String Name of the parameter in the connection provider's OAuth settings
- tenant
Id String The tenant id
- object
Id string AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- parameter
Name string Name of the parameter in the connection provider's OAuth settings
- redirect
Url string Name of the parameter in the connection provider's OAuth settings
- tenant
Id string The tenant id
- object_
id str AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- parameter_
name str Name of the parameter in the connection provider's OAuth settings
- redirect_
url str Name of the parameter in the connection provider's OAuth settings
- tenant_
id str The tenant id
- object
Id String AAD OID (user or group) if the principal type is ActiveDirectory. MSA PUID if the principal type is MicrosoftAccount
- parameter
Name String Name of the parameter in the connection provider's OAuth settings
- redirect
Url String Name of the parameter in the connection provider's OAuth settings
- tenant
Id String The tenant id
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0