GcipSettings class

Allows customers to configure tenant IDs for a Cloud Identity Platform (GCIP) instance for each application.

Constructors

GcipSettings.new({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