GafaelfawrIngressScopesAll#
- class gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAll(**data)#
Bases:
GafaelfawrIngressScopesBase
Represents scopes where all scopes are required.
- Parameters:
data (
Any
)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict
][pydantic.config.ConfigDict].The authorization satisfy strategy.
List of scopes.
Methods Summary
Whether this ingress is anonymous.
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'alias_generator': <function to_camel>, 'extra': 'forbid', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict
][pydantic.config.ConfigDict].
- satisfy#
The authorization satisfy strategy.
- scopes#
List of scopes.
Methods Documentation