Show / Hide Table of Contents

Class UserAttributeProtocolMapperState

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

Constructors

View Source

UserAttributeProtocolMapperState()

Declaration
public UserAttributeProtocolMapperState()

Properties

View Source

ClientId

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

ClientScopeId

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

FriendlyName

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

Name

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

RealmId

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

SamlAttributeName

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

SamlAttributeNameFormat

Declaration
public Input<string> SamlAttributeNameFormat { 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.