Table of Contents

Class AccountUserAccessLevels

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

Flags indicating the users access levels in the account

public class AccountUserAccessLevels : IParsable
Inheritance
AccountUserAccessLevels
Implements
IParsable
Inherited Members

Properties

AccountAdmin

Indicates the user is an account admin in the account

public bool? AccountAdmin { get; set; }

Property Value

bool?

AcsProjectAdmin

Indicates the user is a project admin for at least 1 active acsUnified project in the account

public bool? AcsProjectAdmin { get; set; }

Property Value

bool?

Executive

Indicates the user is an executive in the account

public bool? Executive { get; set; }

Property Value

bool?

NoAccess

Indicates the user has been added to the member directory for the account but is not an admin or executive and is not participating in any active projects

public bool? NoAccess { get; }

Property Value

bool?

ProjectAdmin

Indicates the user is a project admin for at least 1 active project

public bool? ProjectAdmin { get; }

Property Value

bool?

ProjectMember

Indicates the user is participating in at least 1 active project in which they are not an admin

public bool? ProjectMember { get; }

Property Value

bool?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static AccountUserAccessLevels CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

AccountUserAccessLevels

A AccountUserAccessLevels

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