Class GenericClientProtocolMapperState
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 GenericClientProtocolMapperState : ResourceArgs
Constructors
View SourceGenericClientProtocolMapperState()
Declaration
public GenericClientProtocolMapperState()
Properties
View SourceClientId
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> |
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> |
Config
Declaration
public InputMap<object> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |
Protocol
The protocol of the client (openid-connect / saml).
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProtocolMapper
The type of the protocol mapper.
Declaration
public Input<string> ProtocolMapper { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |