API reference
API reference
Select your platform
No SDKs available
No versions available

ManagedInfo Class

If the user is a Meta Managed Account(MMA), the managed account for the user will contain further metadata information. There must be user consent via dialog during installation, your app must have DUC enabled, and the app must be admin-approved.

Constructors

ManagedInfo ( o )
Signature
Oculus.Platform.Models.ManagedInfo.ManagedInfo(IntPtr o)
Parameters
o: IntPtr

Fields

Department : readonly string
A string represents the department name in the organization to which the user belongs to.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Department
Email : readonly string
The email address of the account user which owns the MMA, i.e., Meta Managed Account.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Email
EmployeeNumber : readonly string
A string represents the employee number of the person who owns MMA, i.e., Meta Managed Account.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.EmployeeNumber
ExternalId : readonly string
A string which can be used to uniquely identify the user of the MMA, i.e., Meta Managed Account.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.ExternalId
Location : readonly string
A string contains the information about the location of the user.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Location
Manager : readonly string
A string contains the information about the manager of the user.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Manager
Name : readonly string
A string contrains the information about the user's name.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Name
OrganizationId : readonly string
A string which can be used to uniquely identify the organization which owns the MMA, i.e., Meta Managed Account.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.OrganizationId
OrganizationName : readonly string
The name of the organization to which the MMA(i.e., Meta Managed Account) account user belongs to.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.OrganizationName
Position : readonly string
A string contains the position information of the user.
Signature
readonly string Oculus.Platform.Models.ManagedInfo.Position