...

Text file src/google.golang.org/api/identitytoolkit/v2/identitytoolkit-api.json

Documentation: google.golang.org/api/identitytoolkit/v2

     1{
     2  "auth": {
     3    "oauth2": {
     4      "scopes": {
     5        "https://www.googleapis.com/auth/cloud-platform": {
     6          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
     7        },
     8        "https://www.googleapis.com/auth/firebase": {
     9          "description": "View and administer all your Firebase data and settings"
    10        }
    11      }
    12    }
    13  },
    14  "basePath": "",
    15  "baseUrl": "https://identitytoolkit.googleapis.com/",
    16  "batchPath": "batch",
    17  "canonicalName": "Identity Toolkit",
    18  "description": "The Google Identity Toolkit API lets you use open standards to verify a user's identity.",
    19  "discoveryVersion": "v1",
    20  "documentationLink": "https://cloud.google.com/identity-platform",
    21  "fullyEncodeReservedExpansion": true,
    22  "icons": {
    23    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    24    "x32": "http://www.google.com/images/icons/product/search-32.gif"
    25  },
    26  "id": "identitytoolkit:v2",
    27  "kind": "discovery#restDescription",
    28  "mtlsRootUrl": "https://identitytoolkit.mtls.googleapis.com/",
    29  "name": "identitytoolkit",
    30  "ownerDomain": "google.com",
    31  "ownerName": "Google",
    32  "parameters": {
    33    "$.xgafv": {
    34      "description": "V1 error format.",
    35      "enum": [
    36        "1",
    37        "2"
    38      ],
    39      "enumDescriptions": [
    40        "v1 error format",
    41        "v2 error format"
    42      ],
    43      "location": "query",
    44      "type": "string"
    45    },
    46    "access_token": {
    47      "description": "OAuth access token.",
    48      "location": "query",
    49      "type": "string"
    50    },
    51    "alt": {
    52      "default": "json",
    53      "description": "Data format for response.",
    54      "enum": [
    55        "json",
    56        "media",
    57        "proto"
    58      ],
    59      "enumDescriptions": [
    60        "Responses with Content-Type of application/json",
    61        "Media download with context-dependent Content-Type",
    62        "Responses with Content-Type of application/x-protobuf"
    63      ],
    64      "location": "query",
    65      "type": "string"
    66    },
    67    "callback": {
    68      "description": "JSONP",
    69      "location": "query",
    70      "type": "string"
    71    },
    72    "fields": {
    73      "description": "Selector specifying which fields to include in a partial response.",
    74      "location": "query",
    75      "type": "string"
    76    },
    77    "key": {
    78      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
    79      "location": "query",
    80      "type": "string"
    81    },
    82    "oauth_token": {
    83      "description": "OAuth 2.0 token for the current user.",
    84      "location": "query",
    85      "type": "string"
    86    },
    87    "prettyPrint": {
    88      "default": "true",
    89      "description": "Returns response with indentations and line breaks.",
    90      "location": "query",
    91      "type": "boolean"
    92    },
    93    "quotaUser": {
    94      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
    95      "location": "query",
    96      "type": "string"
    97    },
    98    "uploadType": {
    99      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
   100      "location": "query",
   101      "type": "string"
   102    },
   103    "upload_protocol": {
   104      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
   105      "location": "query",
   106      "type": "string"
   107    }
   108  },
   109  "protocol": "rest",
   110  "resources": {
   111    "accounts": {
   112      "methods": {
   113        "revokeToken": {
   114          "description": "Revokes a user's token from an Identity Provider (IdP). This is done by manually providing an IdP credential, and the token types for revocation. An [API key](https://cloud.google.com/docs/authentication/api-keys) is required in the request in order to identify the Google Cloud project.",
   115          "flatPath": "v2/accounts:revokeToken",
   116          "httpMethod": "POST",
   117          "id": "identitytoolkit.accounts.revokeToken",
   118          "parameterOrder": [],
   119          "parameters": {},
   120          "path": "v2/accounts:revokeToken",
   121          "request": {
   122            "$ref": "GoogleCloudIdentitytoolkitV2RevokeTokenRequest"
   123          },
   124          "response": {
   125            "$ref": "GoogleCloudIdentitytoolkitV2RevokeTokenResponse"
   126          },
   127          "scopes": [
   128            "https://www.googleapis.com/auth/cloud-platform"
   129          ]
   130        }
   131      },
   132      "resources": {
   133        "mfaEnrollment": {
   134          "methods": {
   135            "finalize": {
   136              "description": "Finishes enrolling a second factor for the user.",
   137              "flatPath": "v2/accounts/mfaEnrollment:finalize",
   138              "httpMethod": "POST",
   139              "id": "identitytoolkit.accounts.mfaEnrollment.finalize",
   140              "parameterOrder": [],
   141              "parameters": {},
   142              "path": "v2/accounts/mfaEnrollment:finalize",
   143              "request": {
   144                "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest"
   145              },
   146              "response": {
   147                "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse"
   148              },
   149              "scopes": [
   150                "https://www.googleapis.com/auth/cloud-platform"
   151              ]
   152            },
   153            "start": {
   154              "description": "Step one of the MFA enrollment process. In SMS case, this sends an SMS verification code to the user.",
   155              "flatPath": "v2/accounts/mfaEnrollment:start",
   156              "httpMethod": "POST",
   157              "id": "identitytoolkit.accounts.mfaEnrollment.start",
   158              "parameterOrder": [],
   159              "parameters": {},
   160              "path": "v2/accounts/mfaEnrollment:start",
   161              "request": {
   162                "$ref": "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest"
   163              },
   164              "response": {
   165                "$ref": "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse"
   166              },
   167              "scopes": [
   168                "https://www.googleapis.com/auth/cloud-platform"
   169              ]
   170            },
   171            "withdraw": {
   172              "description": "Revokes one second factor from the enrolled second factors for an account.",
   173              "flatPath": "v2/accounts/mfaEnrollment:withdraw",
   174              "httpMethod": "POST",
   175              "id": "identitytoolkit.accounts.mfaEnrollment.withdraw",
   176              "parameterOrder": [],
   177              "parameters": {},
   178              "path": "v2/accounts/mfaEnrollment:withdraw",
   179              "request": {
   180                "$ref": "GoogleCloudIdentitytoolkitV2WithdrawMfaRequest"
   181              },
   182              "response": {
   183                "$ref": "GoogleCloudIdentitytoolkitV2WithdrawMfaResponse"
   184              },
   185              "scopes": [
   186                "https://www.googleapis.com/auth/cloud-platform"
   187              ]
   188            }
   189          }
   190        },
   191        "mfaSignIn": {
   192          "methods": {
   193            "finalize": {
   194              "description": "Verifies the MFA challenge and performs sign-in",
   195              "flatPath": "v2/accounts/mfaSignIn:finalize",
   196              "httpMethod": "POST",
   197              "id": "identitytoolkit.accounts.mfaSignIn.finalize",
   198              "parameterOrder": [],
   199              "parameters": {},
   200              "path": "v2/accounts/mfaSignIn:finalize",
   201              "request": {
   202                "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest"
   203              },
   204              "response": {
   205                "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse"
   206              },
   207              "scopes": [
   208                "https://www.googleapis.com/auth/cloud-platform"
   209              ]
   210            },
   211            "start": {
   212              "description": "Sends the MFA challenge",
   213              "flatPath": "v2/accounts/mfaSignIn:start",
   214              "httpMethod": "POST",
   215              "id": "identitytoolkit.accounts.mfaSignIn.start",
   216              "parameterOrder": [],
   217              "parameters": {},
   218              "path": "v2/accounts/mfaSignIn:start",
   219              "request": {
   220                "$ref": "GoogleCloudIdentitytoolkitV2StartMfaSignInRequest"
   221              },
   222              "response": {
   223                "$ref": "GoogleCloudIdentitytoolkitV2StartMfaSignInResponse"
   224              },
   225              "scopes": [
   226                "https://www.googleapis.com/auth/cloud-platform"
   227              ]
   228            }
   229          }
   230        }
   231      }
   232    },
   233    "defaultSupportedIdps": {
   234      "methods": {
   235        "list": {
   236          "description": "List all default supported Idps.",
   237          "flatPath": "v2/defaultSupportedIdps",
   238          "httpMethod": "GET",
   239          "id": "identitytoolkit.defaultSupportedIdps.list",
   240          "parameterOrder": [],
   241          "parameters": {
   242            "pageSize": {
   243              "description": "The maximum number of items to return.",
   244              "format": "int32",
   245              "location": "query",
   246              "type": "integer"
   247            },
   248            "pageToken": {
   249              "description": "The next_page_token value returned from a previous List request, if any.",
   250              "location": "query",
   251              "type": "string"
   252            }
   253          },
   254          "path": "v2/defaultSupportedIdps",
   255          "response": {
   256            "$ref": "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse"
   257          },
   258          "scopes": [
   259            "https://www.googleapis.com/auth/cloud-platform",
   260            "https://www.googleapis.com/auth/firebase"
   261          ]
   262        }
   263      }
   264    },
   265    "projects": {
   266      "methods": {
   267        "getConfig": {
   268          "description": "Retrieve an Identity Toolkit project configuration.",
   269          "flatPath": "v2/projects/{projectsId}/config",
   270          "httpMethod": "GET",
   271          "id": "identitytoolkit.projects.getConfig",
   272          "parameterOrder": [
   273            "name"
   274          ],
   275          "parameters": {
   276            "name": {
   277              "description": "The resource name of the config, for example: \"projects/my-awesome-project/config\"",
   278              "location": "path",
   279              "pattern": "^projects/[^/]+/config$",
   280              "required": true,
   281              "type": "string"
   282            }
   283          },
   284          "path": "v2/{+name}",
   285          "response": {
   286            "$ref": "GoogleCloudIdentitytoolkitAdminV2Config"
   287          },
   288          "scopes": [
   289            "https://www.googleapis.com/auth/cloud-platform"
   290          ]
   291        },
   292        "updateConfig": {
   293          "description": "Update an Identity Toolkit project configuration.",
   294          "flatPath": "v2/projects/{projectsId}/config",
   295          "httpMethod": "PATCH",
   296          "id": "identitytoolkit.projects.updateConfig",
   297          "parameterOrder": [
   298            "name"
   299          ],
   300          "parameters": {
   301            "name": {
   302              "description": "Output only. The name of the Config resource. Example: \"projects/my-awesome-project/config\"",
   303              "location": "path",
   304              "pattern": "^projects/[^/]+/config$",
   305              "required": true,
   306              "type": "string"
   307            },
   308            "updateMask": {
   309              "description": "The update mask applies to the resource. Fields set in the config but not included in this update mask will be ignored. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
   310              "format": "google-fieldmask",
   311              "location": "query",
   312              "type": "string"
   313            }
   314          },
   315          "path": "v2/{+name}",
   316          "request": {
   317            "$ref": "GoogleCloudIdentitytoolkitAdminV2Config"
   318          },
   319          "response": {
   320            "$ref": "GoogleCloudIdentitytoolkitAdminV2Config"
   321          },
   322          "scopes": [
   323            "https://www.googleapis.com/auth/cloud-platform",
   324            "https://www.googleapis.com/auth/firebase"
   325          ]
   326        }
   327      },
   328      "resources": {
   329        "defaultSupportedIdpConfigs": {
   330          "methods": {
   331            "create": {
   332              "description": "Create a default supported Idp configuration for an Identity Toolkit project.",
   333              "flatPath": "v2/projects/{projectsId}/defaultSupportedIdpConfigs",
   334              "httpMethod": "POST",
   335              "id": "identitytoolkit.projects.defaultSupportedIdpConfigs.create",
   336              "parameterOrder": [
   337                "parent"
   338              ],
   339              "parameters": {
   340                "idpId": {
   341                  "description": "The id of the Idp to create a config for. Call ListDefaultSupportedIdps for list of all default supported Idps.",
   342                  "location": "query",
   343                  "type": "string"
   344                },
   345                "parent": {
   346                  "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
   347                  "location": "path",
   348                  "pattern": "^projects/[^/]+$",
   349                  "required": true,
   350                  "type": "string"
   351                }
   352              },
   353              "path": "v2/{+parent}/defaultSupportedIdpConfigs",
   354              "request": {
   355                "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
   356              },
   357              "response": {
   358                "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
   359              },
   360              "scopes": [
   361                "https://www.googleapis.com/auth/cloud-platform",
   362                "https://www.googleapis.com/auth/firebase"
   363              ]
   364            },
   365            "delete": {
   366              "description": "Delete a default supported Idp configuration for an Identity Toolkit project.",
   367              "flatPath": "v2/projects/{projectsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
   368              "httpMethod": "DELETE",
   369              "id": "identitytoolkit.projects.defaultSupportedIdpConfigs.delete",
   370              "parameterOrder": [
   371                "name"
   372              ],
   373              "parameters": {
   374                "name": {
   375                  "description": "The resource name of the config, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
   376                  "location": "path",
   377                  "pattern": "^projects/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
   378                  "required": true,
   379                  "type": "string"
   380                }
   381              },
   382              "path": "v2/{+name}",
   383              "response": {
   384                "$ref": "GoogleProtobufEmpty"
   385              },
   386              "scopes": [
   387                "https://www.googleapis.com/auth/cloud-platform",
   388                "https://www.googleapis.com/auth/firebase"
   389              ]
   390            },
   391            "get": {
   392              "description": "Retrieve a default supported Idp configuration for an Identity Toolkit project.",
   393              "flatPath": "v2/projects/{projectsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
   394              "httpMethod": "GET",
   395              "id": "identitytoolkit.projects.defaultSupportedIdpConfigs.get",
   396              "parameterOrder": [
   397                "name"
   398              ],
   399              "parameters": {
   400                "name": {
   401                  "description": "The resource name of the config, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
   402                  "location": "path",
   403                  "pattern": "^projects/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
   404                  "required": true,
   405                  "type": "string"
   406                }
   407              },
   408              "path": "v2/{+name}",
   409              "response": {
   410                "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
   411              },
   412              "scopes": [
   413                "https://www.googleapis.com/auth/cloud-platform",
   414                "https://www.googleapis.com/auth/firebase"
   415              ]
   416            },
   417            "list": {
   418              "description": "List all default supported Idp configurations for an Identity Toolkit project.",
   419              "flatPath": "v2/projects/{projectsId}/defaultSupportedIdpConfigs",
   420              "httpMethod": "GET",
   421              "id": "identitytoolkit.projects.defaultSupportedIdpConfigs.list",
   422              "parameterOrder": [
   423                "parent"
   424              ],
   425              "parameters": {
   426                "pageSize": {
   427                  "description": "The maximum number of items to return.",
   428                  "format": "int32",
   429                  "location": "query",
   430                  "type": "integer"
   431                },
   432                "pageToken": {
   433                  "description": "The next_page_token value returned from a previous List request, if any.",
   434                  "location": "query",
   435                  "type": "string"
   436                },
   437                "parent": {
   438                  "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
   439                  "location": "path",
   440                  "pattern": "^projects/[^/]+$",
   441                  "required": true,
   442                  "type": "string"
   443                }
   444              },
   445              "path": "v2/{+parent}/defaultSupportedIdpConfigs",
   446              "response": {
   447                "$ref": "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse"
   448              },
   449              "scopes": [
   450                "https://www.googleapis.com/auth/cloud-platform",
   451                "https://www.googleapis.com/auth/firebase"
   452              ]
   453            },
   454            "patch": {
   455              "description": "Update a default supported Idp configuration for an Identity Toolkit project.",
   456              "flatPath": "v2/projects/{projectsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
   457              "httpMethod": "PATCH",
   458              "id": "identitytoolkit.projects.defaultSupportedIdpConfigs.patch",
   459              "parameterOrder": [
   460                "name"
   461              ],
   462              "parameters": {
   463                "name": {
   464                  "description": "The name of the DefaultSupportedIdpConfig resource, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
   465                  "location": "path",
   466                  "pattern": "^projects/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
   467                  "required": true,
   468                  "type": "string"
   469                },
   470                "updateMask": {
   471                  "description": "The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
   472                  "format": "google-fieldmask",
   473                  "location": "query",
   474                  "type": "string"
   475                }
   476              },
   477              "path": "v2/{+name}",
   478              "request": {
   479                "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
   480              },
   481              "response": {
   482                "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
   483              },
   484              "scopes": [
   485                "https://www.googleapis.com/auth/cloud-platform",
   486                "https://www.googleapis.com/auth/firebase"
   487              ]
   488            }
   489          }
   490        },
   491        "identityPlatform": {
   492          "methods": {
   493            "initializeAuth": {
   494              "description": "Initialize Identity Platform for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access your apps and services. These could include mobile/web apps, games, APIs and beyond. This is the publicly available variant of EnableIdentityPlatform that is only available to billing-enabled projects.",
   495              "flatPath": "v2/projects/{projectsId}/identityPlatform:initializeAuth",
   496              "httpMethod": "POST",
   497              "id": "identitytoolkit.projects.identityPlatform.initializeAuth",
   498              "parameterOrder": [
   499                "project"
   500              ],
   501              "parameters": {
   502                "project": {
   503                  "description": "The resource name of the target project the developer wants to enable Identity Platform for.",
   504                  "location": "path",
   505                  "pattern": "^projects/[^/]+$",
   506                  "required": true,
   507                  "type": "string"
   508                }
   509              },
   510              "path": "v2/{+project}/identityPlatform:initializeAuth",
   511              "request": {
   512                "$ref": "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformRequest"
   513              },
   514              "response": {
   515                "$ref": "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformResponse"
   516              },
   517              "scopes": [
   518                "https://www.googleapis.com/auth/cloud-platform"
   519              ]
   520            }
   521          }
   522        },
   523        "inboundSamlConfigs": {
   524          "methods": {
   525            "create": {
   526              "description": "Create an inbound SAML configuration for an Identity Toolkit project.",
   527              "flatPath": "v2/projects/{projectsId}/inboundSamlConfigs",
   528              "httpMethod": "POST",
   529              "id": "identitytoolkit.projects.inboundSamlConfigs.create",
   530              "parameterOrder": [
   531                "parent"
   532              ],
   533              "parameters": {
   534                "inboundSamlConfigId": {
   535                  "description": "The id to use for this config.",
   536                  "location": "query",
   537                  "type": "string"
   538                },
   539                "parent": {
   540                  "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
   541                  "location": "path",
   542                  "pattern": "^projects/[^/]+$",
   543                  "required": true,
   544                  "type": "string"
   545                }
   546              },
   547              "path": "v2/{+parent}/inboundSamlConfigs",
   548              "request": {
   549                "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
   550              },
   551              "response": {
   552                "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
   553              },
   554              "scopes": [
   555                "https://www.googleapis.com/auth/cloud-platform",
   556                "https://www.googleapis.com/auth/firebase"
   557              ]
   558            },
   559            "delete": {
   560              "description": "Delete an inbound SAML configuration for an Identity Toolkit project.",
   561              "flatPath": "v2/projects/{projectsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
   562              "httpMethod": "DELETE",
   563              "id": "identitytoolkit.projects.inboundSamlConfigs.delete",
   564              "parameterOrder": [
   565                "name"
   566              ],
   567              "parameters": {
   568                "name": {
   569                  "description": "The resource name of the config to be deleted, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'.",
   570                  "location": "path",
   571                  "pattern": "^projects/[^/]+/inboundSamlConfigs/[^/]+$",
   572                  "required": true,
   573                  "type": "string"
   574                }
   575              },
   576              "path": "v2/{+name}",
   577              "response": {
   578                "$ref": "GoogleProtobufEmpty"
   579              },
   580              "scopes": [
   581                "https://www.googleapis.com/auth/cloud-platform",
   582                "https://www.googleapis.com/auth/firebase"
   583              ]
   584            },
   585            "get": {
   586              "description": "Retrieve an inbound SAML configuration for an Identity Toolkit project.",
   587              "flatPath": "v2/projects/{projectsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
   588              "httpMethod": "GET",
   589              "id": "identitytoolkit.projects.inboundSamlConfigs.get",
   590              "parameterOrder": [
   591                "name"
   592              ],
   593              "parameters": {
   594                "name": {
   595                  "description": "The resource name of the config, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'.",
   596                  "location": "path",
   597                  "pattern": "^projects/[^/]+/inboundSamlConfigs/[^/]+$",
   598                  "required": true,
   599                  "type": "string"
   600                }
   601              },
   602              "path": "v2/{+name}",
   603              "response": {
   604                "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
   605              },
   606              "scopes": [
   607                "https://www.googleapis.com/auth/cloud-platform",
   608                "https://www.googleapis.com/auth/firebase"
   609              ]
   610            },
   611            "list": {
   612              "description": "List all inbound SAML configurations for an Identity Toolkit project.",
   613              "flatPath": "v2/projects/{projectsId}/inboundSamlConfigs",
   614              "httpMethod": "GET",
   615              "id": "identitytoolkit.projects.inboundSamlConfigs.list",
   616              "parameterOrder": [
   617                "parent"
   618              ],
   619              "parameters": {
   620                "pageSize": {
   621                  "description": "The maximum number of items to return.",
   622                  "format": "int32",
   623                  "location": "query",
   624                  "type": "integer"
   625                },
   626                "pageToken": {
   627                  "description": "The next_page_token value returned from a previous List request, if any.",
   628                  "location": "query",
   629                  "type": "string"
   630                },
   631                "parent": {
   632                  "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
   633                  "location": "path",
   634                  "pattern": "^projects/[^/]+$",
   635                  "required": true,
   636                  "type": "string"
   637                }
   638              },
   639              "path": "v2/{+parent}/inboundSamlConfigs",
   640              "response": {
   641                "$ref": "GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse"
   642              },
   643              "scopes": [
   644                "https://www.googleapis.com/auth/cloud-platform",
   645                "https://www.googleapis.com/auth/firebase"
   646              ]
   647            },
   648            "patch": {
   649              "description": "Update an inbound SAML configuration for an Identity Toolkit project.",
   650              "flatPath": "v2/projects/{projectsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
   651              "httpMethod": "PATCH",
   652              "id": "identitytoolkit.projects.inboundSamlConfigs.patch",
   653              "parameterOrder": [
   654                "name"
   655              ],
   656              "parameters": {
   657                "name": {
   658                  "description": "The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests.",
   659                  "location": "path",
   660                  "pattern": "^projects/[^/]+/inboundSamlConfigs/[^/]+$",
   661                  "required": true,
   662                  "type": "string"
   663                },
   664                "updateMask": {
   665                  "description": "The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
   666                  "format": "google-fieldmask",
   667                  "location": "query",
   668                  "type": "string"
   669                }
   670              },
   671              "path": "v2/{+name}",
   672              "request": {
   673                "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
   674              },
   675              "response": {
   676                "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
   677              },
   678              "scopes": [
   679                "https://www.googleapis.com/auth/cloud-platform",
   680                "https://www.googleapis.com/auth/firebase"
   681              ]
   682            }
   683          }
   684        },
   685        "oauthIdpConfigs": {
   686          "methods": {
   687            "create": {
   688              "description": "Create an Oidc Idp configuration for an Identity Toolkit project.",
   689              "flatPath": "v2/projects/{projectsId}/oauthIdpConfigs",
   690              "httpMethod": "POST",
   691              "id": "identitytoolkit.projects.oauthIdpConfigs.create",
   692              "parameterOrder": [
   693                "parent"
   694              ],
   695              "parameters": {
   696                "oauthIdpConfigId": {
   697                  "description": "The id to use for this config.",
   698                  "location": "query",
   699                  "type": "string"
   700                },
   701                "parent": {
   702                  "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
   703                  "location": "path",
   704                  "pattern": "^projects/[^/]+$",
   705                  "required": true,
   706                  "type": "string"
   707                }
   708              },
   709              "path": "v2/{+parent}/oauthIdpConfigs",
   710              "request": {
   711                "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
   712              },
   713              "response": {
   714                "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
   715              },
   716              "scopes": [
   717                "https://www.googleapis.com/auth/cloud-platform",
   718                "https://www.googleapis.com/auth/firebase"
   719              ]
   720            },
   721            "delete": {
   722              "description": "Delete an Oidc Idp configuration for an Identity Toolkit project.",
   723              "flatPath": "v2/projects/{projectsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
   724              "httpMethod": "DELETE",
   725              "id": "identitytoolkit.projects.oauthIdpConfigs.delete",
   726              "parameterOrder": [
   727                "name"
   728              ],
   729              "parameters": {
   730                "name": {
   731                  "description": "The resource name of the config to be deleted, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'.",
   732                  "location": "path",
   733                  "pattern": "^projects/[^/]+/oauthIdpConfigs/[^/]+$",
   734                  "required": true,
   735                  "type": "string"
   736                }
   737              },
   738              "path": "v2/{+name}",
   739              "response": {
   740                "$ref": "GoogleProtobufEmpty"
   741              },
   742              "scopes": [
   743                "https://www.googleapis.com/auth/cloud-platform",
   744                "https://www.googleapis.com/auth/firebase"
   745              ]
   746            },
   747            "get": {
   748              "description": "Retrieve an Oidc Idp configuration for an Identity Toolkit project.",
   749              "flatPath": "v2/projects/{projectsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
   750              "httpMethod": "GET",
   751              "id": "identitytoolkit.projects.oauthIdpConfigs.get",
   752              "parameterOrder": [
   753                "name"
   754              ],
   755              "parameters": {
   756                "name": {
   757                  "description": "The resource name of the config, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'.",
   758                  "location": "path",
   759                  "pattern": "^projects/[^/]+/oauthIdpConfigs/[^/]+$",
   760                  "required": true,
   761                  "type": "string"
   762                }
   763              },
   764              "path": "v2/{+name}",
   765              "response": {
   766                "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
   767              },
   768              "scopes": [
   769                "https://www.googleapis.com/auth/cloud-platform",
   770                "https://www.googleapis.com/auth/firebase"
   771              ]
   772            },
   773            "list": {
   774              "description": "List all Oidc Idp configurations for an Identity Toolkit project.",
   775              "flatPath": "v2/projects/{projectsId}/oauthIdpConfigs",
   776              "httpMethod": "GET",
   777              "id": "identitytoolkit.projects.oauthIdpConfigs.list",
   778              "parameterOrder": [
   779                "parent"
   780              ],
   781              "parameters": {
   782                "pageSize": {
   783                  "description": "The maximum number of items to return.",
   784                  "format": "int32",
   785                  "location": "query",
   786                  "type": "integer"
   787                },
   788                "pageToken": {
   789                  "description": "The next_page_token value returned from a previous List request, if any.",
   790                  "location": "query",
   791                  "type": "string"
   792                },
   793                "parent": {
   794                  "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
   795                  "location": "path",
   796                  "pattern": "^projects/[^/]+$",
   797                  "required": true,
   798                  "type": "string"
   799                }
   800              },
   801              "path": "v2/{+parent}/oauthIdpConfigs",
   802              "response": {
   803                "$ref": "GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse"
   804              },
   805              "scopes": [
   806                "https://www.googleapis.com/auth/cloud-platform",
   807                "https://www.googleapis.com/auth/firebase"
   808              ]
   809            },
   810            "patch": {
   811              "description": "Update an Oidc Idp configuration for an Identity Toolkit project.",
   812              "flatPath": "v2/projects/{projectsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
   813              "httpMethod": "PATCH",
   814              "id": "identitytoolkit.projects.oauthIdpConfigs.patch",
   815              "parameterOrder": [
   816                "name"
   817              ],
   818              "parameters": {
   819                "name": {
   820                  "description": "The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.",
   821                  "location": "path",
   822                  "pattern": "^projects/[^/]+/oauthIdpConfigs/[^/]+$",
   823                  "required": true,
   824                  "type": "string"
   825                },
   826                "updateMask": {
   827                  "description": "The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
   828                  "format": "google-fieldmask",
   829                  "location": "query",
   830                  "type": "string"
   831                }
   832              },
   833              "path": "v2/{+name}",
   834              "request": {
   835                "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
   836              },
   837              "response": {
   838                "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
   839              },
   840              "scopes": [
   841                "https://www.googleapis.com/auth/cloud-platform",
   842                "https://www.googleapis.com/auth/firebase"
   843              ]
   844            }
   845          }
   846        },
   847        "tenants": {
   848          "methods": {
   849            "create": {
   850              "description": "Create a tenant. Requires write permission on the Agent project.",
   851              "flatPath": "v2/projects/{projectsId}/tenants",
   852              "httpMethod": "POST",
   853              "id": "identitytoolkit.projects.tenants.create",
   854              "parameterOrder": [
   855                "parent"
   856              ],
   857              "parameters": {
   858                "parent": {
   859                  "description": "The parent resource name where the tenant will be created. For example, \"projects/project1\".",
   860                  "location": "path",
   861                  "pattern": "^projects/[^/]+$",
   862                  "required": true,
   863                  "type": "string"
   864                }
   865              },
   866              "path": "v2/{+parent}/tenants",
   867              "request": {
   868                "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
   869              },
   870              "response": {
   871                "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
   872              },
   873              "scopes": [
   874                "https://www.googleapis.com/auth/cloud-platform",
   875                "https://www.googleapis.com/auth/firebase"
   876              ]
   877            },
   878            "delete": {
   879              "description": "Delete a tenant. Requires write permission on the Agent project.",
   880              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}",
   881              "httpMethod": "DELETE",
   882              "id": "identitytoolkit.projects.tenants.delete",
   883              "parameterOrder": [
   884                "name"
   885              ],
   886              "parameters": {
   887                "name": {
   888                  "description": "Resource name of the tenant to delete.",
   889                  "location": "path",
   890                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
   891                  "required": true,
   892                  "type": "string"
   893                }
   894              },
   895              "path": "v2/{+name}",
   896              "response": {
   897                "$ref": "GoogleProtobufEmpty"
   898              },
   899              "scopes": [
   900                "https://www.googleapis.com/auth/cloud-platform",
   901                "https://www.googleapis.com/auth/firebase"
   902              ]
   903            },
   904            "get": {
   905              "description": "Get a tenant. Requires read permission on the Tenant resource.",
   906              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}",
   907              "httpMethod": "GET",
   908              "id": "identitytoolkit.projects.tenants.get",
   909              "parameterOrder": [
   910                "name"
   911              ],
   912              "parameters": {
   913                "name": {
   914                  "description": "Resource name of the tenant to retrieve.",
   915                  "location": "path",
   916                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
   917                  "required": true,
   918                  "type": "string"
   919                }
   920              },
   921              "path": "v2/{+name}",
   922              "response": {
   923                "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
   924              },
   925              "scopes": [
   926                "https://www.googleapis.com/auth/cloud-platform",
   927                "https://www.googleapis.com/auth/firebase"
   928              ]
   929            },
   930            "getIamPolicy": {
   931              "description": "Gets the access control policy for a resource. An error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it. Caller must have the right Google IAM permission on the resource.",
   932              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}:getIamPolicy",
   933              "httpMethod": "POST",
   934              "id": "identitytoolkit.projects.tenants.getIamPolicy",
   935              "parameterOrder": [
   936                "resource"
   937              ],
   938              "parameters": {
   939                "resource": {
   940                  "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   941                  "location": "path",
   942                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
   943                  "required": true,
   944                  "type": "string"
   945                }
   946              },
   947              "path": "v2/{+resource}:getIamPolicy",
   948              "request": {
   949                "$ref": "GoogleIamV1GetIamPolicyRequest"
   950              },
   951              "response": {
   952                "$ref": "GoogleIamV1Policy"
   953              },
   954              "scopes": [
   955                "https://www.googleapis.com/auth/cloud-platform",
   956                "https://www.googleapis.com/auth/firebase"
   957              ]
   958            },
   959            "list": {
   960              "description": "List tenants under the given agent project. Requires read permission on the Agent project.",
   961              "flatPath": "v2/projects/{projectsId}/tenants",
   962              "httpMethod": "GET",
   963              "id": "identitytoolkit.projects.tenants.list",
   964              "parameterOrder": [
   965                "parent"
   966              ],
   967              "parameters": {
   968                "pageSize": {
   969                  "description": "The maximum number of results to return, capped at 1000. If not specified, the default value is 20.",
   970                  "format": "int32",
   971                  "location": "query",
   972                  "type": "integer"
   973                },
   974                "pageToken": {
   975                  "description": "The pagination token from the response of a previous request.",
   976                  "location": "query",
   977                  "type": "string"
   978                },
   979                "parent": {
   980                  "description": "Required. The parent resource name to list tenants for.",
   981                  "location": "path",
   982                  "pattern": "^projects/[^/]+$",
   983                  "required": true,
   984                  "type": "string"
   985                }
   986              },
   987              "path": "v2/{+parent}/tenants",
   988              "response": {
   989                "$ref": "GoogleCloudIdentitytoolkitAdminV2ListTenantsResponse"
   990              },
   991              "scopes": [
   992                "https://www.googleapis.com/auth/cloud-platform",
   993                "https://www.googleapis.com/auth/firebase"
   994              ]
   995            },
   996            "patch": {
   997              "description": "Update a tenant. Requires write permission on the Tenant resource.",
   998              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}",
   999              "httpMethod": "PATCH",
  1000              "id": "identitytoolkit.projects.tenants.patch",
  1001              "parameterOrder": [
  1002                "name"
  1003              ],
  1004              "parameters": {
  1005                "name": {
  1006                  "description": "Output only. Resource name of a tenant. For example: \"projects/{project-id}/tenants/{tenant-id}\"",
  1007                  "location": "path",
  1008                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1009                  "required": true,
  1010                  "type": "string"
  1011                },
  1012                "updateMask": {
  1013                  "description": "If provided, only update fields set in the update mask. Otherwise, all settable fields will be updated. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
  1014                  "format": "google-fieldmask",
  1015                  "location": "query",
  1016                  "type": "string"
  1017                }
  1018              },
  1019              "path": "v2/{+name}",
  1020              "request": {
  1021                "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
  1022              },
  1023              "response": {
  1024                "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
  1025              },
  1026              "scopes": [
  1027                "https://www.googleapis.com/auth/cloud-platform",
  1028                "https://www.googleapis.com/auth/firebase"
  1029              ]
  1030            },
  1031            "setIamPolicy": {
  1032              "description": "Sets the access control policy for a resource. If the policy exists, it is replaced. Caller must have the right Google IAM permission on the resource.",
  1033              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}:setIamPolicy",
  1034              "httpMethod": "POST",
  1035              "id": "identitytoolkit.projects.tenants.setIamPolicy",
  1036              "parameterOrder": [
  1037                "resource"
  1038              ],
  1039              "parameters": {
  1040                "resource": {
  1041                  "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1042                  "location": "path",
  1043                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1044                  "required": true,
  1045                  "type": "string"
  1046                }
  1047              },
  1048              "path": "v2/{+resource}:setIamPolicy",
  1049              "request": {
  1050                "$ref": "GoogleIamV1SetIamPolicyRequest"
  1051              },
  1052              "response": {
  1053                "$ref": "GoogleIamV1Policy"
  1054              },
  1055              "scopes": [
  1056                "https://www.googleapis.com/auth/cloud-platform",
  1057                "https://www.googleapis.com/auth/firebase"
  1058              ]
  1059            },
  1060            "testIamPermissions": {
  1061              "description": "Returns the caller's permissions on a resource. An error is returned if the resource does not exist. A caller is not required to have Google IAM permission to make this request.",
  1062              "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}:testIamPermissions",
  1063              "httpMethod": "POST",
  1064              "id": "identitytoolkit.projects.tenants.testIamPermissions",
  1065              "parameterOrder": [
  1066                "resource"
  1067              ],
  1068              "parameters": {
  1069                "resource": {
  1070                  "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1071                  "location": "path",
  1072                  "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1073                  "required": true,
  1074                  "type": "string"
  1075                }
  1076              },
  1077              "path": "v2/{+resource}:testIamPermissions",
  1078              "request": {
  1079                "$ref": "GoogleIamV1TestIamPermissionsRequest"
  1080              },
  1081              "response": {
  1082                "$ref": "GoogleIamV1TestIamPermissionsResponse"
  1083              },
  1084              "scopes": [
  1085                "https://www.googleapis.com/auth/cloud-platform",
  1086                "https://www.googleapis.com/auth/firebase"
  1087              ]
  1088            }
  1089          },
  1090          "resources": {
  1091            "defaultSupportedIdpConfigs": {
  1092              "methods": {
  1093                "create": {
  1094                  "description": "Create a default supported Idp configuration for an Identity Toolkit project.",
  1095                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/defaultSupportedIdpConfigs",
  1096                  "httpMethod": "POST",
  1097                  "id": "identitytoolkit.projects.tenants.defaultSupportedIdpConfigs.create",
  1098                  "parameterOrder": [
  1099                    "parent"
  1100                  ],
  1101                  "parameters": {
  1102                    "idpId": {
  1103                      "description": "The id of the Idp to create a config for. Call ListDefaultSupportedIdps for list of all default supported Idps.",
  1104                      "location": "query",
  1105                      "type": "string"
  1106                    },
  1107                    "parent": {
  1108                      "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
  1109                      "location": "path",
  1110                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1111                      "required": true,
  1112                      "type": "string"
  1113                    }
  1114                  },
  1115                  "path": "v2/{+parent}/defaultSupportedIdpConfigs",
  1116                  "request": {
  1117                    "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  1118                  },
  1119                  "response": {
  1120                    "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  1121                  },
  1122                  "scopes": [
  1123                    "https://www.googleapis.com/auth/cloud-platform",
  1124                    "https://www.googleapis.com/auth/firebase"
  1125                  ]
  1126                },
  1127                "delete": {
  1128                  "description": "Delete a default supported Idp configuration for an Identity Toolkit project.",
  1129                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
  1130                  "httpMethod": "DELETE",
  1131                  "id": "identitytoolkit.projects.tenants.defaultSupportedIdpConfigs.delete",
  1132                  "parameterOrder": [
  1133                    "name"
  1134                  ],
  1135                  "parameters": {
  1136                    "name": {
  1137                      "description": "The resource name of the config, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
  1138                      "location": "path",
  1139                      "pattern": "^projects/[^/]+/tenants/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
  1140                      "required": true,
  1141                      "type": "string"
  1142                    }
  1143                  },
  1144                  "path": "v2/{+name}",
  1145                  "response": {
  1146                    "$ref": "GoogleProtobufEmpty"
  1147                  },
  1148                  "scopes": [
  1149                    "https://www.googleapis.com/auth/cloud-platform",
  1150                    "https://www.googleapis.com/auth/firebase"
  1151                  ]
  1152                },
  1153                "get": {
  1154                  "description": "Retrieve a default supported Idp configuration for an Identity Toolkit project.",
  1155                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
  1156                  "httpMethod": "GET",
  1157                  "id": "identitytoolkit.projects.tenants.defaultSupportedIdpConfigs.get",
  1158                  "parameterOrder": [
  1159                    "name"
  1160                  ],
  1161                  "parameters": {
  1162                    "name": {
  1163                      "description": "The resource name of the config, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
  1164                      "location": "path",
  1165                      "pattern": "^projects/[^/]+/tenants/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
  1166                      "required": true,
  1167                      "type": "string"
  1168                    }
  1169                  },
  1170                  "path": "v2/{+name}",
  1171                  "response": {
  1172                    "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  1173                  },
  1174                  "scopes": [
  1175                    "https://www.googleapis.com/auth/cloud-platform",
  1176                    "https://www.googleapis.com/auth/firebase"
  1177                  ]
  1178                },
  1179                "list": {
  1180                  "description": "List all default supported Idp configurations for an Identity Toolkit project.",
  1181                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/defaultSupportedIdpConfigs",
  1182                  "httpMethod": "GET",
  1183                  "id": "identitytoolkit.projects.tenants.defaultSupportedIdpConfigs.list",
  1184                  "parameterOrder": [
  1185                    "parent"
  1186                  ],
  1187                  "parameters": {
  1188                    "pageSize": {
  1189                      "description": "The maximum number of items to return.",
  1190                      "format": "int32",
  1191                      "location": "query",
  1192                      "type": "integer"
  1193                    },
  1194                    "pageToken": {
  1195                      "description": "The next_page_token value returned from a previous List request, if any.",
  1196                      "location": "query",
  1197                      "type": "string"
  1198                    },
  1199                    "parent": {
  1200                      "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
  1201                      "location": "path",
  1202                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1203                      "required": true,
  1204                      "type": "string"
  1205                    }
  1206                  },
  1207                  "path": "v2/{+parent}/defaultSupportedIdpConfigs",
  1208                  "response": {
  1209                    "$ref": "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse"
  1210                  },
  1211                  "scopes": [
  1212                    "https://www.googleapis.com/auth/cloud-platform",
  1213                    "https://www.googleapis.com/auth/firebase"
  1214                  ]
  1215                },
  1216                "patch": {
  1217                  "description": "Update a default supported Idp configuration for an Identity Toolkit project.",
  1218                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/defaultSupportedIdpConfigs/{defaultSupportedIdpConfigsId}",
  1219                  "httpMethod": "PATCH",
  1220                  "id": "identitytoolkit.projects.tenants.defaultSupportedIdpConfigs.patch",
  1221                  "parameterOrder": [
  1222                    "name"
  1223                  ],
  1224                  "parameters": {
  1225                    "name": {
  1226                      "description": "The name of the DefaultSupportedIdpConfig resource, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
  1227                      "location": "path",
  1228                      "pattern": "^projects/[^/]+/tenants/[^/]+/defaultSupportedIdpConfigs/[^/]+$",
  1229                      "required": true,
  1230                      "type": "string"
  1231                    },
  1232                    "updateMask": {
  1233                      "description": "The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
  1234                      "format": "google-fieldmask",
  1235                      "location": "query",
  1236                      "type": "string"
  1237                    }
  1238                  },
  1239                  "path": "v2/{+name}",
  1240                  "request": {
  1241                    "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  1242                  },
  1243                  "response": {
  1244                    "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  1245                  },
  1246                  "scopes": [
  1247                    "https://www.googleapis.com/auth/cloud-platform",
  1248                    "https://www.googleapis.com/auth/firebase"
  1249                  ]
  1250                }
  1251              }
  1252            },
  1253            "inboundSamlConfigs": {
  1254              "methods": {
  1255                "create": {
  1256                  "description": "Create an inbound SAML configuration for an Identity Toolkit project.",
  1257                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/inboundSamlConfigs",
  1258                  "httpMethod": "POST",
  1259                  "id": "identitytoolkit.projects.tenants.inboundSamlConfigs.create",
  1260                  "parameterOrder": [
  1261                    "parent"
  1262                  ],
  1263                  "parameters": {
  1264                    "inboundSamlConfigId": {
  1265                      "description": "The id to use for this config.",
  1266                      "location": "query",
  1267                      "type": "string"
  1268                    },
  1269                    "parent": {
  1270                      "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
  1271                      "location": "path",
  1272                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1273                      "required": true,
  1274                      "type": "string"
  1275                    }
  1276                  },
  1277                  "path": "v2/{+parent}/inboundSamlConfigs",
  1278                  "request": {
  1279                    "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  1280                  },
  1281                  "response": {
  1282                    "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  1283                  },
  1284                  "scopes": [
  1285                    "https://www.googleapis.com/auth/cloud-platform",
  1286                    "https://www.googleapis.com/auth/firebase"
  1287                  ]
  1288                },
  1289                "delete": {
  1290                  "description": "Delete an inbound SAML configuration for an Identity Toolkit project.",
  1291                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
  1292                  "httpMethod": "DELETE",
  1293                  "id": "identitytoolkit.projects.tenants.inboundSamlConfigs.delete",
  1294                  "parameterOrder": [
  1295                    "name"
  1296                  ],
  1297                  "parameters": {
  1298                    "name": {
  1299                      "description": "The resource name of the config to be deleted, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'.",
  1300                      "location": "path",
  1301                      "pattern": "^projects/[^/]+/tenants/[^/]+/inboundSamlConfigs/[^/]+$",
  1302                      "required": true,
  1303                      "type": "string"
  1304                    }
  1305                  },
  1306                  "path": "v2/{+name}",
  1307                  "response": {
  1308                    "$ref": "GoogleProtobufEmpty"
  1309                  },
  1310                  "scopes": [
  1311                    "https://www.googleapis.com/auth/cloud-platform",
  1312                    "https://www.googleapis.com/auth/firebase"
  1313                  ]
  1314                },
  1315                "get": {
  1316                  "description": "Retrieve an inbound SAML configuration for an Identity Toolkit project.",
  1317                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
  1318                  "httpMethod": "GET",
  1319                  "id": "identitytoolkit.projects.tenants.inboundSamlConfigs.get",
  1320                  "parameterOrder": [
  1321                    "name"
  1322                  ],
  1323                  "parameters": {
  1324                    "name": {
  1325                      "description": "The resource name of the config, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'.",
  1326                      "location": "path",
  1327                      "pattern": "^projects/[^/]+/tenants/[^/]+/inboundSamlConfigs/[^/]+$",
  1328                      "required": true,
  1329                      "type": "string"
  1330                    }
  1331                  },
  1332                  "path": "v2/{+name}",
  1333                  "response": {
  1334                    "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  1335                  },
  1336                  "scopes": [
  1337                    "https://www.googleapis.com/auth/cloud-platform",
  1338                    "https://www.googleapis.com/auth/firebase"
  1339                  ]
  1340                },
  1341                "list": {
  1342                  "description": "List all inbound SAML configurations for an Identity Toolkit project.",
  1343                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/inboundSamlConfigs",
  1344                  "httpMethod": "GET",
  1345                  "id": "identitytoolkit.projects.tenants.inboundSamlConfigs.list",
  1346                  "parameterOrder": [
  1347                    "parent"
  1348                  ],
  1349                  "parameters": {
  1350                    "pageSize": {
  1351                      "description": "The maximum number of items to return.",
  1352                      "format": "int32",
  1353                      "location": "query",
  1354                      "type": "integer"
  1355                    },
  1356                    "pageToken": {
  1357                      "description": "The next_page_token value returned from a previous List request, if any.",
  1358                      "location": "query",
  1359                      "type": "string"
  1360                    },
  1361                    "parent": {
  1362                      "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
  1363                      "location": "path",
  1364                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1365                      "required": true,
  1366                      "type": "string"
  1367                    }
  1368                  },
  1369                  "path": "v2/{+parent}/inboundSamlConfigs",
  1370                  "response": {
  1371                    "$ref": "GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse"
  1372                  },
  1373                  "scopes": [
  1374                    "https://www.googleapis.com/auth/cloud-platform",
  1375                    "https://www.googleapis.com/auth/firebase"
  1376                  ]
  1377                },
  1378                "patch": {
  1379                  "description": "Update an inbound SAML configuration for an Identity Toolkit project.",
  1380                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/inboundSamlConfigs/{inboundSamlConfigsId}",
  1381                  "httpMethod": "PATCH",
  1382                  "id": "identitytoolkit.projects.tenants.inboundSamlConfigs.patch",
  1383                  "parameterOrder": [
  1384                    "name"
  1385                  ],
  1386                  "parameters": {
  1387                    "name": {
  1388                      "description": "The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests.",
  1389                      "location": "path",
  1390                      "pattern": "^projects/[^/]+/tenants/[^/]+/inboundSamlConfigs/[^/]+$",
  1391                      "required": true,
  1392                      "type": "string"
  1393                    },
  1394                    "updateMask": {
  1395                      "description": "The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
  1396                      "format": "google-fieldmask",
  1397                      "location": "query",
  1398                      "type": "string"
  1399                    }
  1400                  },
  1401                  "path": "v2/{+name}",
  1402                  "request": {
  1403                    "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  1404                  },
  1405                  "response": {
  1406                    "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  1407                  },
  1408                  "scopes": [
  1409                    "https://www.googleapis.com/auth/cloud-platform",
  1410                    "https://www.googleapis.com/auth/firebase"
  1411                  ]
  1412                }
  1413              }
  1414            },
  1415            "oauthIdpConfigs": {
  1416              "methods": {
  1417                "create": {
  1418                  "description": "Create an Oidc Idp configuration for an Identity Toolkit project.",
  1419                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/oauthIdpConfigs",
  1420                  "httpMethod": "POST",
  1421                  "id": "identitytoolkit.projects.tenants.oauthIdpConfigs.create",
  1422                  "parameterOrder": [
  1423                    "parent"
  1424                  ],
  1425                  "parameters": {
  1426                    "oauthIdpConfigId": {
  1427                      "description": "The id to use for this config.",
  1428                      "location": "query",
  1429                      "type": "string"
  1430                    },
  1431                    "parent": {
  1432                      "description": "The parent resource name where the config to be created, for example: \"projects/my-awesome-project\"",
  1433                      "location": "path",
  1434                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1435                      "required": true,
  1436                      "type": "string"
  1437                    }
  1438                  },
  1439                  "path": "v2/{+parent}/oauthIdpConfigs",
  1440                  "request": {
  1441                    "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  1442                  },
  1443                  "response": {
  1444                    "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  1445                  },
  1446                  "scopes": [
  1447                    "https://www.googleapis.com/auth/cloud-platform",
  1448                    "https://www.googleapis.com/auth/firebase"
  1449                  ]
  1450                },
  1451                "delete": {
  1452                  "description": "Delete an Oidc Idp configuration for an Identity Toolkit project.",
  1453                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
  1454                  "httpMethod": "DELETE",
  1455                  "id": "identitytoolkit.projects.tenants.oauthIdpConfigs.delete",
  1456                  "parameterOrder": [
  1457                    "name"
  1458                  ],
  1459                  "parameters": {
  1460                    "name": {
  1461                      "description": "The resource name of the config to be deleted, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'.",
  1462                      "location": "path",
  1463                      "pattern": "^projects/[^/]+/tenants/[^/]+/oauthIdpConfigs/[^/]+$",
  1464                      "required": true,
  1465                      "type": "string"
  1466                    }
  1467                  },
  1468                  "path": "v2/{+name}",
  1469                  "response": {
  1470                    "$ref": "GoogleProtobufEmpty"
  1471                  },
  1472                  "scopes": [
  1473                    "https://www.googleapis.com/auth/cloud-platform",
  1474                    "https://www.googleapis.com/auth/firebase"
  1475                  ]
  1476                },
  1477                "get": {
  1478                  "description": "Retrieve an Oidc Idp configuration for an Identity Toolkit project.",
  1479                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
  1480                  "httpMethod": "GET",
  1481                  "id": "identitytoolkit.projects.tenants.oauthIdpConfigs.get",
  1482                  "parameterOrder": [
  1483                    "name"
  1484                  ],
  1485                  "parameters": {
  1486                    "name": {
  1487                      "description": "The resource name of the config, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'.",
  1488                      "location": "path",
  1489                      "pattern": "^projects/[^/]+/tenants/[^/]+/oauthIdpConfigs/[^/]+$",
  1490                      "required": true,
  1491                      "type": "string"
  1492                    }
  1493                  },
  1494                  "path": "v2/{+name}",
  1495                  "response": {
  1496                    "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  1497                  },
  1498                  "scopes": [
  1499                    "https://www.googleapis.com/auth/cloud-platform",
  1500                    "https://www.googleapis.com/auth/firebase"
  1501                  ]
  1502                },
  1503                "list": {
  1504                  "description": "List all Oidc Idp configurations for an Identity Toolkit project.",
  1505                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/oauthIdpConfigs",
  1506                  "httpMethod": "GET",
  1507                  "id": "identitytoolkit.projects.tenants.oauthIdpConfigs.list",
  1508                  "parameterOrder": [
  1509                    "parent"
  1510                  ],
  1511                  "parameters": {
  1512                    "pageSize": {
  1513                      "description": "The maximum number of items to return.",
  1514                      "format": "int32",
  1515                      "location": "query",
  1516                      "type": "integer"
  1517                    },
  1518                    "pageToken": {
  1519                      "description": "The next_page_token value returned from a previous List request, if any.",
  1520                      "location": "query",
  1521                      "type": "string"
  1522                    },
  1523                    "parent": {
  1524                      "description": "The parent resource name, for example, \"projects/my-awesome-project\".",
  1525                      "location": "path",
  1526                      "pattern": "^projects/[^/]+/tenants/[^/]+$",
  1527                      "required": true,
  1528                      "type": "string"
  1529                    }
  1530                  },
  1531                  "path": "v2/{+parent}/oauthIdpConfigs",
  1532                  "response": {
  1533                    "$ref": "GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse"
  1534                  },
  1535                  "scopes": [
  1536                    "https://www.googleapis.com/auth/cloud-platform",
  1537                    "https://www.googleapis.com/auth/firebase"
  1538                  ]
  1539                },
  1540                "patch": {
  1541                  "description": "Update an Oidc Idp configuration for an Identity Toolkit project.",
  1542                  "flatPath": "v2/projects/{projectsId}/tenants/{tenantsId}/oauthIdpConfigs/{oauthIdpConfigsId}",
  1543                  "httpMethod": "PATCH",
  1544                  "id": "identitytoolkit.projects.tenants.oauthIdpConfigs.patch",
  1545                  "parameterOrder": [
  1546                    "name"
  1547                  ],
  1548                  "parameters": {
  1549                    "name": {
  1550                      "description": "The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.",
  1551                      "location": "path",
  1552                      "pattern": "^projects/[^/]+/tenants/[^/]+/oauthIdpConfigs/[^/]+$",
  1553                      "required": true,
  1554                      "type": "string"
  1555                    },
  1556                    "updateMask": {
  1557                      "description": "The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask",
  1558                      "format": "google-fieldmask",
  1559                      "location": "query",
  1560                      "type": "string"
  1561                    }
  1562                  },
  1563                  "path": "v2/{+name}",
  1564                  "request": {
  1565                    "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  1566                  },
  1567                  "response": {
  1568                    "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  1569                  },
  1570                  "scopes": [
  1571                    "https://www.googleapis.com/auth/cloud-platform",
  1572                    "https://www.googleapis.com/auth/firebase"
  1573                  ]
  1574                }
  1575              }
  1576            }
  1577          }
  1578        }
  1579      }
  1580    },
  1581    "v2": {
  1582      "methods": {
  1583        "getPasswordPolicy": {
  1584          "description": "Gets password policy config set on the project or tenant.",
  1585          "flatPath": "v2/passwordPolicy",
  1586          "httpMethod": "GET",
  1587          "id": "identitytoolkit.getPasswordPolicy",
  1588          "parameterOrder": [],
  1589          "parameters": {
  1590            "tenantId": {
  1591              "description": "The id of a tenant.",
  1592              "location": "query",
  1593              "type": "string"
  1594            }
  1595          },
  1596          "path": "v2/passwordPolicy",
  1597          "response": {
  1598            "$ref": "GoogleCloudIdentitytoolkitV2PasswordPolicy"
  1599          },
  1600          "scopes": [
  1601            "https://www.googleapis.com/auth/cloud-platform"
  1602          ]
  1603        },
  1604        "getRecaptchaConfig": {
  1605          "description": "Gets parameters needed for reCAPTCHA analysis.",
  1606          "flatPath": "v2/recaptchaConfig",
  1607          "httpMethod": "GET",
  1608          "id": "identitytoolkit.getRecaptchaConfig",
  1609          "parameterOrder": [],
  1610          "parameters": {
  1611            "clientType": {
  1612              "description": "reCAPTCHA Enterprise uses separate site keys for different client types. Specify the client type to get the corresponding key.",
  1613              "enum": [
  1614                "CLIENT_TYPE_UNSPECIFIED",
  1615                "CLIENT_TYPE_WEB",
  1616                "CLIENT_TYPE_ANDROID",
  1617                "CLIENT_TYPE_IOS"
  1618              ],
  1619              "enumDescriptions": [
  1620                "Client type is not specified.",
  1621                "Client type is web.",
  1622                "Client type is android.",
  1623                "Client type is ios."
  1624              ],
  1625              "location": "query",
  1626              "type": "string"
  1627            },
  1628            "tenantId": {
  1629              "description": "The id of a tenant.",
  1630              "location": "query",
  1631              "type": "string"
  1632            },
  1633            "version": {
  1634              "description": "The reCAPTCHA version.",
  1635              "enum": [
  1636                "RECAPTCHA_VERSION_UNSPECIFIED",
  1637                "RECAPTCHA_ENTERPRISE"
  1638              ],
  1639              "enumDescriptions": [
  1640                "The reCAPTCHA version is not specified.",
  1641                "The reCAPTCHA enterprise."
  1642              ],
  1643              "location": "query",
  1644              "type": "string"
  1645            }
  1646          },
  1647          "path": "v2/recaptchaConfig",
  1648          "response": {
  1649            "$ref": "GoogleCloudIdentitytoolkitV2RecaptchaConfig"
  1650          },
  1651          "scopes": [
  1652            "https://www.googleapis.com/auth/cloud-platform"
  1653          ]
  1654        }
  1655      }
  1656    }
  1657  },
  1658  "revision": "20240417",
  1659  "rootUrl": "https://identitytoolkit.googleapis.com/",
  1660  "schemas": {
  1661    "GoogleCloudIdentitytoolkitAdminV2AllowByDefault": {
  1662      "description": "Defines a policy of allowing every region by default and adding disallowed regions to a disallow list.",
  1663      "id": "GoogleCloudIdentitytoolkitAdminV2AllowByDefault",
  1664      "properties": {
  1665        "disallowedRegions": {
  1666          "description": "Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json",
  1667          "items": {
  1668            "type": "string"
  1669          },
  1670          "type": "array"
  1671        }
  1672      },
  1673      "type": "object"
  1674    },
  1675    "GoogleCloudIdentitytoolkitAdminV2AllowlistOnly": {
  1676      "description": "Defines a policy of only allowing regions by explicitly adding them to an allowlist.",
  1677      "id": "GoogleCloudIdentitytoolkitAdminV2AllowlistOnly",
  1678      "properties": {
  1679        "allowedRegions": {
  1680          "description": "Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json",
  1681          "items": {
  1682            "type": "string"
  1683          },
  1684          "type": "array"
  1685        }
  1686      },
  1687      "type": "object"
  1688    },
  1689    "GoogleCloudIdentitytoolkitAdminV2Anonymous": {
  1690      "description": "Configuration options related to authenticating an anonymous user.",
  1691      "id": "GoogleCloudIdentitytoolkitAdminV2Anonymous",
  1692      "properties": {
  1693        "enabled": {
  1694          "description": "Whether anonymous user auth is enabled for the project or not.",
  1695          "type": "boolean"
  1696        }
  1697      },
  1698      "type": "object"
  1699    },
  1700    "GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig": {
  1701      "description": "Additional config for SignInWithApple.",
  1702      "id": "GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig",
  1703      "properties": {
  1704        "bundleIds": {
  1705          "description": "A list of Bundle ID's usable by this project",
  1706          "items": {
  1707            "type": "string"
  1708          },
  1709          "type": "array"
  1710        },
  1711        "codeFlowConfig": {
  1712          "$ref": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig"
  1713        }
  1714      },
  1715      "type": "object"
  1716    },
  1717    "GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig": {
  1718      "description": "Configuration related to Blocking Functions.",
  1719      "id": "GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig",
  1720      "properties": {
  1721        "forwardInboundCredentials": {
  1722          "$ref": "GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials",
  1723          "description": "The user credentials to include in the JWT payload that is sent to the registered Blocking Functions."
  1724        },
  1725        "triggers": {
  1726          "additionalProperties": {
  1727            "$ref": "GoogleCloudIdentitytoolkitAdminV2Trigger"
  1728          },
  1729          "description": "Map of Trigger to event type. Key should be one of the supported event types: \"beforeCreate\", \"beforeSignIn\"",
  1730          "type": "object"
  1731        }
  1732      },
  1733      "type": "object"
  1734    },
  1735    "GoogleCloudIdentitytoolkitAdminV2ClientConfig": {
  1736      "description": "Options related to how clients making requests on behalf of a project should be configured.",
  1737      "id": "GoogleCloudIdentitytoolkitAdminV2ClientConfig",
  1738      "properties": {
  1739        "apiKey": {
  1740          "description": "Output only. API key that can be used when making requests for this project.",
  1741          "readOnly": true,
  1742          "type": "string"
  1743        },
  1744        "firebaseSubdomain": {
  1745          "description": "Output only. Firebase subdomain.",
  1746          "readOnly": true,
  1747          "type": "string"
  1748        },
  1749        "permissions": {
  1750          "$ref": "GoogleCloudIdentitytoolkitAdminV2Permissions",
  1751          "description": "Configuration related to restricting a user's ability to affect their account."
  1752        }
  1753      },
  1754      "type": "object"
  1755    },
  1756    "GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig": {
  1757      "description": "Options related to how clients making requests on behalf of a tenant should be configured.",
  1758      "id": "GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig",
  1759      "properties": {
  1760        "permissions": {
  1761          "$ref": "GoogleCloudIdentitytoolkitAdminV2ClientPermissions",
  1762          "description": "Configuration related to restricting a user's ability to affect their account."
  1763        }
  1764      },
  1765      "type": "object"
  1766    },
  1767    "GoogleCloudIdentitytoolkitAdminV2ClientPermissions": {
  1768      "description": "Configuration related to restricting a user's ability to affect their account.",
  1769      "id": "GoogleCloudIdentitytoolkitAdminV2ClientPermissions",
  1770      "properties": {
  1771        "disabledUserDeletion": {
  1772          "description": "When true, end users cannot delete their account on the associated project through any of our API methods",
  1773          "type": "boolean"
  1774        },
  1775        "disabledUserSignup": {
  1776          "description": "When true, end users cannot sign up for a new account on the associated project through any of our API methods",
  1777          "type": "boolean"
  1778        }
  1779      },
  1780      "type": "object"
  1781    },
  1782    "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig": {
  1783      "description": "Additional config for Apple for code flow.",
  1784      "id": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig",
  1785      "properties": {
  1786        "keyId": {
  1787          "description": "Key ID for the private key.",
  1788          "type": "string"
  1789        },
  1790        "privateKey": {
  1791          "description": "Private key used for signing the client secret JWT.",
  1792          "type": "string"
  1793        },
  1794        "teamId": {
  1795          "description": "Apple Developer Team ID.",
  1796          "type": "string"
  1797        }
  1798      },
  1799      "type": "object"
  1800    },
  1801    "GoogleCloudIdentitytoolkitAdminV2Config": {
  1802      "description": "Represents an Identity Toolkit project.",
  1803      "id": "GoogleCloudIdentitytoolkitAdminV2Config",
  1804      "properties": {
  1805        "authorizedDomains": {
  1806          "description": "List of domains authorized for OAuth redirects",
  1807          "items": {
  1808            "type": "string"
  1809          },
  1810          "type": "array"
  1811        },
  1812        "autodeleteAnonymousUsers": {
  1813          "description": "Whether anonymous users will be auto-deleted after a period of 30 days.",
  1814          "type": "boolean"
  1815        },
  1816        "blockingFunctions": {
  1817          "$ref": "GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig",
  1818          "description": "Configuration related to blocking functions."
  1819        },
  1820        "client": {
  1821          "$ref": "GoogleCloudIdentitytoolkitAdminV2ClientConfig",
  1822          "description": "Options related to how clients making requests on behalf of a project should be configured."
  1823        },
  1824        "emailPrivacyConfig": {
  1825          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig",
  1826          "description": "Configuration for settings related to email privacy and public visibility."
  1827        },
  1828        "mfa": {
  1829          "$ref": "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig",
  1830          "description": "Configuration for this project's multi-factor authentication, including whether it is active and what factors can be used for the second factor"
  1831        },
  1832        "monitoring": {
  1833          "$ref": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
  1834          "description": "Configuration related to monitoring project activity."
  1835        },
  1836        "multiTenant": {
  1837          "$ref": "GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig",
  1838          "description": "Configuration related to multi-tenant functionality."
  1839        },
  1840        "name": {
  1841          "description": "Output only. The name of the Config resource. Example: \"projects/my-awesome-project/config\"",
  1842          "readOnly": true,
  1843          "type": "string"
  1844        },
  1845        "notification": {
  1846          "$ref": "GoogleCloudIdentitytoolkitAdminV2NotificationConfig",
  1847          "description": "Configuration related to sending notifications to users."
  1848        },
  1849        "passwordPolicyConfig": {
  1850          "$ref": "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig",
  1851          "description": "The project level password policy configuration."
  1852        },
  1853        "quota": {
  1854          "$ref": "GoogleCloudIdentitytoolkitAdminV2QuotaConfig",
  1855          "description": "Configuration related to quotas."
  1856        },
  1857        "recaptchaConfig": {
  1858          "$ref": "GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig",
  1859          "description": "The project-level reCAPTCHA config."
  1860        },
  1861        "signIn": {
  1862          "$ref": "GoogleCloudIdentitytoolkitAdminV2SignInConfig",
  1863          "description": "Configuration related to local sign in methods."
  1864        },
  1865        "smsRegionConfig": {
  1866          "$ref": "GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig",
  1867          "description": "Configures which regions are enabled for SMS verification code sending."
  1868        },
  1869        "subtype": {
  1870          "description": "Output only. The subtype of this config.",
  1871          "enum": [
  1872            "SUBTYPE_UNSPECIFIED",
  1873            "IDENTITY_PLATFORM",
  1874            "FIREBASE_AUTH"
  1875          ],
  1876          "enumDescriptions": [
  1877            "Default value. Do not use.",
  1878            "An Identity Platform project.",
  1879            "A Firebase Authentication project."
  1880          ],
  1881          "readOnly": true,
  1882          "type": "string"
  1883        }
  1884      },
  1885      "type": "object"
  1886    },
  1887    "GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptions": {
  1888      "description": "Custom strength options to enforce on user passwords.",
  1889      "id": "GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptions",
  1890      "properties": {
  1891        "containsLowercaseCharacter": {
  1892          "description": "The password must contain a lower case character.",
  1893          "type": "boolean"
  1894        },
  1895        "containsNonAlphanumericCharacter": {
  1896          "description": "The password must contain a non alpha numeric character.",
  1897          "type": "boolean"
  1898        },
  1899        "containsNumericCharacter": {
  1900          "description": "The password must contain a number.",
  1901          "type": "boolean"
  1902        },
  1903        "containsUppercaseCharacter": {
  1904          "description": "The password must contain an upper case character.",
  1905          "type": "boolean"
  1906        },
  1907        "maxPasswordLength": {
  1908          "description": "Maximum password length. No default max length",
  1909          "format": "int32",
  1910          "type": "integer"
  1911        },
  1912        "minPasswordLength": {
  1913          "description": "Minimum password length. Range from 6 to 30",
  1914          "format": "int32",
  1915          "type": "integer"
  1916        }
  1917      },
  1918      "type": "object"
  1919    },
  1920    "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp": {
  1921      "description": "Standard Identity Toolkit-trusted IDPs.",
  1922      "id": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp",
  1923      "properties": {
  1924        "description": {
  1925          "description": "Description of the Idp",
  1926          "type": "string"
  1927        },
  1928        "idpId": {
  1929          "description": "Id the of Idp",
  1930          "type": "string"
  1931        }
  1932      },
  1933      "type": "object"
  1934    },
  1935    "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig": {
  1936      "description": "Configurations options for authenticating with a the standard set of Identity Toolkit-trusted IDPs.",
  1937      "id": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig",
  1938      "properties": {
  1939        "appleSignInConfig": {
  1940          "$ref": "GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig",
  1941          "description": "Additional config for Apple-based projects."
  1942        },
  1943        "clientId": {
  1944          "description": "OAuth client ID.",
  1945          "type": "string"
  1946        },
  1947        "clientSecret": {
  1948          "description": "OAuth client secret.",
  1949          "type": "string"
  1950        },
  1951        "enabled": {
  1952          "description": "True if allows the user to sign in with the provider.",
  1953          "type": "boolean"
  1954        },
  1955        "name": {
  1956          "description": "The name of the DefaultSupportedIdpConfig resource, for example: \"projects/my-awesome-project/defaultSupportedIdpConfigs/google.com\"",
  1957          "type": "string"
  1958        }
  1959      },
  1960      "type": "object"
  1961    },
  1962    "GoogleCloudIdentitytoolkitAdminV2DnsInfo": {
  1963      "description": "Information of custom domain DNS verification. By default, default_domain will be used. A custom domain can be configured using VerifyCustomDomain.",
  1964      "id": "GoogleCloudIdentitytoolkitAdminV2DnsInfo",
  1965      "properties": {
  1966        "customDomain": {
  1967          "description": "Output only. The applied verified custom domain.",
  1968          "readOnly": true,
  1969          "type": "string"
  1970        },
  1971        "customDomainState": {
  1972          "description": "Output only. The current verification state of the custom domain. The custom domain will only be used once the domain verification is successful.",
  1973          "enum": [
  1974            "VERIFICATION_STATE_UNSPECIFIED",
  1975            "NOT_STARTED",
  1976            "IN_PROGRESS",
  1977            "FAILED",
  1978            "SUCCEEDED"
  1979          ],
  1980          "enumDescriptions": [
  1981            "Default value. Do not use.",
  1982            "The verification has not started.",
  1983            "The verification is in progress.",
  1984            "The verification failed.",
  1985            "The verification succeeded and is ready to be applied."
  1986          ],
  1987          "readOnly": true,
  1988          "type": "string"
  1989        },
  1990        "domainVerificationRequestTime": {
  1991          "description": "Output only. The timestamp of initial request for the current domain verification.",
  1992          "format": "google-datetime",
  1993          "readOnly": true,
  1994          "type": "string"
  1995        },
  1996        "pendingCustomDomain": {
  1997          "description": "Output only. The custom domain that's to be verified.",
  1998          "readOnly": true,
  1999          "type": "string"
  2000        },
  2001        "useCustomDomain": {
  2002          "description": "Whether to use custom domain.",
  2003          "type": "boolean"
  2004        }
  2005      },
  2006      "type": "object"
  2007    },
  2008    "GoogleCloudIdentitytoolkitAdminV2Email": {
  2009      "description": "Configuration options related to authenticating a user by their email address.",
  2010      "id": "GoogleCloudIdentitytoolkitAdminV2Email",
  2011      "properties": {
  2012        "enabled": {
  2013          "description": "Whether email auth is enabled for the project or not.",
  2014          "type": "boolean"
  2015        },
  2016        "passwordRequired": {
  2017          "description": "Whether a password is required for email auth or not. If true, both an email and password must be provided to sign in. If false, a user may sign in via either email/password or email link.",
  2018          "type": "boolean"
  2019        }
  2020      },
  2021      "type": "object"
  2022    },
  2023    "GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig": {
  2024      "description": "Configuration for settings related to email privacy and public visibility. Settings in this config protect against email enumeration, but may make some trade-offs in user-friendliness.",
  2025      "id": "GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig",
  2026      "properties": {
  2027        "enableImprovedEmailPrivacy": {
  2028          "description": "Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.",
  2029          "type": "boolean"
  2030        }
  2031      },
  2032      "type": "object"
  2033    },
  2034    "GoogleCloudIdentitytoolkitAdminV2EmailTemplate": {
  2035      "description": "Email template. The subject and body fields can contain the following placeholders which will be replaced with the appropriate values: %LINK% - The link to use to redeem the send OOB code. %EMAIL% - The email where the email is being sent. %NEW_EMAIL% - The new email being set for the account (when applicable). %APP_NAME% - The Google Cloud project's display name. %DISPLAY_NAME% - The user's display name.",
  2036      "id": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2037      "properties": {
  2038        "body": {
  2039          "description": "Email body",
  2040          "type": "string"
  2041        },
  2042        "bodyFormat": {
  2043          "description": "Email body format",
  2044          "enum": [
  2045            "BODY_FORMAT_UNSPECIFIED",
  2046            "PLAIN_TEXT",
  2047            "HTML"
  2048          ],
  2049          "enumDescriptions": [
  2050            "Default value. Do not use.",
  2051            "Plain text",
  2052            "HTML"
  2053          ],
  2054          "type": "string"
  2055        },
  2056        "customized": {
  2057          "description": "Output only. Whether the body or subject of the email is customized.",
  2058          "readOnly": true,
  2059          "type": "boolean"
  2060        },
  2061        "replyTo": {
  2062          "description": "Reply-to address",
  2063          "type": "string"
  2064        },
  2065        "senderDisplayName": {
  2066          "description": "Sender display name",
  2067          "type": "string"
  2068        },
  2069        "senderLocalPart": {
  2070          "description": "Local part of From address",
  2071          "type": "string"
  2072        },
  2073        "subject": {
  2074          "description": "Subject of the email",
  2075          "type": "string"
  2076        }
  2077      },
  2078      "type": "object"
  2079    },
  2080    "GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials": {
  2081      "description": "Indicates which credentials to pass to the registered Blocking Functions.",
  2082      "id": "GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials",
  2083      "properties": {
  2084        "accessToken": {
  2085          "description": "Whether to pass the user's OAuth identity provider's access token.",
  2086          "type": "boolean"
  2087        },
  2088        "idToken": {
  2089          "description": "Whether to pass the user's OIDC identity provider's ID token.",
  2090          "type": "boolean"
  2091        },
  2092        "refreshToken": {
  2093          "description": "Whether to pass the user's OAuth identity provider's refresh token.",
  2094          "type": "boolean"
  2095        }
  2096      },
  2097      "type": "object"
  2098    },
  2099    "GoogleCloudIdentitytoolkitAdminV2HashConfig": {
  2100      "description": "History information of the hash algorithm and key. Different accounts' passwords may be generated by different version.",
  2101      "id": "GoogleCloudIdentitytoolkitAdminV2HashConfig",
  2102      "properties": {
  2103        "algorithm": {
  2104          "description": "Output only. Different password hash algorithms used in Identity Toolkit.",
  2105          "enum": [
  2106            "HASH_ALGORITHM_UNSPECIFIED",
  2107            "HMAC_SHA256",
  2108            "HMAC_SHA1",
  2109            "HMAC_MD5",
  2110            "SCRYPT",
  2111            "PBKDF_SHA1",
  2112            "MD5",
  2113            "HMAC_SHA512",
  2114            "SHA1",
  2115            "BCRYPT",
  2116            "PBKDF2_SHA256",
  2117            "SHA256",
  2118            "SHA512",
  2119            "STANDARD_SCRYPT"
  2120          ],
  2121          "enumDescriptions": [
  2122            "Default value. Do not use.",
  2123            "HMAC_SHA256",
  2124            "HMAC_SHA1",
  2125            "HMAC_MD5",
  2126            "SCRYPT",
  2127            "PBKDF_SHA1",
  2128            "MD5",
  2129            "HMAC_SHA512",
  2130            "SHA1",
  2131            "BCRYPT",
  2132            "PBKDF2_SHA256",
  2133            "SHA256",
  2134            "SHA512",
  2135            "STANDARD_SCRYPT"
  2136          ],
  2137          "readOnly": true,
  2138          "type": "string"
  2139        },
  2140        "memoryCost": {
  2141          "description": "Output only. Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.",
  2142          "format": "int32",
  2143          "readOnly": true,
  2144          "type": "integer"
  2145        },
  2146        "rounds": {
  2147          "description": "Output only. How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.",
  2148          "format": "int32",
  2149          "readOnly": true,
  2150          "type": "integer"
  2151        },
  2152        "saltSeparator": {
  2153          "description": "Output only. Non-printable character to be inserted between the salt and plain text password in base64.",
  2154          "readOnly": true,
  2155          "type": "string"
  2156        },
  2157        "signerKey": {
  2158          "description": "Output only. Signer key in base64.",
  2159          "readOnly": true,
  2160          "type": "string"
  2161        }
  2162      },
  2163      "type": "object"
  2164    },
  2165    "GoogleCloudIdentitytoolkitAdminV2IdpCertificate": {
  2166      "description": "The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP.",
  2167      "id": "GoogleCloudIdentitytoolkitAdminV2IdpCertificate",
  2168      "properties": {
  2169        "x509Certificate": {
  2170          "description": "The x509 certificate",
  2171          "type": "string"
  2172        }
  2173      },
  2174      "type": "object"
  2175    },
  2176    "GoogleCloudIdentitytoolkitAdminV2IdpConfig": {
  2177      "description": "The SAML IdP (Identity Provider) configuration when the project acts as the relying party.",
  2178      "id": "GoogleCloudIdentitytoolkitAdminV2IdpConfig",
  2179      "properties": {
  2180        "idpCertificates": {
  2181          "description": "IDP's public keys for verifying signature in the assertions.",
  2182          "items": {
  2183            "$ref": "GoogleCloudIdentitytoolkitAdminV2IdpCertificate"
  2184          },
  2185          "type": "array"
  2186        },
  2187        "idpEntityId": {
  2188          "description": "Unique identifier for all SAML entities.",
  2189          "type": "string"
  2190        },
  2191        "signRequest": {
  2192          "description": "Indicates if outbounding SAMLRequest should be signed.",
  2193          "type": "boolean"
  2194        },
  2195        "ssoUrl": {
  2196          "description": "URL to send Authentication request to.",
  2197          "type": "string"
  2198        }
  2199      },
  2200      "type": "object"
  2201    },
  2202    "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig": {
  2203      "description": "A pair of SAML RP-IDP configurations when the project acts as the relying party.",
  2204      "id": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig",
  2205      "properties": {
  2206        "displayName": {
  2207          "description": "The config's display name set by developers.",
  2208          "type": "string"
  2209        },
  2210        "enabled": {
  2211          "description": "True if allows the user to sign in with the provider.",
  2212          "type": "boolean"
  2213        },
  2214        "idpConfig": {
  2215          "$ref": "GoogleCloudIdentitytoolkitAdminV2IdpConfig",
  2216          "description": "The SAML IdP (Identity Provider) configuration when the project acts as the relying party."
  2217        },
  2218        "name": {
  2219          "description": "The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests.",
  2220          "type": "string"
  2221        },
  2222        "spConfig": {
  2223          "$ref": "GoogleCloudIdentitytoolkitAdminV2SpConfig",
  2224          "description": "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."
  2225        }
  2226      },
  2227      "type": "object"
  2228    },
  2229    "GoogleCloudIdentitytoolkitAdminV2Inheritance": {
  2230      "description": "Settings that the tenants will inherit from project level.",
  2231      "id": "GoogleCloudIdentitytoolkitAdminV2Inheritance",
  2232      "properties": {
  2233        "emailSendingConfig": {
  2234          "description": "Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.",
  2235          "type": "boolean"
  2236        }
  2237      },
  2238      "type": "object"
  2239    },
  2240    "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformRequest": {
  2241      "description": "Request for InitializeIdentityPlatform.",
  2242      "id": "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformRequest",
  2243      "properties": {},
  2244      "type": "object"
  2245    },
  2246    "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformResponse": {
  2247      "description": "Response for InitializeIdentityPlatform. Empty for now.",
  2248      "id": "GoogleCloudIdentitytoolkitAdminV2InitializeIdentityPlatformResponse",
  2249      "properties": {},
  2250      "type": "object"
  2251    },
  2252    "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse": {
  2253      "description": "Response for DefaultSupportedIdpConfigs",
  2254      "id": "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse",
  2255      "properties": {
  2256        "defaultSupportedIdpConfigs": {
  2257          "description": "The set of configs.",
  2258          "items": {
  2259            "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig"
  2260          },
  2261          "type": "array"
  2262        },
  2263        "nextPageToken": {
  2264          "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
  2265          "type": "string"
  2266        }
  2267      },
  2268      "type": "object"
  2269    },
  2270    "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse": {
  2271      "description": "Response for ListDefaultSupportedIdps",
  2272      "id": "GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse",
  2273      "properties": {
  2274        "defaultSupportedIdps": {
  2275          "description": "The set of configs.",
  2276          "items": {
  2277            "$ref": "GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp"
  2278          },
  2279          "type": "array"
  2280        },
  2281        "nextPageToken": {
  2282          "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
  2283          "type": "string"
  2284        }
  2285      },
  2286      "type": "object"
  2287    },
  2288    "GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse": {
  2289      "description": "Response for ListInboundSamlConfigs",
  2290      "id": "GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse",
  2291      "properties": {
  2292        "inboundSamlConfigs": {
  2293          "description": "The set of configs.",
  2294          "items": {
  2295            "$ref": "GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig"
  2296          },
  2297          "type": "array"
  2298        },
  2299        "nextPageToken": {
  2300          "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
  2301          "type": "string"
  2302        }
  2303      },
  2304      "type": "object"
  2305    },
  2306    "GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse": {
  2307      "description": "Response for ListOAuthIdpConfigs",
  2308      "id": "GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse",
  2309      "properties": {
  2310        "nextPageToken": {
  2311          "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
  2312          "type": "string"
  2313        },
  2314        "oauthIdpConfigs": {
  2315          "description": "The set of configs.",
  2316          "items": {
  2317            "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig"
  2318          },
  2319          "type": "array"
  2320        }
  2321      },
  2322      "type": "object"
  2323    },
  2324    "GoogleCloudIdentitytoolkitAdminV2ListTenantsResponse": {
  2325      "description": "Response message for ListTenants.",
  2326      "id": "GoogleCloudIdentitytoolkitAdminV2ListTenantsResponse",
  2327      "properties": {
  2328        "nextPageToken": {
  2329          "description": "The token to get the next page of results.",
  2330          "type": "string"
  2331        },
  2332        "tenants": {
  2333          "description": "A list of tenants under the given agent project.",
  2334          "items": {
  2335            "$ref": "GoogleCloudIdentitytoolkitAdminV2Tenant"
  2336          },
  2337          "type": "array"
  2338        }
  2339      },
  2340      "type": "object"
  2341    },
  2342    "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig": {
  2343      "description": "Configuration related to monitoring project activity.",
  2344      "id": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
  2345      "properties": {
  2346        "requestLogging": {
  2347          "$ref": "GoogleCloudIdentitytoolkitAdminV2RequestLogging",
  2348          "description": "Configuration for logging requests made to this project to Stackdriver Logging"
  2349        }
  2350      },
  2351      "type": "object"
  2352    },
  2353    "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig": {
  2354      "description": "Options related to MultiFactor Authentication for the project.",
  2355      "id": "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig",
  2356      "properties": {
  2357        "enabledProviders": {
  2358          "description": "A list of usable second factors for this project.",
  2359          "items": {
  2360            "enum": [
  2361              "PROVIDER_UNSPECIFIED",
  2362              "PHONE_SMS"
  2363            ],
  2364            "enumDescriptions": [
  2365              "Illegal Provider, should not be used",
  2366              "SMS is enabled as a second factor for this project."
  2367            ],
  2368            "type": "string"
  2369          },
  2370          "type": "array"
  2371        },
  2372        "providerConfigs": {
  2373          "description": "A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.",
  2374          "items": {
  2375            "$ref": "GoogleCloudIdentitytoolkitAdminV2ProviderConfig"
  2376          },
  2377          "type": "array"
  2378        },
  2379        "state": {
  2380          "description": "Whether MultiFactor Authentication has been enabled for this project.",
  2381          "enum": [
  2382            "STATE_UNSPECIFIED",
  2383            "DISABLED",
  2384            "ENABLED",
  2385            "MANDATORY"
  2386          ],
  2387          "enumDescriptions": [
  2388            "Illegal State, should not be used.",
  2389            "Multi-factor authentication cannot be used for this project",
  2390            "Multi-factor authentication can be used for this project",
  2391            "Multi-factor authentication is required for this project. Users from this project must authenticate with the second factor."
  2392          ],
  2393          "type": "string"
  2394        }
  2395      },
  2396      "type": "object"
  2397    },
  2398    "GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig": {
  2399      "description": "Configuration related to multi-tenant functionality.",
  2400      "id": "GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig",
  2401      "properties": {
  2402        "allowTenants": {
  2403          "description": "Whether this project can have tenants or not.",
  2404          "type": "boolean"
  2405        },
  2406        "defaultTenantLocation": {
  2407          "description": "The default cloud parent org or folder that the tenant project should be created under. The parent resource name should be in the format of \"/\", such as \"folders/123\" or \"organizations/456\". If the value is not set, the tenant will be created under the same organization or folder as the agent project.",
  2408          "type": "string"
  2409        }
  2410      },
  2411      "type": "object"
  2412    },
  2413    "GoogleCloudIdentitytoolkitAdminV2NotificationConfig": {
  2414      "description": "Configuration related to sending notifications to users.",
  2415      "id": "GoogleCloudIdentitytoolkitAdminV2NotificationConfig",
  2416      "properties": {
  2417        "defaultLocale": {
  2418          "description": "Default locale used for email and SMS in IETF BCP 47 format.",
  2419          "type": "string"
  2420        },
  2421        "sendEmail": {
  2422          "$ref": "GoogleCloudIdentitytoolkitAdminV2SendEmail",
  2423          "description": "Options for email sending."
  2424        },
  2425        "sendSms": {
  2426          "$ref": "GoogleCloudIdentitytoolkitAdminV2SendSms",
  2427          "description": "Options for SMS sending."
  2428        }
  2429      },
  2430      "type": "object"
  2431    },
  2432    "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig": {
  2433      "description": "Configuration options for authenticating with an OAuth IDP.",
  2434      "id": "GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig",
  2435      "properties": {
  2436        "clientId": {
  2437          "description": "The client id of an OAuth client.",
  2438          "type": "string"
  2439        },
  2440        "clientSecret": {
  2441          "description": "The client secret of the OAuth client, to enable OIDC code flow.",
  2442          "type": "string"
  2443        },
  2444        "displayName": {
  2445          "description": "The config's display name set by developers.",
  2446          "type": "string"
  2447        },
  2448        "enabled": {
  2449          "description": "True if allows the user to sign in with the provider.",
  2450          "type": "boolean"
  2451        },
  2452        "issuer": {
  2453          "description": "For OIDC Idps, the issuer identifier.",
  2454          "type": "string"
  2455        },
  2456        "name": {
  2457          "description": "The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.",
  2458          "type": "string"
  2459        },
  2460        "responseType": {
  2461          "$ref": "GoogleCloudIdentitytoolkitAdminV2OAuthResponseType",
  2462          "description": "The response type to request for in the OAuth authorization flow. You can set either `id_token` or `code` to true, but not both. Setting both types to be simultaneously true (`{code: true, id_token: true}`) is not yet supported."
  2463        }
  2464      },
  2465      "type": "object"
  2466    },
  2467    "GoogleCloudIdentitytoolkitAdminV2OAuthResponseType": {
  2468      "description": "The response type to request for in the OAuth authorization flow. You can set either `id_token` or `code` to true, but not both. Setting both types to be simultaneously true (`{code: true, id_token: true}`) is not yet supported. See https://openid.net/specs/openid-connect-core-1_0.html#Authentication for a mapping of response type to OAuth 2.0 flow.",
  2469      "id": "GoogleCloudIdentitytoolkitAdminV2OAuthResponseType",
  2470      "properties": {
  2471        "code": {
  2472          "description": "If true, authorization code is returned from IdP's authorization endpoint.",
  2473          "type": "boolean"
  2474        },
  2475        "idToken": {
  2476          "description": "If true, ID token is returned from IdP's authorization endpoint.",
  2477          "type": "boolean"
  2478        },
  2479        "token": {
  2480          "deprecated": true,
  2481          "description": "Do not use. The `token` response type is not supported at the moment.",
  2482          "type": "boolean"
  2483        }
  2484      },
  2485      "type": "object"
  2486    },
  2487    "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig": {
  2488      "description": "The configuration for the password policy on the project.",
  2489      "id": "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig",
  2490      "properties": {
  2491        "forceUpgradeOnSignin": {
  2492          "description": "Users must have a password compliant with the password policy to sign-in.",
  2493          "type": "boolean"
  2494        },
  2495        "lastUpdateTime": {
  2496          "description": "Output only. The last time the password policy on the project was updated.",
  2497          "format": "google-datetime",
  2498          "readOnly": true,
  2499          "type": "string"
  2500        },
  2501        "passwordPolicyEnforcementState": {
  2502          "description": "Which enforcement mode to use for the password policy.",
  2503          "enum": [
  2504            "PASSWORD_POLICY_ENFORCEMENT_STATE_UNSPECIFIED",
  2505            "OFF",
  2506            "ENFORCE"
  2507          ],
  2508          "enumDescriptions": [
  2509            "Illegal State, should not be used.",
  2510            "Password Policy will not be used on the project.",
  2511            "Passwords non-compliant with the password policy will be rejected with an error thrown."
  2512          ],
  2513          "type": "string"
  2514        },
  2515        "passwordPolicyVersions": {
  2516          "description": "Must be of length 1. Contains the strength attributes for the password policy.",
  2517          "items": {
  2518            "$ref": "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion"
  2519          },
  2520          "type": "array"
  2521        }
  2522      },
  2523      "type": "object"
  2524    },
  2525    "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion": {
  2526      "description": "The strength attributes for the password policy on the project.",
  2527      "id": "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion",
  2528      "properties": {
  2529        "customStrengthOptions": {
  2530          "$ref": "GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptions",
  2531          "description": "The custom strength options enforced by the password policy."
  2532        },
  2533        "schemaVersion": {
  2534          "description": "Output only. schema version number for the password policy",
  2535          "format": "int32",
  2536          "readOnly": true,
  2537          "type": "integer"
  2538        }
  2539      },
  2540      "type": "object"
  2541    },
  2542    "GoogleCloudIdentitytoolkitAdminV2Permissions": {
  2543      "description": "Configuration related to restricting a user's ability to affect their account.",
  2544      "id": "GoogleCloudIdentitytoolkitAdminV2Permissions",
  2545      "properties": {
  2546        "disabledUserDeletion": {
  2547          "description": "When true, end users cannot delete their account on the associated project through any of our API methods",
  2548          "type": "boolean"
  2549        },
  2550        "disabledUserSignup": {
  2551          "description": "When true, end users cannot sign up for a new account on the associated project through any of our API methods",
  2552          "type": "boolean"
  2553        }
  2554      },
  2555      "type": "object"
  2556    },
  2557    "GoogleCloudIdentitytoolkitAdminV2PhoneNumber": {
  2558      "description": "Configuration options related to authenticated a user by their phone number.",
  2559      "id": "GoogleCloudIdentitytoolkitAdminV2PhoneNumber",
  2560      "properties": {
  2561        "enabled": {
  2562          "description": "Whether phone number auth is enabled for the project or not.",
  2563          "type": "boolean"
  2564        },
  2565        "testPhoneNumbers": {
  2566          "additionalProperties": {
  2567            "type": "string"
  2568          },
  2569          "description": "A map of that can be used for phone auth testing.",
  2570          "type": "object"
  2571        }
  2572      },
  2573      "type": "object"
  2574    },
  2575    "GoogleCloudIdentitytoolkitAdminV2ProviderConfig": {
  2576      "description": "ProviderConfig describes the supported MFA providers along with their configurations.",
  2577      "id": "GoogleCloudIdentitytoolkitAdminV2ProviderConfig",
  2578      "properties": {
  2579        "state": {
  2580          "description": "Describes the state of the MultiFactor Authentication type.",
  2581          "enum": [
  2582            "MFA_STATE_UNSPECIFIED",
  2583            "DISABLED",
  2584            "ENABLED",
  2585            "MANDATORY"
  2586          ],
  2587          "enumDescriptions": [
  2588            "Illegal State, should not be used.",
  2589            "Multi-factor authentication cannot be used for this project.",
  2590            "Multi-factor authentication can be used for this project.",
  2591            "Multi-factor authentication is required for this project. Users from this project must authenticate with the second factor."
  2592          ],
  2593          "type": "string"
  2594        },
  2595        "totpProviderConfig": {
  2596          "$ref": "GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig",
  2597          "description": "TOTP MFA provider config for this project."
  2598        }
  2599      },
  2600      "type": "object"
  2601    },
  2602    "GoogleCloudIdentitytoolkitAdminV2QuotaConfig": {
  2603      "description": "Configuration related to quotas.",
  2604      "id": "GoogleCloudIdentitytoolkitAdminV2QuotaConfig",
  2605      "properties": {
  2606        "signUpQuotaConfig": {
  2607          "$ref": "GoogleCloudIdentitytoolkitAdminV2TemporaryQuota",
  2608          "description": "Quota for the Signup endpoint, if overwritten. Signup quota is measured in sign ups per project per hour per IP."
  2609        }
  2610      },
  2611      "type": "object"
  2612    },
  2613    "GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig": {
  2614      "description": "The reCAPTCHA Enterprise integration config.",
  2615      "id": "GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig",
  2616      "properties": {
  2617        "emailPasswordEnforcementState": {
  2618          "description": "The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.",
  2619          "enum": [
  2620            "RECAPTCHA_PROVIDER_ENFORCEMENT_STATE_UNSPECIFIED",
  2621            "OFF",
  2622            "AUDIT",
  2623            "ENFORCE"
  2624          ],
  2625          "enumDescriptions": [
  2626            "Enforcement state has not been set.",
  2627            "Unenforced.",
  2628            "reCAPTCHA assessment is created, result is not used to enforce.",
  2629            "reCAPTCHA assessment is created, result is used to enforce."
  2630          ],
  2631          "type": "string"
  2632        },
  2633        "managedRules": {
  2634          "description": "The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.",
  2635          "items": {
  2636            "$ref": "GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule"
  2637          },
  2638          "type": "array"
  2639        },
  2640        "recaptchaKeys": {
  2641          "description": "The reCAPTCHA keys.",
  2642          "items": {
  2643            "$ref": "GoogleCloudIdentitytoolkitAdminV2RecaptchaKey"
  2644          },
  2645          "type": "array"
  2646        },
  2647        "useAccountDefender": {
  2648          "description": "Whether to use the account defender for reCAPTCHA assessment. Defaults to `false`.",
  2649          "type": "boolean"
  2650        }
  2651      },
  2652      "type": "object"
  2653    },
  2654    "GoogleCloudIdentitytoolkitAdminV2RecaptchaKey": {
  2655      "description": "The reCAPTCHA key config. reCAPTCHA Enterprise offers different keys for different client platforms.",
  2656      "id": "GoogleCloudIdentitytoolkitAdminV2RecaptchaKey",
  2657      "properties": {
  2658        "key": {
  2659          "description": "The reCAPTCHA Enterprise key resource name, e.g. \"projects/{project}/keys/{key}\"",
  2660          "type": "string"
  2661        },
  2662        "type": {
  2663          "description": "The client's platform type.",
  2664          "enum": [
  2665            "CLIENT_TYPE_UNSPECIFIED",
  2666            "WEB",
  2667            "IOS",
  2668            "ANDROID"
  2669          ],
  2670          "enumDescriptions": [
  2671            "Client type is not specified.",
  2672            "Client type is web.",
  2673            "Client type is iOS.",
  2674            "Client type is Android."
  2675          ],
  2676          "type": "string"
  2677        }
  2678      },
  2679      "type": "object"
  2680    },
  2681    "GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule": {
  2682      "description": "The config for a reCAPTCHA managed rule. Models a single interval [start_score, end_score]. The start_score is implicit. It is either the closest smaller end_score (if one is available) or 0. Intervals in aggregate span [0, 1] without overlapping.",
  2683      "id": "GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule",
  2684      "properties": {
  2685        "action": {
  2686          "description": "The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].",
  2687          "enum": [
  2688            "RECAPTCHA_ACTION_UNSPECIFIED",
  2689            "BLOCK"
  2690          ],
  2691          "enumDescriptions": [
  2692            "The reCAPTCHA action is not specified.",
  2693            "The reCAPTCHA-protected request will be blocked."
  2694          ],
  2695          "type": "string"
  2696        },
  2697        "endScore": {
  2698          "description": "The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.",
  2699          "format": "float",
  2700          "type": "number"
  2701        }
  2702      },
  2703      "type": "object"
  2704    },
  2705    "GoogleCloudIdentitytoolkitAdminV2RequestLogging": {
  2706      "description": "Configuration for logging requests made to this project to Stackdriver Logging",
  2707      "id": "GoogleCloudIdentitytoolkitAdminV2RequestLogging",
  2708      "properties": {
  2709        "enabled": {
  2710          "description": "Whether logging is enabled for this project or not.",
  2711          "type": "boolean"
  2712        }
  2713      },
  2714      "type": "object"
  2715    },
  2716    "GoogleCloudIdentitytoolkitAdminV2SendEmail": {
  2717      "description": "Options for email sending.",
  2718      "id": "GoogleCloudIdentitytoolkitAdminV2SendEmail",
  2719      "properties": {
  2720        "callbackUri": {
  2721          "description": "action url in email template.",
  2722          "type": "string"
  2723        },
  2724        "changeEmailTemplate": {
  2725          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2726          "description": "Email template for change email"
  2727        },
  2728        "dnsInfo": {
  2729          "$ref": "GoogleCloudIdentitytoolkitAdminV2DnsInfo",
  2730          "description": "Information of custom domain DNS verification."
  2731        },
  2732        "legacyResetPasswordTemplate": {
  2733          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2734          "description": "Reset password email template for legacy Firebase V1 app."
  2735        },
  2736        "method": {
  2737          "description": "The method used for sending an email.",
  2738          "enum": [
  2739            "METHOD_UNSPECIFIED",
  2740            "DEFAULT",
  2741            "CUSTOM_SMTP"
  2742          ],
  2743          "enumDescriptions": [
  2744            "Email method unspecified.",
  2745            "Sending email on behalf of developer.",
  2746            "Sending email using SMTP configuration provided by developers."
  2747          ],
  2748          "type": "string"
  2749        },
  2750        "resetPasswordTemplate": {
  2751          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2752          "description": "Email template for reset password"
  2753        },
  2754        "revertSecondFactorAdditionTemplate": {
  2755          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2756          "description": "Email template for reverting second factor addition emails"
  2757        },
  2758        "smtp": {
  2759          "$ref": "GoogleCloudIdentitytoolkitAdminV2Smtp",
  2760          "description": "Use a custom SMTP relay"
  2761        },
  2762        "verifyEmailTemplate": {
  2763          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailTemplate",
  2764          "description": "Email template for verify email"
  2765        }
  2766      },
  2767      "type": "object"
  2768    },
  2769    "GoogleCloudIdentitytoolkitAdminV2SendSms": {
  2770      "description": "Options for SMS sending.",
  2771      "id": "GoogleCloudIdentitytoolkitAdminV2SendSms",
  2772      "properties": {
  2773        "smsTemplate": {
  2774          "$ref": "GoogleCloudIdentitytoolkitAdminV2SmsTemplate",
  2775          "description": "Output only. The template to use when sending an SMS.",
  2776          "readOnly": true
  2777        },
  2778        "useDeviceLocale": {
  2779          "description": "Whether to use the accept_language header for SMS.",
  2780          "type": "boolean"
  2781        }
  2782      },
  2783      "type": "object"
  2784    },
  2785    "GoogleCloudIdentitytoolkitAdminV2SignInConfig": {
  2786      "description": "Configuration related to local sign in methods.",
  2787      "id": "GoogleCloudIdentitytoolkitAdminV2SignInConfig",
  2788      "properties": {
  2789        "allowDuplicateEmails": {
  2790          "description": "Whether to allow more than one account to have the same email.",
  2791          "type": "boolean"
  2792        },
  2793        "anonymous": {
  2794          "$ref": "GoogleCloudIdentitytoolkitAdminV2Anonymous",
  2795          "description": "Configuration options related to authenticating an anonymous user."
  2796        },
  2797        "email": {
  2798          "$ref": "GoogleCloudIdentitytoolkitAdminV2Email",
  2799          "description": "Configuration options related to authenticating a user by their email address."
  2800        },
  2801        "hashConfig": {
  2802          "$ref": "GoogleCloudIdentitytoolkitAdminV2HashConfig",
  2803          "description": "Output only. Hash config information.",
  2804          "readOnly": true
  2805        },
  2806        "phoneNumber": {
  2807          "$ref": "GoogleCloudIdentitytoolkitAdminV2PhoneNumber",
  2808          "description": "Configuration options related to authenticated a user by their phone number."
  2809        }
  2810      },
  2811      "type": "object"
  2812    },
  2813    "GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig": {
  2814      "description": "Configures the regions where users are allowed to send verification SMS for the project or tenant. This is based on the calling code of the destination phone number.",
  2815      "id": "GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig",
  2816      "properties": {
  2817        "allowByDefault": {
  2818          "$ref": "GoogleCloudIdentitytoolkitAdminV2AllowByDefault",
  2819          "description": "A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list."
  2820        },
  2821        "allowlistOnly": {
  2822          "$ref": "GoogleCloudIdentitytoolkitAdminV2AllowlistOnly",
  2823          "description": "A policy of only allowing regions by explicitly adding them to an allowlist."
  2824        }
  2825      },
  2826      "type": "object"
  2827    },
  2828    "GoogleCloudIdentitytoolkitAdminV2SmsTemplate": {
  2829      "description": "The template to use when sending an SMS.",
  2830      "id": "GoogleCloudIdentitytoolkitAdminV2SmsTemplate",
  2831      "properties": {
  2832        "content": {
  2833          "description": "Output only. The SMS's content. Can contain the following placeholders which will be replaced with the appropriate values: %APP_NAME% - For Android or iOS apps, the app's display name. For web apps, the domain hosting the application. %LOGIN_CODE% - The OOB code being sent in the SMS.",
  2834          "readOnly": true,
  2835          "type": "string"
  2836        }
  2837      },
  2838      "type": "object"
  2839    },
  2840    "GoogleCloudIdentitytoolkitAdminV2Smtp": {
  2841      "description": "Configuration for SMTP relay",
  2842      "id": "GoogleCloudIdentitytoolkitAdminV2Smtp",
  2843      "properties": {
  2844        "host": {
  2845          "description": "SMTP relay host",
  2846          "type": "string"
  2847        },
  2848        "password": {
  2849          "description": "SMTP relay password",
  2850          "type": "string"
  2851        },
  2852        "port": {
  2853          "description": "SMTP relay port",
  2854          "format": "int32",
  2855          "type": "integer"
  2856        },
  2857        "securityMode": {
  2858          "description": "SMTP security mode.",
  2859          "enum": [
  2860            "SECURITY_MODE_UNSPECIFIED",
  2861            "SSL",
  2862            "START_TLS"
  2863          ],
  2864          "enumDescriptions": [
  2865            "Default value. Do not use.",
  2866            "SSL mode",
  2867            "START_TLS mode"
  2868          ],
  2869          "type": "string"
  2870        },
  2871        "senderEmail": {
  2872          "description": "Sender email for the SMTP relay",
  2873          "type": "string"
  2874        },
  2875        "username": {
  2876          "description": "SMTP relay username",
  2877          "type": "string"
  2878        }
  2879      },
  2880      "type": "object"
  2881    },
  2882    "GoogleCloudIdentitytoolkitAdminV2SpCertificate": {
  2883      "description": "The SP's certificate data for IDP to verify the SAMLRequest generated by the SP.",
  2884      "id": "GoogleCloudIdentitytoolkitAdminV2SpCertificate",
  2885      "properties": {
  2886        "expiresAt": {
  2887          "description": "Timestamp of the cert expiration instance.",
  2888          "format": "google-datetime",
  2889          "type": "string"
  2890        },
  2891        "x509Certificate": {
  2892          "description": "Self-signed public certificate.",
  2893          "type": "string"
  2894        }
  2895      },
  2896      "type": "object"
  2897    },
  2898    "GoogleCloudIdentitytoolkitAdminV2SpConfig": {
  2899      "description": "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.",
  2900      "id": "GoogleCloudIdentitytoolkitAdminV2SpConfig",
  2901      "properties": {
  2902        "callbackUri": {
  2903          "description": "Callback URI where responses from IDP are handled.",
  2904          "type": "string"
  2905        },
  2906        "spCertificates": {
  2907          "description": "Output only. Public certificates generated by the server to verify the signature in SAMLRequest in the SP-initiated flow.",
  2908          "items": {
  2909            "$ref": "GoogleCloudIdentitytoolkitAdminV2SpCertificate"
  2910          },
  2911          "readOnly": true,
  2912          "type": "array"
  2913        },
  2914        "spEntityId": {
  2915          "description": "Unique identifier for all SAML entities.",
  2916          "type": "string"
  2917        }
  2918      },
  2919      "type": "object"
  2920    },
  2921    "GoogleCloudIdentitytoolkitAdminV2TemporaryQuota": {
  2922      "description": "Temporary quota increase / decrease",
  2923      "id": "GoogleCloudIdentitytoolkitAdminV2TemporaryQuota",
  2924      "properties": {
  2925        "quota": {
  2926          "description": "Corresponds to the 'refill_token_count' field in QuotaServer config",
  2927          "format": "int64",
  2928          "type": "string"
  2929        },
  2930        "quotaDuration": {
  2931          "description": "How long this quota will be active for",
  2932          "format": "google-duration",
  2933          "type": "string"
  2934        },
  2935        "startTime": {
  2936          "description": "When this quota will take effect",
  2937          "format": "google-datetime",
  2938          "type": "string"
  2939        }
  2940      },
  2941      "type": "object"
  2942    },
  2943    "GoogleCloudIdentitytoolkitAdminV2Tenant": {
  2944      "description": "A Tenant contains configuration for the tenant in a multi-tenant project.",
  2945      "id": "GoogleCloudIdentitytoolkitAdminV2Tenant",
  2946      "properties": {
  2947        "allowPasswordSignup": {
  2948          "description": "Whether to allow email/password user authentication.",
  2949          "type": "boolean"
  2950        },
  2951        "autodeleteAnonymousUsers": {
  2952          "description": "Whether anonymous users will be auto-deleted after a period of 30 days.",
  2953          "type": "boolean"
  2954        },
  2955        "client": {
  2956          "$ref": "GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig",
  2957          "description": "Options related to how clients making requests on behalf of a project should be configured."
  2958        },
  2959        "disableAuth": {
  2960          "description": "Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.",
  2961          "type": "boolean"
  2962        },
  2963        "displayName": {
  2964          "description": "Display name of the tenant.",
  2965          "type": "string"
  2966        },
  2967        "emailPrivacyConfig": {
  2968          "$ref": "GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig",
  2969          "description": "Configuration for settings related to email privacy and public visibility."
  2970        },
  2971        "enableAnonymousUser": {
  2972          "description": "Whether to enable anonymous user authentication.",
  2973          "type": "boolean"
  2974        },
  2975        "enableEmailLinkSignin": {
  2976          "description": "Whether to enable email link user authentication.",
  2977          "type": "boolean"
  2978        },
  2979        "hashConfig": {
  2980          "$ref": "GoogleCloudIdentitytoolkitAdminV2HashConfig",
  2981          "description": "Output only. Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.",
  2982          "readOnly": true
  2983        },
  2984        "inheritance": {
  2985          "$ref": "GoogleCloudIdentitytoolkitAdminV2Inheritance",
  2986          "description": "Specify the settings that the tenant could inherit."
  2987        },
  2988        "mfaConfig": {
  2989          "$ref": "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig",
  2990          "description": "The tenant-level configuration of MFA options."
  2991        },
  2992        "monitoring": {
  2993          "$ref": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
  2994          "description": "Configuration related to monitoring project activity."
  2995        },
  2996        "name": {
  2997          "description": "Output only. Resource name of a tenant. For example: \"projects/{project-id}/tenants/{tenant-id}\"",
  2998          "readOnly": true,
  2999          "type": "string"
  3000        },
  3001        "passwordPolicyConfig": {
  3002          "$ref": "GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig",
  3003          "description": "The tenant-level password policy config"
  3004        },
  3005        "recaptchaConfig": {
  3006          "$ref": "GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig",
  3007          "description": "The tenant-level reCAPTCHA config."
  3008        },
  3009        "smsRegionConfig": {
  3010          "$ref": "GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig",
  3011          "description": "Configures which regions are enabled for SMS verification code sending."
  3012        },
  3013        "testPhoneNumbers": {
  3014          "additionalProperties": {
  3015            "type": "string"
  3016          },
  3017          "description": "A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).",
  3018          "type": "object"
  3019        }
  3020      },
  3021      "type": "object"
  3022    },
  3023    "GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig": {
  3024      "description": "TotpMFAProviderConfig represents the TOTP based MFA provider.",
  3025      "id": "GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig",
  3026      "properties": {
  3027        "adjacentIntervals": {
  3028          "description": "The allowed number of adjacent intervals that will be used for verification to avoid clock skew.",
  3029          "format": "int32",
  3030          "type": "integer"
  3031        }
  3032      },
  3033      "type": "object"
  3034    },
  3035    "GoogleCloudIdentitytoolkitAdminV2Trigger": {
  3036      "description": "Synchronous Cloud Function with HTTP Trigger",
  3037      "id": "GoogleCloudIdentitytoolkitAdminV2Trigger",
  3038      "properties": {
  3039        "functionUri": {
  3040          "description": "HTTP URI trigger for the Cloud Function.",
  3041          "type": "string"
  3042        },
  3043        "updateTime": {
  3044          "description": "When the trigger was changed.",
  3045          "format": "google-datetime",
  3046          "type": "string"
  3047        }
  3048      },
  3049      "type": "object"
  3050    },
  3051    "GoogleCloudIdentitytoolkitV2AutoRetrievalInfo": {
  3052      "description": "The information required to auto-retrieve an SMS.",
  3053      "id": "GoogleCloudIdentitytoolkitV2AutoRetrievalInfo",
  3054      "properties": {
  3055        "appSignatureHash": {
  3056          "description": "The Android app's signature hash for Google Play Service's SMS Retriever API.",
  3057          "type": "string"
  3058        }
  3059      },
  3060      "type": "object"
  3061    },
  3062    "GoogleCloudIdentitytoolkitV2CustomStrengthOptions": {
  3063      "description": "Custom strength options to enforce on user passwords.",
  3064      "id": "GoogleCloudIdentitytoolkitV2CustomStrengthOptions",
  3065      "properties": {
  3066        "containsLowercaseCharacter": {
  3067          "description": "The password must contain a lower case character.",
  3068          "type": "boolean"
  3069        },
  3070        "containsNonAlphanumericCharacter": {
  3071          "description": "The password must contain a non alpha numeric character.",
  3072          "type": "boolean"
  3073        },
  3074        "containsNumericCharacter": {
  3075          "description": "The password must contain a number.",
  3076          "type": "boolean"
  3077        },
  3078        "containsUppercaseCharacter": {
  3079          "description": "The password must contain an upper case character.",
  3080          "type": "boolean"
  3081        },
  3082        "maxPasswordLength": {
  3083          "description": "Maximum password length. No default max length",
  3084          "format": "int32",
  3085          "type": "integer"
  3086        },
  3087        "minPasswordLength": {
  3088          "description": "Minimum password length. Range from 6 to 30",
  3089          "format": "int32",
  3090          "type": "integer"
  3091        }
  3092      },
  3093      "type": "object"
  3094    },
  3095    "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest": {
  3096      "description": "Finishes enrolling a second factor for the user.",
  3097      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest",
  3098      "properties": {
  3099        "displayName": {
  3100          "description": "Display name which is entered by users to distinguish between different second factors with same type or different type.",
  3101          "type": "string"
  3102        },
  3103        "idToken": {
  3104          "description": "Required. ID token.",
  3105          "type": "string"
  3106        },
  3107        "phoneVerificationInfo": {
  3108          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo",
  3109          "description": "Verification info to authorize sending an SMS for phone verification."
  3110        },
  3111        "tenantId": {
  3112          "description": "The ID of the Identity Platform tenant that the user enrolling MFA belongs to. If not set, the user belongs to the default Identity Platform project.",
  3113          "type": "string"
  3114        },
  3115        "totpVerificationInfo": {
  3116          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentRequestInfo",
  3117          "description": "Verification information for TOTP."
  3118        }
  3119      },
  3120      "type": "object"
  3121    },
  3122    "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse": {
  3123      "description": "FinalizeMfaEnrollment response.",
  3124      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse",
  3125      "properties": {
  3126        "idToken": {
  3127          "description": "ID token updated to reflect MFA enrollment.",
  3128          "type": "string"
  3129        },
  3130        "phoneAuthInfo": {
  3131          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo",
  3132          "description": "Auxiliary auth info specific to phone auth."
  3133        },
  3134        "refreshToken": {
  3135          "description": "Refresh token updated to reflect MFA enrollment.",
  3136          "type": "string"
  3137        },
  3138        "totpAuthInfo": {
  3139          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentResponseInfo",
  3140          "description": "Auxiliary auth info specific to TOTP auth."
  3141        }
  3142      },
  3143      "type": "object"
  3144    },
  3145    "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo": {
  3146      "description": "Phone Verification info for a FinalizeMfa request.",
  3147      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo",
  3148      "properties": {
  3149        "androidVerificationProof": {
  3150          "description": "Android only. Uses for \"instant\" phone number verification though GmsCore.",
  3151          "type": "string"
  3152        },
  3153        "code": {
  3154          "description": "User-entered verification code.",
  3155          "type": "string"
  3156        },
  3157        "phoneNumber": {
  3158          "description": "Required if Android verification proof is presented.",
  3159          "type": "string"
  3160        },
  3161        "sessionInfo": {
  3162          "description": "An opaque string that represents the enrollment session.",
  3163          "type": "string"
  3164        }
  3165      },
  3166      "type": "object"
  3167    },
  3168    "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo": {
  3169      "description": "Phone Verification info for a FinalizeMfa response.",
  3170      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo",
  3171      "properties": {
  3172        "androidVerificationProof": {
  3173          "description": "Android only. Long-lived replacement for valid code tied to android device.",
  3174          "type": "string"
  3175        },
  3176        "androidVerificationProofExpireTime": {
  3177          "description": "Android only. Expiration time of verification proof in seconds.",
  3178          "format": "google-datetime",
  3179          "type": "string"
  3180        },
  3181        "phoneNumber": {
  3182          "description": "For Android verification proof.",
  3183          "type": "string"
  3184        }
  3185      },
  3186      "type": "object"
  3187    },
  3188    "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest": {
  3189      "description": "Finalizes sign-in by verifying MFA challenge.",
  3190      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest",
  3191      "properties": {
  3192        "mfaEnrollmentId": {
  3193          "description": "The MFA enrollment ID from the user's list of current MFA enrollments.",
  3194          "type": "string"
  3195        },
  3196        "mfaPendingCredential": {
  3197          "description": "Required. Pending credential from first factor sign-in.",
  3198          "type": "string"
  3199        },
  3200        "phoneVerificationInfo": {
  3201          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo",
  3202          "description": "Proof of completion of the SMS based MFA challenge."
  3203        },
  3204        "tenantId": {
  3205          "description": "The ID of the Identity Platform tenant the user is signing in to. If not set, the user will sign in to the default Identity Platform project.",
  3206          "type": "string"
  3207        },
  3208        "totpVerificationInfo": {
  3209          "$ref": "GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo",
  3210          "description": "Proof of completion of the TOTP based MFA challenge."
  3211        }
  3212      },
  3213      "type": "object"
  3214    },
  3215    "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse": {
  3216      "description": "FinalizeMfaSignIn response.",
  3217      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse",
  3218      "properties": {
  3219        "idToken": {
  3220          "description": "ID token for the authenticated user.",
  3221          "type": "string"
  3222        },
  3223        "phoneAuthInfo": {
  3224          "$ref": "GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo",
  3225          "description": "Extra phone auth info, including android verification proof."
  3226        },
  3227        "refreshToken": {
  3228          "description": "Refresh token for the authenticated user.",
  3229          "type": "string"
  3230        }
  3231      },
  3232      "type": "object"
  3233    },
  3234    "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentRequestInfo": {
  3235      "description": "Mfa request info specific to TOTP auth for FinalizeMfa.",
  3236      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentRequestInfo",
  3237      "properties": {
  3238        "sessionInfo": {
  3239          "description": "An opaque string that represents the enrollment session.",
  3240          "type": "string"
  3241        },
  3242        "verificationCode": {
  3243          "description": "User-entered verification code.",
  3244          "type": "string"
  3245        }
  3246      },
  3247      "type": "object"
  3248    },
  3249    "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentResponseInfo": {
  3250      "description": "Mfa response info specific to TOTP auth for FinalizeMfa.",
  3251      "id": "GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentResponseInfo",
  3252      "properties": {},
  3253      "type": "object"
  3254    },
  3255    "GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo": {
  3256      "description": "TOTP verification info for FinalizeMfaSignInRequest.",
  3257      "id": "GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo",
  3258      "properties": {
  3259        "verificationCode": {
  3260          "description": "User-entered verification code.",
  3261          "type": "string"
  3262        }
  3263      },
  3264      "type": "object"
  3265    },
  3266    "GoogleCloudIdentitytoolkitV2PasswordPolicy": {
  3267      "description": "Configuration for password policy.",
  3268      "id": "GoogleCloudIdentitytoolkitV2PasswordPolicy",
  3269      "properties": {
  3270        "allowedNonAlphanumericCharacters": {
  3271          "description": "Output only. Allowed characters which satisfy the non_alphanumeric requirement.",
  3272          "items": {
  3273            "type": "string"
  3274          },
  3275          "readOnly": true,
  3276          "type": "array"
  3277        },
  3278        "customStrengthOptions": {
  3279          "$ref": "GoogleCloudIdentitytoolkitV2CustomStrengthOptions",
  3280          "description": "The custom strength options enforced by the password policy."
  3281        },
  3282        "enforcementState": {
  3283          "description": "Output only. Which enforcement mode to use for the password policy.",
  3284          "enum": [
  3285            "ENFORCEMENT_STATE_UNSPECIFIED",
  3286            "OFF",
  3287            "ENFORCE"
  3288          ],
  3289          "enumDescriptions": [
  3290            "Enforcement state has not been set.",
  3291            "Password Policy will not be used on the project.",
  3292            "Passwords non-compliant with the password policy will be rejected with an error thrown."
  3293          ],
  3294          "readOnly": true,
  3295          "type": "string"
  3296        },
  3297        "forceUpgradeOnSignin": {
  3298          "description": "Users must have a password compliant with the password policy to sign-in.",
  3299          "type": "boolean"
  3300        },
  3301        "schemaVersion": {
  3302          "description": "Output only. schema version number for the password policy",
  3303          "format": "int32",
  3304          "readOnly": true,
  3305          "type": "integer"
  3306        }
  3307      },
  3308      "type": "object"
  3309    },
  3310    "GoogleCloudIdentitytoolkitV2RecaptchaConfig": {
  3311      "description": "Configuration for reCAPTCHA",
  3312      "id": "GoogleCloudIdentitytoolkitV2RecaptchaConfig",
  3313      "properties": {
  3314        "recaptchaEnforcementState": {
  3315          "description": "The reCAPTCHA enforcement state for the providers that GCIP supports reCAPTCHA protection.",
  3316          "items": {
  3317            "$ref": "GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState"
  3318          },
  3319          "type": "array"
  3320        },
  3321        "recaptchaKey": {
  3322          "description": "The reCAPTCHA Enterprise key resource name, e.g. \"projects/{project}/keys/{key}\". This will only be returned when the reCAPTCHA enforcement state is AUDIT or ENFORCE on at least one of the reCAPTCHA providers.",
  3323          "type": "string"
  3324        }
  3325      },
  3326      "type": "object"
  3327    },
  3328    "GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState": {
  3329      "description": "Enforcement states for reCAPTCHA protection.",
  3330      "id": "GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState",
  3331      "properties": {
  3332        "enforcementState": {
  3333          "description": "The reCAPTCHA enforcement state for the provider.",
  3334          "enum": [
  3335            "ENFORCEMENT_STATE_UNSPECIFIED",
  3336            "OFF",
  3337            "AUDIT",
  3338            "ENFORCE"
  3339          ],
  3340          "enumDescriptions": [
  3341            "Enforcement state has not been set.",
  3342            "Unenforced.",
  3343            "reCAPTCHA assessment is created, result is not used to enforce.",
  3344            "reCAPTCHA assessment is created, result is used to enforce."
  3345          ],
  3346          "type": "string"
  3347        },
  3348        "provider": {
  3349          "description": "The provider that has reCAPTCHA protection.",
  3350          "enum": [
  3351            "RECAPTCHA_PROVIDER_UNSPECIFIED",
  3352            "EMAIL_PASSWORD_PROVIDER"
  3353          ],
  3354          "enumDescriptions": [
  3355            "reCAPTCHA provider not specified",
  3356            "Email password provider"
  3357          ],
  3358          "type": "string"
  3359        }
  3360      },
  3361      "type": "object"
  3362    },
  3363    "GoogleCloudIdentitytoolkitV2RevokeTokenRequest": {
  3364      "description": "Request message for RevokeToken.",
  3365      "id": "GoogleCloudIdentitytoolkitV2RevokeTokenRequest",
  3366      "properties": {
  3367        "idToken": {
  3368          "description": "Required. A valid Identity Platform ID token to link the account. If there was a successful token revocation request on the account and no tokens are generated after the revocation, the duplicate requests will be ignored and returned immediately.",
  3369          "type": "string"
  3370        },
  3371        "providerId": {
  3372          "description": "Required. The idp provider for the token. Currently only supports Apple Idp. The format should be \"apple.com\".",
  3373          "type": "string"
  3374        },
  3375        "redirectUri": {
  3376          "description": "The redirect URI provided in the initial authorization request made by the client to the IDP. The URI must use the HTTPS protocol, include a domain name, and can't contain an IP address or localhost. Required if token_type is CODE.",
  3377          "type": "string"
  3378        },
  3379        "tenantId": {
  3380          "description": "The ID of the Identity Platform tenant the user is signing in to. If not set, the user will sign in to the default Identity Platform project.",
  3381          "type": "string"
  3382        },
  3383        "token": {
  3384          "description": "Required. The token to be revoked. If an authorization_code is passed in, the API will first exchange the code for access token and then revoke the token exchanged.",
  3385          "type": "string"
  3386        },
  3387        "tokenType": {
  3388          "description": "Required. The type of the token to be revoked.",
  3389          "enum": [
  3390            "TOKEN_TYPE_UNSPECIFIED",
  3391            "REFRESH_TOKEN",
  3392            "ACCESS_TOKEN",
  3393            "CODE"
  3394          ],
  3395          "enumDescriptions": [
  3396            "Default value, do not use.",
  3397            "Token type is refresh_token.",
  3398            "Token type is access_token.",
  3399            "Token type is authorization_code."
  3400          ],
  3401          "type": "string"
  3402        }
  3403      },
  3404      "type": "object"
  3405    },
  3406    "GoogleCloudIdentitytoolkitV2RevokeTokenResponse": {
  3407      "description": "Response message for RevokeToken. Empty for now.",
  3408      "id": "GoogleCloudIdentitytoolkitV2RevokeTokenResponse",
  3409      "properties": {},
  3410      "type": "object"
  3411    },
  3412    "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest": {
  3413      "description": "Sends MFA enrollment verification SMS for a user.",
  3414      "id": "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest",
  3415      "properties": {
  3416        "idToken": {
  3417          "description": "Required. User's ID token.",
  3418          "type": "string"
  3419        },
  3420        "phoneEnrollmentInfo": {
  3421          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo",
  3422          "description": "Verification info to authorize sending an SMS for phone verification."
  3423        },
  3424        "tenantId": {
  3425          "description": "The ID of the Identity Platform tenant that the user enrolling MFA belongs to. If not set, the user belongs to the default Identity Platform project.",
  3426          "type": "string"
  3427        },
  3428        "totpEnrollmentInfo": {
  3429          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentRequestInfo",
  3430          "description": "Sign-in info specific to TOTP auth."
  3431        }
  3432      },
  3433      "type": "object"
  3434    },
  3435    "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse": {
  3436      "description": "StartMfaEnrollment response.",
  3437      "id": "GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse",
  3438      "properties": {
  3439        "phoneSessionInfo": {
  3440          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo",
  3441          "description": "Verification info to authorize sending an SMS for phone verification."
  3442        },
  3443        "totpSessionInfo": {
  3444          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo",
  3445          "description": "Enrollment response info specific to TOTP auth."
  3446        }
  3447      },
  3448      "type": "object"
  3449    },
  3450    "GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo": {
  3451      "description": "App Verification info for a StartMfa request.",
  3452      "id": "GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo",
  3453      "properties": {
  3454        "autoRetrievalInfo": {
  3455          "$ref": "GoogleCloudIdentitytoolkitV2AutoRetrievalInfo",
  3456          "description": "Android only. Used by Google Play Services to identify the app for auto-retrieval."
  3457        },
  3458        "iosReceipt": {
  3459          "description": "iOS only. Receipt of successful app token validation with APNS.",
  3460          "type": "string"
  3461        },
  3462        "iosSecret": {
  3463          "description": "iOS only. Secret delivered to iOS app via APNS.",
  3464          "type": "string"
  3465        },
  3466        "phoneNumber": {
  3467          "description": "Required for enrollment. Phone number to be enrolled as MFA.",
  3468          "type": "string"
  3469        },
  3470        "playIntegrityToken": {
  3471          "description": "Android only. Used to assert application identity in place of a recaptcha token (or safety net token). A Play Integrity Token can be generated via the [PlayIntegrity API] (https://developer.android.com/google/play/integrity) with applying SHA256 to the `phone_number` field as the nonce.",
  3472          "type": "string"
  3473        },
  3474        "recaptchaToken": {
  3475          "description": "Web only. Recaptcha solution.",
  3476          "type": "string"
  3477        },
  3478        "safetyNetToken": {
  3479          "description": "Android only. Used to assert application identity in place of a recaptcha token. A SafetyNet Token can be generated via the [SafetyNet Android Attestation API](https://developer.android.com/training/safetynet/attestation.html), with the Base64 encoding of the `phone_number` field as the nonce.",
  3480          "type": "string"
  3481        }
  3482      },
  3483      "type": "object"
  3484    },
  3485    "GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo": {
  3486      "description": "Phone Verification info for a StartMfa response.",
  3487      "id": "GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo",
  3488      "properties": {
  3489        "sessionInfo": {
  3490          "description": "An opaque string that represents the enrollment session.",
  3491          "type": "string"
  3492        }
  3493      },
  3494      "type": "object"
  3495    },
  3496    "GoogleCloudIdentitytoolkitV2StartMfaSignInRequest": {
  3497      "description": "Starts multi-factor sign-in by sending the multi-factor auth challenge.",
  3498      "id": "GoogleCloudIdentitytoolkitV2StartMfaSignInRequest",
  3499      "properties": {
  3500        "mfaEnrollmentId": {
  3501          "description": "Required. MFA enrollment id from the user's list of current MFA enrollments.",
  3502          "type": "string"
  3503        },
  3504        "mfaPendingCredential": {
  3505          "description": "Required. Pending credential from first factor sign-in.",
  3506          "type": "string"
  3507        },
  3508        "phoneSignInInfo": {
  3509          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo",
  3510          "description": "Verification info to authorize sending an SMS for phone verification."
  3511        },
  3512        "tenantId": {
  3513          "description": "The ID of the Identity Platform tenant the user is signing in to. If not set, the user will sign in to the default Identity Platform project.",
  3514          "type": "string"
  3515        }
  3516      },
  3517      "type": "object"
  3518    },
  3519    "GoogleCloudIdentitytoolkitV2StartMfaSignInResponse": {
  3520      "description": "StartMfaSignIn response.",
  3521      "id": "GoogleCloudIdentitytoolkitV2StartMfaSignInResponse",
  3522      "properties": {
  3523        "phoneResponseInfo": {
  3524          "$ref": "GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo",
  3525          "description": "MultiFactor sign-in session information specific to SMS-type second factors. Along with the one-time code retrieved from the sent SMS, the contents of this session information should be passed to FinalizeMfaSignIn to complete the sign in."
  3526        }
  3527      },
  3528      "type": "object"
  3529    },
  3530    "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentRequestInfo": {
  3531      "description": "Mfa request info specific to TOTP auth for StartMfa.",
  3532      "id": "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentRequestInfo",
  3533      "properties": {},
  3534      "type": "object"
  3535    },
  3536    "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo": {
  3537      "description": "Mfa response info specific to TOTP auth for StartMfa.",
  3538      "id": "GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo",
  3539      "properties": {
  3540        "finalizeEnrollmentTime": {
  3541          "description": "The time by which the enrollment must finish.",
  3542          "format": "google-datetime",
  3543          "type": "string"
  3544        },
  3545        "hashingAlgorithm": {
  3546          "description": "The hashing algorithm used to generate the verification code.",
  3547          "type": "string"
  3548        },
  3549        "periodSec": {
  3550          "description": "Duration in seconds at which the verification code will change.",
  3551          "format": "int32",
  3552          "type": "integer"
  3553        },
  3554        "sessionInfo": {
  3555          "description": "An encoded string that represents the enrollment session.",
  3556          "type": "string"
  3557        },
  3558        "sharedSecretKey": {
  3559          "description": "A base 32 encoded string that represents the shared TOTP secret. The base 32 encoding is the one specified by [RFC4648#section-6](https://datatracker.ietf.org/doc/html/rfc4648#section-6). (This is the same as the base 32 encoding from [RFC3548#section-5](https://datatracker.ietf.org/doc/html/rfc3548#section-5).)",
  3560          "type": "string"
  3561        },
  3562        "verificationCodeLength": {
  3563          "description": "The length of the verification code that needs to be generated.",
  3564          "format": "int32",
  3565          "type": "integer"
  3566        }
  3567      },
  3568      "type": "object"
  3569    },
  3570    "GoogleCloudIdentitytoolkitV2WithdrawMfaRequest": {
  3571      "description": "Withdraws MFA.",
  3572      "id": "GoogleCloudIdentitytoolkitV2WithdrawMfaRequest",
  3573      "properties": {
  3574        "idToken": {
  3575          "description": "Required. User's ID token.",
  3576          "type": "string"
  3577        },
  3578        "mfaEnrollmentId": {
  3579          "description": "Required. MFA enrollment id from a current MFA enrollment.",
  3580          "type": "string"
  3581        },
  3582        "tenantId": {
  3583          "description": "The ID of the Identity Platform tenant that the user unenrolling MFA belongs to. If not set, the user belongs to the default Identity Platform project.",
  3584          "type": "string"
  3585        }
  3586      },
  3587      "type": "object"
  3588    },
  3589    "GoogleCloudIdentitytoolkitV2WithdrawMfaResponse": {
  3590      "description": "Withdraws MultiFactorAuth response.",
  3591      "id": "GoogleCloudIdentitytoolkitV2WithdrawMfaResponse",
  3592      "properties": {
  3593        "idToken": {
  3594          "description": "ID token updated to reflect removal of the second factor.",
  3595          "type": "string"
  3596        },
  3597        "refreshToken": {
  3598          "description": "Refresh token updated to reflect removal of the second factor.",
  3599          "type": "string"
  3600        }
  3601      },
  3602      "type": "object"
  3603    },
  3604    "GoogleIamV1AuditConfig": {
  3605      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
  3606      "id": "GoogleIamV1AuditConfig",
  3607      "properties": {
  3608        "auditLogConfigs": {
  3609          "description": "The configuration for logging of each type of permission.",
  3610          "items": {
  3611            "$ref": "GoogleIamV1AuditLogConfig"
  3612          },
  3613          "type": "array"
  3614        },
  3615        "service": {
  3616          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
  3617          "type": "string"
  3618        }
  3619      },
  3620      "type": "object"
  3621    },
  3622    "GoogleIamV1AuditLogConfig": {
  3623      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
  3624      "id": "GoogleIamV1AuditLogConfig",
  3625      "properties": {
  3626        "exemptedMembers": {
  3627          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
  3628          "items": {
  3629            "type": "string"
  3630          },
  3631          "type": "array"
  3632        },
  3633        "logType": {
  3634          "description": "The log type that this config enables.",
  3635          "enum": [
  3636            "LOG_TYPE_UNSPECIFIED",
  3637            "ADMIN_READ",
  3638            "DATA_WRITE",
  3639            "DATA_READ"
  3640          ],
  3641          "enumDescriptions": [
  3642            "Default case. Should never be this.",
  3643            "Admin reads. Example: CloudIAM getIamPolicy",
  3644            "Data writes. Example: CloudSQL Users create",
  3645            "Data reads. Example: CloudSQL Users list"
  3646          ],
  3647          "type": "string"
  3648        }
  3649      },
  3650      "type": "object"
  3651    },
  3652    "GoogleIamV1Binding": {
  3653      "description": "Associates `members`, or principals, with a `role`.",
  3654      "id": "GoogleIamV1Binding",
  3655      "properties": {
  3656        "condition": {
  3657          "$ref": "GoogleTypeExpr",
  3658          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
  3659        },
  3660        "members": {
  3661          "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
  3662          "items": {
  3663            "type": "string"
  3664          },
  3665          "type": "array"
  3666        },
  3667        "role": {
  3668          "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
  3669          "type": "string"
  3670        }
  3671      },
  3672      "type": "object"
  3673    },
  3674    "GoogleIamV1GetIamPolicyRequest": {
  3675      "description": "Request message for `GetIamPolicy` method.",
  3676      "id": "GoogleIamV1GetIamPolicyRequest",
  3677      "properties": {
  3678        "options": {
  3679          "$ref": "GoogleIamV1GetPolicyOptions",
  3680          "description": "OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`."
  3681        }
  3682      },
  3683      "type": "object"
  3684    },
  3685    "GoogleIamV1GetPolicyOptions": {
  3686      "description": "Encapsulates settings provided to GetIamPolicy.",
  3687      "id": "GoogleIamV1GetPolicyOptions",
  3688      "properties": {
  3689        "requestedPolicyVersion": {
  3690          "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  3691          "format": "int32",
  3692          "type": "integer"
  3693        }
  3694      },
  3695      "type": "object"
  3696    },
  3697    "GoogleIamV1Policy": {
  3698      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
  3699      "id": "GoogleIamV1Policy",
  3700      "properties": {
  3701        "auditConfigs": {
  3702          "description": "Specifies cloud audit logging configuration for this policy.",
  3703          "items": {
  3704            "$ref": "GoogleIamV1AuditConfig"
  3705          },
  3706          "type": "array"
  3707        },
  3708        "bindings": {
  3709          "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
  3710          "items": {
  3711            "$ref": "GoogleIamV1Binding"
  3712          },
  3713          "type": "array"
  3714        },
  3715        "etag": {
  3716          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
  3717          "format": "byte",
  3718          "type": "string"
  3719        },
  3720        "version": {
  3721          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  3722          "format": "int32",
  3723          "type": "integer"
  3724        }
  3725      },
  3726      "type": "object"
  3727    },
  3728    "GoogleIamV1SetIamPolicyRequest": {
  3729      "description": "Request message for `SetIamPolicy` method.",
  3730      "id": "GoogleIamV1SetIamPolicyRequest",
  3731      "properties": {
  3732        "policy": {
  3733          "$ref": "GoogleIamV1Policy",
  3734          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
  3735        },
  3736        "updateMask": {
  3737          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
  3738          "format": "google-fieldmask",
  3739          "type": "string"
  3740        }
  3741      },
  3742      "type": "object"
  3743    },
  3744    "GoogleIamV1TestIamPermissionsRequest": {
  3745      "description": "Request message for `TestIamPermissions` method.",
  3746      "id": "GoogleIamV1TestIamPermissionsRequest",
  3747      "properties": {
  3748        "permissions": {
  3749          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
  3750          "items": {
  3751            "type": "string"
  3752          },
  3753          "type": "array"
  3754        }
  3755      },
  3756      "type": "object"
  3757    },
  3758    "GoogleIamV1TestIamPermissionsResponse": {
  3759      "description": "Response message for `TestIamPermissions` method.",
  3760      "id": "GoogleIamV1TestIamPermissionsResponse",
  3761      "properties": {
  3762        "permissions": {
  3763          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
  3764          "items": {
  3765            "type": "string"
  3766          },
  3767          "type": "array"
  3768        }
  3769      },
  3770      "type": "object"
  3771    },
  3772    "GoogleProtobufEmpty": {
  3773      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
  3774      "id": "GoogleProtobufEmpty",
  3775      "properties": {},
  3776      "type": "object"
  3777    },
  3778    "GoogleTypeExpr": {
  3779      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
  3780      "id": "GoogleTypeExpr",
  3781      "properties": {
  3782        "description": {
  3783          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
  3784          "type": "string"
  3785        },
  3786        "expression": {
  3787          "description": "Textual representation of an expression in Common Expression Language syntax.",
  3788          "type": "string"
  3789        },
  3790        "location": {
  3791          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
  3792          "type": "string"
  3793        },
  3794        "title": {
  3795          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
  3796          "type": "string"
  3797        }
  3798      },
  3799      "type": "object"
  3800    }
  3801  },
  3802  "servicePath": "",
  3803  "title": "Identity Toolkit API",
  3804  "version": "v2",
  3805  "version_module": true
  3806}

View as plain text