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