Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel committed May 19, 2023
1 parent 7670240 commit c79f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iambic/plugins/v0_1_0/okta/group/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c79f907

Please sign in to comment.