GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig class
A pair of SAML RP-IDP configurations when the project acts as the relying party.
Constructors
- GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig({String? displayName, bool? enabled, GoogleCloudIdentitytoolkitAdminV2IdpConfig? idpConfig, String? name, GoogleCloudIdentitytoolkitAdminV2SpConfig? spConfig})
- GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig.fromJson(Map _json)
Properties
- displayName ↔ String?
-
The config's display name set by developers.
getter/setter pair
- enabled ↔ bool?
-
True if allows the user to sign in with the provider.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idpConfig ↔ GoogleCloudIdentitytoolkitAdminV2IdpConfig?
-
The SAML IdP (Identity Provider) configuration when the project acts as
the relying party.
getter/setter pair
- name ↔ String?
-
The name of the InboundSamlConfig resource, for example:
'projects/my-awesome-project/inboundSamlConfigs/my-config-id'.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spConfig ↔ GoogleCloudIdentitytoolkitAdminV2SpConfig?
-
The SAML SP (Service Provider) configuration when the project acts as the
relying party to receive and accept an authentication assertion issued by
a SAML identity 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