ArmContainerServiceModelFactory.ManagedClusterJwtAuthenticatorExtraClaimMappingExpression 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.ManagedClusterJwtAuthenticatorExtraClaimMappingExpression ManagedClusterJwtAuthenticatorExtraClaimMappingExpression(string key = default, string valueExpression = default);
static member ManagedClusterJwtAuthenticatorExtraClaimMappingExpression : string * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorExtraClaimMappingExpression
Public Shared Function ManagedClusterJwtAuthenticatorExtraClaimMappingExpression (Optional key As String = Nothing, Optional valueExpression As String = Nothing) As ManagedClusterJwtAuthenticatorExtraClaimMappingExpression
Parameters
- key
- String
The key of the extra attribute.
- valueExpression
- String
The CEL expression used to extract the value of the extra attribute.
Returns
A new ManagedClusterJwtAuthenticatorExtraClaimMappingExpression instance for mocking.