OAuthSecret
Last updated
Last updated
A Secret defines a set of sensitive data that can be used for authentication or other purposes. This class defines an OAuth secret.
name
(string, required) - The name of the secret.
api_authentication
(string) - The security integration name for API authentication.
oauth_scopes
(list) - The OAuth scopes for the secret.
oauth_refresh_token
(string) - The OAuth refresh token.
oauth_refresh_token_expiry_time
(string) - The expiry time of the OAuth refresh token.
comment
(string) - A comment for the secret.
owner
(string or ) - The owner of the secret. Defaults to SYSADMIN.