CheckPrincipalAccessResponse.AccessDecisions 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.
To check if the current user, group, or service principal has permission to read artifacts in the specified workspace.
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.AccessControl.Models.CheckAccessDecision> AccessDecisions { get; }
member this.AccessDecisions : System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.AccessControl.Models.CheckAccessDecision>
Public ReadOnly Property AccessDecisions As IReadOnlyList(Of CheckAccessDecision)