Stackdriver Monitoring V3 Client - Class ServiceAgentAuthenticationType (1.10.2)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ServiceAgentAuthenticationType.

Type of authentication.

Protobuf type google.monitoring.v3.UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType

Namespace

Google \ Cloud \ Monitoring \ V3 \ UptimeCheckConfig \ HttpCheck \ ServiceAgentAuthentication

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED

Value: 0

Default value, will result in OIDC Authentication.

Generated from protobuf enum SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

OIDC_TOKEN

Value: 1

OIDC Authentication

Generated from protobuf enum OIDC_TOKEN = 1;