alternativeSecurityId resource type

Namespace: microsoft.graph

For internal use only. This complex type will be deprecated in the future.

Properties

Property Type Description
identityProvider String For internal use only.
key Edm.Binary For internal use only.
type Int32 For internal use only.

JSON representation

The following is a JSON representation of the resource.

{
  "identityProvider": "String",
  "key": {"@odata.type": "Edm.Binary"},
  "type": "Int32"
}