{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workforceIntegrationEncryption", "title": "workforceIntegrationEncryption", "required": [ "@odata.type" ], "type": "object", "properties": { "protocol": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol" }, { "type": "object", "nullable": true } ], "description": "The possible values are: sharedSecret, unknownFutureValue." }, "secret": { "type": "string", "description": "Encryption shared secret.", "nullable": true }, "@odata.type": { "type": "string" } } }