Uses of Class
com.azure.resourcemanager.appservice.models.OpenAuthenticationPolicyClaim
Packages that use OpenAuthenticationPolicyClaim
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenAuthenticationPolicyClaim in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenAuthenticationPolicyClaimModifier and TypeMethodDescriptionOpenAuthenticationPolicyClaim.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OpenAuthenticationPolicyClaim from the JsonReader.Set the name property: The name of the claim.Set the value property: The value of the claim.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type OpenAuthenticationPolicyClaimModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicy.claims()
Get the claims property: The access policy claims.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type OpenAuthenticationPolicyClaimModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicy.withClaims
(List<OpenAuthenticationPolicyClaim> claims) Set the claims property: The access policy claims.