View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| public_parameters | PublicParameters | ||
| known_usernames | [str] | ||
| known_emails | [str] | ||
| impersonation_active | bool | ||
| one_time_access_token_active | bool | ||
| debug | bool | ||
| version | ElementsVersion | ||
| client_os | str | ||
| session_id | str | ||
| cloud_connections | [CloudConnection] | ||
| events | [Event] | ||
| sentry_config | {str: (str, none_type)} | ||
| has_wan_networks | bool | ||
| task_meta | {str: (TaskType,)} | ||
| scanner_metadata_schema | [{str: (str, none_type)}] | ||
| media_root_permissions | [MediaRootPermission] | ||
| shared_storage_values | {str: (str, none_type)} | ||
| user_storage_values | {str: (str, none_type)} | ||
| saml_providers | [SAMLProviderMini] | ||
| settings | PublicSettings | ||
| kibana_enabled | bool | ||
| system_name | str | ||
| stream_proxy_url_prefix | str | ||
| has_password_policy | bool | ||
| has_filesystem_events | bool | ||
| cluster_node_ips | [str] | ||
| is_panel | bool | ||
| current_node | StorageNode | [optional] | |
| license | License | [optional] | |
| parameter_values | Parameters | [optional] | |
| identity_value | ElementsUserDetail | [optional] | |
| identity_value_from_cookie_session | ElementsUserMiniWithAvatar | [optional] | |
| active_saml_provider | SAMLProviderMini | [optional] | |
| tasks_summary | TasksSummary | [optional] |