GcipSettings class

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.
no setterinherited
loginPageUri String?
Login page URI associated with the GCIP tenants.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantIds List<String>?
GCIP tenant ids that are linked to the IAP resource.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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