/dynamic-secret-update-pingAsk AIpost https://api.akeyless.io/dynamic-secret-update-pingRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramsdelete_protectionstringProtection from accidental deletion of this object [true/false]descriptionstringDescription of the objectitem-custom-fieldsobjectAdditional custom fields to associate with the itemitem-custom-fields objectjsonbooleanDefaults to falseSet output format to JSONtruefalsenamestringrequiredDynamic secret namenew-namestringDynamic secret nameping-administrative-portstringDefaults to 9999Ping Federate administrative portping-atm-idstringSet a specific Access Token Management (ATM) instance for the created OAuth Client by providing the ATM Id. If no explicit value is given, the default pingfederate server ATM will be set.ping-authorization-portstringDefaults to 9031Ping Federate authorization portping-cert-subject-dnstringThe subject DN of the client certificate. If no explicit value is given, the producer will create CA certificate and matched client certificate and return it as value. Used in conjunction with ping-issuer-dn (relevant for CLIENT_TLS_CERTIFICATE authentication method)ping-client-authentication-typestringDefaults to CLIENT_SECRETOAuth Client Authentication Type [CLIENT_SECRET, PRIVATE_KEY_JWT, CLIENT_TLS_CERTIFICATE]ping-enforce-replay-preventionstringDefaults to falseDetermines whether PingFederate requires a unique signed JWT from the client for each action (relevant for PRIVATE_KEY_JWT authentication method) [true/false]ping-grant-typesarray of stringsList of OAuth client grant types [IMPLICIT, AUTHORIZATION_CODE, CLIENT_CREDENTIALS, TOKEN_EXCHANGE, REFRESH_TOKEN, ASSERTION_GRANTS, PASSWORD, RESOURCE_OWNER_CREDENTIALS]. If no explicit value is given, AUTHORIZATION_CODE will be selected as default.ping-grant-typesADD stringping-issuer-dnstringIssuer DN of trusted CA certificate that imported into Ping Federate server. You may select "Trust Any" to trust all the existing issuers in Ping Federate server. Used in conjunction with ping-cert-subject-dn (relevant for CLIENT_TLS_CERTIFICATE authentication method)ping-jwksstringBase64-encoded JSON Web Key Set (JWKS). If no explicit value is given, the producer will create JWKs and matched signed JWT (Sign Algo: RS256) and return it as value (relevant for PRIVATE_KEY_JWT authentication method)ping-jwks-urlstringThe URL of the JSON Web Key Set (JWKS). If no explicit value is given, the producer will create JWKs and matched signed JWT and return it as value (relevant for PRIVATE_KEY_JWT authentication method)ping-passwordstringPing Federate privileged user passwordping-privileged-userstringPing Federate privileged userping-redirect-urisarray of stringsList of URIs to which the OAuth authorization server may redirect the resource owner's user agent after authorization is obtained. At least one redirection URI is required for the AUTHORIZATION_CODE and IMPLICIT grant types.ping-redirect-urisADD stringping-restricted-scopesarray of stringsLimit the OAuth client to specific scopes listping-restricted-scopesADD stringping-signing-algostringThe signing algorithm that the client must use to sign its request objects [RS256,RS384,RS512,ES256,ES384,ES512,PS256,PS384,PS512] If no explicit value is given, the client can use any of the supported signing algorithms (relevant for PRIVATE_KEY_JWT authentication method)ping-urlstringPing URLproducer-encryption-key-namestringDynamic producer encryption keytagsarray of stringsAdd tags attached to this objecttagsADD stringtarget-namestringTarget nametokenstringAuthentication token (see /auth and /configure)uid-tokenstringThe universal identity token, Required only for universal_identity authenticationuser-ttlstringDefaults to 60mThe time from dynamic secret creation to expiration.Responses 201dynamicSecretUpdatePingResponse wraps response body. defaulterrorResponse wraps any error to return it as a JSON object with one "error" field.Updated 7 months ago