AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.AdvancedSecurityOptions

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class AdvancedSecurityOptions

The AdvancedSecurityOptions type exposes the following members

Constructors

NameDescription
Public Method AdvancedSecurityOptions()

Properties

NameTypeDescription
Public Property AnonymousAuthDisableDate System.DateTime

Gets and sets the property AnonymousAuthDisableDate.

Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.

Public Property AnonymousAuthEnabled System.Boolean

Gets and sets the property AnonymousAuthEnabled.

True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

True if advanced security is enabled.

Public Property InternalUserDatabaseEnabled System.Boolean

Gets and sets the property InternalUserDatabaseEnabled.

True if the internal user database is enabled.

Public Property SAMLOptions Amazon.Elasticsearch.Model.SAMLOptionsOutput

Gets and sets the property SAMLOptions.

Describes the SAML application configured for a domain.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5