Class UserAttributeProtocolMapperArgs
Inheritance
System.Object
UserAttributeProtocolMapperArgs
Inherited Members
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()
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class UserAttributeProtocolMapperArgs : ResourceArgs
Constructors
View Source
UserAttributeProtocolMapperArgs()
Declaration
public UserAttributeProtocolMapperArgs()
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
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> |
|