Okta.Sdk.Model.GroupProfile

November 27, 2025 ยท View on GitHub

Specifies required and optional properties for a group. The objectClass of a group determines which additional properties are available. You can extend group profiles with custom properties, but you must first add the properties to the group profile schema before you can reference them. Use the Profile Editor in the Admin Console or the Schemas APIto manage schema extensions. Custom properties can contain HTML tags. It is the client's responsibility to escape or encode this data before displaying it. Use best-practices to prevent cross-site scripting.

Properties

NameTypeDescriptionNotes
DescriptionstringDescription of the Windows group[optional]
NamestringName of the Windows group[optional]
DnstringThe distinguished name of the Windows group[optional]
ExternalIdstringBase-64 encoded GUID (`objectGUID`) of the Windows group[optional]
GroupScopestringThe scope of the Windows group (DomainLocal, Global, or Universal)[optional]
GroupTypestringThe type of the Windows group (Security or Distribution)[optional]
ManagedBystringDistinguished name of the group that manages this group[optional]
ObjectSidstringThe Windows Security Identifier (SID) for the group[optional]
SamAccountNamestringPre-Windows 2000 name of the Windows group[optional]
WindowsDomainQualifiedNamestringFully qualified name of the Windows group[optional]

[Back to Model list] [Back to API list] [Back to README]