SynapseRbacPermission Class

  • java.lang.Object
    • com.azure.analytics.synapse.accesscontrol.models.SynapseRbacPermission

public final class SynapseRbacPermission

Synapse role definition details.

Constructor Summary

Constructor Description
SynapseRbacPermission()

Method Summary

Modifier and Type Method and Description
List<String> getActions()

Get the actions property: List of actions.

List<String> getDataActions()

Get the dataActions property: List of data actions.

List<String> getNotActions()

Get the notActions property: List of Not actions.

List<String> getNotDataActions()

Get the notDataActions property: List of Not data actions.

SynapseRbacPermission setActions(List<String> actions)

Set the actions property: List of actions.

SynapseRbacPermission setDataActions(List<String> dataActions)

Set the dataActions property: List of data actions.

SynapseRbacPermission setNotActions(List<String> notActions)

Set the notActions property: List of Not actions.

SynapseRbacPermission setNotDataActions(List<String> notDataActions)

Set the notDataActions property: List of Not data actions.

Methods inherited from java.lang.Object

Constructor Details

SynapseRbacPermission

public SynapseRbacPermission()

Method Details

getActions

public List getActions()

Get the actions property: List of actions.

Returns:

the actions value.

getDataActions

public List getDataActions()

Get the dataActions property: List of data actions.

Returns:

the dataActions value.

getNotActions

public List getNotActions()

Get the notActions property: List of Not actions.

Returns:

the notActions value.

getNotDataActions

public List getNotDataActions()

Get the notDataActions property: List of Not data actions.

Returns:

the notDataActions value.

setActions

public SynapseRbacPermission setActions(List actions)

Set the actions property: List of actions.

Parameters:

actions - the actions value to set.

Returns:

the SynapseRbacPermission object itself.

setDataActions

public SynapseRbacPermission setDataActions(List dataActions)

Set the dataActions property: List of data actions.

Parameters:

dataActions - the dataActions value to set.

Returns:

the SynapseRbacPermission object itself.

setNotActions

public SynapseRbacPermission setNotActions(List notActions)

Set the notActions property: List of Not actions.

Parameters:

notActions - the notActions value to set.

Returns:

the SynapseRbacPermission object itself.

setNotDataActions

public SynapseRbacPermission setNotDataActions(List notDataActions)

Set the notDataActions property: List of Not data actions.

Parameters:

notDataActions - the notDataActions value to set.

Returns:

the SynapseRbacPermission object itself.

Applies to