Uses of Record Class
com.github.copilot.generated.rpc.PermissionRulesSet
Packages that use PermissionRulesSet
-
Uses of PermissionRulesSet in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return PermissionRulesSetModifier and TypeMethodDescriptionSessionPermissionsConfigureParams.rules()Returns the value of therulesrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type PermissionRulesSetModifierConstructorDescriptionSessionPermissionsConfigureParams(String sessionId, Boolean approveAllToolPermissionRequests, Boolean approveAllReadPermissionRequests, PermissionRulesSet rules, PermissionPathsConfig paths, PermissionUrlsConfig urls, List<PermissionsConfigureAdditionalContentExclusionPolicy> additionalContentExclusionPolicies) Creates an instance of aSessionPermissionsConfigureParamsrecord class.