FederatedIdentityClaimsMatchingExpression(String, Int32) Constructor
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.
Initializes a new instance of FederatedIdentityClaimsMatchingExpression.
public FederatedIdentityClaimsMatchingExpression(string value, int languageVersion);
new Azure.ResourceManager.ManagedServiceIdentities.Models.FederatedIdentityClaimsMatchingExpression : string * int -> Azure.ResourceManager.ManagedServiceIdentities.Models.FederatedIdentityClaimsMatchingExpression
Public Sub New (value As String, languageVersion As Integer)
Parameters
- value
- String
Wildcard-based expression for matching incoming subject claims.
- languageVersion
- Int32
Specifies the version of the flexible fic language used in the expression.
Exceptions
value is null.