Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
  • Loading branch information
AkemiDavisson and jacobbednarz committed May 27, 2022
1 parent d8c926d commit 830e217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions access_application.go
Expand Up @@ -108,8 +108,8 @@ type SaasApplication struct {
IDPEntityID string `json:"idp_entity_id,omitempty"`
NameIDFormat string `json:"name_id_format,omitempty"`
SSOEndpoint string `json:"sso_endpoint,omitempty"`
UpdatedAt string `json:"updated_at,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
CustomAttributes []SAMLAttributeConfig `json:"custom_attributes,omitempty"`
}

Expand Down

0 comments on commit 830e217

Please sign in to comment.