Show / Hide Table of Contents

Class ClientAuthenticationFlowBindingOverridesArgs

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

Constructors

View Source

ClientAuthenticationFlowBindingOverridesArgs()

Declaration
public ClientAuthenticationFlowBindingOverridesArgs()

Properties

View Source

BrowserId

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

DirectGrantId

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