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