GafaelfawrIngressScopesAll¶
- pydantic model gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAll¶
Represents scopes where all scopes are required.
- Parameters:
data (
Any
)
Show JSON schema
{ "title": "GafaelfawrIngressScopesAll", "description": "Represents scopes where all scopes are required.", "type": "object", "properties": { "all": { "items": { "type": "string" }, "title": "All", "type": "array" } }, "additionalProperties": false, "required": [ "all" ] }
- Fields:
- field all: list[str] [Required]¶
All of these scopes are required to allow access.