Show / Hide Table of Contents

Class ClientAuthorizationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClientAuthorizationArgs
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 ClientAuthorizationArgs : ResourceArgs

Constructors

View Source

ClientAuthorizationArgs()

Declaration
public ClientAuthorizationArgs()

Properties

View Source

AllowRemoteResourceManagement

Declaration
public Input<bool> AllowRemoteResourceManagement { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KeepDefaults

Declaration
public Input<bool> KeepDefaults { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PolicyEnforcementMode

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