Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1GetProjectConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1GetProjectConfigResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v1/classes.rb,
lib/google/apis/identitytoolkit_v1/representations.rb,
lib/google/apis/identitytoolkit_v1/representations.rb
Overview
Response message for GetProjectConfig.
Instance Attribute Summary collapse
-
#allow_password_user ⇒ Boolean
(also: #allow_password_user?)
Whether to allow password account sign up.
-
#api_key ⇒ String
Google Cloud API key.
-
#authorized_domains ⇒ Array<String>
Authorized domains for widget redirect.
-
#change_email_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template Corresponds to the JSON property
changeEmailTemplate
. -
#dynamic_links_domain ⇒ String
The Firebase Dynamic Links domain used to construct links for redirects to native apps.
-
#enable_anonymous_user ⇒ Boolean
(also: #enable_anonymous_user?)
Whether anonymous user is enabled.
-
#idp_config ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1IdpConfig>
OAuth2 provider config.
-
#legacy_reset_password_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template Corresponds to the JSON property
legacyResetPasswordTemplate
. -
#project_id ⇒ String
The project id of the retrieved configuration.
-
#reset_password_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template Corresponds to the JSON property
resetPasswordTemplate
. -
#revert_second_factor_addition_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template Corresponds to the JSON property
revertSecondFactorAdditionTemplate
. -
#use_email_sending ⇒ Boolean
(also: #use_email_sending?)
Whether to use email sending.
-
#verify_email_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template Corresponds to the JSON property
verifyEmailTemplate
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1GetProjectConfigResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1GetProjectConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1GetProjectConfigResponse
Returns a new instance of GoogleCloudIdentitytoolkitV1GetProjectConfigResponse.
1109 1110 1111 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1109 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_password_user ⇒ Boolean Also known as: allow_password_user?
Whether to allow password account sign up. This field is only returned for
authenticated calls from a developer.
Corresponds to the JSON property allowPasswordUser
1039 1040 1041 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1039 def allow_password_user @allow_password_user end |
#api_key ⇒ String
Google Cloud API key. This field is only returned for authenticated calls from
a developer.
Corresponds to the JSON property apiKey
1046 1047 1048 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1046 def api_key @api_key end |
#authorized_domains ⇒ Array<String>
Authorized domains for widget redirect.
Corresponds to the JSON property authorizedDomains
1051 1052 1053 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1051 def end |
#change_email_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template
Corresponds to the JSON property changeEmailTemplate
1056 1057 1058 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1056 def change_email_template @change_email_template end |
#dynamic_links_domain ⇒ String
The Firebase Dynamic Links domain used to construct links for redirects to
native apps.
Corresponds to the JSON property dynamicLinksDomain
1062 1063 1064 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1062 def dynamic_links_domain @dynamic_links_domain end |
#enable_anonymous_user ⇒ Boolean Also known as: enable_anonymous_user?
Whether anonymous user is enabled. This field is only returned for
authenticated calls from a developer.
Corresponds to the JSON property enableAnonymousUser
1068 1069 1070 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1068 def enable_anonymous_user @enable_anonymous_user end |
#idp_config ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1IdpConfig>
OAuth2 provider config. This field is only returned for authenticated calls
from a developer.
Corresponds to the JSON property idpConfig
1075 1076 1077 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1075 def idp_config @idp_config end |
#legacy_reset_password_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template
Corresponds to the JSON property legacyResetPasswordTemplate
1080 1081 1082 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1080 def legacy_reset_password_template @legacy_reset_password_template end |
#project_id ⇒ String
The project id of the retrieved configuration.
Corresponds to the JSON property projectId
1085 1086 1087 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1085 def project_id @project_id end |
#reset_password_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template
Corresponds to the JSON property resetPasswordTemplate
1090 1091 1092 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1090 def reset_password_template @reset_password_template end |
#revert_second_factor_addition_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template
Corresponds to the JSON property revertSecondFactorAdditionTemplate
1095 1096 1097 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1095 def revert_second_factor_addition_template @revert_second_factor_addition_template end |
#use_email_sending ⇒ Boolean Also known as: use_email_sending?
Whether to use email sending. This field is only returned for authenticated
calls from a developer.
Corresponds to the JSON property useEmailSending
1101 1102 1103 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1101 def use_email_sending @use_email_sending end |
#verify_email_template ⇒ Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailTemplate
Email template
Corresponds to the JSON property verifyEmailTemplate
1107 1108 1109 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1107 def verify_email_template @verify_email_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1114 def update!(**args) @allow_password_user = args[:allow_password_user] if args.key?(:allow_password_user) @api_key = args[:api_key] if args.key?(:api_key) = args[:authorized_domains] if args.key?(:authorized_domains) @change_email_template = args[:change_email_template] if args.key?(:change_email_template) @dynamic_links_domain = args[:dynamic_links_domain] if args.key?(:dynamic_links_domain) @enable_anonymous_user = args[:enable_anonymous_user] if args.key?(:enable_anonymous_user) @idp_config = args[:idp_config] if args.key?(:idp_config) @legacy_reset_password_template = args[:legacy_reset_password_template] if args.key?(:legacy_reset_password_template) @project_id = args[:project_id] if args.key?(:project_id) @reset_password_template = args[:reset_password_template] if args.key?(:reset_password_template) @revert_second_factor_addition_template = args[:revert_second_factor_addition_template] if args.key?(:revert_second_factor_addition_template) @use_email_sending = args[:use_email_sending] if args.key?(:use_email_sending) @verify_email_template = args[:verify_email_template] if args.key?(:verify_email_template) end |