EnableSsoRequest

Contains the inputs for the EnableSso operation.

Types

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

Properties

Link copied to clipboard

The identifier of the directory for which to enable single-sign on.

Link copied to clipboard

The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.

Link copied to clipboard

The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principal name.

Functions

Link copied to clipboard
inline fun copy(block: EnableSsoRequest.Builder.() -> Unit = {}): EnableSsoRequest
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