Class ClientArgs
Inheritance
System.Object
ClientArgs
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 ClientArgs : ResourceArgs
Constructors
View Source
ClientArgs()
Declaration
Properties
View Source
AccessTokenLifespan
Declaration
public Input<string> AccessTokenLifespan { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AccessType
Declaration
public Input<string> AccessType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AdminUrl
Declaration
public Input<string> AdminUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AuthenticationFlowBindingOverrides
Declaration
public Input<ClientAuthenticationFlowBindingOverridesArgs> AuthenticationFlowBindingOverrides { get; set; }
Property Value
View Source
Authorization
Declaration
public Input<ClientAuthorizationArgs> Authorization { get; set; }
Property Value
View Source
BaseUrl
Declaration
public Input<string> BaseUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientId
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientSecret
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ConsentRequired
Declaration
public Input<bool> ConsentRequired { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DirectAccessGrantsEnabled
Declaration
public Input<bool> DirectAccessGrantsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ExcludeSessionStateFromAuthResponse
Declaration
public Input<bool> ExcludeSessionStateFromAuthResponse { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
FullScopeAllowed
Declaration
public Input<bool> FullScopeAllowed { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ImplicitFlowEnabled
Declaration
public Input<bool> ImplicitFlowEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
PkceCodeChallengeMethod
Declaration
public Input<string> PkceCodeChallengeMethod { 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
RootUrl
Declaration
public Input<string> RootUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ServiceAccountsEnabled
Declaration
public Input<bool> ServiceAccountsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
StandardFlowEnabled
Declaration
public Input<bool> StandardFlowEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ValidRedirectUris
Declaration
public InputList<string> ValidRedirectUris { get; set; }
Property Value
View Source
WebOrigins
Declaration
public InputList<string> WebOrigins { get; set; }
Property Value