public interface AccessDeniedPageSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessDeniedPageUri()
public abstract StringValue getAccessDeniedPageUri()The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
| Returns | |
|---|---|
| Type | Description |
StringValue |
The accessDeniedPageUri. |
getAccessDeniedPageUriOrBuilder()
public abstract StringValueOrBuilder getAccessDeniedPageUriOrBuilder()The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
| Returns | |
|---|---|
| Type | Description |
StringValueOrBuilder |
|
getGenerateTroubleshootingUri()
public abstract BoolValue getGenerateTroubleshootingUri()Whether to generate a troubleshooting URL on access denied events to this application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The generateTroubleshootingUri. |
getGenerateTroubleshootingUriOrBuilder()
public abstract BoolValueOrBuilder getGenerateTroubleshootingUriOrBuilder()Whether to generate a troubleshooting URL on access denied events to this application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getRemediationTokenGenerationEnabled()
public abstract BoolValue getRemediationTokenGenerationEnabled()Whether to generate remediation token on access denied events to this application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The remediationTokenGenerationEnabled. |
getRemediationTokenGenerationEnabledOrBuilder()
public abstract BoolValueOrBuilder getRemediationTokenGenerationEnabledOrBuilder()Whether to generate remediation token on access denied events to this application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
hasAccessDeniedPageUri()
public abstract boolean hasAccessDeniedPageUri()The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accessDeniedPageUri field is set. |
hasGenerateTroubleshootingUri()
public abstract boolean hasGenerateTroubleshootingUri()Whether to generate a troubleshooting URL on access denied events to this application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the generateTroubleshootingUri field is set. |
hasRemediationTokenGenerationEnabled()
public abstract boolean hasRemediationTokenGenerationEnabled()Whether to generate remediation token on access denied events to this application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the remediationTokenGenerationEnabled field is set. |