Table of Contents

Class AccountUserWritableFields

Namespace
Autodesk.ACC.AccountAdmin.Models
Assembly
Autodesk.ACC.AccountAdmin.dll

Account user writable fields.

public class AccountUserWritableFields : IParsable
Inheritance
AccountUserWritableFields
Implements
IParsable
Derived
Inherited Members

Properties

AccessLevels

The accessLevels property

public AccountUserAccessLevels? AccessLevels { get; set; }

Property Value

AccountUserAccessLevels

DefaultCompanyId

When adding the user to a project this is the id of the company they will be representing by default in that project. The company can still be changed on a project by project basis

public UntypedNode? DefaultCompanyId { get; set; }

Property Value

UntypedNode

DefaultRoleId

When adding the user to a project this is the id of the role within the project they will be in by default. The role can still be changed on a project by project basis

public UntypedNode? DefaultRoleId { get; set; }

Property Value

UntypedNode

Email

The email of the user.

public string? Email { get; set; }

Property Value

string

FirstName

The user's first name. This data will sync from the user's Autodesk profile.

public string? FirstName { get; set; }

Property Value

string

LastName

The user's last name. This data will sync from the user's Autodesk profile.

public string? LastName { get; set; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static AccountUserWritableFields CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

AccountUserWritableFields

A AccountUserWritableFields

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model