@oneblink/sdk-core
    Preparing search index...

    Type Alias NewCustomerSecret

    type NewCustomerSecret = {
        cipherText: string;
        kmsKeyAliasArn: string;
        kmsKeyArn: string;
    }
    Index

    Properties

    cipherText: string

    The encrypted version of the secret

    kmsKeyAliasArn: string

    The ARN of the KMS key alias that was used to encrypt the secret

    kmsKeyArn: string

    The ARN of the KMS key that was used to encrypt the secret