HostAuthenticationStoreInfo

HostAuthenticationStoreInfo
HostAuthenticationStoreInfo

The HostAuthenticationStoreInfo base class defines status information for local and host Active Directory authentication.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false
}
boolean
enabled
Required

Indicates whether the authentication store is configured.

  • Host Active Directory authentication - enabled is True if the host is a member of a domain.
  • Local authentication - enabled is always True.