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