Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hey-Telo/admyral
/ functions
Functions
954 in github.com/Hey-Telo/admyral
⨍
Functions
954
◇
Types & classes
182
↳
Endpoints
58
Method
create_workflow
(self, user_id: str, workflow: Workflow)
admyral/db/store_interface.py:102
Function
create_workflow_from_react_flow_graph
Create a new workflow from a ReactFlow graph.
admyral/server/endpoints/editor_endpoints.py:128
Function
custom_action
()
tests/test_action.py:14
Function
deactivate_workflow
Deactivate a workflow
admyral/cli/workflow.py:117
Function
deactivate_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
Method
default_args_dict
(self)
admyral/models/workflow.py:101
Function
delete
Delete a pushed custom action
admyral/cli/action.py:61
Method
delete
(self, user_id: str, secret_id: str)
admyral/secret/secrets_manager.py:145
Function
delete_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
Method
delete_action
Deletes the action with the given type. Args: action_type: The action type.
admyral/client.py:206
Method
delete_action
(self, user_id: str, action_type: str)
admyral/db/store_interface.py:69
Function
delete_api_key
( api_key_id: str, authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/api_key_endpoints.py:42
Method
delete_api_key
(self, user_id: str, key_id: str)
admyral/db/store_interface.py:51
Method
delete_expired_cached_pip_lockfile
(self)
admyral/db/store_interface.py:82
Method
delete_schedule
(self, schedule_id: str)
admyral/workers/workers_client.py:113
Method
delete_schedule
(self, user_id: str, schedule_id: str)
admyral/db/store_interface.py:155
Function
delete_secret
( request: DeleteSecretRequest, authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/secret_endpoints.py:50
Method
delete_secret
Deletes the secret with the given id. Args: secret_id: The secret id
admyral/client.py:239
Method
delete_secret
(self, user_id: str, secret_id: str)
admyral/db/store_interface.py:252
Method
delete_user
(self, user_id: str)
admyral/db/store_interface.py:35
Function
delete_user_profile
( authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/user_endpoints.py:19
Method
delete_webhook
(self, user_id: str, webhook_id: str)
admyral/db/store_interface.py:138
Function
delete_workflow
Delete a workflow by its workflow name. Args: workflow_name: The workflow name.
admyral/server/endpoints/workflow_endpoints.py:339
Function
deserialize_json_string
( serialized_json: Annotated[ str, ArgumentMetadata( display_name="Serialized
admyral/actions/utilities.py:23
Function
destroy_admyral_daemon
()
admyral/services/admyral.py:65
Function
disconnect
Disconnect from the Admyral server.
admyral/cli/connect.py:22
Method
do_downgrade
(rev: Any, context: Any)
admyral/db/alembic/database_manager.py:131
Function
do_run_migrations
(connection: Connection)
admyral/db/alembic/env.py:84
Method
do_upgrade
(rev: Any, context: Any)
admyral/db/alembic/database_manager.py:122
Function
down
Tears down Admyral services locally.
admyral/cli/server.py:139
Function
downgrade
()
admyral/db/alembic/versions/014da66fd11f_init.py:239
Function
downgrade
()
admyral/db/alembic/versions/db5cf73c0869_migrate_secrets_to_secret_type.py:86
Function
downgrade
()
admyral/db/alembic/versions/7985f1c159a3_switch_to_timezone_aware_datetime_.py:271
Function
downgrade
()
admyral/db/alembic/versions/7e5d82221765_introduce_composed_primary_key_for_.py:34
Function
downgrade
()
admyral/db/alembic/versions/2c07323c94bf_transform_workflow_names.py:65
Function
downgrade
()
admyral/db/alembic/versions/552e7a8dec07_add_auth_schema.py:167
Function
downgrade
()
admyral/db/alembic/versions/45c7ea136fad_add_control_results_table.py:50
Function
downgrade
()
admyral/db/alembic/versions/fa67e2abfd00_change_default_user_email.py:35
Function
downgrade
()
admyral/db/alembic/versions/5ebc9fcfc1c7_add_completed_at_failed_at_to_.py:38
Function
downgrade
()
admyral/db/alembic/versions/2f91aed0b218_add_secret_type_to_to_secrets_table.py:29
Function
downgrade
()
admyral/db/alembic/versions/5b9dd35eb10b_add_canceled_at_to_workflowrun_schema.py:31
Function
download_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
Method
drop_database
(self)
admyral/db/alembic/database_manager.py:79
Function
event_loop
()
tests/conftest.py:9
Function
execute_python_action
(action_type: str, action_args: dict[str, Any])
admyral/workers/python_executor.py:94
Method
expiration_time_unix
(self)
admyral/db/schemas/pip_lockfile_cache_schemas.py:33
Function
export_workflow
( workflow_id: str, authenticated_user: AuthenticatedUser = Depends(authenticate) )
admyral/server/endpoints/workflow_endpoints.py:407
Function
fail_control
()
admyral/actions/controls.py:26
Function
filter_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
Function
filter_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
Function
format_json_to_list_view_string
( json_value: Annotated[ JsonValue, ArgumentMetadata( display_name="JSON",
admyral/actions/utilities.py:143
Function
format_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
Method
generate_uuid4
()
admyral/db/schemas/base_schemas.py:28
Method
get
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
Method
get
(self, user_id: str, secret_id: str)
admyral/secret/secrets_manager.py:75
Method
get
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:11
Method
get
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:34
Function
getCurrentUser
()
web/src/lib/session.ts:5
Function
getGlobalProjectDirectory
()
web/src/lib/config.ts:11
Function
get_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
Method
get_action
Returns the action with the given type if it exists. Args: action_type: The action type. Returns: T
admyral/client.py:182
Method
get_action
( self, user_id: str, action_type: str )
admyral/db/store_interface.py:61
Method
get_action_types
(cls)
admyral/action_registry.py:27
Method
get_cached_pip_lockfile
(self, hash: str)
admyral/db/store_interface.py:76
Function
get_jira_audit_records
( start_date: Annotated[ str | None, ArgumentMetadata( display_name="Start Dat
admyral/actions/integrations/cases/jira.py:313
Function
get_jira_project
( project_id_or_key: Annotated[ str, ArgumentMetadata( display_name="Project I
admyral/actions/integrations/cases/jira.py:381
Function
get_jira_transitions
( issue_id_or_key: Annotated[ str, ArgumentMetadata( display_name="Issue ID or
admyral/actions/integrations/cases/jira.py:406
Function
get_kandji_application_firewall
()
admyral/actions/integrations/compliance/kandji.py:194
Function
get_kandji_desktop_and_screensaver
()
admyral/actions/integrations/compliance/kandji.py:208
Function
get_kandji_device_apps
( device_id: Annotated[ str, ArgumentMetadata(display_name="Device ID", description="The I
admyral/actions/integrations/compliance/kandji.py:176
Function
get_kandji_device_details
( device_id: Annotated[ str, ArgumentMetadata(display_name="Device ID", description="The I
admyral/actions/integrations/compliance/kandji.py:160
Function
get_kandji_library_item_statuses
( library_item_id: Annotated[ str, ArgumentMetadata( display_name="Library Ite
admyral/actions/integrations/compliance/kandji.py:221
Function
get_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
Method
get_parameter_names
(self)
admyral/action.py:92
Method
get_secret
( self, user_id: str, secret_id: str )
admyral/db/store_interface.py:237
Function
get_secret_schemas
( _authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/secret_endpoints.py:60
Function
get_time_interval_of_last_n_days
( n_days: Annotated[ int, ArgumentMetadata( display_name="Number of Days",
admyral/actions/utilities.py:112
Function
get_time_interval_of_last_n_hours
( n_hours: Annotated[ int, ArgumentMetadata( display_name="Number of Hours",
admyral/actions/utilities.py:91
Function
get_time_range_of_last_full_hour
()
examples/access_review/workflows/one_password_user_added_to_vault/one_password_user_added_to_vault.py:22
Function
get_time_range_of_last_full_hour
()
examples/access_review/workflows/github_audit_logs_owner_changes/github_audit_logs_owner_changes.py:22
Function
get_time_range_of_last_full_hour
()
examples/access_review/workflows/okta_password_policy_monitoring/okta_password_policy_monitoring.py:25
Method
get_user
(self, user_id: str)
admyral/db/store_interface.py:29
Function
get_user_profile
( authenticated_user: AuthenticatedUser = Depends(authenticate), )
admyral/server/endpoints/user_endpoints.py:12
Method
get_webhook
(self, webhook_id: str)
admyral/db/store_interface.py:135
Method
get_webhook_for_workflow
( self, user_id: str, workflow_id: str )
admyral/db/store_interface.py:130
Function
get_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
Method
get_workflow
Returns the workflow with the given id if it exists. Args: workflow_name: The workflow name. Returns:
admyral/client.py:86
Method
get_workflow_by_id
( self, user_id: str, workflow_id: str )
admyral/db/store_interface.py:97
Method
get_workflow_by_name
( self, user_id: str, workflow_name: str )
admyral/db/store_interface.py:92
Method
get_workflow_for_webhook
( self, workflow_id: str )
admyral/db/store_interface.py:116
Method
get_workflow_run
( self, workflow_id: str, run_id: str )
admyral/db/store_interface.py:167
Method
get_workflow_run
( self, user_id: str, workflow_id: str, run_id: str )
admyral/db/admyral_store.py:673
Function
get_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
Method
get_workflow_run_step
( self, user_id: str, workflow_id: str, run_id: str, step_id: str )
admyral/db/store_interface.py:177
Function
get_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
Function
grey_noise_ip_lookup
( ip_address: Annotated[ str, ArgumentMetadata( display_name="IP Address", des
admyral/actions/integrations/enrich/greynoise.py:33
Function
handleCancelWorkflow
()
web/src/components/workflow-editor/new-workflow-modal.tsx:24
Function
handleConditionChange
(value: string)
web/src/components/workflow-editor/edit-panel/if-condition-edit-panel.tsx:21
Function
handleCreateApiKey
()
web/src/components/api-keys/create-api-keys.tsx:32
Function
handleCreateNewWorkflow
()
web/src/components/create-new-workflow-button/create-new-workflow-button.tsx:12
← previous
next →
601–700 of 954, ranked by callers