Profile
Profile is all the different profiles that a given User may have associated with their account.
union Profile = LocalProfile | OIDCProfile | SSOProfile | FacebookProfile | GoogleProfile
Possible types
Profile.LocalProfile object
Profile.OIDCProfile object
Profile.SSOProfile object
Profile.FacebookProfile object
Profile.GoogleProfile object
Member Of
User object