ManagedClusterJwtAuthenticatorExtraClaimMappingExpression 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 ManagedClusterJwtAuthenticatorExtraClaimMappingExpression.
public ManagedClusterJwtAuthenticatorExtraClaimMappingExpression(string key, string valueExpression);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorExtraClaimMappingExpression : string * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorExtraClaimMappingExpression
Public Sub New (key As String, valueExpression As String)
Parameters
- key
- String
The key of the extra attribute.
- valueExpression
- String
The CEL expression used to extract the value of the extra attribute.
Exceptions
key or valueExpression is null.