AllowedAudiencesValidation Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AllowedAudiencesValidation
- com.
Implements
public final class AllowedAudiencesValidation
implements JsonSerializable<AllowedAudiencesValidation>
The configuration settings of the Allowed Audiences validation flow.
Constructor Summary
Constructor | Description |
---|---|
AllowedAudiencesValidation() |
Creates an instance of Allowed |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
allowedAudiences()
Get the allowed |
static
Allowed |
fromJson(JsonReader jsonReader)
Reads an instance of Allowed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Allowed |
withAllowedAudiences(List<String> allowedAudiences)
Set the allowed |
Methods inherited from java.lang.Object
Constructor Details
AllowedAudiencesValidation
public AllowedAudiencesValidation()
Creates an instance of AllowedAudiencesValidation class.
Method Details
allowedAudiences
public List
Get the allowedAudiences property: The configuration settings of the allowed list of audiences from which to validate the JWT token.
Returns:
fromJson
public static AllowedAudiencesValidation fromJson(JsonReader jsonReader)
Reads an instance of AllowedAudiencesValidation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAllowedAudiences
public AllowedAudiencesValidation withAllowedAudiences(List
Set the allowedAudiences property: The configuration settings of the allowed list of audiences from which to validate the JWT token.
Parameters:
Returns:
Applies to
Azure SDK for Java