Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.32 KB

File metadata and controls

60 lines (44 loc) · 1.32 KB
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 07/26/2024

workforceIntegrationEncryption resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An encryption entity defining the protocol and secret for a workforceintegration.

Properties

Property Type Description
protocol String The 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"
}