Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 936 Bytes

EmbedSecret.md

File metadata and controls

16 lines (12 loc) · 936 Bytes

EmbedSecret

Properties

Name Type Description Notes
algorithm string Signing algorithm to use with this secret. Either `hmac/sha-256`(default) or `hmac/sha-1` [optional]
created_at string When secret was created [optional]
enabled bool Is this secret currently enabled [optional]
id string Unique Id [optional]
secret string Secret for use with SSO embedding [optional]
user_id string Id of user who created this secret [optional]
secret_type string Field to distinguish between SSO secrets and JWT secrets Valid values are: "SSO", "JWT". [optional]

[Back to Model list] [Back to API list] [Back to README]