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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\GcipSettings|null |
hasGcipSettings
clearGcipSettings
setGcipSettings
GCIP claims and endpoint configurations for 3p identity providers.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\GcipSettings
|
Returns | |
---|---|
Type | Description |
$this |
getCorsSettings
Configuration to allow cross-origin requests via IAP.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\CorsSettings|null |
hasCorsSettings
clearCorsSettings
setCorsSettings
Configuration to allow cross-origin requests via IAP.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\CorsSettings
|
Returns | |
---|---|
Type | Description |
$this |
getOauthSettings
Settings to configure IAP's OAuth behavior.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\OAuthSettings|null |
hasOauthSettings
clearOauthSettings
setOauthSettings
Settings to configure IAP's OAuth behavior.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\OAuthSettings
|
Returns | |
---|---|
Type | Description |
$this |
getReauthSettings
Settings to configure reauthentication policies in IAP.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\ReauthSettings|null |
hasReauthSettings
clearReauthSettings
setReauthSettings
Settings to configure reauthentication policies in IAP.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\ReauthSettings
|
Returns | |
---|---|
Type | Description |
$this |
getAllowedDomainsSettings
Settings to configure and enable allowed domains.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\AllowedDomainsSettings|null |
hasAllowedDomainsSettings
clearAllowedDomainsSettings
setAllowedDomainsSettings
Settings to configure and enable allowed domains.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\AllowedDomainsSettings
|
Returns | |
---|---|
Type | Description |
$this |