Show / Hide Table of Contents

Class UserAttributeProtocolMapperArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserAttributeProtocolMapperArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Keycloak.OpenId
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class UserAttributeProtocolMapperArgs : ResourceArgs

Constructors

View Source

UserAttributeProtocolMapperArgs()

Declaration
public UserAttributeProtocolMapperArgs()

Properties

View Source

AddToAccessToken

Indicates if the attribute should be a claim in the access token.

Declaration
public Input<bool> AddToAccessToken { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AddToIdToken

Indicates if the attribute should be a claim in the id token.

Declaration
public Input<bool> AddToIdToken { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AddToUserinfo

Indicates if the attribute should appear in the userinfo response body.

Declaration
public Input<bool> AddToUserinfo { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ClaimName

Declaration
public Input<string> ClaimName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClaimValueType

Claim type used when serializing tokens.

Declaration
public Input<string> ClaimValueType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientId

The mapper's associated client. Cannot be used at the same time as client_scope_id.

Declaration
public Input<string> ClientId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientScopeId

The mapper's associated client scope. Cannot be used at the same time as client_id.

Declaration
public Input<string> ClientScopeId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Multivalued

Indicates whether this attribute is a single value or an array of values.

Declaration
public Input<bool> Multivalued { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

A human-friendly name that will appear in the Keycloak console.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RealmId

The realm id where the associated client or client scope exists.

Declaration
public Input<string> RealmId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserAttribute

Declaration
public Input<string> UserAttribute { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.