Module: Google::Cloud::Iot::V1::GatewayAuthMethod

Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

The gateway authorization/authentication method. This setting determines how Cloud IoT Core authorizes/authenticate devices to access the gateway.

Constant Summary collapse

GATEWAY_AUTH_METHOD_UNSPECIFIED =

No authentication/authorization method specified. No devices are allowed to access the gateway.

0
ASSOCIATION_ONLY =

The device is authenticated through the gateway association only. Device credentials are ignored even if provided.

1
DEVICE_AUTH_TOKEN_ONLY =

The device is authenticated through its own credentials. Gateway association is not checked.

2
ASSOCIATION_AND_DEVICE_AUTH_TOKEN =

The device is authenticated through both device credentials and gateway association. The device must be bound to the gateway and must provide its own credentials.

3