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