oauth2ClientId property

String? oauth2ClientId
getter/setter pair

The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer.

This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).

Output only.

Implementation

core.String? oauth2ClientId;