ArmContainerServiceModelFactory.ManagedClusterJwtAuthenticatorValidationRule Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorValidationRule ManagedClusterJwtAuthenticatorValidationRule(string expression = default, string message = default);
static member ManagedClusterJwtAuthenticatorValidationRule : string * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorValidationRule
Public Shared Function ManagedClusterJwtAuthenticatorValidationRule (Optional expression As String = Nothing, Optional message As String = Nothing) As ManagedClusterJwtAuthenticatorValidationRule
Parameters
- expression
- String
The CEL expression used to validate the claim or attribute.
- message
- String
The validation error message.
Returns
A new ManagedClusterJwtAuthenticatorValidationRule instance for mocking.