Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::AccessSettings.
Access related settings for IAP protected apps.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cors_settings
def cors_settings() -> ::Google::Cloud::Iap::V1::CorsSettings
Returns
- (::Google::Cloud::Iap::V1::CorsSettings) — Configuration to allow cross-origin requests via IAP.
#cors_settings=
def cors_settings=(value) -> ::Google::Cloud::Iap::V1::CorsSettings
Parameter
- value (::Google::Cloud::Iap::V1::CorsSettings) — Configuration to allow cross-origin requests via IAP.
Returns
- (::Google::Cloud::Iap::V1::CorsSettings) — Configuration to allow cross-origin requests via IAP.
#gcip_settings
def gcip_settings() -> ::Google::Cloud::Iap::V1::GcipSettings
Returns
- (::Google::Cloud::Iap::V1::GcipSettings) — GCIP claims and endpoint configurations for 3p identity providers.
#gcip_settings=
def gcip_settings=(value) -> ::Google::Cloud::Iap::V1::GcipSettings
Parameter
- value (::Google::Cloud::Iap::V1::GcipSettings) — GCIP claims and endpoint configurations for 3p identity providers.
Returns
- (::Google::Cloud::Iap::V1::GcipSettings) — GCIP claims and endpoint configurations for 3p identity providers.
#oauth_settings
def oauth_settings() -> ::Google::Cloud::Iap::V1::OAuthSettings
Returns
- (::Google::Cloud::Iap::V1::OAuthSettings) — Settings to configure IAP's OAuth behavior.
#oauth_settings=
def oauth_settings=(value) -> ::Google::Cloud::Iap::V1::OAuthSettings
Parameter
- value (::Google::Cloud::Iap::V1::OAuthSettings) — Settings to configure IAP's OAuth behavior.
Returns
- (::Google::Cloud::Iap::V1::OAuthSettings) — Settings to configure IAP's OAuth behavior.
#reauth_settings
def reauth_settings() -> ::Google::Cloud::Iap::V1::ReauthSettings
Returns
- (::Google::Cloud::Iap::V1::ReauthSettings) — Settings to configure reauthentication policies in IAP.
#reauth_settings=
def reauth_settings=(value) -> ::Google::Cloud::Iap::V1::ReauthSettings
Parameter
- value (::Google::Cloud::Iap::V1::ReauthSettings) — Settings to configure reauthentication policies in IAP.
Returns
- (::Google::Cloud::Iap::V1::ReauthSettings) — Settings to configure reauthentication policies in IAP.