msgraph.go icon indicating copy to clipboard operation
msgraph.go copied to clipboard

update to latest xml

Open butonic opened this issue 5 years ago • 0 comments

a new objectidentity resource was added:

  <ComplexType Name="objectIdentity">
        <Property Name="signInType" Type="Edm.String" />
        <Property Name="issuer" Type="Edm.String" />
        <Property Name="issuerAssignedId" Type="Edm.String" />
   </ComplexType>

it is used in the user resource.

butonic avatar May 12 '20 12:05 butonic