MCPcopy Create free account

hub / github.com/Hey-Telo/admyral / functions

Functions954 in github.com/Hey-Telo/admyral

Methodcreate_workflow
(self, user_id: str, workflow: Workflow)
admyral/db/store_interface.py:102
Functioncreate_workflow_from_react_flow_graph
Create a new workflow from a ReactFlow graph.
admyral/server/endpoints/editor_endpoints.py:128
Functioncustom_action
()
tests/test_action.py:14
Functiondeactivate_workflow
Deactivate a workflow
admyral/cli/workflow.py:117
Functiondeactivate_workflow
Deactivate a workflow. Args: workflow_name: The workflow name. Returns: is_active: False if the workflow was successful
admyral/server/endpoints/workflow_endpoints.py:305
Methoddefault_args_dict
(self)
admyral/models/workflow.py:101
Functiondelete
Delete a pushed custom action
admyral/cli/action.py:61
Methoddelete
(self, user_id: str, secret_id: str)
admyral/secret/secrets_manager.py:145
Functiondelete_action
Delete a stored custom Python action by its action type. Args: action_type: function name of the custom Python action.
admyral/server/endpoints/action_endpoints.py:43
Methoddelete_action
Deletes the action with the given type. Args: action_type: The action type.
admyral/client.py:206
Methoddelete_action
(self, user_id: str, action_type: str)
admyral/db/store_interface.py:69
Functiondelete_api_key
( api_key_id: str, authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/api_key_endpoints.py:42
Methoddelete_api_key
(self, user_id: str, key_id: str)
admyral/db/store_interface.py:51
Methoddelete_expired_cached_pip_lockfile
(self)
admyral/db/store_interface.py:82
Methoddelete_schedule
(self, schedule_id: str)
admyral/workers/workers_client.py:113
Methoddelete_schedule
(self, user_id: str, schedule_id: str)
admyral/db/store_interface.py:155
Functiondelete_secret
( request: DeleteSecretRequest, authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/secret_endpoints.py:50
Methoddelete_secret
Deletes the secret with the given id. Args: secret_id: The secret id
admyral/client.py:239
Methoddelete_secret
(self, user_id: str, secret_id: str)
admyral/db/store_interface.py:252
Methoddelete_user
(self, user_id: str)
admyral/db/store_interface.py:35
Functiondelete_user_profile
( authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/user_endpoints.py:19
Methoddelete_webhook
(self, user_id: str, webhook_id: str)
admyral/db/store_interface.py:138
Functiondelete_workflow
Delete a workflow by its workflow name. Args: workflow_name: The workflow name.
admyral/server/endpoints/workflow_endpoints.py:339
Functiondeserialize_json_string
( serialized_json: Annotated[ str, ArgumentMetadata( display_name="Serialized
admyral/actions/utilities.py:23
Functiondestroy_admyral_daemon
()
admyral/services/admyral.py:65
Functiondisconnect
Disconnect from the Admyral server.
admyral/cli/connect.py:22
Methoddo_downgrade
(rev: Any, context: Any)
admyral/db/alembic/database_manager.py:131
Functiondo_run_migrations
(connection: Connection)
admyral/db/alembic/env.py:84
Methoddo_upgrade
(rev: Any, context: Any)
admyral/db/alembic/database_manager.py:122
Functiondown
Tears down Admyral services locally.
admyral/cli/server.py:139
Functiondowngrade
()
admyral/db/alembic/versions/014da66fd11f_init.py:239
Functiondowngrade
()
admyral/db/alembic/versions/db5cf73c0869_migrate_secrets_to_secret_type.py:86
Functiondowngrade
()
admyral/db/alembic/versions/7985f1c159a3_switch_to_timezone_aware_datetime_.py:271
Functiondowngrade
()
admyral/db/alembic/versions/7e5d82221765_introduce_composed_primary_key_for_.py:34
Functiondowngrade
()
admyral/db/alembic/versions/2c07323c94bf_transform_workflow_names.py:65
Functiondowngrade
()
admyral/db/alembic/versions/552e7a8dec07_add_auth_schema.py:167
Functiondowngrade
()
admyral/db/alembic/versions/45c7ea136fad_add_control_results_table.py:50
Functiondowngrade
()
admyral/db/alembic/versions/fa67e2abfd00_change_default_user_email.py:35
Functiondowngrade
()
admyral/db/alembic/versions/5ebc9fcfc1c7_add_completed_at_failed_at_to_.py:38
Functiondowngrade
()
admyral/db/alembic/versions/2f91aed0b218_add_secret_type_to_to_secrets_table.py:29
Functiondowngrade
()
admyral/db/alembic/versions/5b9dd35eb10b_add_canceled_at_to_workflowrun_schema.py:31
Functiondownload_workflow_run_step_result
Download the full result of a workflow run step. Args: workflow_id: The workflow id workflow_run_id: The workflow run id
admyral/server/endpoints/workflow_run_endpoints.py:108
Methoddrop_database
(self)
admyral/db/alembic/database_manager.py:79
Functionevent_loop
()
tests/conftest.py:9
Functionexecute_python_action
(action_type: str, action_args: dict[str, Any])
admyral/workers/python_executor.py:94
Methodexpiration_time_unix
(self)
admyral/db/schemas/pip_lockfile_cache_schemas.py:33
Functionexport_workflow
( workflow_id: str, authenticated_user: AuthenticatedUser = Depends(authenticate) )
admyral/server/endpoints/workflow_endpoints.py:407
Functionfail_control
()
admyral/actions/controls.py:26
Functionfilter_by_vault_and_build_slack_message
( user_email: Annotated[ str, ArgumentMetadata( display_name="User Email",
examples/access_review/workflows/one_password_user_added_to_vault/one_password_user_added_to_vault.py:33
Functionfilter_inactive_okta_users
( users: Annotated[ list[dict[str, JsonValue]], ArgumentMetadata( display_name
examples/access_review/workflows/okta_use_it_or_lose_it/okta_use_it_or_lose_it.py:23
Functionformat_json_to_list_view_string
( json_value: Annotated[ JsonValue, ArgumentMetadata( display_name="JSON",
admyral/actions/utilities.py:143
Functionformat_okta_policy_update_message
( logs: Annotated[ list[dict[str, JsonValue]], ArgumentMetadata( display_name=
examples/access_review/workflows/okta_password_policy_monitoring/okta_password_policy_monitoring.py:72
Methodgenerate_uuid4
()
admyral/db/schemas/base_schemas.py:28
Methodget
Retrieve a secret for a user. If the secret does not exist, return None. Args: user_id: The user id of the user whose se
admyral/secret/secrets_manager.py:14
Methodget
(self, user_id: str, secret_id: str)
admyral/secret/secrets_manager.py:75
Methodget
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:11
Methodget
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:34
FunctiongetCurrentUser
()
web/src/lib/session.ts:5
FunctiongetGlobalProjectDirectory
()
web/src/lib/config.ts:11
Functionget_action
Get a Python action by its action type. Args: action_type: The action type. Returns: The Python action object.
admyral/server/endpoints/action_endpoints.py:58
Methodget_action
Returns the action with the given type if it exists. Args: action_type: The action type. Returns: T
admyral/client.py:182
Methodget_action
( self, user_id: str, action_type: str )
admyral/db/store_interface.py:61
Methodget_action_types
(cls)
admyral/action_registry.py:27
Methodget_cached_pip_lockfile
(self, hash: str)
admyral/db/store_interface.py:76
Functionget_jira_audit_records
( start_date: Annotated[ str | None, ArgumentMetadata( display_name="Start Dat
admyral/actions/integrations/cases/jira.py:313
Functionget_jira_project
( project_id_or_key: Annotated[ str, ArgumentMetadata( display_name="Project I
admyral/actions/integrations/cases/jira.py:381
Functionget_jira_transitions
( issue_id_or_key: Annotated[ str, ArgumentMetadata( display_name="Issue ID or
admyral/actions/integrations/cases/jira.py:406
Functionget_kandji_application_firewall
()
admyral/actions/integrations/compliance/kandji.py:194
Functionget_kandji_desktop_and_screensaver
()
admyral/actions/integrations/compliance/kandji.py:208
Functionget_kandji_device_apps
( device_id: Annotated[ str, ArgumentMetadata(display_name="Device ID", description="The I
admyral/actions/integrations/compliance/kandji.py:176
Functionget_kandji_device_details
( device_id: Annotated[ str, ArgumentMetadata(display_name="Device ID", description="The I
admyral/actions/integrations/compliance/kandji.py:160
Functionget_kandji_library_item_statuses
( library_item_id: Annotated[ str, ArgumentMetadata( display_name="Library Ite
admyral/actions/integrations/compliance/kandji.py:221
Functionget_okta_password_policy_update_logs
( start_time: Annotated[ str, ArgumentMetadata( display_name="Start Time",
examples/access_review/workflows/okta_password_policy_monitoring/okta_password_policy_monitoring.py:37
Methodget_parameter_names
(self)
admyral/action.py:92
Methodget_secret
( self, user_id: str, secret_id: str )
admyral/db/store_interface.py:237
Functionget_secret_schemas
( _authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/secret_endpoints.py:60
Functionget_time_interval_of_last_n_days
( n_days: Annotated[ int, ArgumentMetadata( display_name="Number of Days",
admyral/actions/utilities.py:112
Functionget_time_interval_of_last_n_hours
( n_hours: Annotated[ int, ArgumentMetadata( display_name="Number of Hours",
admyral/actions/utilities.py:91
Functionget_time_range_of_last_full_hour
()
examples/access_review/workflows/one_password_user_added_to_vault/one_password_user_added_to_vault.py:22
Functionget_time_range_of_last_full_hour
()
examples/access_review/workflows/github_audit_logs_owner_changes/github_audit_logs_owner_changes.py:22
Functionget_time_range_of_last_full_hour
()
examples/access_review/workflows/okta_password_policy_monitoring/okta_password_policy_monitoring.py:25
Methodget_user
(self, user_id: str)
admyral/db/store_interface.py:29
Functionget_user_profile
( authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/user_endpoints.py:12
Methodget_webhook
(self, webhook_id: str)
admyral/db/store_interface.py:135
Methodget_webhook_for_workflow
( self, user_id: str, workflow_id: str )
admyral/db/store_interface.py:130
Functionget_workflow
Get a workflow by its workflow name. Args: workflow_name: The workflow name. Returns: The workflow object.
admyral/server/endpoints/workflow_endpoints.py:212
Methodget_workflow
Returns the workflow with the given id if it exists. Args: workflow_name: The workflow name. Returns:
admyral/client.py:86
Methodget_workflow_by_id
( self, user_id: str, workflow_id: str )
admyral/db/store_interface.py:97
Methodget_workflow_by_name
( self, user_id: str, workflow_name: str )
admyral/db/store_interface.py:92
Methodget_workflow_for_webhook
( self, workflow_id: str )
admyral/db/store_interface.py:116
Methodget_workflow_run
( self, workflow_id: str, run_id: str )
admyral/db/store_interface.py:167
Methodget_workflow_run
( self, user_id: str, workflow_id: str, run_id: str )
admyral/db/admyral_store.py:673
Functionget_workflow_run_step
Get workflow run step. Args: workflow_id: The workflow id workflow_run_id: The workflow run id workflow_run_step_id:
admyral/server/endpoints/workflow_run_endpoints.py:67
Methodget_workflow_run_step
( self, user_id: str, workflow_id: str, run_id: str, step_id: str )
admyral/db/store_interface.py:177
Functionget_workflow_run_steps
Get workflow runs by workflow id. Args: workflow_id: The workflow id workflow_run_id: The workflow run id Returns:
admyral/server/endpoints/workflow_run_endpoints.py:43
Functiongrey_noise_ip_lookup
( ip_address: Annotated[ str, ArgumentMetadata( display_name="IP Address", des
admyral/actions/integrations/enrich/greynoise.py:33
FunctionhandleCancelWorkflow
()
web/src/components/workflow-editor/new-workflow-modal.tsx:24
FunctionhandleConditionChange
(value: string)
web/src/components/workflow-editor/edit-panel/if-condition-edit-panel.tsx:21
FunctionhandleCreateApiKey
()
web/src/components/api-keys/create-api-keys.tsx:32
FunctionhandleCreateNewWorkflow
()
web/src/components/create-new-workflow-button/create-new-workflow-button.tsx:12
← previousnext →601–700 of 954, ranked by callers