We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba37619 commit e9206b1Copy full SHA for e9206b1
pkg/usermanagement/client.go
@@ -137,6 +137,9 @@ type OrganizationMembership struct {
137
// The Status of the Organization.
138
Status OrganizationMembershipStatus `json:"status"`
139
140
+ // Whether the membership is managed by a directory sync connection.
141
+ DirectoryManaged bool `json:"directory_managed"`
142
+
143
// CustomAttributes contains custom attributes from the IdP
144
CustomAttributes map[string]interface{} `json:"custom_attributes"`
145
0 commit comments