ActiveDirectoryApiDTO
Description
Model to describe an Active Directory. It contains domain name and server name which are global to Turbonomic server.
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- domainName
-
-
type: string
-
description: The domain name of current active directory
-
- loginProviderURI
-
-
type: string
-
description: The server name of current active directory
-
- isSecure
-
-
type: boolean
-
description: The server name of current active directory
-
- groups
-
-
type: array
-
description: Active directory groups defined in Ops Mgr for current active directory
-
-
reference: ActiveDirectoryGroupApiDTO
-
-