AttributePropagationSettings class Null safety
Configuration for propagating attributes to customer applications protected by IAP.
These attributes may be SAML attributes from a 3rd party IdP, or potentially other sources in the future.
Constructors
-
AttributePropagationSettings({bool? enable, String? expression, List<
String> ? outputCredentials}) - AttributePropagationSettings.fromJson(Map json_)
Properties
- enable ↔ bool?
-
Whether the provided attribute propagation settings should be evaluated on
user requests.
read / write
- expression ↔ String?
-
Raw string CEL expression.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
outputCredentials
↔ List<
String> ? -
Which output credentials attributes selected by the CEL expression should
be propagated in.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited