Class AttributeToRoleIdentityMapperArgs
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()
Namespace: Pulumi.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class AttributeToRoleIdentityMapperArgs : ResourceArgs
Constructors
View SourceAttributeToRoleIdentityMapperArgs()
Declaration
public AttributeToRoleIdentityMapperArgs()
Properties
View SourceAttributeFriendlyName
Attribute Friendly Name
Declaration
public Input<string> AttributeFriendlyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AttributeName
Attribute Name
Declaration
public Input<string> AttributeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AttributeValue
Attribute Value
Declaration
public Input<string> AttributeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClaimName
OIDC Claim Name
Declaration
public Input<string> ClaimName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClaimValue
OIDC Claim Value
Declaration
public Input<string> ClaimValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdentityProviderAlias
IDP Alias
Declaration
public Input<string> IdentityProviderAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
IDP Mapper Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Realm
Realm Name
Declaration
public Input<string> Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
Role Name
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |