Reference documentation and code samples for the Google Cloud Iap V1 Client class ApplicationSettings.
Wrapper over application specific settings for IAP.
Generated from protobuf message google.cloud.iap.v1.ApplicationSettings
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ csm_settings
↳ access_denied_page_settings
↳ cookie_domain
Google\Protobuf\StringValue
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
getCsmSettings
Settings to configure IAP's behavior for a CSM mesh.
Generated from protobuf field .google.cloud.iap.v1.CsmSettings csm_settings = 1;
hasCsmSettings
clearCsmSettings
setCsmSettings
Settings to configure IAP's behavior for a CSM mesh.
Generated from protobuf field .google.cloud.iap.v1.CsmSettings csm_settings = 1;
$this
getAccessDeniedPageSettings
Customization for Access Denied page.
Generated from protobuf field .google.cloud.iap.v1.AccessDeniedPageSettings access_denied_page_settings = 2;
hasAccessDeniedPageSettings
clearAccessDeniedPageSettings
setAccessDeniedPageSettings
Customization for Access Denied page.
Generated from protobuf field .google.cloud.iap.v1.AccessDeniedPageSettings access_denied_page_settings = 2;
$this
getCookieDomain
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
Generated from protobuf field .google.protobuf.StringValue cookie_domain = 3;
Google\Protobuf\StringValue|null
hasCookieDomain
clearCookieDomain
getCookieDomainValue
Returns the unboxed value from getCookieDomain()
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
Generated from protobuf field .google.protobuf.StringValue cookie_domain = 3;
string|null
setCookieDomain
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
Generated from protobuf field .google.protobuf.StringValue cookie_domain = 3;
var
Google\Protobuf\StringValue
$this
setCookieDomainValue
Sets the field by wrapping a primitive type in a Google\Protobuf\StringValue object.
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
Generated from protobuf field .google.protobuf.StringValue cookie_domain = 3;
var
string|null
$this