GafaelfawrIngressScopesAnonymous

pydantic model gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAnonymous

Represents anonymous access.

Parameters:

data (Any)

Show JSON schema
{
   "title": "GafaelfawrIngressScopesAnonymous",
   "description": "Represents anonymous access.",
   "type": "object",
   "properties": {
      "anonymous": {
         "const": true,
         "enum": [
            true
         ],
         "title": "Anonymous",
         "type": "boolean"
      }
   },
   "additionalProperties": false,
   "required": [
      "anonymous"
   ]
}

Fields:
field anonymous: Literal[True] [Required]

Mark this ingress as anonymous.

is_anonymous()

Whether this ingress is anonymous.

Return type:

bool

property satisfy: Satisfy

The authorization satisfy strategy.

property scopes: list[str]

List of scopes.