Share via


JwtClaimChecks Class

Definition

The configuration settings of the checks that should be made while validating the JWT Claims.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.JwtClaimChecksTypeConverter))]
public class JwtClaimChecks : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IJwtClaimChecks
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.JwtClaimChecksTypeConverter))>]
type JwtClaimChecks = class
    interface IJwtClaimChecks
    interface IJsonSerializable
Public Class JwtClaimChecks
Implements IJwtClaimChecks
Inheritance
JwtClaimChecks
Attributes
Implements

Constructors

JwtClaimChecks()

Creates an new JwtClaimChecks instance.

Properties

AllowedClientApplication

The list of the allowed client applications.

AllowedGroup

The list of the allowed groups.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JwtClaimChecks.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JwtClaimChecks.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IJwtClaimChecks.

FromJsonString(String)

Creates a new instance of JwtClaimChecks, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JwtClaimChecks into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to