Google Cloud Iap V1 Client - Class IdentitySource (2.1.2)

Reference documentation and code samples for the Google Cloud Iap V1 Client class IdentitySource.

Types of identity source supported by IAP.

Protobuf type google.cloud.iap.v1.AccessSettings.IdentitySource

Namespace

Google \ Cloud \ Iap \ V1 \ AccessSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

IDENTITY_SOURCE_UNSPECIFIED

Value: 0

IdentitySource Unspecified.

When selected, IAP relies on which identity settings are fully configured to redirect the traffic to. The precedence order is WorkforceIdentitySettings > GcipSettings. If none is set, default to use Google identity.

Generated from protobuf enum IDENTITY_SOURCE_UNSPECIFIED = 0;

WORKFORCE_IDENTITY_FEDERATION

Value: 3

Use external identities set up on Google Cloud Workforce Identity Federation.

Generated from protobuf enum WORKFORCE_IDENTITY_FEDERATION = 3;