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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.saas.listSaasSubscriptionLevelAccessToken

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 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>
    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]
    func ListSaasSubscriptionLevelAccessToken(ctx *Context, args *ListSaasSubscriptionLevelAccessTokenArgs, opts ...InvokeOption) (*ListSaasSubscriptionLevelAccessTokenResult, error)
    func ListSaasSubscriptionLevelAccessTokenOutput(ctx *Context, args *ListSaasSubscriptionLevelAccessTokenOutputArgs, opts ...InvokeOption) ListSaasSubscriptionLevelAccessTokenResultOutput

    > 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)
    }
    public static CompletableFuture<ListSaasSubscriptionLevelAccessTokenResult> listSaasSubscriptionLevelAccessToken(ListSaasSubscriptionLevelAccessTokenArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:saas:listSaasSubscriptionLevelAccessToken
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group.
    ResourceName string
    The name of the resource.
    ResourceGroupName string
    The name of the resource group.
    ResourceName string
    The name of the resource.
    resourceGroupName String
    The name of the resource group.
    resourceName String
    The name of the resource.
    resourceGroupName string
    The name of the resource group.
    resourceName string
    The name of the resource.
    resource_group_name str
    The name of the resource group.
    resource_name str
    The name of the resource.
    resourceGroupName String
    The name of the resource group.
    resourceName 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
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi