...

Text file src/cloud.google.com/go/auth/internal/testdata/imp_universe_domain.json

Documentation: cloud.google.com/go/auth/internal/testdata

     1{
     2    "service_account_impersonation_url": "https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/sa3@developer.gserviceaccount.com:generateAccessToken",
     3    "delegates": [
     4        "sa1@developer.gserviceaccount.com",
     5        "sa2@developer.gserviceaccount.com"
     6    ],
     7    "source_credentials": {
     8        "type": "service_account",
     9        "project_id": "fake_project",
    10        "private_key_id": "89asd789789uo473454c47543",
    11        "private_key": "fake",
    12        "client_email": "sa@fake_project.iam.gserviceaccount.com",
    13        "client_id": "gopher",
    14        "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    15        "token_uri": "https://oauth2.googleapis.com/token"
    16    },
    17    "type": "impersonated_service_account",
    18    "universe_domain": "example.com"
    19}

View as plain text