public final class CheckPrincipalAccessResponse extends Object
| Constructor and Description |
|---|
CheckPrincipalAccessResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CheckAccessDecision> |
getAccessDecisions()
Get the accessDecisions property: To check if the current user, group, or service principal has permission to
read artifacts in the specified workspace.
|
CheckPrincipalAccessResponse |
setAccessDecisions(List<CheckAccessDecision> accessDecisions)
Set the accessDecisions property: To check if the current user, group, or service principal has permission to
read artifacts in the specified workspace.
|
public List<CheckAccessDecision> getAccessDecisions()
public CheckPrincipalAccessResponse setAccessDecisions(List<CheckAccessDecision> accessDecisions)
accessDecisions - the accessDecisions value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.