Optional
customThe custom display name for the identity (if any). Setting this property to an empty string will clear the existing custom display name. Setting this property to null will not affect the existing persisted value (since null values do not get sent over the wire or to the database)
Optional
descriptorOptional
idIdentity Identifier. Also called Storage Key, or VSID
Optional
isTrue if the identity has a membership in any Azure Devops group in the organization.
Optional
isTrue if the identity is a group.
Optional
masterOptional
memberId of the members of the identity (groups only).
Optional
memberOptional
membersOptional
metaOptional
propertiesOptional
providerThe display name for the identity as specified by the source identity provider.
Optional
resourceOptional
socialOptional
subjectSubject descriptor of a Graph entity.
Optional
unique
Base Identity class to allow "trimmed" identity class in the GetConnectionData API Makes sure that on-the-wire representations of the derived classes are compatible with each other (e.g. Server responds with PublicIdentity object while client deserializes it as Identity object) Derived classes should not have additional [DataMember] properties