Share via


OriginAuthenticationProperties.Scope Property

Definition

The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default". Serialized Name: OriginAuthenticationProperties.scope

public Uri Scope { get; set; }
member this.Scope : Uri with get, set
Public Property Scope As Uri

Property Value

Uri

Applies to