| title | workforceIntegrationEncryption resource type |
|---|---|
| description | An encryption entity defining the protocol and secret for a workforce integration. |
| ms.localizationpriority | medium |
| author | akumar39 |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
An encryption entity defining the protocol and secret for a workforceintegration.
| Property | Type | Description |
|---|---|---|
| protocol | String | The possible values are: sharedSecret, unknownFutureValue. |
| secret | String | Encryption shared secret. |
None.
The following JSON representation shows the resource type.
{
"protocol": "String",
"secret": "String"
}