Package com.okta.sdk.resource.model
Class OktaUserGroupProfile
java.lang.Object
com.okta.sdk.resource.model.OktaUserGroupProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class OktaUserGroupProfile
extends Object
implements Serializable
Profile for any Group that is not imported from Active Directory. Specifies the standard and custom profile
properties for a Group. The `objectClass` for these groups is `okta:user_group`.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Description of the GroupgetName()
Name of the Groupint
hashCode()
void
setDescription
(String description) void
toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
OktaUserGroupProfile
public OktaUserGroupProfile()
-
-
Method Details