mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
The IAM Connector Credentials API provides a standardized way to manage authorization credentials for IAM Connectors. Key Features: - Retrieve authorization credentials for specific connectors - Finalize credentials to complete OAuth consent exchanges - Support for Python client libraries with flattened method signatures for easier usage PiperOrigin-RevId: 889980347
16 lines
No EOL
406 B
Text
16 lines
No EOL
406 B
Text
exports_files(glob(["*.yaml"]))
|
|
|
|
load(
|
|
"@com_google_googleapis_imports//:imports.bzl",
|
|
"nodejs_gapic_combined_pkg"
|
|
)
|
|
|
|
|
|
nodejs_gapic_combined_pkg(
|
|
name = "google-cloud-iamconnectorcredentials-nodejs",
|
|
default_version = "v1alpha",
|
|
templates_excludes = ["package.json"],
|
|
deps = [
|
|
"//google/cloud/iamconnectorcredentials/v1alpha:iamconnectorcredentials-v1alpha-nodejs",
|
|
],
|
|
) |