Class ClientState
Inheritance
System.Object
ClientState
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 ClientState : ResourceArgs
Constructors
View Source
ClientState()
Declaration
Properties
View Source
AssertionConsumerPostUrl
Declaration
public Input<string> AssertionConsumerPostUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AssertionConsumerRedirectUrl
Declaration
public Input<string> AssertionConsumerRedirectUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
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
ClientSignatureRequired
Declaration
public Input<bool> ClientSignatureRequired { 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
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> ForceNameIdFormat { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ForcePostBinding
Declaration
public Input<bool> ForcePostBinding { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
FrontChannelLogout
Declaration
public Input<bool> FrontChannelLogout { 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
IdpInitiatedSsoRelayState
Declaration
public Input<string> IdpInitiatedSsoRelayState { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
IdpInitiatedSsoUrlName
Declaration
public Input<string> IdpInitiatedSsoUrlName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
IncludeAuthnStatement
Declaration
public Input<bool> IncludeAuthnStatement { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
LogoutServicePostBindingUrl
Declaration
public Input<string> LogoutServicePostBindingUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
LogoutServiceRedirectBindingUrl
Declaration
public Input<string> LogoutServiceRedirectBindingUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MasterSamlProcessingUrl
Declaration
public Input<string> MasterSamlProcessingUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> NameIdFormat { 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
SignAssertions
Declaration
public Input<bool> SignAssertions { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
SignDocuments
Declaration
public Input<bool> SignDocuments { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
SigningCertificate
Declaration
public Input<string> SigningCertificate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
SigningPrivateKey
Declaration
public Input<string> SigningPrivateKey { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ValidRedirectUris
Declaration
public InputList<string> ValidRedirectUris { get; set; }
Property Value