OpenAuthenticationPolicyClaim Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. OpenAuthenticationPolicyClaim
- com.
Implements
public final class OpenAuthenticationPolicyClaim
implements JsonSerializable<OpenAuthenticationPolicyClaim>
Open authentication policy claim.
Constructor Summary
Constructor | Description |
---|---|
OpenAuthenticationPolicyClaim() |
Creates an instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Open |
fromJson(JsonReader jsonReader)
Reads an instance of Open |
String |
name()
Get the name property: The name of the claim. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: The value of the claim. |
Open |
withName(String name)
Set the name property: The name of the claim. |
Open |
withValue(String value)
Set the value property: The value of the claim. |
Methods inherited from java.lang.Object
Constructor Details
OpenAuthenticationPolicyClaim
public OpenAuthenticationPolicyClaim()
Creates an instance of OpenAuthenticationPolicyClaim class.
Method Details
fromJson
public static OpenAuthenticationPolicyClaim fromJson(JsonReader jsonReader)
Reads an instance of OpenAuthenticationPolicyClaim from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the claim.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The value of the claim.
Returns:
withName
public OpenAuthenticationPolicyClaim withName(String name)
Set the name property: The name of the claim.
Parameters:
Returns:
withValue
public OpenAuthenticationPolicyClaim withValue(String value)
Set the value property: The value of the claim.
Parameters:
Returns:
Applies to
Azure SDK for Java