Partager via


EndpointAccessDefaultAction Énumération

Définition

Définit des valeurs pour EndpointAccessDefaultAction.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum EndpointAccessDefaultAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type EndpointAccessDefaultAction = 
Public Enum EndpointAccessDefaultAction
Héritage
EndpointAccessDefaultAction
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Allow 0

Autoriser l’accès client.

Deny 1

Refuser l’accès client.

S’applique à