Skip to content

Files

Latest commit

381ae19 · Dec 13, 2024

History

History
18 lines (12 loc) · 449 Bytes

AuditLogEventsHookCapabilityConfigRep.md

File metadata and controls

18 lines (12 loc) · 449 Bytes

LaunchDarklyApi::AuditLogEventsHookCapabilityConfigRep

Properties

Name Type Description Notes
statements Array<Statement> The set of resources you wish to subscribe to audit log notifications for. [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AuditLogEventsHookCapabilityConfigRep.new(
  statements: null
)