Class CustomUserFederationState
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 CustomUserFederationState : ResourceArgs
Constructors
View SourceCustomUserFederationState()
Declaration
public CustomUserFederationState()
Properties
View SourceCachePolicy
Declaration
public Input<string> CachePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Config
Declaration
public InputMap<object> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Enabled
When false, this provider will not be used when performing queries for users.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Display name of the provider when displayed in the console.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Priority of this provider when looking up users. Lower values are first.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ProviderId
The unique ID of the custom provider, specified in the getId implementation for the UserStorageProviderFactory
interface
Declaration
public Input<string> ProviderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RealmId
The realm this provider will provide user federation for.
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |