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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcip_settings
↳ cors_settings
↳ oauth_settings
↳ reauth_settings
getGcipSettings
GCIP claims and endpoint configurations for 3p identity providers.
Generated from protobuf field .google.cloud.iap.v1.GcipSettings gcip_settings = 1;
hasGcipSettings
clearGcipSettings
setGcipSettings
GCIP claims and endpoint configurations for 3p identity providers.
Generated from protobuf field .google.cloud.iap.v1.GcipSettings gcip_settings = 1;
$this
getCorsSettings
Configuration to allow cross-origin requests via IAP.
Generated from protobuf field .google.cloud.iap.v1.CorsSettings cors_settings = 2;
hasCorsSettings
clearCorsSettings
setCorsSettings
Configuration to allow cross-origin requests via IAP.
Generated from protobuf field .google.cloud.iap.v1.CorsSettings cors_settings = 2;
$this
getOauthSettings
Settings to configure IAP's OAuth behavior.
Generated from protobuf field .google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
hasOauthSettings
clearOauthSettings
setOauthSettings
Settings to configure IAP's OAuth behavior.
Generated from protobuf field .google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
$this
getReauthSettings
Settings to configure reauthentication policies in IAP.
Generated from protobuf field .google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
hasReauthSettings
clearReauthSettings
setReauthSettings
Settings to configure reauthentication policies in IAP.
Generated from protobuf field .google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
$this