SasQueryParameters.DelegatedUserObjectId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Delegated User Object Id associated with the shared access signature. Optional. Beginning in version 2025-07-05, this value specifies the Entra ID of the user would is authorized to use the resulting SAS URL. The resulting SAS URL must be used in conjunction with an Entra ID token that has been issued to the user specified in this value.
public string DelegatedUserObjectId { get; }
member this.DelegatedUserObjectId : string
Public ReadOnly Property DelegatedUserObjectId As String