GcipSettings class Null safety
Allows customers to configure tenant_id for GCIP instance per-app.
Constructors
-
GcipSettings({String? loginPageUri, List<
String> ? tenantIds}) - GcipSettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- loginPageUri ↔ String?
-
Login page URI associated with the GCIP tenants.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
tenantIds
↔ List<
String> ? -
GCIP tenant ids that are linked to the IAP resource.
read / write
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