JwtClaimChecks Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the checks that should be made while validating the JWT Claims.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JwtClaimChecksTypeConverter))]
public class JwtClaimChecks : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJwtClaimChecks
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.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.App.Models.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() |