public class AzureActiveDirectoryValidation extends ProxyOnlyResource
| Constructor and Description |
|---|
AzureActiveDirectoryValidation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allowedAudiences()
Get the allowedAudiences property: The allowedAudiences property.
|
JwtClaimChecks |
jwtClaimChecks()
Get the jwtClaimChecks property: The jwtClaimChecks property.
|
void |
validate()
Validates the instance.
|
AzureActiveDirectoryValidation |
withAllowedAudiences(List<String> allowedAudiences)
Set the allowedAudiences property: The allowedAudiences property.
|
AzureActiveDirectoryValidation |
withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
Set the jwtClaimChecks property: The jwtClaimChecks property.
|
AzureActiveDirectoryValidation |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic JwtClaimChecks jwtClaimChecks()
public AzureActiveDirectoryValidation withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
jwtClaimChecks - the jwtClaimChecks value to set.public List<String> allowedAudiences()
public AzureActiveDirectoryValidation withAllowedAudiences(List<String> allowedAudiences)
allowedAudiences - the allowedAudiences value to set.public AzureActiveDirectoryValidation 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.