GafaelfawrIngressScopesAll#

class gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAll(**data)#

Bases: GafaelfawrIngressScopesBase

Represents scopes where all scopes are required.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

satisfy

The authorization satisfy strategy.

scopes

List of scopes.

Methods Summary

is_anonymous()

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

is_anonymous()#

Whether this ingress is anonymous.

Return type:

bool