Skip navigation links
A B C D E G H I L P R S 

A

AccessControlClientBuilder - Class in com.azure.analytics.synapse.accesscontrol
A builder for creating a new instance of the AccessControlClient type.
AccessControlClientBuilder() - Constructor for class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Create an instance of the AccessControlClientBuilder.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Adds a custom Http pipeline policy.
apiVersion(String) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets Api Version.

B

buildRoleAssignmentsAsyncClient() - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Builds an instance of RoleAssignmentsAsyncClient async client.
buildRoleAssignmentsClient() - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Builds an instance of RoleAssignmentsClient sync client.
buildRoleDefinitionsAsyncClient() - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Builds an instance of RoleDefinitionsAsyncClient async client.
buildRoleDefinitionsClient() - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Builds an instance of RoleDefinitionsClient sync client.

C

CheckAccessDecision - Class in com.azure.analytics.synapse.accesscontrol.models
Check access response details.
CheckAccessDecision() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
 
checkPrincipalAccess(SubjectInfo, List<RequiredAction>, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Check if the given principalId has access to perform list of actions at a given scope.
checkPrincipalAccess(SubjectInfo, List<RequiredAction>, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Check if the given principalId has access to perform list of actions at a given scope.
CheckPrincipalAccessRequest - Class in com.azure.analytics.synapse.accesscontrol.models
Check access request details.
CheckPrincipalAccessRequest() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
 
CheckPrincipalAccessResponse - Class in com.azure.analytics.synapse.accesscontrol.models
Check access response details.
CheckPrincipalAccessResponse() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessResponse
 
checkPrincipalAccessWithResponse(SubjectInfo, List<RequiredAction>, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Check if the given principalId has access to perform list of actions at a given scope.
checkPrincipalAccessWithResponse(SubjectInfo, List<RequiredAction>, String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Check if the given principalId has access to perform list of actions at a given scope.
com.azure.analytics.synapse.accesscontrol - package com.azure.analytics.synapse.accesscontrol
Package containing the classes for AccessControlClient.
com.azure.analytics.synapse.accesscontrol.models - package com.azure.analytics.synapse.accesscontrol.models
Package containing the data models for AccessControlClient.
configuration(Configuration) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The configuration store that is used during construction of the service client.
createRoleAssignment(String, UUID, UUID, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Create role assignment.
createRoleAssignment(String, UUID, UUID, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Create role assignment.
createRoleAssignment(String, UUID, UUID, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Create role assignment.
createRoleAssignment(String, UUID, UUID, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Create role assignment.
createRoleAssignmentWithResponse(String, UUID, UUID, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Create role assignment.
createRoleAssignmentWithResponse(String, UUID, UUID, String, String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Create role assignment.
credential(TokenCredential) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The TokenCredential used for authentication.

D

deleteRoleAssignmentById(String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Delete role assignment by role assignment Id.
deleteRoleAssignmentById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Delete role assignment by role assignment Id.
deleteRoleAssignmentById(String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Delete role assignment by role assignment Id.
deleteRoleAssignmentById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Delete role assignment by role assignment Id.
deleteRoleAssignmentByIdWithResponse(String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Delete role assignment by role assignment Id.
deleteRoleAssignmentByIdWithResponse(String, String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Delete role assignment by role assignment Id.

E

endpoint(String) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.
ErrorContract - Class in com.azure.analytics.synapse.accesscontrol.models
Contains details when the response code indicates an error.
ErrorContract() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.ErrorContract
 
ErrorContractException - Exception in com.azure.analytics.synapse.accesscontrol.models
Exception thrown for an invalid response with ErrorContract information.
ErrorContractException(String, HttpResponse) - Constructor for exception com.azure.analytics.synapse.accesscontrol.models.ErrorContractException
Initializes a new instance of the ErrorContractException class.
ErrorContractException(String, HttpResponse, ErrorContract) - Constructor for exception com.azure.analytics.synapse.accesscontrol.models.ErrorContractException
Initializes a new instance of the ErrorContractException class.
ErrorDetail - Class in com.azure.analytics.synapse.accesscontrol.models
The ErrorDetail model.
ErrorDetail() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
 
ErrorResponse - Class in com.azure.analytics.synapse.accesscontrol.models
The ErrorResponse model.
ErrorResponse() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
 

G

getAccessDecision() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Get the accessDecision property: Access Decision.
getAccessDecisions() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessResponse
Get the accessDecisions property: To check if the current user, group, or service principal has permission to read artifacts in the specified workspace.
getActionId() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Get the actionId property: Action Id.
getActions() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Get the actions property: List of actions.
getActions() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Get the actions property: List of actions.
getAvailabilityStatus() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the availabilityStatus property: Availability of the Synapse role.
getCode() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Get the code property: The code property.
getCode() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Get the code property: The code property.
getCount() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetailsList
Get the count property: Number of role assignments.
getDataActions() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Get the dataActions property: List of data actions.
getDescription() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the description property: Description for the Synapse role.
getDetails() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Get the details property: The details property.
getError() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorContract
Get the error property: The error details.
getGroupIds() - Method in class com.azure.analytics.synapse.accesscontrol.models.SubjectInfo
Get the groupIds property: List of group Ids that the principalId is part of.
getId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RequiredAction
Get the id property: Action Id.
getId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Get the id property: Role Assignment ID.
getId() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the id property: Role Definition ID.
getMessage() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Get the message property: The message property.
getMessage() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Get the message property: The message property.
getName() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the name property: Name of the Synapse role.
getNotActions() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Get the notActions property: List of Not actions.
getNotDataActions() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Get the notDataActions property: List of Not data actions.
getPermissions() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the permissions property: Permissions for the Synapse role.
getPrincipalId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Get the principalId property: Object ID of the AAD principal or security-group.
getPrincipalId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Get the principalId property: Object ID of the AAD principal or security-group.
getPrincipalId() - Method in class com.azure.analytics.synapse.accesscontrol.models.SubjectInfo
Get the principalId property: Principal Id.
getPrincipalType() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Get the principalType property: Type of the principal Id: User, Group or ServicePrincipal.
getPrincipalType() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Get the principalType property: Type of the principal Id: User, Group or ServicePrincipal.
getRoleAssignment() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Get the roleAssignment property: Role Assignment response details.
getRoleAssignmentById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Get role assignment by role assignment Id.
getRoleAssignmentById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Get role assignment by role assignment Id.
getRoleAssignmentByIdWithResponse(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
Get role assignment by role assignment Id.
getRoleAssignmentByIdWithResponse(String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
Get role assignment by role assignment Id.
getRoleDefinitionById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
Get role definition by role definition Id.
getRoleDefinitionById(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
Get role definition by role definition Id.
getRoleDefinitionByIdWithResponse(String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
Get role definition by role definition Id.
getRoleDefinitionByIdWithResponse(String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
Get role definition by role definition Id.
getRoleDefinitionId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Get the roleDefinitionId property: Role ID of the Synapse Built-In Role.
getRoleId() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Get the roleId property: Role ID of the Synapse Built-In Role.
getScope() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Get the scope property: Scope at which the check access is done.
getScope() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Get the scope property: Scope at the role assignment is created.
getScope() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Get the scope property: Scope at which the role assignment is created.
getScopes() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the scopes property: Allowed scopes for the Synapse role.
getSubject() - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Get the subject property: Subject details.
getTarget() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Get the target property: The target property.
getTarget() - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Get the target property: The target property.
getValue() - Method in exception com.azure.analytics.synapse.accesscontrol.models.ErrorContractException
 
getValue() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetailsList
Get the value property: A list of role assignments.
getValue() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentsListRoleAssignmentsResponse
 
getXMsContinuation() - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentsListRoleAssignmentsHeaders
Get the xMsContinuation property: The x-ms-continuation property.

H

httpClient(HttpClient) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The logging configuration for HTTP requests and responses.

I

isBuiltIn() - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Get the isBuiltIn property: Is a built-in role or not.
isDataAction() - Method in class com.azure.analytics.synapse.accesscontrol.models.RequiredAction
Get the isDataAction property: Is a data action or not.

L

listRoleAssignments(String, String, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
List role assignments.
listRoleAssignments() - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
List role assignments.
listRoleAssignments(String, String, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
List role assignments.
listRoleAssignments() - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
List role assignments.
listRoleAssignmentsWithResponse(String, String, String, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsAsyncClient
List role assignments.
listRoleAssignmentsWithResponse(String, String, String, String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleAssignmentsClient
List role assignments.
listRoleDefinitions(Boolean, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
List role definitions.
listRoleDefinitions() - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
List role definitions.
listRoleDefinitions(Boolean, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
List role definitions.
listRoleDefinitions() - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
List role definitions.
listRoleDefinitionsWithResponse(Boolean, String) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
List role definitions.
listRoleDefinitionsWithResponse(Boolean, String, Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
List role definitions.
listScopes() - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
List rbac scopes.
listScopes() - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
List rbac scopes.
listScopesWithResponse() - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsAsyncClient
List rbac scopes.
listScopesWithResponse(Context) - Method in class com.azure.analytics.synapse.accesscontrol.RoleDefinitionsClient
List rbac scopes.

P

pipeline(HttpPipeline) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The HTTP pipeline to send requests through.

R

RequiredAction - Class in com.azure.analytics.synapse.accesscontrol.models
Action Info.
RequiredAction() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RequiredAction
 
retryPolicy(RetryPolicy) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
RoleAssignmentDetails - Class in com.azure.analytics.synapse.accesscontrol.models
Role Assignment response details.
RoleAssignmentDetails() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
 
RoleAssignmentDetailsList - Class in com.azure.analytics.synapse.accesscontrol.models
Role Assignment response details.
RoleAssignmentDetailsList() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetailsList
 
RoleAssignmentRequest - Class in com.azure.analytics.synapse.accesscontrol.models
Role Assignment request details.
RoleAssignmentRequest() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
 
RoleAssignmentsAsyncClient - Class in com.azure.analytics.synapse.accesscontrol
Initializes a new instance of the asynchronous AccessControlClient type.
RoleAssignmentsClient - Class in com.azure.analytics.synapse.accesscontrol
Initializes a new instance of the synchronous AccessControlClient type.
RoleAssignmentsListRoleAssignmentsHeaders - Class in com.azure.analytics.synapse.accesscontrol.models
The RoleAssignmentsListRoleAssignmentsHeaders model.
RoleAssignmentsListRoleAssignmentsHeaders() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentsListRoleAssignmentsHeaders
 
RoleAssignmentsListRoleAssignmentsResponse - Class in com.azure.analytics.synapse.accesscontrol.models
Contains all response data for the listRoleAssignments operation.
RoleAssignmentsListRoleAssignmentsResponse(HttpRequest, int, HttpHeaders, RoleAssignmentDetailsList, RoleAssignmentsListRoleAssignmentsHeaders) - Constructor for class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentsListRoleAssignmentsResponse
Creates an instance of RoleAssignmentsListRoleAssignmentsResponse.
RoleDefinitionsAsyncClient - Class in com.azure.analytics.synapse.accesscontrol
Initializes a new instance of the asynchronous AccessControlClient type.
RoleDefinitionsClient - Class in com.azure.analytics.synapse.accesscontrol
Initializes a new instance of the synchronous AccessControlClient type.

S

serializerAdapter(SerializerAdapter) - Method in class com.azure.analytics.synapse.accesscontrol.AccessControlClientBuilder
Sets The serializer to serialize an object into a string.
setAccessDecision(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Set the accessDecision property: Access Decision.
setAccessDecisions(List<CheckAccessDecision>) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessResponse
Set the accessDecisions property: To check if the current user, group, or service principal has permission to read artifacts in the specified workspace.
setActionId(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Set the actionId property: Action Id.
setActions(List<RequiredAction>) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Set the actions property: List of actions.
setActions(List<String>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Set the actions property: List of actions.
setAvailabilityStatus(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the availabilityStatus property: Availability of the Synapse role.
setCode(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Set the code property: The code property.
setCode(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Set the code property: The code property.
setCount(Integer) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetailsList
Set the count property: Number of role assignments.
setDataActions(List<String>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Set the dataActions property: List of data actions.
setDescription(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the description property: Description for the Synapse role.
setDetails(List<ErrorDetail>) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Set the details property: The details property.
setError(ErrorResponse) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorContract
Set the error property: The error details.
setGroupIds(List<UUID>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SubjectInfo
Set the groupIds property: List of group Ids that the principalId is part of.
setId(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RequiredAction
Set the id property: Action Id.
setId(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Set the id property: Role Assignment ID.
setId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the id property: Role Definition ID.
setIsBuiltIn(Boolean) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the isBuiltIn property: Is a built-in role or not.
setIsDataAction(boolean) - Method in class com.azure.analytics.synapse.accesscontrol.models.RequiredAction
Set the isDataAction property: Is a data action or not.
setMessage(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Set the message property: The message property.
setMessage(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Set the message property: The message property.
setName(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the name property: Name of the Synapse role.
setNotActions(List<String>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Set the notActions property: List of Not actions.
setNotDataActions(List<String>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
Set the notDataActions property: List of Not data actions.
setPermissions(List<SynapseRbacPermission>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the permissions property: Permissions for the Synapse role.
setPrincipalId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Set the principalId property: Object ID of the AAD principal or security-group.
setPrincipalId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Set the principalId property: Object ID of the AAD principal or security-group.
setPrincipalId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.SubjectInfo
Set the principalId property: Principal Id.
setPrincipalType(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Set the principalType property: Type of the principal Id: User, Group or ServicePrincipal.
setPrincipalType(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Set the principalType property: Type of the principal Id: User, Group or ServicePrincipal.
setRoleAssignment(RoleAssignmentDetails) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckAccessDecision
Set the roleAssignment property: Role Assignment response details.
setRoleDefinitionId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Set the roleDefinitionId property: Role ID of the Synapse Built-In Role.
setRoleId(UUID) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Set the roleId property: Role ID of the Synapse Built-In Role.
setScope(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Set the scope property: Scope at which the check access is done.
setScope(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetails
Set the scope property: Scope at the role assignment is created.
setScope(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentRequest
Set the scope property: Scope at which the role assignment is created.
setScopes(List<String>) - Method in class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
Set the scopes property: Allowed scopes for the Synapse role.
setSubject(SubjectInfo) - Method in class com.azure.analytics.synapse.accesscontrol.models.CheckPrincipalAccessRequest
Set the subject property: Subject details.
setTarget(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorDetail
Set the target property: The target property.
setTarget(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.ErrorResponse
Set the target property: The target property.
setValue(List<RoleAssignmentDetails>) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentDetailsList
Set the value property: A list of role assignments.
setXMsContinuation(String) - Method in class com.azure.analytics.synapse.accesscontrol.models.RoleAssignmentsListRoleAssignmentsHeaders
Set the xMsContinuation property: The x-ms-continuation property.
SubjectInfo - Class in com.azure.analytics.synapse.accesscontrol.models
Subject details.
SubjectInfo() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.SubjectInfo
 
SynapseRbacPermission - Class in com.azure.analytics.synapse.accesscontrol.models
Synapse role definition details.
SynapseRbacPermission() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission
 
SynapseRoleDefinition - Class in com.azure.analytics.synapse.accesscontrol.models
Synapse role definition details.
SynapseRoleDefinition() - Constructor for class com.azure.analytics.synapse.accesscontrol.models.SynapseRoleDefinition
 
A B C D E G H I L P R S 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.