public interface AccessSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowedDomainsSettings()
public abstract AllowedDomainsSettings getAllowedDomainsSettings()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
Returns | |
---|---|
Type | Description |
AllowedDomainsSettings |
The allowedDomainsSettings. |
getAllowedDomainsSettingsOrBuilder()
public abstract AllowedDomainsSettingsOrBuilder getAllowedDomainsSettingsOrBuilder()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
Returns | |
---|---|
Type | Description |
AllowedDomainsSettingsOrBuilder |
getCorsSettings()
public abstract CorsSettings getCorsSettings()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
Returns | |
---|---|
Type | Description |
CorsSettings |
The corsSettings. |
getCorsSettingsOrBuilder()
public abstract CorsSettingsOrBuilder getCorsSettingsOrBuilder()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
Returns | |
---|---|
Type | Description |
CorsSettingsOrBuilder |
getGcipSettings()
public abstract GcipSettings getGcipSettings()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
Returns | |
---|---|
Type | Description |
GcipSettings |
The gcipSettings. |
getGcipSettingsOrBuilder()
public abstract GcipSettingsOrBuilder getGcipSettingsOrBuilder()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
Returns | |
---|---|
Type | Description |
GcipSettingsOrBuilder |
getOauthSettings()
public abstract OAuthSettings getOauthSettings()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
Returns | |
---|---|
Type | Description |
OAuthSettings |
The oauthSettings. |
getOauthSettingsOrBuilder()
public abstract OAuthSettingsOrBuilder getOauthSettingsOrBuilder()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
Returns | |
---|---|
Type | Description |
OAuthSettingsOrBuilder |
getReauthSettings()
public abstract ReauthSettings getReauthSettings()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
Returns | |
---|---|
Type | Description |
ReauthSettings |
The reauthSettings. |
getReauthSettingsOrBuilder()
public abstract ReauthSettingsOrBuilder getReauthSettingsOrBuilder()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
Returns | |
---|---|
Type | Description |
ReauthSettingsOrBuilder |
hasAllowedDomainsSettings()
public abstract boolean hasAllowedDomainsSettings()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the allowedDomainsSettings field is set. |
hasCorsSettings()
public abstract boolean hasCorsSettings()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the corsSettings field is set. |
hasGcipSettings()
public abstract boolean hasGcipSettings()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcipSettings field is set. |
hasOauthSettings()
public abstract boolean hasOauthSettings()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the oauthSettings field is set. |
hasReauthSettings()
public abstract boolean hasReauthSettings()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the reauthSettings field is set. |