From c79f9077c7db8ef788830b1cadc3f58dbd6562cc Mon Sep 17 00:00:00 2001 From: Curtis Date: Fri, 19 May 2023 15:03:39 -0700 Subject: [PATCH] Update models.py --- iambic/plugins/v0_1_0/okta/group/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iambic/plugins/v0_1_0/okta/group/models.py b/iambic/plugins/v0_1_0/okta/group/models.py index f9bacc902..636567d8f 100644 --- a/iambic/plugins/v0_1_0/okta/group/models.py +++ b/iambic/plugins/v0_1_0/okta/group/models.py @@ -95,7 +95,7 @@ class User(UserSimple): class GroupProperties(ExpiryModel, BaseModel): name: str = Field(..., description="Name of the group") group_id: str = Field( - None, + "", description="Unique Group ID for the group. This value is imported by IAMbic, and doesn't need to be manually set.", ) file_path: str = Field(