Version 4.0.24.14
Create an embed secret using the specified information.
The value of the secret
field will be set by Looker and returned.
Calls to this endpoint require Embedding to be enabled
Request
POST
/embed_config/secrets
Datatype
Description
Request
body
Expand HTTP Body definition...
body
embed secret
Expand EmbedSecret definition...
algorithm
Signing algorithm to use with this secret. Either `hmac/sha-256`(default) or `hmac/sha-1`
created_at
lock
When secret was created
enabled
Is this secret currently enabled
id
lock
Unique Id
secret
lock
Secret for use with SSO embedding
user_id
lock
Id of user who created this secret
secret_type
Field to distinguish between SSO secrets and JWT secrets Valid values are: "SSO", "JWT".
Response
200: embed secret
Datatype
Description
(object)
algorithm
Signing algorithm to use with this secret. Either `hmac/sha-256`(default) or `hmac/sha-1`
created_at
lock
When secret was created
enabled
Is this secret currently enabled
id
lock
Unique Id
secret
lock
Secret for use with SSO embedding
user_id
lock
Id of user who created this secret
secret_type
Field to distinguish between SSO secrets and JWT secrets Valid values are: "SSO", "JWT".
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
409: Resource Already Exists
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link