The secret restore parameters.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecretRestoreParameters", "title": "SecretRestoreParameters", "type": "object", "description": "The secret restore parameters.", "required": [ "value" ], "properties": { "value": { "type": "string", "format": "base64url", "description": "The backup blob associated with a secret bundle.", "example": "example_value" } } }