ActiveDirectoryGroupApiDTO
Description
Model to describe an Active Dierctory Group. Active Directory groups are used to manage user authentication. You can specify role and scope for the group, and any member of the AD group can log into Turbonomic with those privileges.
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
-
- type
-
-
type: string
-
description: The user type for current active directory group
-
- roleName
-
-
type: string
-
description: The user role name of current active directory group
-
- scope
-
-
type: array
-
description: The scope of current active directory group
-
-
reference: GroupApiDTO
-
-