Generate Random Secret
    • PDF

    Generate Random Secret

    • PDF

    記事の要約

    概要

    機密値として使用可能なランダム文字列を作成します。(英字、数字、記号で構成)
    ランダム作成時の条件を追加できます。

    POST https://secretmanager.apigw.ntruss.com/action/v1/secrets/{secretId}/jobs/{jobToken}/generate-random-secret
    

    リクエスト

    リクエストパラメータ

    パラメータ名タイプ説明
    secretIdStringSecret ID (トリガーにより自動注入され、環境変数として取得可能: シークレット交換アクションのサンプルコード)
    jobTokenStringJob Actionトークン (トリガーにより自動注入され、環境変数として取得可能: シークレット交換アクションのサンプルコード)

    リクエストボディ

    {
      "length": 32,
      "excludeCharacters": "string",
      "excludeNumbers": true,
      "excludePunctuation": true,
      "excludeUppercase": true,
      "excludeLowercase": true,
      "includeSpace": true,
      "requireEachIncludedType": true
    }
    
    パラメータ名タイプ説明
    lengthIntegerランダム文字列の長さ(最大32文字)
    excludeCharactersString除外する文字
    excludeNumbersBoolean数字を除外するかどうか
    excludePunctuationBoolean記号を除外するかどうか
    excludeUppercaseBoolean大文字を除外するかどうか
    excludeLowercaseBoolean小文字を除外するかどうか
    includeSpaceBooleanスペースを含めるかどうか
    requireEachIncludedTypeBooleanそれぞれ含まれているタイプが必要かどうか

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "randomString": "string"
      }
    }
    
    パラメータ名タイプ説明
    randomStringStringランダム文字列

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.