You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The set of resources you wish to subscribe to audit log notifications for.
[optional]
Example
fromlaunchdarkly_api.models.audit_log_events_hook_capability_config_repimportAuditLogEventsHookCapabilityConfigRep# TODO update the JSON string belowjson="{}"# create an instance of AuditLogEventsHookCapabilityConfigRep from a JSON stringaudit_log_events_hook_capability_config_rep_instance=AuditLogEventsHookCapabilityConfigRep.from_json(json)
# print the JSON string representation of the objectprint(AuditLogEventsHookCapabilityConfigRep.to_json())
# convert the object into a dictaudit_log_events_hook_capability_config_rep_dict=audit_log_events_hook_capability_config_rep_instance.to_dict()
# create an instance of AuditLogEventsHookCapabilityConfigRep from a dictaudit_log_events_hook_capability_config_rep_from_dict=AuditLogEventsHookCapabilityConfigRep.from_dict(audit_log_events_hook_capability_config_rep_dict)