Home
last modified time | relevance | path

Searched defs:AccessRule (Results 1 – 25 of 52) sorted by relevance

123

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/waas/
H A Daccess_rule.go18 type AccessRule struct { struct
21 Name *string `mandatory:"true" json:"name"`
24 Criteria []AccessRuleCriteria `mandatory:"true" json:"criteria"`
34 Action AccessRuleActionEnum `mandatory:"true" json:"action"`
40 BlockResponseCode *int `mandatory:"false" json:"blockResponseCode"`
59 RedirectUrl *string `mandatory:"false" json:"redirectUrl"`
67 CaptchaTitle *string `mandatory:"false" json:"captchaTitle"`
70 CaptchaHeader *string `mandatory:"false" json:"captchaHeader"`
73 CaptchaFooter *string `mandatory:"false" json:"captchaFooter"`
82 func (m AccessRule) String() string {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/nas/
H A Dstruct_access_rule.go19 type AccessRule struct { struct
20 SourceCidrIp string `json:"SourceCidrIp" xml:"SourceCidrIp"`
21 Priority int `json:"Priority" xml:"Priority"`
22 AccessRuleId string `json:"AccessRuleId" xml:"AccessRuleId"`
23 RWAccess string `json:"RWAccess" xml:"RWAccess"`
24 UserAccess string `json:"UserAccess" xml:"UserAccess"`
25 Ipv6SourceCidrIp string `json:"Ipv6SourceCidrIp" xml:"Ipv6SourceCidrIp"`
H A Dstruct_access_rules.go20 AccessRule []AccessRule `json:"AccessRule" xml:"AccessRule"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/waas/
H A Daccess_rule.go16 type AccessRule struct { struct
19 Name *string `mandatory:"true" json:"name"`
22 Criteria []AccessRuleCriteria `mandatory:"true" json:"criteria"`
31 Action AccessRuleActionEnum `mandatory:"true" json:"action"`
34 BlockAction AccessRuleBlockActionEnum `mandatory:"false" json:"blockAction,omitempty"`
37 BlockResponseCode *int `mandatory:"false" json:"blockResponseCode"`
40 BlockErrorPageMessage *string `mandatory:"false" json:"blockErrorPageMessage"`
43 BlockErrorPageCode *string `mandatory:"false" json:"blockErrorPageCode"`
46 BlockErrorPageDescription *string `mandatory:"false" json:"blockErrorPageDescription"`
56 RedirectUrl *string `mandatory:"false" json:"redirectUrl"`
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/cloudflare/cloudflare-go/
H A Dfirewall.go13 type AccessRule struct { struct
14 ID string `json:"id,omitempty"`
15 Notes string `json:"notes,omitempty"`
16 AllowedModes []string `json:"allowed_modes,omitempty"`
17 Mode string `json:"mode,omitempty"`
18 Configuration AccessRuleConfiguration `json:"configuration,omitempty"`
19 Scope AccessRuleScope `json:"scope,omitempty"`
20 CreatedOn time.Time `json:"created_on,omitempty"`
21 ModifiedOn time.Time `json:"modified_on,omitempty"`
60 func (api *API) ListUserAccessRules(accessRule AccessRule, page int) (*AccessRuleListResponse, erro…
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dfirewall.go16 type AccessRule struct { struct
17 ID string `json:"id,omitempty"`
18 Notes string `json:"notes,omitempty"`
19 AllowedModes []string `json:"allowed_modes,omitempty"`
20 Mode string `json:"mode,omitempty"`
21 Configuration AccessRuleConfiguration `json:"configuration,omitempty"`
22 Scope AccessRuleScope `json:"scope,omitempty"`
23 CreatedOn time.Time `json:"created_on,omitempty"`
24 ModifiedOn time.Time `json:"modified_on,omitempty"`
63 func (api *API) ListUserAccessRules(ctx context.Context, accessRule AccessRule, page int) (*AccessR…
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/
H A Dfirewall.go15 type AccessRule struct { struct
16 ID string `json:"id,omitempty"`
17 Notes string `json:"notes,omitempty"`
18 AllowedModes []string `json:"allowed_modes,omitempty"`
19 Mode string `json:"mode,omitempty"`
20 Configuration AccessRuleConfiguration `json:"configuration,omitempty"`
21 Scope AccessRuleScope `json:"scope,omitempty"`
22 CreatedOn time.Time `json:"created_on,omitempty"`
23 ModifiedOn time.Time `json:"modified_on,omitempty"`
62 func (api *API) ListUserAccessRules(ctx context.Context, accessRule AccessRule, page int) (*AccessR…
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Dfirewall.go16 type AccessRule struct { struct
17 ID string `json:"id,omitempty"`
18 Notes string `json:"notes,omitempty"`
19 AllowedModes []string `json:"allowed_modes,omitempty"`
20 Mode string `json:"mode,omitempty"`
21 Configuration AccessRuleConfiguration `json:"configuration,omitempty"`
22 Scope AccessRuleScope `json:"scope,omitempty"`
23 CreatedOn time.Time `json:"created_on,omitempty"`
24 ModifiedOn time.Time `json:"modified_on,omitempty"`
63 func (api *API) ListUserAccessRules(ctx context.Context, accessRule AccessRule, page int) (*AccessR…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.AccessControl/
H A DAccessRule_T.cs30 public class AccessRule<T> : AccessRule where T : struct class
32 public AccessRule (string identity, T rights, AccessControlType type) in AccessRule() method in System.Security.AccessControl.AccessRule
38 public AccessRule (IdentityReference identity, T rights, AccessControlType type) in AccessRule() method in System.Security.AccessControl.AccessRule
44 …public AccessRule (string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags … in AccessRule() method in System.Security.AccessControl.AccessRule
50 …public AccessRule (IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, Propag… in AccessRule() method in System.Security.AccessControl.AccessRule
56 …internal AccessRule (IdentityReference identity, int rights, bool isInherited, InheritanceFlags in… in AccessRule() method in System.Security.AccessControl.AccessRule
H A DAccessRule.cs32 public abstract class AccessRule : AuthorizationRule class
36 protected AccessRule (IdentityReference identity, in AccessRule() method in System.Security.AccessControl.AccessRule
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/rbac/v1alpha1/
H A Drbac.pb.go238 type AccessRule struct { struct
296 func (*AccessRule) ProtoMessage() {}
318 func (m *AccessRule) XXX_Size() int {
321 func (m *AccessRule) XXX_DiscardUnknown() {
327 func (m *AccessRule) GetServices() []string {
334 func (m *AccessRule) GetHosts() []string {
348 func (m *AccessRule) GetPaths() []string {
362 func (m *AccessRule) GetMethods() []string {
376 func (m *AccessRule) GetPorts() []int32 {
383 func (m *AccessRule) GetNotPorts() []int32 {
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/env/
H A DAccessRule.java16 public class AccessRule { class
23 public AccessRule(char[] pattern, int problemId) { in AccessRule() method in AccessRule
27 public AccessRule(char[] pattern, int problemId, boolean keepLooking) { in AccessRule() method in AccessRule
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/
H A DAccessRule.java19 public class AccessRule { class
26 public AccessRule(char[] pattern, int problemId) { in AccessRule() method in AccessRule
30 public AccessRule(char[] pattern, int problemId, boolean keepLooking) { in AccessRule() method in AccessRule
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/applicationcredentials/
H A Dresults.go21 type AccessRule struct { struct
23 ID string `json:"id,omitempty"`
25 Path string `json:"path,omitempty"`
28 Method string `json:"method,omitempty"`
31 Service string `json:"service,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/applicationcredentials/
H A Dresults.go21 type AccessRule struct { struct
23 ID string `json:"id,omitempty"`
25 Path string `json:"path,omitempty"`
28 Method string `json:"method,omitempty"`
31 Service string `json:"service,omitempty"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/applicationcredentials/
H A Dresults.go21 type AccessRule struct { struct
23 ID string `json:"id,omitempty"`
25 Path string `json:"path,omitempty"`
28 Method string `json:"method,omitempty"`
31 Service string `json:"service,omitempty"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/applicationcredentials/
H A Dresults.go21 type AccessRule struct { struct
23 ID string `json:"id,omitempty"`
25 Path string `json:"path,omitempty"`
28 Method string `json:"method,omitempty"`
31 Service string `json:"service,omitempty"`
/dports/security/lego/lego-4.5.3/vendor/github.com/ovh/go-ovh/ovh/
H A Dconsumer_key.go16 type AccessRule struct { struct
19 Method string `json:"method"`
25 Path string `json:"path"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/ovh/go-ovh/ovh/
H A Dconsumer_key.go16 type AccessRule struct { struct
19 Method string `json:"method"`
25 Path string `json:"path"`
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/accesscontrol/
H A Dobjectsecurityt.cs24 public class AccessRule<T> : AccessRule where T : struct { class
31 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
43 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
59 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
73 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
92 internal AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.AccessControl/src/System/Security/AccessControl/
H A DObjectSecurityT.cs23 public class AccessRule<T> : AccessRule where T : struct class
30 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
43 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
60 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
75 public AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
95 internal AccessRule( in AccessRule() method in System.Security.AccessControl.AccessRule
/dports/www/squid/squid-4.15/src/adaptation/
H A DAccessCheck.h27 class AccessRule; variable
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/cmd/flarectl/
H A Dfirewall.go16 func formatAccessRule(rule cloudflare.AccessRule) []string {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/cloudflare/cloudflare-go/cmd/flarectl/
H A Dfirewall.go14 func formatAccessRule(rule cloudflare.AccessRule) []string {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/cmd/flarectl/
H A Dfirewall.go16 func formatAccessRule(rule cloudflare.AccessRule) []string {

123