Show / Hide Table of Contents

Class AttributeImporterIdentityProviderMapperState

Inheritance
System.Object
InputArgs
ResourceArgs
AttributeImporterIdentityProviderMapperState
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
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class AttributeImporterIdentityProviderMapperState : ResourceArgs

Constructors

View Source

AttributeImporterIdentityProviderMapperState()

Declaration
public AttributeImporterIdentityProviderMapperState()

Properties

View Source

AttributeFriendlyName

Attribute Friendly Name

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

AttributeName

Attribute Name

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

ClaimName

Claim Name

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

IdentityProviderAlias

IDP Alias

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

Name

IDP Mapper Name

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

Realm

Realm Name

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

UserAttribute

User Attribute

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