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