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
valuestring
Fields
Box
public static readonly ClientAppTypeEnum Box
Field Value
Cloudbees
public static readonly ClientAppTypeEnum Cloudbees
Field Value
Concur
public static readonly ClientAppTypeEnum Concur
Field Value
Dropbox
public static readonly ClientAppTypeEnum Dropbox
Field Value
Echosign
public static readonly ClientAppTypeEnum Echosign
Field Value
Egnyte
public static readonly ClientAppTypeEnum Egnyte
Field Value
ExpressConfiguration
public static readonly ClientAppTypeEnum ExpressConfiguration
Field Value
Mscrm
public static readonly ClientAppTypeEnum Mscrm
Field Value
Native
public static readonly ClientAppTypeEnum Native
Field Value
Newrelic
public static readonly ClientAppTypeEnum Newrelic
Field Value
NonInteractive
public static readonly ClientAppTypeEnum NonInteractive
Field Value
Oag
public static readonly ClientAppTypeEnum Oag
Field Value
Office365
public static readonly ClientAppTypeEnum Office365
Field Value
RegularWeb
public static readonly ClientAppTypeEnum RegularWeb
Field Value
ResourceServer
public static readonly ClientAppTypeEnum ResourceServer
Field Value
Rms
public static readonly ClientAppTypeEnum Rms
Field Value
Salesforce
public static readonly ClientAppTypeEnum Salesforce
Field Value
Sentry
public static readonly ClientAppTypeEnum Sentry
Field Value
Sharepoint
public static readonly ClientAppTypeEnum Sharepoint
Field Value
Slack
public static readonly ClientAppTypeEnum Slack
Field Value
Spa
public static readonly ClientAppTypeEnum Spa
Field Value
Springcm
public static readonly ClientAppTypeEnum Springcm
Field Value
SsoIntegration
public static readonly ClientAppTypeEnum SsoIntegration
Field Value
Zendesk
public static readonly ClientAppTypeEnum Zendesk
Field Value
Zoom
public static readonly ClientAppTypeEnum Zoom
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static ClientAppTypeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(ClientAppTypeEnum, string)
public static bool operator ==(ClientAppTypeEnum value1, string value2)
Parameters
value1ClientAppTypeEnumvalue2string
Returns
explicit operator string(ClientAppTypeEnum)
public static explicit operator string(ClientAppTypeEnum value)
Parameters
valueClientAppTypeEnum
Returns
explicit operator ClientAppTypeEnum(string)
public static explicit operator ClientAppTypeEnum(string value)
Parameters
valuestring
Returns
operator !=(ClientAppTypeEnum, string)
public static bool operator !=(ClientAppTypeEnum value1, string value2)
Parameters
value1ClientAppTypeEnumvalue2string