ManagedClusterJwtAuthenticatorValidationRule(String) 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 ManagedClusterJwtAuthenticatorValidationRule.
public ManagedClusterJwtAuthenticatorValidationRule(string expression);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorValidationRule : string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorValidationRule
Public Sub New (expression As String)
Parameters
- expression
- String
The CEL expression used to validate the claim or attribute.
Exceptions
expression is null.