1. Packages
  2. Azure Native
  3. API Docs
  4. saas
  5. listSaasResourceAccessToken
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.saas.listSaasResourceAccessToken

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the ISV access token for a SaaS resource.

Uses Azure REST API version 2018-03-01-beta.

Using listSaasResourceAccessToken

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 listSaasResourceAccessToken(args: ListSaasResourceAccessTokenArgs, opts?: InvokeOptions): Promise<ListSaasResourceAccessTokenResult>
function listSaasResourceAccessTokenOutput(args: ListSaasResourceAccessTokenOutputArgs, opts?: InvokeOptions): Output<ListSaasResourceAccessTokenResult>
Copy
def list_saas_resource_access_token(resource_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListSaasResourceAccessTokenResult
def list_saas_resource_access_token_output(resource_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListSaasResourceAccessTokenResult]
Copy
func ListSaasResourceAccessToken(ctx *Context, args *ListSaasResourceAccessTokenArgs, opts ...InvokeOption) (*ListSaasResourceAccessTokenResult, error)
func ListSaasResourceAccessTokenOutput(ctx *Context, args *ListSaasResourceAccessTokenOutputArgs, opts ...InvokeOption) ListSaasResourceAccessTokenResultOutput
Copy

> Note: This function is named ListSaasResourceAccessToken in the Go SDK.

public static class ListSaasResourceAccessToken 
{
    public static Task<ListSaasResourceAccessTokenResult> InvokeAsync(ListSaasResourceAccessTokenArgs args, InvokeOptions? opts = null)
    public static Output<ListSaasResourceAccessTokenResult> Invoke(ListSaasResourceAccessTokenInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListSaasResourceAccessTokenResult> listSaasResourceAccessToken(ListSaasResourceAccessTokenArgs args, InvokeOptions options)
public static Output<ListSaasResourceAccessTokenResult> listSaasResourceAccessToken(ListSaasResourceAccessTokenArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:saas:listSaasResourceAccessToken
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceId
This property is required.
Changes to this property will trigger replacement.
string
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
ResourceId
This property is required.
Changes to this property will trigger replacement.
string
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
resourceId
This property is required.
Changes to this property will trigger replacement.
String
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
resourceId
This property is required.
Changes to this property will trigger replacement.
string
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
resource_id
This property is required.
Changes to this property will trigger replacement.
str
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
resourceId
This property is required.
Changes to this property will trigger replacement.
String
The Saas resource ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

listSaasResourceAccessToken Result

The following output properties are available:

PublisherOfferBaseUri string
The Publisher Offer Base Uri
Token string
The generated token
PublisherOfferBaseUri string
The Publisher Offer Base Uri
Token string
The generated token
publisherOfferBaseUri String
The Publisher Offer Base Uri
token String
The generated token
publisherOfferBaseUri string
The Publisher Offer Base Uri
token string
The generated token
publisher_offer_base_uri str
The Publisher Offer Base Uri
token str
The generated token
publisherOfferBaseUri String
The Publisher Offer Base Uri
token String
The generated token

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi