Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateRuleAttachmentParams

Parameters for the updateRuleAttachment operation.

Hierarchy

  • UpdateRuleAttachmentParams

Index

Properties

accountId

accountId: string

Your IBM Cloud account ID.

attachmentId

attachmentId: string

The UUID that uniquely identifies the attachment.

Optional excludedScopes

excludedScopes: RuleScope[]

The extent at which the rule can be excluded from the included scope.

Optional headers

headers: OutgoingHttpHeaders

ifMatch

ifMatch: string

Compares a supplied Etag value with the version that is stored for the requested resource. If the values match, the server allows the request method to continue.

To find the Etag value, run a GET request on the resource that you want to modify, and check the response headers.

includedScope

includedScope: RuleScope

The extent at which the rule can be attached across your accounts.

ruleId

ruleId: string

The UUID that uniquely identifies the rule.

Optional transactionId

transactionId: string

The unique identifier that is used to trace an entire request. If you omit this field, the service generates and sends a transaction ID as a response header of the request. In the case of an error, the transaction ID is set in the trace field of the response body.

Note: To help with debugging logs, it is strongly recommended that you generate and supply a Transaction-Id with each request.

Generated using TypeDoc