workforceIntegrationEncryption resource type
Namespace: microsoft.graph
An encryption entity defining the protocol and secret for a workforceintegration.
Properties
Property | Type | Description |
---|---|---|
protocol | String | Possible values are: sharedSecret , unknownFutureValue . |
secret | String | Encryption shared secret. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"protocol": "String",
"secret": "String"
}