<?php //resource_metadata_18e51bf55d7dbf2ccdae942d5da75561

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata')),
    ],
    null,
    [
        'ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata' => [
            'shortName' => [
                'DetachSso',
            ],
            'description' => [
                'Detach a User from it\'s sso provider source',
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'method' => 'GET',
                        'security' => 'is_granted(\'reject\',object)',
                        'swagger_context' => [
                            'summary' => 'Not permitted',
                            'tags' => [
                                'Interoperability',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'input_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            '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',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'input_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'graphql' => [
                [
                    'item_query' => [],
                    'collection_query' => [],
                    'delete' => [],
                    'update' => [],
                    'create' => [],
                ],
            ],
            'attributes' => [
                [
                    'force_eager' => false,
                    'normalization_context' => [
                        'groups' => [
                            'readUser',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'writeUser',
                        ],
                    ],
                    'route_prefix' => '/interoperability',
                    'input' => null,
                    'output' => null,
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
