Module: SDM::ActivityVerb
- Defined in:
- lib/constants.rb
Overview
Activity Verbs, describe which kind of activity has taken place.
Constant Summary collapse
- USER_ADDED =
"user added"- USER_DELETED =
"user deleted"- USER_UPDATED =
"user updated"- USER_SIGNUP =
"user signup"- USER_TYPE_CHANGED =
"user type changed"- USER_PASSWORD_CHANGED =
"user password changed"- USER_TEMPORARY_ACCESS_GRANTED =
"user temporary access granted"- USER_TEMPORARY_ACCESS_REVOKED =
"user temporary access revoked"- USER_TEMPORARY_ACCESS_EXPIRED =
"user temporary access expired"- USER_ADDED_TO_ROLE =
"user added to role"- USER_DELETED_FROM_ROLE =
"user deleted from role"- USER_SUSPENDED =
"user suspended"- USER_REINSTATED =
"user reinstated"- USER_LOGGED_INTO_THE_UI =
"user logged into the Admin UI"- PARENT_ADMIN_LOGGED_INTO_CHILD_ORG =
"parent admin logged into the child org"- USER_LOGGED_INTO_THE_CLIENT =
"user logged into the local client"- SERVICE_ACCOUNT_CREATED =
"service account created"- SERVICE_ACCOUNT_EXPIRED =
"service account expired"- ADMIN_TOKEN_ADDED =
"admin token created"- ADMIN_TOKEN_DELETED =
"admin token deleted"- ADMIN_TOKEN_EXPIRED =
"admin token expired"- ADMIN_TOKEN_REKEYED =
"admin token rekeyed"- ADMIN_TOKEN_CLONED =
"admin token cloned"- ADMIN_TOKEN_SUSPENDED =
"admin token suspended"- ADMIN_TOKEN_REINSTATED =
"admin token reinstated"- SSO_USER_LOGGED_INTO_THE_UI =
"user logged into the Admin UI using SSO"- SSO_USER_LOGGED_INTO_THE_CLIENT =
"user logged into the local client using SSO"- USER_LOGGED_OUT_FROM_THE_CLIENT =
"user logged out from the local client"- USER_LOGGED_OUT_FROM_THE_UI =
"user logged out from the Admin UI"- FAILED_LOGIN_FROM_THE_UI =
"failed login attempt from the Admin UI"- FAILED_LOGIN_FROM_THE_CLIENT =
"failed login attempt from the local client"- MFA_DENIED_FROM_THE_UI =
"MFA denied access for the Admin UI"- MFA_DENIED_FROM_THE_CLIENT =
"MFA denied access for the local client"- TOO_MANY_ATTEMPTS_LOCKOUT =
"user account locked due to failed login attempts"- ATTEMPT_COUNTER_RESET =
"failed login attempt counter reset"- SUSPENDED_USER_LOGIN_ATTEMPT_FROM_THE_CLIENT =
"attempt to login by a suspended user from the local client"- SUSPENDED_USER_LOGIN_ATTEMPT_FROM_THE_UI =
"attempt to login by a suspended user from the Admin UI"- SERVICE_ACCOUNT_LOGIN_ATTEMPT_FROM_THE_UI =
"attempted to login by a service account from the Admin UI"- SUSPENDED_SERVICE_ACCOUNT_LOGIN_ATTEMPT_FROM_THE_UI =
"attempted to login by a suspended service account from the Admin UI"- SUSPENDED_SERVICE_ACCOUNT_LOGIN_ATTEMPT_FROM_THE_CLIENT =
"attempt to login by a suspended service account from the local client"- USER_SET_A_PASSWORD =
"user set a password"- USER_RESET_A_PASSWORD =
"user reset their password"- USER_CHANGED_PASSWORD =
"user changed their password"- USER_INVITED =
"user invited"- USER_CLICKED_INVITATION =
"user clicked on their invitation"- USER_CLICKED_PASSWORD_RESET =
"user clicked on their password reset"- USER_ALLOW_PASSWORD_LOGIN =
"user allowed to login via password"- USER_REQUIRE_SSO_LOGIN =
"user required to login via SSO"- USER_PROVISIONING_ENABLED =
"user provisioning enabled"- USER_PROVISIONING_DISABLED =
"user provisioning disabled"- ADMIN_INITIATED_PASSWORD_RESET =
"admin initiated password reset"- ROLE_ADDED =
"role added"- ROLE_DELETED =
"role deleted"- ROLE_UPDATED =
"role updated"- ROLE_ACCESS_RULES_UPDATED =
"access rules updated"- ROLE_ACCESS_RULES_CREATED =
"access rules created"- ROLE_ACCESS_RULES_DELETED =
"access rules deleted"- ROLE_PROVISIONING_ENABLED =
"role provisioning enabled"- ROLE_PROVISIONING_DISABLED =
"role provisioning disabled"- DATASOURCE_ADDED =
"datasource added"- DATASOURCE_CLONED =
"datasource cloned"- DATASOURCE_DELETED =
"datasource deleted"- DATASOURCE_UPDATED =
"datasource updated"- DATASOURCE_PORT_OVERRIDE =
"datasource connection port overriden"- MULTIPLE_DATASOURCE_PORT_OVERRIDE =
"multiple datasource ports overriden"- SERVER_ADDED =
"server added"- SERVER_CLONED =
"server cloned"- SERVER_DELETED =
"server deleted"- SERVER_UPDATED =
"server updated"- SERVER_PORT_OVERRIDE =
"server connection port overriden"- MULTIPLE_SERVER_PORT_OVERRIDE =
"multiple server ports overriden"- CLUSTER_ADDED =
"cluster added"- CLUSTER_CLONED =
"cluster cloned"- CLUSTER_DELETED =
"cluster deleted"- CLUSTER_UPDATED =
"cluster updated"- CLUSTER_PORT_OVERRIDE =
"cluster connection port overriden"- MULTIPLE_CLUSTER_PORT_OVERRIDE =
"multiple cluster ports overriden"- CLOUD_ADDED =
"cloud added"- CLOUD_CLONED =
"cloud cloned"- CLOUD_DELETED =
"cloud deleted"- CLOUD_UPDATED =
"cloud updated"- WEBSITE_ADDED =
"website added"- WEBSITE_CLONED =
"website cloned"- WEBSITE_DELETED =
"website deleted"- WEBSITE_UPDATED =
"website updated"- INSTALLATION_CREATED =
"installation created"- RELAY_INSTALLATION_CREATED =
"installation created for relay"- INSTALLATION_APPROVED =
"installation approved"- INSTALLATION_REVOKED =
"installation revoked"- RELAY_CREATED =
"relay created"- RELAY_UPDATED_NAME =
"relay name updated"- RELAY_DELETED =
"relay deleted"- ORG_PUBLIC_KEY_UPDATED =
"public key updated"- ORG_DISCARD_REPLAYS_UPDATED =
"discard replays updated"- ORG_ENFORCE_PORT_OVERRIDES_UPDATED =
"port override enforcement updated"- ORG_SERVICE_AUTO_CONNECT_UPDATED =
"service account auto-connect updated"- ORG_SELF_REGISTRATION_ACTIVATED =
"self-registration activated"- ORG_SELF_REGISTRATION_DEACTIVATED =
"self-registration deactivated"- ORG_NAME_UPDATED =
"organization name updated"- ORG_SETTING_UPDATED =
"organization setting updated"- ORG_LOG_CONFIG_UPDATED =
"organization logging configuration updated"- ORG_LOG_SYNC_SETTING_UPDATED =
"organization log stream setting updated"- ORG_WORKFLOW_SETTING_UPDATED =
"organization workflow setting updated"- ORG_CREATED =
"organization created"- ORG_SCIM_PROVISIONING_UPDATED =
"SCIM provider set"- ORG_SCIM_PROVISIONING_DELETED =
"SCIM provider deleted"- ORG_CUSTOM_PROVISIONING_UPDATED =
"Provisioning provider set"- ORG_CUSTOM_PROVISIONING_DELETED =
"Provisioning provider deleted"- CHILD_ORG_ADMIN_INVITED =
"child organization admin invited"- SERVICE_ACCOUNT_REKEYED =
"service account rekeyed"- SCIM_TOKEN_ADDED =
"SCIM token created"- SCIM_TOKEN_DELETED =
"SCIM token deleted"- SCIM_TOKEN_REKEYED =
"SCIM token rekeyed"- API_KEY_DELETED =
"API key deleted"- ORG_SSH_CERTIFICATE_AUTHORITY_ROTATED =
"organization SSH certificate authority rotated"- ORG_SSH_ALLOW_PORT_FORWARDING =
"allowed SSH port forwarding"- ORG_SSH_DISALLOW_PORT_FORWARDING =
"disallowed SSH port forwarding"- ORG_ADD_CHILD =
"add child organization"- ORG_REMOVE_CHILD =
"remove child organization"- ORG_EXTEND_TRIAL =
"trial extended"- SECRET_STORE_ADDED =
"secret store added"- SECRET_STORE_UPDATED =
"secret store updated"- SECRET_STORE_DELETED =
"secret store deleted"- SECRET_ENGINE_ADDED =
"secret engine added"- SECRET_ENGINE_UPDATED =
"secret engine updated"- SECRET_ENGINE_ROTATED =
"secret engine's credentials updated"- SECRET_ENGINE_DELETED =
"secret engine deleted"- TRUST_DOMAIN_CREATED =
"trust domain created"- TRUST_DOMAIN_UPDATED =
"trust domain updated"- TRUST_DOMAIN_DELETED =
"trust domain deleted"- REMOTE_IDENTITY_GROUP_CREATED =
"remote identity group created"- REMOTE_IDENTITY_GROUP_UPDATED =
"remote identity group updated"- REMOTE_IDENTITY_GROUP_DELETED =
"remote identity group deleted"- IDENTITY_SET_CREATED =
"identity set created"- IDENTITY_SET_UPDATED =
"identity set updated"- IDENTITY_SET_DELETED =
"identity set deleted"- IDENTITY_SET_PROVISIONING_ENABLED =
"identity set provisioning enabled"- IDENTITY_SET_PROVISIONING_DISABLED =
"identity set provisioning disabled"- REMOTE_IDENTITY_CREATED =
"remote identity created"- REMOTE_IDENTITY_UPDATED =
"remote identity updated"- REMOTE_IDENTITY_DELETED =
"remote identity deleted"- IDENTITY_ALIAS_CREATED =
"identity alias created"- IDENTITY_ALIAS_UPDATED =
"identity alias updated"- IDENTITY_ALIAS_DELETED =
"identity alias deleted"- IDENTITY_ALIAS_PROVISIONING_ENABLED =
"identity alias provisioning enabled"- IDENTITY_ALIAS_PROVISIONING_DISABLED =
"identity alias provisioning disabled"- ACCESS_REQUESTED_TO_RESOURCE =
"access requested to resource"- ACCESS_REQUEST_TO_RESOURCE_APPROVAL_ADDED =
"access request to resource approval added"- ACCESS_REQUEST_TO_RESOURCE_STEP_SKIPPED =
"access request to resource step skipped"- ACCESS_REQUEST_TO_RESOURCE_CANCELED =
"access request to resource canceled"- ACCESS_REQUEST_TO_RESOURCE_DENIED =
"access request to resource denied"- ACCESS_REQUEST_TO_RESOURCE_TIMED_OUT =
"access request to resource timed out"- ACCESS_REQUEST_TO_RESOURCE_GRANTED =
"access request to resource granted"- ACCESS_REQUEST_TO_RESOURCE_GRANTED_AUTOMATICALLY =
"access request to resource granted automatically"- ACCESS_REQUEST_TO_RESOURCE_APPROVED_VIA_SERVICE_NOW =
"access request to resource approved via ServiceNow"- ACCESS_REQUEST_TO_RESOURCE_APPROVED_VIA_JIRA =
"access request to resource approved via Jira"- WORKFLOW_DELETED =
"workflow deleted"- WORKFLOW_ADDED =
"workflow added"- DEPRECATED_WORKFLOW_RESOURCE_ASSIGNED =
"resource assigned to workflow"- DEPRECATED_WORKFLOW_RESOURCE_UNASSIGNED =
"resource unassigned from workflow"- DEPRECATED_WORKFLOW_RESOURCE_MULTIPLE_ASSIGNED =
"multiple resources assigned to workflow"- DEPRECATED_WORKFLOW_RESOURCE_MULTIPLE_UNASSIGNED =
"multiple resources unassigned from workflow"- DEPRECATED_WORKFLOW_APPROVERS_UPDATED =
"workflow approvers updated"- DEPRECATED_WORKFLOW_AUTO_GRANT_UPDATED =
"workflow auto grant updated"- DEPRECATED_WORKFLOW_APPROVAL_CRITERIA_UPDATED =
"workflow approval criteria updated"- WORKFLOW_ROLES_UPDATED =
"workflow roles updated"- WORKFLOW_NAME_UPDATED =
"workflow name updated"- WORKFLOW_DESCRIPTION_UPDATED =
"workflow description updated"- WORKFLOW_REQUIRES_REASON_UPDATED =
"workflow requires reason updated"- WORKFLOW_SETTINGS_UPDATED =
"workflow settings updated"- WORKFLOW_ACCESS_RULES_UPDATED =
"workflow access rules updated"- WORKFLOW_ACCESS_RULES_DELETED =
"workflow access rules deleted"- WORKFLOW_ACCESS_RULES_CREATED =
"workflow access rules created"- WORKFLOW_ENABLED =
"workflow enabled"- WORKFLOW_DISABLED =
"workflow disabled"- APPROVAL_FLOW_ADDED =
"approval workflow added"- APPROVAL_FLOW_DELETED =
"approval workflow deleted"- APPROVAL_FLOW_UPDATED =
"approval workflow updated"- APPROVAL_FLOW_STEP_ADDED =
"approval workflow step added"- APPROVAL_FLOW_STEP_DELETED =
"approval workflow step deleted"- APPROVAL_FLOW_STEP_UPDATED =
"approval workflow step updated"- APPROVAL_FLOW_APPROVER_ADDED =
"approval workflow approver added"- APPROVAL_FLOW_APPROVER_DELETED =
"approval workflow approver deleted"- ORG_VNM_SUBNET_UPDATED =
"organization VNM subnet updated"- ORG_VNM_RESOURCES_ALLOCATED =
"organization resources allocated within VNM subnet"- DEPRECATED_ORG_ACTIVATE_DEVICE_APPROVAL =
"activate device approval"- DEPRECATED_ORG_DEACTIVATE_DEVICE_APPROVAL =
"deactivate device approval"- EMULATION_MIGRATION_COMPLETED =
"emulation migration completed"- ACCESS_OVERHAUL_MIGRATION_COMPLETED =
"access overhaul migration completed"- ACTIVATED_SSH_PORT_FORWARDING_ALL_SERVER =
"enabled SSH port forwarding on all servers"- TOTP_ENROLLMENT_ADDED =
"user enrolled a totp device"- TOTP_ENROLLMENT_DELETED =
"user reset their totp enrollment"- SUSPENDED_USER_ENROLL_ATTEMPT_FROM_THE_UI =
"attempt to enroll by a suspended user from the Admin UI"- RESOURCE_LOCKED =
"user locked a resource"- RESOURCE_UNLOCKED =
"user unlocked a resource"- RESOURCE_FORCE_UNLOCKED =
"admin force-unlocked a resource"- CONCURRENT_AUTHENTICATION_REVOKED_PER_ORG_SETTING =
"concurrent authentications revoked per organization settings"- PEERING_GROUP_TOGGLED =
"peering group toggled"- PEERING_GROUP_CREATED =
"peering group created"- PEERING_GROUP_DELETED =
"peering group deleted"- PEERING_GROUP_LINKED =
"peering groups linked"- PEERING_GROUP_UNLINKED =
"peering groups unlinked"- PEERING_GROUP_ATTACHED =
"entity attached to peering group"- PEERING_GROUP_DETACHED =
"entity detached from peering group"- ORG_INTEGRATION_INSTALLED =
"org integration installed"- USER_INTEGRATION_AUTHORIZED =
"user authorized integration"- ORG_INTEGRATION_UNINSTALLED =
"org integration uninstalled"- USER_INTEGRATION_DEAUTHORIZED =
"user deauthorized integration"- SERVICE_NOW_TOKEN_ADDED =
"ServiceNow token created"- SERVICE_NOW_TOKEN_DELETED =
"ServiceNow token deleted"- CREDENTIAL_CREATED =
"credential created"- CREDENTIAL_DELETED =
"credential deleted"- CERTIFICATE_AUTHORITY_UPDATED =
"certificate authority updated"- POLICY_CREATED =
"policy created"- POLICY_UPDATED =
"policy updated"- POLICY_DELETED =
"policy deleted"- AUTHENTICATION_REVOKED_BY_POLICY =
"authentication revoked by policy"- PROXY_CLUSTER_KEY_CREATED =
"proxy cluster key created"- PROXY_CLUSTER_KEY_DELETED =
"proxy cluster key deleted"- MANAGED_SECRET_CREATED =
"managed secret created"- MANAGED_SECRET_UPDATED =
"managed secret updated"- MANAGED_SECRET_EXPIRATION_TIME_UPDATED =
"managed secret expiration time updated"- MANAGED_SECRET_CONFIG_UPDATED =
"managed secret config updated"- MANAGED_SECRET_DELETED =
"managed secret deleted"