<?php //%255BApp%255CUser%255CInteroperability%255CRessource%255CDetachSso%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
    ],
    null,
    [
        'stdClass' => [
            'collectionOperations' => [
                [
                    'interop_detach_sso' => [
                        'path' => '/users/detachSso',
                        'method' => 'POST',
                        'security' => 'is_granted(\'interop_user_create\',object)',
                        'swagger_context' => [
                            'summary' => 'Erase the SsoId and the SsoProvider informations of the user account. Uuid or userId MUST BE FILLED. If both given, Uuid is ignored',
                            'tags' => [
                                'Interoperability',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'uuid',
                                    'type' => 'string',
                                    'required' => false,
                                    'description' => 'User\'s id in the sso provider\'s internal system',
                                ],
                                [
                                    'name' => 'userId',
                                    'type' => 'int',
                                    'required' => false,
                                    'description' => 'Instance user\'s id',
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'method' => 'GET',
                        'security' => 'is_granted(\'reject\',object)',
                        'swagger_context' => [
                            'summary' => 'Not permitted',
                            'tags' => [
                                'Interoperability',
                            ],
                        ],
                    ],
                ],
            ],
            'attributes' => [
                [
                    'force_eager' => false,
                    'normalization_context' => [
                        'groups' => [
                            'readUser',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'writeUser',
                        ],
                    ],
                    'route_prefix' => '/interoperability',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
