Uses of Enum Class
com.github.copilot.generated.rpc.DisableBypassPermissionsMode
Packages that use DisableBypassPermissionsMode
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of DisableBypassPermissionsMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type DisableBypassPermissionsMode in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return DisableBypassPermissionsModeModifier and TypeMethodDescriptionSessionManagedPermissions.disableBypassPermissionsMode()Returns the value of thedisableBypassPermissionsModerecord component.static DisableBypassPermissionsModestatic DisableBypassPermissionsModeReturns the enum constant of this class with the specified name.static DisableBypassPermissionsMode[]DisableBypassPermissionsMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type DisableBypassPermissionsModeModifierConstructorDescriptionSessionManagedPermissions(DisableBypassPermissionsMode disableBypassPermissionsMode, List<String> deny, List<String> ask, List<String> allow) Creates an instance of aSessionManagedPermissionsrecord class. -
Uses of DisableBypassPermissionsMode in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return DisableBypassPermissionsModeMethods in com.github.copilot.rpc with parameters of type DisableBypassPermissionsModeModifier and TypeMethodDescriptionManagedSettingsPermissions.setDisableBypassPermissionsMode(DisableBypassPermissionsMode value) Disables bypass/allow-all permission modes.