Share via


StsConfiguration.ThreatDetectionModuleConfiguration Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ThreatDetectionModuleMetadata ^> ^ ThreatDetectionModuleConfiguration { System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ThreatDetectionModuleMetadata ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ThreatDetectionModuleMetadata ^> ^ value); };
[System.Runtime.Serialization.DataMember(Order=73)]
public System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.ThreatDetectionModuleMetadata> ThreatDetectionModuleConfiguration { get; set; }
member this.ThreatDetectionModuleConfiguration : System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.ThreatDetectionModuleMetadata> with get, set
Public Property ThreatDetectionModuleConfiguration As List(Of ThreatDetectionModuleMetadata)

Property Value

Attributes

Applies to