GoogleIamAdminV1WorkforcePoolProviderOidc class
Represents an OpenId Connect 1.0 identity provider.
Constructors
- GoogleIamAdminV1WorkforcePoolProviderOidc({String? clientId, GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret? clientSecret, String? issuerUri, String? jwksJson, GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig? webSsoConfig})
- GoogleIamAdminV1WorkforcePoolProviderOidc.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The client ID.
getter/setter pair
- clientSecret ↔ GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret?
-
The optional client secret.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuerUri ↔ String?
-
The OIDC issuer URI.
getter/setter pair
- jwksJson ↔ String?
-
OIDC JWKs in JSON String format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webSsoConfig ↔ GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig?
-
Configuration for web single sign-on for the OIDC provider.
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