Skip to content

Commit

Permalink
Update samlconnection/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mary Zhong <[email protected]>
  • Loading branch information
NicolasLopes7 and mzhong9723 authored Sep 26, 2024
1 parent 741670a commit 0a5c428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samlconnection/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ type UpdateParams struct {
Domain *string `json:"domain,omitempty"`
IdpEntityID *string `json:"idp_entity_id,omitempty"`
// OrganizationID is a nullable optional field.
// - If nil or unset, the backend will not take any action.
// - If an empty value (""), the backend will unset the organization_id.
// - If a valid ID is provided, the backend will update the organization_id.
// - If nil or unset, no action will be taken.
// - If an empty value (""), the organization_id will be unset.
// - If a valid ID is provided, the organization_id will be updated.
OrganizationID *string `json:"organization_id,omitempty"`
IdpSsoURL *string `json:"idp_sso_url,omitempty"`
IdpCertificate *string `json:"idp_certificate,omitempty"`
Expand Down

0 comments on commit 0a5c428

Please sign in to comment.