Method: services.generateServiceIdentity

Generates service identity for service.

HTTP request

POST https://serviceusage.googleapis.com/v1beta1/{parent=*/*/services/*}:generateServiceIdentity

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Name of the consumer and service to generate an identity for.

The services.generateServiceIdentity methods currently support projects, folders, organizations.

Example parents would be: projects/123/services/example.googleapis.com folders/123/services/example.googleapis.com organizations/123/services/example.googleapis.com

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/service.management
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.