GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig class
Configuration for web single sign-on for the OIDC provider.
Constructors
-
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig({List<
String> ? additionalScopes, String? assertionClaimsBehavior, String? responseType}) - GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig.fromJson(Map json_)
Properties
-
additionalScopes
↔ List<
String> ? -
Additional scopes to request for in the OIDC authentication request on top
of scopes requested by default.
getter/setter pair
- assertionClaimsBehavior ↔ String?
-
The behavior for how OIDC Claims are included in the
assertion
object used for attribute mapping and attribute condition.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- responseType ↔ String?
-
The Response Type to request for in the OIDC Authorization Request for web
sign-in.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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