Uses of Enum Class
com.github.copilot.generated.ManagedSettingsEnforcedEscalation
Packages that use ManagedSettingsEnforcedEscalation
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ManagedSettingsEnforcedEscalation in com.github.copilot.generated
Subclasses with type arguments of type ManagedSettingsEnforcedEscalation in com.github.copilot.generatedModifier and TypeClassDescriptionenumFor a `bypass_permissions_blocked` action, which permission-escalation primitive was refusedMethods in com.github.copilot.generated that return ManagedSettingsEnforcedEscalationModifier and TypeMethodDescriptionSessionManagedSettingsEnforcedEvent.SessionManagedSettingsEnforcedEventData.escalation()Returns the value of theescalationrecord component.Returns the enum constant of this class with the specified name.static ManagedSettingsEnforcedEscalation[]ManagedSettingsEnforcedEscalation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type ManagedSettingsEnforcedEscalationModifierConstructorDescriptionSessionManagedSettingsEnforcedEventData(ManagedSettingsEnforcedAction action, ManagedSettingsEnforcedEscalation escalation, String setting, Boolean failClosed, String message) Creates an instance of aSessionManagedSettingsEnforcedEventDatarecord class.