Class ClientAuthorizationArgs
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()
Namespace: Pulumi.Keycloak.OpenId.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class ClientAuthorizationArgs : ResourceArgs
Constructors
View SourceClientAuthorizationArgs()
Declaration
public ClientAuthorizationArgs()
Properties
View SourceAllowRemoteResourceManagement
Declaration
public Input<bool> AllowRemoteResourceManagement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KeepDefaults
Declaration
public Input<bool> KeepDefaults { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PolicyEnforcementMode
Declaration
public Input<string> PolicyEnforcementMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |