SettingEntry

Contains information about the specified configurable setting for a directory.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The valid range of values for the directory setting. These values depend on the DataType of your directory.

Link copied to clipboard

The value of the directory setting that is applied to the directory.

Link copied to clipboard

The data type of a directory setting. This is used to define the AllowedValues of a setting. For example a data type can be Boolean, DurationInSeconds, or Enum.

Link copied to clipboard

The date and time when the request to update a directory setting was last submitted.

Link copied to clipboard

The date and time when the directory setting was last updated.

Link copied to clipboard
val name: String?

The name of the directory setting. For example:

Link copied to clipboard

Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.

Link copied to clipboard

The value that was last requested for the directory setting.

Link copied to clipboard

The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is Failed.

Link copied to clipboard

The last status message for the directory status request.

Link copied to clipboard
val type: String?

The type, or category, of a directory setting. Similar settings have the same type. For example, Protocol, Cipher, or Certificate-Based Authentication.

Functions

Link copied to clipboard
inline fun copy(block: SettingEntry.Builder.() -> Unit = {}): SettingEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String