This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_signer_signing_profile

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) for the signing profile.

overrides

Type: STRUCT
Provider name: overrides
Description: A list of overrides applied by the target signing profile for signing operations.

  • signing_configuration
    Type: STRUCT
    Provider name: signingConfiguration
    Description: A signing configuration that overrides the default encryption or hash algorithm of a signing job.
    • encryption_algorithm
      Type: STRING
      Provider name: encryptionAlgorithm
      Description: A specified override of the default encryption algorithm that is used in a code-signing job.
    • hash_algorithm
      Type: STRING
      Provider name: hashAlgorithm
      Description: A specified override of the default hash algorithm that is used in a code-signing job.
  • signing_image_format
    Type: STRING
    Provider name: signingImageFormat
    Description: A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

platform_display_name

Type: STRING
Provider name: platformDisplayName
Description: A human-readable name for the signing platform associated with the signing profile.

platform_id

Type: STRING
Provider name: platformId
Description: The ID of the platform that is used by the target signing profile.

profile_name

Type: STRING
Provider name: profileName
Description: The name of the target signing profile.

profile_version

Type: STRING
Provider name: profileVersion
Description: The current version of the signing profile.

profile_version_arn

Type: STRING
Provider name: profileVersionArn
Description: The signing profile ARN, including the profile version.

revocation_record

Type: STRUCT
Provider name: revocationRecord

  • revocation_effective_from
    Type: TIMESTAMP
    Provider name: revocationEffectiveFrom
    Description: The time when revocation becomes effective.
  • revoked_at
    Type: TIMESTAMP
    Provider name: revokedAt
    Description: The time when the signing profile was revoked.
  • revoked_by
    Type: STRING
    Provider name: revokedBy
    Description: The identity of the revoker.

signature_validity_period

Type: STRUCT
Provider name: signatureValidityPeriod

  • type
    Type: STRING
    Provider name: type
    Description: The time unit for signature validity.
  • value
    Type: INT32
    Provider name: value
    Description: The numerical value of the time unit for signature validity.

signing_material

Type: STRUCT
Provider name: signingMaterial
Description: The ARN of the certificate that the target profile uses for signing operations.

  • certificate_arn
    Type: STRING
    Provider name: certificateArn
    Description: The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

signing_parameters

Type: MAP_STRING_STRING
Provider name: signingParameters
Description: A map of key-value pairs for signing operations that is attached to the target signing profile.

status

Type: STRING
Provider name: status
Description: The status of the target signing profile.

status_reason

Type: STRING
Provider name: statusReason
Description: Reason for the status of the target signing profile.

tags

Type: UNORDERED_LIST_STRING