Struct EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum.EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnumSerializer))]
[Serializable]
public readonly record struct EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum>
- Implements
- Inherited Members
Constructors
EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum(string)
public EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum(string value)
Parameters
valuestring
Fields
Amazon
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Amazon
Field Value
Apple
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Apple
Field Value
Auth0Oidc
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Auth0Oidc
Field Value
Baidu
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Baidu
Field Value
Bitbucket
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Bitbucket
Field Value
Bitly
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Bitly
Field Value
Box
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Box
Field Value
Daccount
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Daccount
Field Value
Dropbox
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Dropbox
Field Value
Dwolla
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Dwolla
Field Value
Evernote
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Evernote
Field Value
EvernoteSandbox
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum EvernoteSandbox
Field Value
Exact
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Exact
Field Value
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Facebook
Field Value
Fitbit
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Fitbit
Field Value
Github
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Github
Field Value
GoogleOauth2
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum GoogleOauth2
Field Value
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Instagram
Field Value
Line
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Line
Field Value
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Linkedin
Field Value
Oauth1
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Oauth1
Field Value
Oauth2
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Oauth2
Field Value
Paypal
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Paypal
Field Value
PaypalSandbox
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum PaypalSandbox
Field Value
Planningcenter
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Planningcenter
Field Value
Salesforce
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Salesforce
Field Value
SalesforceCommunity
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum SalesforceCommunity
Field Value
SalesforceSandbox
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum SalesforceSandbox
Field Value
Shopify
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Shopify
Field Value
Soundcloud
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Soundcloud
Field Value
Thirtysevensignals
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Thirtysevensignals
Field Value
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Twitter
Field Value
Untapped
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Untapped
Field Value
Vkontakte
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Vkontakte
Field Value
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Weibo
Field Value
Windowslive
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Windowslive
Field Value
Wordpress
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Wordpress
Field Value
Yahoo
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Yahoo
Field Value
Yandex
public static readonly EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum Yandex
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 EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum, string)
public static bool operator ==(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum value1, string value2)
Parameters
Returns
explicit operator string(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum)
public static explicit operator string(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum value)
Parameters
Returns
explicit operator EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum(string)
public static explicit operator EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum, string)
public static bool operator !=(EventStreamCloudEventUserUpdatedPreviousObjectIdentitiesItemSocialProviderEnum value1, string value2)