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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 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:
- Resource
Group stringName - The name of the resource group.
- Resource
Name string - The name of the resource.
- Resource
Group stringName - The name of the resource group.
- Resource
Name string - The name of the resource.
- resource
Group StringName - The name of the resource group.
- resource
Name String - The name of the resource.
- resource
Group stringName - The name of the resource group.
- resource
Name string - The name of the resource.
- resource_
group_ strname - The name of the resource group.
- resource_
name str - The name of the resource.
- resource
Group StringName - The name of the resource group.
- resource
Name String - The name of the resource.
listSaasSubscriptionLevelAccessToken Result
The following output properties are available:
- Publisher
Offer stringBase Uri - The Publisher Offer Base Uri
- Token string
- The generated token
- Publisher
Offer stringBase Uri - The Publisher Offer Base Uri
- Token string
- The generated token
- publisher
Offer StringBase Uri - The Publisher Offer Base Uri
- token String
- The generated token
- publisher
Offer stringBase Uri - The Publisher Offer Base Uri
- token string
- The generated token
- publisher_
offer_ strbase_ uri - The Publisher Offer Base Uri
- token str
- The generated token
- publisher
Offer StringBase Uri - 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi