Table of Contents

Struct ClientAppTypeEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(ClientAppTypeEnum.ClientAppTypeEnumSerializer))]
[Serializable]
public readonly record struct ClientAppTypeEnum : IStringEnum, IEquatable<string>, IEquatable<ClientAppTypeEnum>
Implements
Inherited Members

Constructors

ClientAppTypeEnum(string)

public ClientAppTypeEnum(string value)

Parameters

value string

Fields

Box

public static readonly ClientAppTypeEnum Box

Field Value

ClientAppTypeEnum

Cloudbees

public static readonly ClientAppTypeEnum Cloudbees

Field Value

ClientAppTypeEnum

Concur

public static readonly ClientAppTypeEnum Concur

Field Value

ClientAppTypeEnum

Dropbox

public static readonly ClientAppTypeEnum Dropbox

Field Value

ClientAppTypeEnum

Echosign

public static readonly ClientAppTypeEnum Echosign

Field Value

ClientAppTypeEnum

Egnyte

public static readonly ClientAppTypeEnum Egnyte

Field Value

ClientAppTypeEnum

ExpressConfiguration

public static readonly ClientAppTypeEnum ExpressConfiguration

Field Value

ClientAppTypeEnum

Mscrm

public static readonly ClientAppTypeEnum Mscrm

Field Value

ClientAppTypeEnum

Native

public static readonly ClientAppTypeEnum Native

Field Value

ClientAppTypeEnum

Newrelic

public static readonly ClientAppTypeEnum Newrelic

Field Value

ClientAppTypeEnum

NonInteractive

public static readonly ClientAppTypeEnum NonInteractive

Field Value

ClientAppTypeEnum

Oag

public static readonly ClientAppTypeEnum Oag

Field Value

ClientAppTypeEnum

Office365

public static readonly ClientAppTypeEnum Office365

Field Value

ClientAppTypeEnum

RegularWeb

public static readonly ClientAppTypeEnum RegularWeb

Field Value

ClientAppTypeEnum

ResourceServer

public static readonly ClientAppTypeEnum ResourceServer

Field Value

ClientAppTypeEnum

Rms

public static readonly ClientAppTypeEnum Rms

Field Value

ClientAppTypeEnum

Salesforce

public static readonly ClientAppTypeEnum Salesforce

Field Value

ClientAppTypeEnum

Sentry

public static readonly ClientAppTypeEnum Sentry

Field Value

ClientAppTypeEnum

Sharepoint

public static readonly ClientAppTypeEnum Sharepoint

Field Value

ClientAppTypeEnum

Slack

public static readonly ClientAppTypeEnum Slack

Field Value

ClientAppTypeEnum

Spa

public static readonly ClientAppTypeEnum Spa

Field Value

ClientAppTypeEnum

Springcm

public static readonly ClientAppTypeEnum Springcm

Field Value

ClientAppTypeEnum

SsoIntegration

public static readonly ClientAppTypeEnum SsoIntegration

Field Value

ClientAppTypeEnum

Zendesk

public static readonly ClientAppTypeEnum Zendesk

Field Value

ClientAppTypeEnum

Zoom

public static readonly ClientAppTypeEnum Zoom

Field Value

ClientAppTypeEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static ClientAppTypeEnum FromCustom(string value)

Parameters

value string

Returns

ClientAppTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(ClientAppTypeEnum, string)

public static bool operator ==(ClientAppTypeEnum value1, string value2)

Parameters

value1 ClientAppTypeEnum
value2 string

Returns

bool

explicit operator string(ClientAppTypeEnum)

public static explicit operator string(ClientAppTypeEnum value)

Parameters

value ClientAppTypeEnum

Returns

string

explicit operator ClientAppTypeEnum(string)

public static explicit operator ClientAppTypeEnum(string value)

Parameters

value string

Returns

ClientAppTypeEnum

operator !=(ClientAppTypeEnum, string)

public static bool operator !=(ClientAppTypeEnum value1, string value2)

Parameters

value1 ClientAppTypeEnum
value2 string

Returns

bool