Skip to content

Sm (Batch)

ActionBatchSm

ActionBatchSm class.

create_organization_sm_admins_role

Create a Limited Access Role.

API documentation: createOrganizationSmAdminsRole

Parameters:

  • organization_id (str) –

    Organization ID.

  • name (str) –

    The name of the Limited Access Role.

  • scope (CreateOrganizationSmAdminsRoleScope | None, default: None ) –

    The scope of the Limited Access Role.

  • tags (list[str] | None, default: None ) –

    The tags of the Limited Access Role.

delete_network_sm_user_access_device

Delete a User Access Device.

API documentation: deleteNetworkSmUserAccessDevice

Parameters:

  • network_id (str) –

    Network ID.

  • user_access_device_id (str) –

    User access device ID.

delete_organization_sm_admins_role

Delete a Limited Access Role.

API documentation: deleteOrganizationSmAdminsRole

Parameters:

  • organization_id (str) –

    Organization ID.

  • role_id (str) –

    Role ID.

update_organization_sm_admins_role

Update a Limited Access Role.

API documentation: updateOrganizationSmAdminsRole

Parameters:

  • organization_id (str) –

    Organization ID.

  • role_id (str) –

    Role ID.

  • name (str | None, default: None ) –

    The name of the Limited Access Role.

  • scope (UpdateOrganizationSmAdminsRoleScope | None, default: None ) –

    The scope of the Limited Access Role.

  • tags (list[str] | None, default: None ) –

    The tags of the Limited Access Role.

update_organization_sm_sentry_policies_assignments

Update an Organizations Sentry Policies using the provided list.

API documentation: updateOrganizationSmSentryPoliciesAssignments

Parameters:

  • organization_id (str) –

    Organization ID.

  • items (list[UpdateOrganizationSmSentryPoliciesAssignmentsItemsItem]) –

    Sentry Group Policies for the Organization keyed by Network Id.