o_auth_scope module

OAuthScope

class edgeimpulse_api.models.o_auth_scope.OAuthScope(
		*args,
		**kwds
)

allowed enum values

Parameters

  • *args

  • **kwds

Bases

  • builtins.str

  • aenum._enum.Enum

  • enum.Enum

Class variables

  • DEPLOYMENTSCREATE The type of the None singleton.

  • DEPLOYMENTSDELETE The type of the None singleton.

  • DEPLOYMENTSREAD The type of the None singleton.

  • DEPLOYMENTSUPDATE The type of the None singleton.

  • DEVICESCREATE The type of the None singleton.

  • DEVICESDELETE The type of the None singleton.

  • DEVICESREAD The type of the None singleton.

  • DEVICESUPDATE The type of the None singleton.

  • ORGANIZATIONSREAD The type of the None singleton.

  • PROJECTSCREATE The type of the None singleton.

  • PROJECTSDELETE The type of the None singleton.

  • PROJECTSREAD The type of the None singleton.

  • PROJECTSUPDATE The type of the None singleton.

  • USERREAD The type of the None singleton.

  • USERUPDATE The type of the None singleton.

Last updated

Was this helpful?