Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.25 KB

File metadata and controls

57 lines (43 loc) · 1.25 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 08/08/2024

workforceIntegrationEncryption resource type

Namespace: microsoft.graph

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"
}