Show / Hide Table of Contents

Class ClientArgs

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

Constructors

View Source

ClientArgs()

Declaration
public ClientArgs()

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

ForceNameIdFormat

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

NameIdFormat

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
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.