public class GlobalValidation extends ProxyOnlyResource
| Constructor and Description |
|---|
GlobalValidation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
excludedPaths()
Get the excludedPaths property: The excludedPaths property.
|
String |
redirectToProvider()
Get the redirectToProvider property: The redirectToProvider property.
|
Boolean |
requireAuthentication()
Get the requireAuthentication property: The requireAuthentication property.
|
UnauthenticatedClientActionV2 |
unauthenticatedClientAction()
Get the unauthenticatedClientAction property: The unauthenticatedClientAction property.
|
void |
validate()
Validates the instance.
|
GlobalValidation |
withExcludedPaths(List<String> excludedPaths)
Set the excludedPaths property: The excludedPaths property.
|
GlobalValidation |
withKind(String kind)
Set the kind property: Kind of resource.
|
GlobalValidation |
withRedirectToProvider(String redirectToProvider)
Set the redirectToProvider property: The redirectToProvider property.
|
GlobalValidation |
withRequireAuthentication(Boolean requireAuthentication)
Set the requireAuthentication property: The requireAuthentication property.
|
GlobalValidation |
withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The unauthenticatedClientAction property.
|
kindpublic Boolean requireAuthentication()
public GlobalValidation withRequireAuthentication(Boolean requireAuthentication)
requireAuthentication - the requireAuthentication value to set.public UnauthenticatedClientActionV2 unauthenticatedClientAction()
public GlobalValidation withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
unauthenticatedClientAction - the unauthenticatedClientAction value to set.public String redirectToProvider()
public GlobalValidation withRedirectToProvider(String redirectToProvider)
redirectToProvider - the redirectToProvider value to set.public List<String> excludedPaths()
public GlobalValidation withExcludedPaths(List<String> excludedPaths)
excludedPaths - the excludedPaths value to set.public GlobalValidation withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.