Learn R Programming

azr (version 0.2.0)

default_azure_scope: Get default Azure OAuth scope

Description

Returns the default OAuth scope for a specified Azure resource.

Usage

default_azure_scope(resource = "azure_arm")

Value

A character string with the OAuth scope URL

Arguments

resource

A character string specifying the Azure resource. Must be one of: "azure_arm" (Azure Resource Manager), "azure_graph" (Microsoft Graph), "azure_storage" (Azure Storage), or "azure_key_vault" (Azure Key Vault). Defaults to "azure_arm".

Examples

Run this code
default_azure_scope()
default_azure_scope("azure_graph")

Run the code above in your browser using DataLab