Show / Hide Table of Contents

Class GetRealmSecurityDefenseArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRealmSecurityDefenseArgs
Inherited Members
InvokeArgs.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.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmSecurityDefenseArgs : InvokeArgs

Constructors

View Source

GetRealmSecurityDefenseArgs()

Declaration
public GetRealmSecurityDefenseArgs()

Properties

View Source

BruteForceDetections

Declaration
public List<GetRealmSecurityDefenseBruteForceDetectionArgs> BruteForceDetections { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmSecurityDefenseBruteForceDetectionArgs>
View Source

Headers

Declaration
public List<GetRealmSecurityDefenseHeaderArgs> Headers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmSecurityDefenseHeaderArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.