Table of Contents

Enum FeatureType

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll

Represents the type of the integration.

public enum FeatureType

Fields

[EnumMember(Value = "action")] Action = 1
[EnumMember(Value = "log_stream")] LogStream = 3
[EnumMember(Value = "sms_provider")] SmsProvider = 5
[EnumMember(Value = "social_connection")] SocialConnection = 2
[EnumMember(Value = "sso_integration")] SsoIntegration = 4
[EnumMember(Value = "unspecified")] Unspecified = 0