class Google::Cloud::ResourceManager::Credentials

# Credentials

Represents the authentication and authorization used to connect to the Resource Manager API.

@example

require "google/cloud/resource_manager"

keyfile = "/path/to/keyfile.json"
creds = Google::Cloud::ResourceManager::Credentials.new keyfile

resource_manager = Google::Cloud::ResourceManager.new(
  credentials: creds
)

Constants

DEFAULT_PATHS
JSON_ENV_VARS
PATH_ENV_VARS
SCOPE