1. Packages
  2. Azure Native
  3. API Docs
  4. saas
  5. listSaasSubscriptionLevelAccessToken
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi

azure-native.saas.listSaasSubscriptionLevelAccessToken

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi

Gets the ISV access token for a specified Subscription Level SaaS. Azure REST API version: 2018-03-01-beta.

Using listSaasSubscriptionLevelAccessToken

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 listSaasSubscriptionLevelAccessToken(args: ListSaasSubscriptionLevelAccessTokenArgs, opts?: InvokeOptions): Promise<ListSaasSubscriptionLevelAccessTokenResult>
function listSaasSubscriptionLevelAccessTokenOutput(args: ListSaasSubscriptionLevelAccessTokenOutputArgs, opts?: InvokeOptions): Output<ListSaasSubscriptionLevelAccessTokenResult>
Copy
def list_saas_subscription_level_access_token(resource_group_name: Optional[str] = None,
                                              resource_name: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> ListSaasSubscriptionLevelAccessTokenResult
def list_saas_subscription_level_access_token_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                              resource_name: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[ListSaasSubscriptionLevelAccessTokenResult]
Copy
func ListSaasSubscriptionLevelAccessToken(ctx *Context, args *ListSaasSubscriptionLevelAccessTokenArgs, opts ...InvokeOption) (*ListSaasSubscriptionLevelAccessTokenResult, error)
func ListSaasSubscriptionLevelAccessTokenOutput(ctx *Context, args *ListSaasSubscriptionLevelAccessTokenOutputArgs, opts ...InvokeOption) ListSaasSubscriptionLevelAccessTokenResultOutput
Copy

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

public static class ListSaasSubscriptionLevelAccessToken 
{
    public static Task<ListSaasSubscriptionLevelAccessTokenResult> InvokeAsync(ListSaasSubscriptionLevelAccessTokenArgs args, InvokeOptions? opts = null)
    public static Output<ListSaasSubscriptionLevelAccessTokenResult> Invoke(ListSaasSubscriptionLevelAccessTokenInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListSaasSubscriptionLevelAccessTokenResult> listSaasSubscriptionLevelAccessToken(ListSaasSubscriptionLevelAccessTokenArgs args, InvokeOptions options)
public static Output<ListSaasSubscriptionLevelAccessTokenResult> listSaasSubscriptionLevelAccessToken(ListSaasSubscriptionLevelAccessTokenArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:saas:listSaasSubscriptionLevelAccessToken
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
resourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource.

listSaasSubscriptionLevelAccessToken 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi