Google Cloud Iap V1 Client - Class AccessSettings (1.3.4)

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

Access related settings for IAP protected apps.

Generated from protobuf message google.cloud.iap.v1.AccessSettings

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcip_settings Google\Cloud\Iap\V1\GcipSettings

GCIP claims and endpoint configurations for 3p identity providers.

↳ cors_settings Google\Cloud\Iap\V1\CorsSettings

Configuration to allow cross-origin requests via IAP.

↳ oauth_settings Google\Cloud\Iap\V1\OAuthSettings

Settings to configure IAP's OAuth behavior.

↳ reauth_settings Google\Cloud\Iap\V1\ReauthSettings

Settings to configure reauthentication policies in IAP.

↳ allowed_domains_settings Google\Cloud\Iap\V1\AllowedDomainsSettings

Settings to configure and enable allowed domains.

getGcipSettings

GCIP claims and endpoint configurations for 3p identity providers.

Returns
TypeDescription
Google\Cloud\Iap\V1\GcipSettings|null

hasGcipSettings

clearGcipSettings

setGcipSettings

GCIP claims and endpoint configurations for 3p identity providers.

Parameter
NameDescription
var Google\Cloud\Iap\V1\GcipSettings
Returns
TypeDescription
$this

getCorsSettings

Configuration to allow cross-origin requests via IAP.

Returns
TypeDescription
Google\Cloud\Iap\V1\CorsSettings|null

hasCorsSettings

clearCorsSettings

setCorsSettings

Configuration to allow cross-origin requests via IAP.

Parameter
NameDescription
var Google\Cloud\Iap\V1\CorsSettings
Returns
TypeDescription
$this

getOauthSettings

Settings to configure IAP's OAuth behavior.

Returns
TypeDescription
Google\Cloud\Iap\V1\OAuthSettings|null

hasOauthSettings

clearOauthSettings

setOauthSettings

Settings to configure IAP's OAuth behavior.

Parameter
NameDescription
var Google\Cloud\Iap\V1\OAuthSettings
Returns
TypeDescription
$this

getReauthSettings

Settings to configure reauthentication policies in IAP.

Returns
TypeDescription
Google\Cloud\Iap\V1\ReauthSettings|null

hasReauthSettings

clearReauthSettings

setReauthSettings

Settings to configure reauthentication policies in IAP.

Parameter
NameDescription
var Google\Cloud\Iap\V1\ReauthSettings
Returns
TypeDescription
$this

getAllowedDomainsSettings

Settings to configure and enable allowed domains.

Returns
TypeDescription
Google\Cloud\Iap\V1\AllowedDomainsSettings|null

hasAllowedDomainsSettings

clearAllowedDomainsSettings

setAllowedDomainsSettings

Settings to configure and enable allowed domains.

Parameter
NameDescription
var Google\Cloud\Iap\V1\AllowedDomainsSettings
Returns
TypeDescription
$this