Show / Hide Table of Contents

Class CustomUserFederationState

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

Constructors

View Source

CustomUserFederationState()

Declaration
public CustomUserFederationState()

Properties

View Source

CachePolicy

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

Config

Declaration
public InputMap<object> Config { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

RealmId

The realm this provider will provide user federation for.

Declaration
public Input<string> RealmId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.