Condividi tramite


ManagedClusterJwtAuthenticatorExtraClaimMappingExpression Constructor

Definition

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.

Applies to